- 02 Jun, 2020 40 commits
-
-
Kushal Pandya authored
Remove duplicate querystring parameters from the batch diffs endpoint See merge request gitlab-org/gitlab!33117
-
Jan Provaznik authored
Move jira settings validation to JiraImport See merge request gitlab-org/gitlab!33367
-
Rémy Coutable authored
Abstract `Feature Flags` usage patterns See merge request gitlab-org/gitlab!33178
-
charlie ablett authored
Add build reference to test reports See merge request gitlab-org/gitlab!33184
-
Jan Provaznik authored
Because requirements reports will be processed per each CI build, not per pipeline, it will be better to associate each test report with a build. In a next step we can also remove pipeline reference to normalize this table.
-
Martin Wortschack authored
Add NuGet dependency links to package details See merge request gitlab-org/gitlab!33303
-
Kamil Trzciński authored
Remove CI Minutes FFs from the codebase See merge request gitlab-org/gitlab!33046
-
Denys Mishunov authored
Update dependency @gitlab/svgs to v1.133.0 See merge request gitlab-org/gitlab!33412
-
Marcia Ramos authored
[GraphQL] Improve documentation regarding mutation errors conventions" See merge request gitlab-org/gitlab!31124
-
Alex Kalderimis authored
-
Illya Klymov authored
Fix back button when switching mr tabs Closes #16019 See merge request gitlab-org/gitlab!29862
-
Lee Tickett authored
-
Marcel Amirault authored
Add CircleCI migration document See merge request gitlab-org/gitlab!32487
-
Joe Randazzo authored
-
Rémy Coutable authored
Run foss impact tests for modified files in `as-if-foss` mode Closes #219262 See merge request gitlab-org/gitlab!33243
-
Rémy Coutable authored
Remove locally defined RSpec/EmptyLineAfterSharedExample Closes #218442 See merge request gitlab-org/gitlab!33509
-
Rémy Coutable authored
Update feature categories See merge request gitlab-org/gitlab!33505
-
Natalia Tepluhina authored
Remove search autocomplete in nav bar See merge request gitlab-org/gitlab!31187
-
Dylan Griffith authored
This is the first step in removing the functionality in https://gitlab.com/gitlab-org/gitlab/-/issues/213699
-
Nick Kipling authored
-
Marcin Sedlak-Jakubowski authored
Add links to external learning resources to git docs Closes #219377 See merge request gitlab-org/gitlab!33482
-
Nicolò Maria Mezzopera authored
Merge branch '211828-placement-of-add-designs-button-could-be-confusing-with-the-addition-of-drag-and-drop' into 'master' Rename Add Designs button See merge request gitlab-org/gitlab!33491
-
Natalia Tepluhina authored
-
Thomas Randolph authored
-
Nick Thomas authored
Update GitLab Workhorse to v8.34.0 See merge request gitlab-org/gitlab!33543
-
Stan Hu authored
Wrap auto merge parameters update in database transaction See merge request gitlab-org/gitlab!33471
-
Rémy Coutable authored
Fix errors spawning Gitaly master in CI Closes gitaly#2831 See merge request gitlab-org/gitlab!33578
-
Stan Hu authored
Reduce perceived complexity of capability computation Closes #216879 See merge request gitlab-org/gitlab!33394
-
Albert Salim authored
This enables rspec foss-impact job to run in community and security forks
-
Albert Salim authored
-
Albert Salim authored
-
Albert Salim authored
-
Albert Salim authored
This job runs in gitlab MR pipelines when the pipeline is a pipeline for merged result. It runs as if foss, without ee/ directory. It detects ruby foss files changed and runs matching rspec test files to detect any EE dependency that might exist in FOSS.
-
charlie ablett authored
New created projects inherit instance integration See merge request gitlab-org/gitlab!32775
-
Arturo Herrero authored
Creating a new project should inherit the integration settings from the instance-level integration before trying from the template.
-
Stan Hu authored
There were a couple new issues that were caused by Gitaly absorbing gitlab-shell functionality: 1. The Gitaly `config.toml` now needs the URL of the GitLab host (https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2168). 2. `.gitlab_shell_secret` is now read by Gitaly at startup (https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2214). 3. Praefect SQL failover is now enabled by default (https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2218). We can disable this for now since we don't need this for the GitLab tests. Closes https://gitlab.com/gitlab-org/gitaly/-/issues/2831
-
Stan Hu authored
Add Elasticsearch request metrics to rack middleware See merge request gitlab-org/gitlab!33233
-
Dylan Griffith authored
Change snippet import logic from db See merge request gitlab-org/gitlab!33506
-
Martin Wortschack authored
Show correct error message for Create and Update mutations on Snippet See merge request gitlab-org/gitlab!33111
-
Denys Mishunov authored
When getting seemingly successful response from the create/update snippet mutation, we still should not redirect to the snippet view in case 'errors' array is not empty
-