- 13 Mar, 2020 6 commits
-
-
Tom Quirk authored
Intended to be used for any design upload. Only currently used in button.vue, but will eventually be used for dropzone CHanges behaviour slightly, to get upload files from the @change event, rather than the element.files itself
-
Evan Read authored
Adds crossplane CI/CD docs See merge request gitlab-org/gitlab!27137
-
João Cunha authored
-
Ash McKenzie authored
Hide Status Page Operations Settings behind a beta feature flag Closes #210030 See merge request gitlab-org/gitlab!27047
-
Sean Arnold authored
-
Evan Read authored
Update internal link extension test See merge request gitlab-org/gitlab!27159
-
- 12 Mar, 2020 34 commits
-
-
Marcel Amirault authored
-
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
-