| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes gitlab-org/gitlab-ce#27674
|
| |
|
|\
| |
| |
| |
| | |
Refactor integrations page documentation
See merge request !8966
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Adds /target_branch slash command functionality for merge requests
Closes #23619
See merge request !7216
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allows to use slash command /target_branch <target_branch_name> in merge requests notes and description.
Command allows to specify target branch for current merge request.
Proposed in #23619
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
PlantUML support for Markdown
Closes #4048
See merge request !8588
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:
```plantuml
Bob -> Sara : Hello
Sara -> Bob : Go away
```
Closes: #4048
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Force new password after password reset via API
Closes #24606
See merge request !8933
|
| | |/
| |/| |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Update installation docs to include Docker, others
See merge request !8943
|
| | |
| | |
| | |
| | |
| | |
| | | |
As per this comment
https://gitlab.com/gitlab-com/support/issues/374#note_22056587 we're
moving documentation around from the support workflows.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix Ruby verification command
See merge request !8938
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Simplify the SSH protocol introduction and link to a DO tutorial
See merge request !8901
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|