- 12 Mar, 2020 40 commits
-
-
David Kim authored
When admin disables mirroring from admin settings, we say only admin can make changes to mirroring setting, but it seems that maintainers are able to make changes currently. This commit fixes that and only admin can make changes to project mirroring settings.
-
Ash McKenzie authored
Move notification_settings route under - scope See merge request gitlab-org/gitlab!26983
-
Russell Dickenson authored
Documentation Updating GitLab doc page with Seat Link info See merge request gitlab-org/gitlab!26612
-
Stan Hu authored
Regenerate all_queues.yml file Closes #210487 See merge request gitlab-org/gitlab!27153
-
Stan Hu authored
Use ReplicateRepository when moving repo storage See merge request gitlab-org/gitlab!26550
-
Ash McKenzie authored
Update RSpec helper methods to *_next_instance_of See merge request gitlab-org/gitlab!26890
-
Amanda Rueda authored
-
Evan Read authored
Fix crossplane docs RBAC section See merge request gitlab-org/gitlab!27124
-
Robert Speicher authored
Ensure valid path is used by AttachmentUploader See merge request gitlab-org/gitlab!26849
-
Mayra Cabrera authored
Remove promoted notes temporary index See merge request gitlab-org/gitlab!26896
-
Robert Speicher authored
Resolve "Seat Link Service" Closes #208832 See merge request gitlab-org/gitlab!26467
-
Evan Read authored
Merge branch '209094-add-pagination-instructions-to-frontend-graphql-development-guidelines' into 'master' Add pagination instructions to frontend GraphQL development guidelines See merge request gitlab-org/gitlab!26652
-
Natalia Tepluhina authored
-
James Fargher authored
Add pagination to logs API See merge request gitlab-org/gitlab!26464
-
Adrien Kohlbecker authored
-
Evan Read authored
Update doc/development/query_recorder.md See merge request gitlab-org/gitlab!26216
-
Ohad Dahan authored
-
Mayra Cabrera authored
Remove state column from issues and merge_requests See merge request gitlab-org/gitlab!25561
-
Mayra Cabrera authored
Use packaged script from GitLab accessibility image See merge request gitlab-org/gitlab!26687
-
drew authored
-
Mayra Cabrera authored
-
Paul Slaughter authored
Merge branch '37492-metric_id-and-metricid-duplicate-data-in-metrics-remove-one-of-them' into 'master' Remove duplicate data in metric_id See merge request gitlab-org/gitlab!26961
-
Toon Claes authored
Migrate mentions for commit notes to DB table See merge request gitlab-org/gitlab!23859
-
Thong Kuah authored
Add functionality to revoke a X509Certificate and update related X509CommitSignatures See merge request gitlab-org/gitlab!24889
-
Roger Meier authored
-
Mayra Cabrera authored
Change Jira service to create comments first See merge request gitlab-org/gitlab!26052
-
Justin Ho Tuan Duong authored
Speculative fix for broken Jira integration. Tries create comments before trying to create remote links, which is closer to the previous code.
-
Shreyas Agarwal authored
The SyncSeatLinkWorker gathers the max historical user count from the start of the license to the previous day, then executes the SyncSeatLinkRequestWorker. The SyncSeatLinkWorker is a Sidekiq CronWorker that can be retried up to 12 times (~17 hours). It can be retried past the original job creation day to report the correct day. The SyncSeatLinkRequestWorker is responsible for making request to the Subscription Portal with seat info. Because all the information necessary to make the request is pulled from the job information, this job can be retried beyond the original job creation day. Using UTC time to determine when to sync seat information and what time range to use for gathering the max user count.
-
James Fargher authored
-
James Fargher authored
It was assumed that replicate repository would return a bool, but the response is actually empty
-
James Fargher authored
ReplicateRepository already handles this case
-
James Fargher authored
-
James Fargher authored
Cleans out now unused RPC code
-
James Fargher authored
This was the last usage of FetchInternalRemote
-
James Fargher authored
Minimum required to support a new RPC in gitaly client
-
Stan Hu authored
Merge branch 'gitlab-org-growth-ui-ux-295-tracking-send-event-each-time-we-show-nudge-2' into 'master' Send event each time we show pipeline nudge 2 Closes gitlab-org/growth/product#296 and gitlab-org/growth/product#295 See merge request gitlab-org/gitlab!26605
-
Nick Thomas authored
Fix code search pagination on a custom branch Closes #207623 See merge request gitlab-org/gitlab!25984
-
Dmitry Gruzd authored
When we use non default code search with advanced global search enabled we have a broken pagination. This change moves default_branch? condition into the ProjectService to account for that difference.
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Default to 'attachment' if the mount_point from the database is 'nil'.
-