- 23 Mar, 2020 1 commit
-
-
Achilleas Pipinellis authored
This script is used to preview docs changes by deploying review apps to the gitlab-docs project. The branch name of the gitlab-docs project was taken from the CI_MERGE_REQUEST_IID variable, which is only present if pipelines for merge requests are enabled. With this change, we check if that's the case, otherwise we set a fallback to CI_COMMIT_REF_SLUG.
-
- 22 Mar, 2020 2 commits
-
-
Marcel Amirault authored
Update README.md on script failure due to non-zero exit code See merge request gitlab-org/gitlab!26670
-
Jesper Noordsij authored
-
- 21 Mar, 2020 4 commits
-
-
Achilleas Pipinellis authored
Document ADDITIONAL_CA_CERT_BUNDLE env var See merge request gitlab-org/gitlab!27733
-
Achilleas Pipinellis authored
Docs for ADDITIONAL_CA_CERT_BUNDLE env var See merge request gitlab-org/gitlab!27732
-
Daniel Paul Searles authored
Document ADDITIONAL_CA_CERT_BUNDLE for the Dependency Scanning
-
Daniel Paul Searles authored
Document ADDITIONAL_CA_CERT_BUNDLE for the Container Scanning
-
- 20 Mar, 2020 33 commits
-
-
Michael Kozono authored
Rate limits: Cross-link docs and tweak UI wording See merge request gitlab-org/gitlab!26846
-
Mike Jang authored
Correction to Users API documentation See merge request gitlab-org/gitlab!27725
-
Mike Jang authored
Add GMA feature flag name to docs See merge request gitlab-org/gitlab!27635
-
Dan Jensen authored
Previously the documentation for group-managed accounts did not mention the name of the feature flag its hidden behind. This adds a small section explaining the feature flag name.
-
Dan Jensen authored
Previously the Users API documentation said that the user name is not a required attribute, but it is. This corrects that documentation.
-
Douglas Barbosa Alexandre authored
Move Gitlab Employee badge to internal discussion api Closes #211847 See merge request gitlab-org/gitlab!27525
-
Robert Speicher authored
Update secpick to use current head as default sha See merge request gitlab-org/gitlab!27176
-
Mike Kozono authored
For backwards compatibility, until it is removed.
-
Mike Kozono authored
You do not need to restart the web server after updating Protected Path settings in the UI. A web server restart is only needed when changing the old Omnibus- managed protected path settings, since they were only applied during Rails initialization.
-
Mike Kozono authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Peter Leitzen authored
Use consistent check for if dashboard is embedded See merge request gitlab-org/gitlab!27376
-
Mike Jang authored
Add a security section to the SAML documentation Closes #198437 See merge request gitlab-org/gitlab!25276
-
Dominic Couture authored
-
Douglas Barbosa Alexandre authored
Prevent renaming a locked file Closes #38230 See merge request gitlab-org/gitlab!27623
-
Peter Leitzen authored
Add flag snippet_count_check to GitAccessSnippet See merge request gitlab-org/gitlab!27702
-
Robert Speicher authored
Allow external diff files to be removed. Closes #37995 See merge request gitlab-org/gitlab!27602
-
Robert Speicher authored
Make sidekiq-cluster --dryrun emit the literal commands See merge request gitlab-org/gitlab!27692
-
Tanya Pazitny authored
Wait for requests when checking for project files See merge request gitlab-org/gitlab!27640
-
Mark Lapierre authored
Use Page Object methods that invoke has_element? because it calls wait_for_requests, which will wait for the files to load, and then it will be safe for the test to check for file names and file content
-
Robert Speicher authored
Make sidekiq-cluster --dryrun emit the literal commands See merge request gitlab-org/gitlab!27692
-
Francisco Javier López authored
-
Andrew Fontaine authored
Rename feature to "Skip outdated deployment jobs" Closes #211480 See merge request gitlab-org/gitlab!27659
-
Marcia Ramos authored
Add deployment to all files
-
Martin Wortschack authored
Revert user bio back to non-italicized font See merge request gitlab-org/gitlab!27693
-
Nick Thomas authored
In the event of needing to roll back a migration to external diffs, we need code that can read the diff content from the external file and re-insert it into the database. For now, it can be triggered manually in the Rails console if found to be necessary.
-
Douglas Barbosa Alexandre authored
Disable JobWaiter when there are many jobs See merge request gitlab-org/gitlab!27565
-
Nick Thomas authored
Add CSV export for First Class Vulnerabilities See merge request gitlab-org/gitlab!27196
-
Alan (Maciej) Paruszewski authored
This adds to API ability to schedule CSV generation as background job andd then download generated CSV file with Vulnerabilities.
-
Mike Jang authored
Clarification to the "prohibit outer forks" docs See merge request gitlab-org/gitlab!27604
-
Dan Jensen authored
This describes where the configuration option can be found in the interface, and refineds the language a bit.
-
Lin Jen-Shin authored
Ignore config/Gitlab.gitlab-license file See merge request gitlab-org/gitlab!27543
-