| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Add ability to define a coverage regex in the .gitlab-ci.yml
Closes #20428
See merge request !7447
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
UX guide: Update animation guidance to 100ms
See merge request !8692
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Document that auto deploy only works for public projects"
Closes #27474
See merge request !8897
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Services changed to Integrations
See merge request !8686
|
| |/ / |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ignore encrypted attributes in Import/Export
Closes #24458
See merge request !8739
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Regenerates tokens for all models that have them
* Remove variables, since they are basically just storing encrypted data
* Bumped version up to 0.1.6
* Updated related docs
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Document how to vue
See merge request !8866
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Puts back trailing whitespace
Changes after review
Changes after review
Adds Changelog entry
Follow documentation styleguide
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Fix the documentation to use the correct variable in a code example
See merge request !8585
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It said `<slug>.review.example.com` at one place,
`review-<slug>.example.com` elsewhere, and no mention of `review`
at all in other places. We now leave out `review` everywhere.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
add information that docker registry storage needs to be accessible for docker clients
See merge request !8179
|
| | | | |
| | | | |
| | | | |
| | | | | |
docker clients
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Changed composer installer script in the CI PHP example doc
See merge request !8817
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The script will check some php.ini settings warn you if they
are set incorrectly, and then download the latest composer.phar
in the current directory. These lines will, in order:
- Download the installer SHA-384 to the current directory
- Download the installer to the current directory
- Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html
- Run the installer
- Remove the installer & the installer SHA-384
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ci skip] UX guide: clean up term tables in copy
[ci skip] UX guide: update dropdown max height for multiline items
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add rspec_profiling to the rspec environment
Closes #23034
See merge request !7854
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
environment
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Document "No gems fetched from git repositories" policy [ci skip]
See merge request !8818
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change repository storage paths location for clarity
See merge request !8757
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
Also remove duplicate link in the index to that documentation
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Simplify wording in "adding an image" docs
See merge request !8819
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Update repository check documentation
See merge request !8815
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
The documentation seemed to be out of date with
actual defaults in configuration and code.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update two_factor_authentication.md
See merge request !8814
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
I wanted to practice GFM markdown, so I picked this page more or
less at random. I flattened out the text a little. It's not as
interesting, but will be easier to translate. Use it if it looks
like an improvement. If not, at least I got some practice out of the deal!
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Added hint about the execution order of before_script and artifact restoration.
See merge request !8811
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add a system hook for when a project is updated.
See merge request !5711
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This sends a project_update hook when a repo is updated. This does not include
renaming or transferring a project. Those are covered by project_rename and
project_transfer. This will get called, however, when the visibility is
changed.
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
make a note to highlight 2FA needs time sync'd
See merge request !8810
|
| |/ / / / / |
|