- 23 Jun, 2020 30 commits
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24310 introduced a unintended side effect: instead of loading the project license name only when the explore tab were present, the license would always be loaded even if it were not displayed. To fix that, we now load the license only if it is needed and memoize the value via `SafeRequestStore` in the helper. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/223740
-
Heinrich Lee Yu authored
Use CodeQuality 0.85.10 in GitLab CI configuration See merge request gitlab-org/gitlab!34330
-
Stan Hu authored
Load user before logging git http-requests Closes #223027 See merge request gitlab-org/gitlab!34923
-
Tiger Watson authored
Optimize queries in MergeRequestsComplianceFinder See merge request gitlab-org/gitlab!34482
-
Marcel Amirault authored
Document states environment API filter See merge request gitlab-org/gitlab!35002
-
James Ramsay authored
-
Mark Lapierre authored
Move quarantine tag to outer context See merge request gitlab-org/gitlab!35093
-
James Fargher authored
Define and check snippet multi action specification See merge request gitlab-org/gitlab!34835
-
charlie ablett authored
Merge branch '223799-analytics-unique-visitors-spec-fails-spec-lib-gitlab-analytics-unique_visits_spec-rb-14' into 'master' Freeze time in spec/lib/gitlab/analytics/unique_visits_spec.rb Closes #223799 See merge request gitlab-org/gitlab!35098
-
Albert Salim authored
-
Russell Dickenson authored
Add troubleshooting to license docs Closes gitlab-com/support/support-team-meta#2294 See merge request gitlab-org/gitlab!33177
-
Russell Dickenson authored
Docs review for Support OKR See merge request gitlab-org/gitlab!33957
-
Russell Dickenson authored
-
Evan Read authored
Docs: Redact mentions of gitlabhq Closes #221007 See merge request gitlab-org/gitlab!35091
-
Evan Read authored
Fix verbiage for choosing new repositories Closes #223022 See merge request gitlab-org/gitlab!35090
-
Russell Dickenson authored
Remove duplicated content in DAST doc See merge request gitlab-org/gitlab!35034
-
Philippe Lafoucrière authored
-
Mark Lapierre authored
This prevents the before(:all) block running in non-quarantined jobs
-
Russell Dickenson authored
Service Desk is now on Starter See merge request gitlab-org/gitlab!35010
-
Suzanne Selhorn authored
Update examples for CI rules See merge request gitlab-org/gitlab!33941
-
Marcel Amirault authored
The example rules may cause duplicate pipelines and don't always make things clear, so update for clarity and prevent doubled pipelines if the examples are copied as-is.
-
James Fargher authored
Add import/export tests for security_setting Closes #222536 See merge request gitlab-org/gitlab!34772
-
Amy Qualls authored
-
John Cai authored
-
Suzanne Selhorn authored
Docs: move pages_bundled_template.md Closes #221170 See merge request gitlab-org/gitlab!35087
-
Amy Qualls authored
At the TW's request, move this page to its newer location.
-
Amy Qualls authored
Docs: note issues with the POSTGRES_ENABLED var Closes #221024 See merge request gitlab-org/gitlab!34310
-
Amy Qualls authored
Setting this variable to 'false' can have unintended consequences, like deleting a database you wanted to keep. Warn against this in the documentation.
-
Suzanne Selhorn authored
Refactor local linting documentation See merge request gitlab-org/gitlab!34997
-
Evan Read authored
-
- 22 Jun, 2020 10 commits
-
-
Mek Stittri authored
Unquarantine parent-child relationship specs Closes #217250 See merge request gitlab-org/gitlab!35064
-
Jose Ivan Vargas authored
Revert "Merge branch 'fe-fix-incorrect-mitt-usage' into 'master'" See merge request gitlab-org/gitlab!35074
-
Evan Read authored
Docs: Gitaly cannot mix local and remote gitaly servers Closes gitaly#2183 See merge request gitlab-org/gitlab!35009
-
Pavlo Strokov authored
Example of the proper configuration that needs to be used in case GitLab uses mix of local and remove Gitaly servers. Closes: https://gitlab.com/gitlab-org/gitaly/-/issues/2183
-
Paul Slaughter authored
- We hope to add this back soon, but for now there are too many API inconsistencies
-
Evan Read authored
Docs: Disambiguate Vale spelling exceptions regarding "Raketask" See merge request gitlab-org/gitlab!35005
-
Jose Ivan Vargas authored
Allow Users to Delete User Lists See merge request gitlab-org/gitlab!34425
-
Andrew Fontaine authored
Requests confirmation before the list is deleted.
-
Bob Van Landuyt authored
This moves the loading of the user earlier in the callback chain. So it is available when we log a request.
-
Dylan Griffith authored
Clarify test comments and fix typo See merge request gitlab-org/gitlab!34878
-