- 16 Jun, 2020 40 commits
-
-
Illya Klymov authored
Update issue limits template to use minutes See merge request gitlab-org/gitlab!34254
-
Illya Klymov authored
Onboarding experiment frontend tracking See merge request gitlab-org/gitlab!34177
-
Illya Klymov authored
Display MR note on standalone vulnerability page See merge request gitlab-org/gitlab!34146
-
Andreas Brandl authored
Fix - Update routes for lost-and-found group and projects See merge request gitlab-org/gitlab!34285
-
Tim Zallmann authored
Utilize jest-environment-jsdom-sixteen for tests See merge request gitlab-org/gitlab!34362
-
Kamil Trzciński authored
Implemented #bridge API endpoint Closes #207996 See merge request gitlab-org/gitlab!31370
-
Abhijith Sivarajan authored
Implements an endpoint separate from the jobs endpoint that lists pipeline bridges.
-
Jan Provaznik authored
Add native code intelligence See merge request gitlab-org/gitlab!34542
-
Kushal Pandya authored
Remove removeMilestone logic from issue model See merge request gitlab-org/gitlab!32253
-
Marvin Karegyeya authored
-
Jarka Košanová authored
Update Learn Gitlab project template See merge request gitlab-org/gitlab!34525
-
Illya Klymov authored
Create group import UI See merge request gitlab-org/gitlab!29271
-
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
-
Yannis Roussos authored
- Add generate_unique_path() to Namespace in the UpdateRoutesForLostAndFoundGroupAndOrphanedProjects migration - Add tests that check for conflicting routes in the spec for UpdateRoutesForLostAndFoundGroupAndOrphanedProjects
-
Yannis Roussos authored
- Add post-deployment migration for fixing the missing routes of the lost-and-found group and the orphaned projects - Add route for the 'lost-and-found' group - Add route for the Ghost user (if not already defined) - The routes for all the orphaned projects that were moved under the 'lost-and-found' group are updated to reflect the new path
-
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
-