- 10 May, 2020 8 commits
-
-
Sebastian Leuser authored
-
Sebastian Leuser authored
-
Stan Hu authored
fix typo accesssed See merge request gitlab-org/gitlab!31539
-
Stan Hu authored
Fix export upload See merge request gitlab-org/gitlab!31453
-
PMExtra authored
-
Lucy Fox authored
-
Stan Hu authored
Fix typo accesssed See merge request gitlab-org/gitlab!31538
-
Lucy Fox authored
-
- 09 May, 2020 2 commits
-
-
Heinrich Lee Yu authored
Fix overwrite check in GitLab import/export See merge request gitlab-org/gitlab!31439
-
Dan Davison authored
Update specs to use license scanning Closes #217070 and #217093 See merge request gitlab-org/gitlab!31507
-
- 08 May, 2020 30 commits
-
-
charlie ablett authored
Fix typo: passsed See merge request gitlab-org/gitlab!31521
-
Thong Kuah authored
Auto DevOps: Add troubleshoot section for rules See merge request gitlab-org/gitlab!31516
-
Thong Kuah authored
Add error message so search engines can discover it. Add link to 12.10 templates too
-
Douglas Barbosa Alexandre authored
Add AccessibilityReportsService class See merge request gitlab-org/gitlab!31144
-
Maxime Orefice authored
-
Mayra Cabrera authored
Add Freeze Period Model See merge request gitlab-org/gitlab!29162
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/24295 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29162
-
Mek Stittri authored
Add zero downtime to availability components See merge request gitlab-org/gitlab!31517
-
Mek Stittri authored
-
Mike Jang authored
Docs: Project access tokens (PrAT) See merge request gitlab-org/gitlab!30562
-
charlie ablett authored
Make deadline exceeded msg slightly better See merge request gitlab-org/gitlab!31118
-
Lucy Fox authored
-
Stan Hu authored
Fix gitaly install on systems where env doesn't support the -u flag See merge request gitlab-org/gitlab!30791
-
Sebastian Reitenbach authored
At least on OpenBSD, /usr/bin/env doesn't support the -u flag and bails out. So first check if env supports it, and only use it, when it supports it. This makes installing gitaly work for me on OpenBSD.
-
Mike Jang authored
Fix typos in Technical Evaluation Template See merge request gitlab-org/gitlab!31409
-
Mayra Cabrera authored
Organize package models by package type See merge request gitlab-org/gitlab!31346
-
Sashi authored
-
Stan Hu authored
Fix Spring Reloading AdminMode::Client See merge request gitlab-org/gitlab!31512
-
Mayra Cabrera authored
Enable :snippets_vue by default See merge request gitlab-org/gitlab!31450
-
Denys Mishunov authored
The commit enables :snippets_vue feature flag by default in both frontend and backend to slowly introduce this feature to the self-hosted instances
-
peterhegman authored
-
peterhegman authored
Reword scopes and a few other small changes Change H2 to H1 on project access tokens page
-
peterhegman authored
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17883, we added a feature that would allow a project export to be uploaded and imported successfully before deleting the old copy of the project. This overwrite feature would always check whether the user had owner privileges in the group of the project. If the user only had maintainer privileges or less--even if an overwrite was not happening--the import/export would fail with an empty `Projects::ImportService::Error`. To fix this, we make two changes: 1. Only do the permission check if we actually need to overwrite the project. 2. If the permission check fails, raise an exception with details.
-
Jason Goodman authored
Prefix modules and classes with double colon
-
Mayra Cabrera authored
Add container registry settings to app settings See merge request gitlab-org/gitlab!31125
-
Heinrich Lee Yu authored
Add mutation to remove project from Instance Security Dashboard See merge request gitlab-org/gitlab!30100
-
Alan (Maciej) Paruszewski authored
This change adds new mutation to GraphQL API that allows user to remove project from Instance Security Dashboard.
-
Heinrich Lee Yu authored
Add ability to query projects in GraphQL API See merge request gitlab-org/gitlab!30146
-
Alan (Maciej) Paruszewski authored
This change adds ability to search projects by search criteria and user membership to Projects GraphQL API.
-