- 13 Mar, 2020 40 commits
-
-
Nick Thomas authored
This brings it more inline with, e.g., Gitlab::Workhorse
-
Nick Thomas authored
This method is a static transformation of its arguments so it makes more sense as a class method - no need for a Gitlab::Shell instance. This allows us to remove `Gitlab::ShellAdapter` from a few places.
-
Nick Thomas authored
-
Nick Thomas authored
Stop using Gitlab::Shell in replicate specs See merge request gitlab-org/gitlab!27164
-
Mark Florian authored
Add support for async search within Epics dropdown See merge request gitlab-org/gitlab!26980
-
Nick Thomas authored
Remove marginalia traces in query matcher See merge request gitlab-org/gitlab!26988
-
Tan Le authored
Marginalia appends unique `correlation_id` on SQL queries and results in incorrect similarity matching between expected and actual query in logs.
-
Marcia Ramos authored
Docs: Add argument validation to GraphQL Styleguide See merge request gitlab-org/gitlab!26239
-
Marcia Ramos authored
Add button to create a Release through the UI Closes #32812 See merge request gitlab-org/gitlab!24516
-
Kushal Pandya authored
Migrate ee/multiple_assignees to Jest Closes #194296 See merge request gitlab-org/gitlab!27204
-
Adam Hegyi authored
Optimize notes counters in usage data See merge request gitlab-org/gitlab!26871
-
Grzegorz Bizon authored
Fix BulkInsertSafe to support encrypted and enums fields See merge request gitlab-org/gitlab!27203
-
Kushal Pandya authored
feat: 2FA for admin mode Closes #35079 See merge request gitlab-org/gitlab!22281
-
Diego Louzán authored
Users that have 2FA setup must use it before activating admin mode
-
Achilleas Pipinellis authored
Add clarification on elastic stack and advanced search See merge request gitlab-org/gitlab!27092
-
Achilleas Pipinellis authored
Add documentation for multiple vulnerability selection Closes #42769 See merge request gitlab-org/gitlab!26923
-
Sam Beckham authored
Adds images and doces for the new ,ultiple select feature in the security dashboards
-
Kushal Pandya authored
Make design cards dropzones See merge request gitlab-org/gitlab!26446
-
Tom Quirk authored
No tests yet
-
Bob Van Landuyt authored
Implement publish incident service See merge request gitlab-org/gitlab!26785
-
Sean McGivern authored
GraphQL: Upgrade graphql-ruby gem to 1.9.18 Closes #207278 See merge request gitlab-org/gitlab!26378
-
Kushal Pandya authored
Add infinite scrolling to logs Closes #206936 See merge request gitlab-org/gitlab!26254
-
Kushal Pandya authored
Search for Epics asynchronously when no matches are present in locally loaded list.
-
Kamil Trzciński authored
Resolve "Persist `:release` node from gitlab-ci.yml" Closes #196110 See merge request gitlab-org/gitlab!26385
-
Vitaly Slobodin authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/194296
-
Natalia Tepluhina authored
Remove staging from commit workflow in the Web IDE See merge request gitlab-org/gitlab!26151
-
Himanshu Kapoor authored
Bypass staging in Web IDE by ommitting staging from Vue templates.
-
Kamil Trzciński authored
We need to perform type cast and proper column mapping in order to support encrypted (which provides a virtual field) and enum fields (which provide a type conversion)
-
Sean McGivern authored
Mark the AuthorizedProjectsWorker as idempotent See merge request gitlab-org/gitlab!26794
-
Alessio Caiazza authored
Update Ruby version in official CI templates See merge request gitlab-org/gitlab!23585
-
Adam Hegyi authored
Backfill LfsObjectsProject records of forks See merge request gitlab-org/gitlab!26964
-
Kushal Pandya authored
Kickoff Iteration: Add Import Jira Issues button to issues list page See merge request gitlab-org/gitlab!26835
-
Grzegorz Bizon authored
Cleanup undefined severity level from code See merge request gitlab-org/gitlab!27095
-
Peter Leitzen authored
We will handle them in the worker and schedule a retry
-
Peter Leitzen authored
-
Peter Leitzen authored
We can still inject them when we have the need to have a different serializer and storage client.
-
Peter Leitzen authored
-
Peter Leitzen authored
We will add more constants to this module soon so we have them at one place and not scattered.
-
Peter Leitzen authored
-
Bob Van Landuyt authored
We have middleware that deduplicates jobs for idempotent workers. So to avoid specs breaking when when more workers are marked as idempotent, we should not create duplicate jobs for tests.
-