- 16 Jun, 2020 40 commits
-
-
Nicolò Maria Mezzopera authored
- ce sidebar - ee sidebar
-
Phil Hughes authored
Refactor(issues analytics): move filter into vue See merge request gitlab-org/gitlab!34385
-
Michael Lunøe authored
Refactor(dataZoomConfig): simplify logic compose config
-
Igor Drozdov authored
Remove FF ci_dependency_variables See merge request gitlab-org/gitlab!34495
-
Furkan Ayhan authored
So it will be enabled by default for all instances
-
Ramya Authappan authored
Use non-member to test restriction by GitLab user Closes #222352 See merge request gitlab-org/gitlab!34580
-
Achilleas Pipinellis authored
Document license info rake task See merge request gitlab-org/gitlab!34489
-
Achilleas Pipinellis authored
Update docs for gitlab-pages http_proxy setting See merge request gitlab-org/gitlab!34474
-
Craig Miskell authored
https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/4296 has modified (with backwards compatibility) the preferred way of setting the http_proxy setting for gitlab-pages. This MR updates the documentation to match
-
Rémy Coutable authored
Merge branch '220883-suggest-to-run-run-as-if-foss-when-too-many-test-files-detected-in-rspec-foss-impact' into 'master' Suggest to run RUN AS-IF-FOSS when too many test files detected in rspec foss-impact Closes #220883 See merge request gitlab-org/gitlab!34361
-
Ash McKenzie authored
Add Gitlab::HTTP::BlockedUrlError to rescued See merge request gitlab-org/gitlab!34445
-
Ash McKenzie authored
Indicate pipeline was ondemand and rename build See merge request gitlab-org/gitlab!34477
-
Jan Provaznik authored
Add allowed actions to snippet input action See merge request gitlab-org/gitlab!34499
-
Kushal Pandya authored
Display epic on Swimlanes See merge request gitlab-org/gitlab!34366
-
Florie Guibert authored
- Fetch epics on board swimlanes - Display epic information
-
Jarka Košanová authored
-
Francisco Javier López authored
We introduce an `allowed_action` param to the SnippetInputAction to restrict which actions, despite of being valid, are allowed to be present.
-
Peter Leitzen authored
Add search argument for AlertStatusCountsResolver See merge request gitlab-org/gitlab!34596
-
Sean Arnold authored
- Update docs also
-
Kushal Pandya authored
Remove setFetchingState logic to boardsStore See merge request gitlab-org/gitlab!32255
-
Marvin Karegyeya authored
-
Kushal Pandya authored
Remove addLabel function logic from issue model See merge request gitlab-org/gitlab!32233
-
Marvin Karegyeya authored
-
Dmytro Zaporozhets authored
Fix undefined method error Closes #221052 See merge request gitlab-org/gitlab!34522
-
Adam Hegyi authored
Add project access token table See merge request gitlab-org/gitlab!33272
-
Sebastián Arcila Valenzuela authored
The table migration are split in 3 migrations to be able to adquiere a lock of the project table when adding the needed FK
-
Dylan Griffith authored
Remove first class vulnerabilities feature flag See merge request gitlab-org/gitlab!28212
-
Evan Read authored
GraphQL: Order mutation docs into sections See merge request gitlab-org/gitlab!34574
-
Albert Salim authored
It would recommend to add RUN AS-IF-FOSS to the merge request.
-
Marcel Amirault authored
New config for Vale and markdownlint See merge request gitlab-org/gitlab!34594
-
Albert Salim authored
-
Kushal Pandya authored
Remove append-bottom-4 CSS class See merge request gitlab-org/gitlab!34564
-
Kushal Pandya authored
Allow approval rules to be reset to project defaults See merge request gitlab-org/gitlab!32657
-
Kushal Pandya authored
Display Saved User Lists by Feature Flags See merge request gitlab-org/gitlab!34294
-
Andrew Fontaine authored
User Lists can only be created via the API, but this allows users to view the saved lists and delete them if they are no longer needed.
-
Stan Hu authored
Change contraction "it's" to possessive "its" See merge request gitlab-org/gitlab!34602
-
Sanad Liaquat authored
Fix previous failing kubernetes integration spec Closes #209085 See merge request gitlab-org/gitlab!31266
-
Serena Fang authored
-
Shinya Maeda authored
Merge branch '216088-disable-container-expiration-policy-when-invalid-regex-is-present' into 'master' Validate regex before enqueuing a CleanupContainerRepositoryWorker job See merge request gitlab-org/gitlab!34282
-
David Fernandez authored
Three guards have been added: 1. The service used by the worker will not raise an error upon receiving an invalid regex but it will return an error response 2. The expiration container policy will not schedule the next run for the given container expiration policy if it is valid. In addition, the given container expiration policy will be disabled 3. Added a new UntrustedRegexp validator for Grape APIs. This one has been used in `API::ProjectContainerRepositories` to prevent enqueuing a job with invalid regex
-