- Jun 24, 2020
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
Mayra Cabrera authored
Document correct registry port to test SSL See merge request gitlab-org/gitlab!35043
-
This commit backports 9079f503
-
Mayra Cabrera authored
Correctly count wiki pages in sidebar See merge request gitlab-org/gitlab!34174
- Jun 10, 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
-
Markus Koller authored
The existing code had two problems: - We were only counting toplevel entries, not individual pages. - We were showing the "View All Pages" button when the number of pages exactly matches the limit, even when there are no further pages. This is now resolved by loading one page more than the limit, and using the result count to determine if we have more pages.
-
Alessio Caiazza authored
Do not set fallback mirror user See merge request gitlab-org/security/gitlab!625
-
- Notify owners and maintainers when mirror disabled. They should have some notification if the mirror was disabled due to the mirror user being deleted - Do not send mirror disabled email if user is deleted. It is possible to schedule a mail to a user while the user is being deleted in another worker. So we do a check that the user exists first.
-
- Jun 04, 2020
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
Alessio Caiazza authored
Mv data attrs to parent to avoid fragility See merge request gitlab-org/gitlab!33440
-
-
Alessio Caiazza authored
Update GitLab Workhorse to v8.30.3 See merge request gitlab-org/gitlab!33819
-
Marin Jankovski authored
12.10 Backport: Fix error that occurs in newer Markdownlint See merge request gitlab-org/gitlab!33823
-
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!589
-
- 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 28, 2020
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
John Skarbek authored
Prepare 12.10.8-ee release See merge request gitlab-org/gitlab!33328
-
Merge branch '215616-geo-synchronisation-status-is-empty-when-nothing-is-synchronised' into 'master' Geo: Fix empty synchronisation status when nothing is synchronised Closes #215616 See merge request gitlab-org/gitlab!30710 (cherry picked from commit d59c866b) a0b7c619 Geo: Synchronisation status is empty when nothing is synchronised 15fc37c9 Apply suggestion to...