- 16 Jun, 2020 40 commits
-
-
Illya Klymov authored
Show all storages in settings Closes #220825 See merge request gitlab-org/gitlab!34093
-
Jarka Košanová authored
Add GraphQL snippet FileInputType See merge request gitlab-org/gitlab!34442
-
Bob Van Landuyt authored
Add detailed logs of each Redis instance usage during job execution and web requests See merge request gitlab-org/gitlab!34110
-
Oswaldo Ferreira authored
It introduces detailed logs for each Redis instance. Before this change, we used to have just the following Redis logs for API, Sidekiq and Web requests: - redis_calls - redis_duration_s - redis_read_bytes - redis_write_bytes Here we introduce the following (when > 0): - redis_action_cable_calls - redis_action_cable_duration_s - redis_action_cable_read_bytes - redis_action_cable_write_bytes - redis_cache_calls - redis_cache_duration_s - redis_cache_read_bytes - redis_cache_write_bytes - redis_queues_calls - redis_queues_duration_s - redis_queues_read_bytes - redis_queues_write_bytes - redis_shared_state_calls - redis_shared_state_duration_s - redis_shared_state_read_bytes - redis_shared_state_write_bytes That's valuable information about how GitLab use Redis instances.
-
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
-
Francisco Javier López authored
-