- Jun 04, 2020
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
John Skarbek authored
Prepare 13.0.5-ee release See merge request gitlab-org/gitlab!33830
-
Alessio Caiazza authored
[13.0.5] Fix bug in snippets updating only file_name or content See merge request gitlab-org/gitlab!33846
-
Francisco Javier López authored
-
Merge branch '219582-fix-ambiguous_string_concat_on_cleanup_projects_with_missing_namespace' into 'master' Fix ambiguous string concatenation on CleanupProjectsWithMissingNamespace See merge request gitlab-org/gitlab!33497 (cherry picked from commit 7d7d9984) 81a62d48 Fix ambiguous string concat on CleanupProjectsWithMissingNamespace
-
Alessio Caiazza authored
Update GitLab Workhorse to v8.31.2 See merge request gitlab-org/gitlab!33818
-
Nick Thomas authored
- Jun 03, 2020
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
Alessio Caiazza authored
Prevent fetching repository code with unauthorized ci token See merge request gitlab-org/security/gitlab!590
-
- Jun 02, 2020
-
-
Furkan Ayhan authored
Users have ability to fetch other projects' code via gitlab-ci-token. This permission is controlled by "build_download_code". However, this permission is not prevented when "repository_disabled" for the users. This commit fixes this.
-
- Jun 01, 2020
-
-
Stan Hu authored
Fix expired SSL cert in PagesDomain test See merge request gitlab-org/gitlab!33462
-
- May 29, 2020
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
Alessio Caiazza authored
Prepare 13.0.3-ee release See merge request gitlab-org/gitlab!33368
-
Merge branch '218745-single-issue-api-performance-regression-degraded-by-8000ms-after-upgrade-or-fresh-installs' into 'master' Fix API performance regression in issues API See merge request gitlab-org/gitlab!33235 (cherry picked from commit c1b23b10) 0ef53254 Persist markdown cache when accessing mentions
-
Alessio Caiazza authored
Prepare 13.0.2-ee release See merge request gitlab-org/gitlab!33296
- May 28, 2020
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
John Skarbek authored
Send variables parameter as a Hash to the Prometheus proxy API See merge request gitlab-org/gitlab!33319
-
- Change the format of the variables parameter in the Prometheus proxy API from an array to a Hash. - This is because the order of elements in an array parameter is not guaranteed to be unchanged. Different middleware can seemingly change the order of elements in an array query parameter.
-
John Skarbek authored
Allow manual incremental rollout jobs to fail See merge request gitlab-org/gitlab!33312
-
Hordur Freyr Yngvason authored
When we migrated to rules syntax, we missed the fact that these jobs were previously allowed to fail, see https://gitlab.com/gitlab-org/gitlab/-/issues/218724