- 12 Mar, 2020 40 commits
-
-
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
-
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.
-
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.
-
Paul Slaughter authored
Merge branch '196637-replace-underscore-with-lodash-for-app-assets-javascripts-sidebar' into 'master' Replace underscore with lodash in ./sidebar Closes #196637 See merge request gitlab-org/gitlab!25696
-
Felipe Artur authored
safely removes state column from issues and merge_requests
-
Paul Slaughter authored
Migrate storage_counter specs to Jest Closes #194308 See merge request gitlab-org/gitlab!26743
-
Stan Hu authored
Fix WikiPage#title_changed for paths with spaces See merge request gitlab-org/gitlab!27087
-
Robert Speicher authored
Updates security-harness for Security remote See merge request gitlab-org/gitlab!27121
-
Nick Thomas authored
Make hostname configurable for smartcard authentication See merge request gitlab-org/gitlab!26411
-
Nick Thomas authored
Add custom bundlerURL to clientside preview See merge request gitlab-org/gitlab!21520
-
Lin Jen-Shin authored
Update CODEOWNERS according to the latest responsibilities See merge request gitlab-org/gitlab!27103
-
Rémy Coutable authored
Let docs-lint tests all run to completion before failing See merge request gitlab-org/gitlab!27097
-
Paul Slaughter authored
Resolve "Migrate spec/javascripts/projects/ to Jest" See merge request gitlab-org/gitlab!26730
-
-
Imre Farkas authored
Hostname is configurable for the endpoint requiring client side certificate.
-
Fatih Acet authored
Change iid argument to ID_TYPE for graphQL queries Closes #208394 See merge request gitlab-org/gitlab!26171
-
Fatih Acet authored
Geo Replicable - Generalize Mutations See merge request gitlab-org/gitlab!26697
-
Alexandru Croitor authored
Migrates mentions that appear in commit notes to its respective commit_user_mentions db table
-
Adam Hegyi authored
Remove analytics navbar feature flags Closes #202094 See merge request gitlab-org/gitlab!26786
-
Lin Jen-Shin authored
Quarantine a flaky spec Closes #209999 See merge request gitlab-org/gitlab!27099
-
Adam Hegyi authored
Introduce database table for user highest roles See merge request gitlab-org/gitlab!26987
-
Mayra Cabrera authored
Omnibus is currently moving to GitLab Security, so there's no longer a need to check for dev.gitlab.org repository. This commit updates the pre-push hook to only check for the Security remote. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/692
-
Paul Slaughter authored
-