| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Instead of Sidekiq::Testing.inline!, recommend the use of
perform_enqueued_jobs. This is due to the changes in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20768
|
|\
| |
| |
| |
| | |
Fix list rendering on docs site
See merge request gitlab-org/gitlab-ce!29738
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Docs for Merge Trains
See merge request gitlab-org/gitlab-ce!29047
|
| | |
| | |
| | |
| | |
| | | |
It explains what is Merge Trains, how to enalbe it and
its limitations.
|
|/ /
| |
| |
| |
| |
| | |
To improve doc readability.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62506
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
Docs: SSO Groups: Add login session note
See merge request gitlab-org/gitlab-ce!29628
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
[Docs] Fix minor grammar issue
See merge request gitlab-org/gitlab-ce!29716
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Make it explicit that the dependency list
is generated from Gemnasium.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
EE migration port: add app-wide LDAP membership lock field
See merge request gitlab-org/gitlab-ce!29302
|
| | | |
|
| | |
| | |
| | |
| | | |
Show how one can switch to Python 3.5.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Also slight edit and spelling correction
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update to node@12
See merge request gitlab-org/gitlab-ce!29659
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This updates our build images to use node@12. We are also adding a
sentence to the from-source installation that while we require a minimum
version of node@8, we also recommend node@12. Last but not least, we
change the version of node in the .nvmrc so that developers using nvm
can automatically use node@12 with the project
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Docs: Add note clarifying the free status of pull mirroring
See merge request gitlab-org/gitlab-ce!29580
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
See http://asciidoctor.org/docs/user-manual/#include-directive
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Remove incorrect docs from deploy_boards.md
See merge request gitlab-org/gitlab-ce!29591
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
inherit require 2fa for all subgroups and projects
See merge request gitlab-org/gitlab-ce!24965
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
when changing
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | | |
Change SLA to target SLO for bugs and defects
See merge request gitlab-org/gitlab-ce!29615
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Update application-security index.md's (SAST,DAST,LM and DS)
See merge request gitlab-org/gitlab-ce!29547
|
| | | | | |
|
| | | | | |
|
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add dependency proxy to permissions.md
Closes gitlab-ee#12075
See merge request gitlab-org/gitlab-ce!29497
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Docs: Convert absolute links to relative in /ci docs
See merge request gitlab-org/gitlab-ce!29029
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix more links after review
Update redirect_from link
Apply suggestion to doc/ci/introduction/index.md
Apply suggestion to doc/ci/README.md
Apply suggestion to doc/ci/README.md
Make front matter redirect_from links absolute
Change front matter to fix discus comments
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Leave clear notices in docs about after_script execution context
Closes gitlab-runner#4146
See merge request gitlab-org/gitlab-ce!29510
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We frequently see new issues mentioning that something defined
in `before_script` or `script` doesn't work with `after_script`.
Our documentation mentions that first two are concatenated and
executed together, why the third one is executed in a separated
shell context. But it looks like it's not clear enough.
Since this misunderstanding of how scripts are being executed
is repeated frequently, let's make it more clear in docs.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also update the Review Apps node pools description
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62505
|