- 23 Mar, 2020 40 commits
-
-
Kushal Pandya authored
Improve usability of the links in the file listing Closes #35172 See merge request gitlab-org/gitlab!27571
-
Adam Hegyi authored
Ignore obsolete fields of resource_milestone_events See merge request gitlab-org/gitlab!25296
-
Nick Thomas authored
Feature/add arbitrary commit api backend changes See merge request gitlab-org/gitlab!27698
-
Anwar Sadath authored
This commit moves some required entities from controller to API level, and implements a limit on the number of context commits that will be returned from the API.
-
Sean McGivern authored
Deduplicate the Namespaces::RootStatisticsWorker jobs See merge request gitlab-org/gitlab!27601
-
Ramya Authappan authored
Update generate_perf_testdata script to create many files on master See merge request gitlab-org/gitlab!27408
-
Sanad Liaquat authored
move create_many_issues out of threaded run
-
Sean McGivern authored
Separate user, entity and project modules into own files See merge request gitlab-org/gitlab!27771
-
Sean McGivern authored
Remove deprecated "master" role See merge request gitlab-org/gitlab!27656
-
Alessio Caiazza authored
Merge branch '35627-api-response-for-adding-a-note-returns-http-400-for-command-only-notes' into 'master' API requests creating command only notes should return 2xx responses Closes #35627 See merge request gitlab-org/gitlab!19624
-
Alex Kalderimis authored
This changes the behaviour of note creation to respond with HTTP-202 when the note is command only - i.e. no note was created, but the changes mentioned were applied. The response type is also changed to expose the command changes, allowing the client to verify that their commands were correctly applied, and allowing the client to distinguish from real notes that have been persisted to the database from command only responses with a mechanism other than just checking the note id. Be aware that as a result of this change the response from this service will now return notes that have a null ID, a condition that previously excluded.
-
Peter Leitzen authored
Move repository creation outside snippet db transaction See merge request gitlab-org/gitlab!27736
-
Peter Leitzen authored
Move PrometheusAlertSerializer to CE Closes #210535 See merge request gitlab-org/gitlab!27430
-
Peter Leitzen authored
Reuse default generated snippet name Closes #211931 See merge request gitlab-org/gitlab!27673
-
Jan Provaznik authored
Update secpick to be more specific with errors See merge request gitlab-org/gitlab!27178
-
Mark Florian authored
Make Prettier failures prettier See merge request gitlab-org/gitlab!26937
-
Achilleas Pipinellis authored
Describe license scan python limitations See merge request gitlab-org/gitlab!27714
-
mo khan authored
-
Daniel Paul Searles authored
Why: * When using secpick and missing an option it's hard to know which error is missing. This change addresses the need by: * Update secpick to output which options are missing.
-
Grzegorz Bizon authored
Move CreateEventService and ProcessPrometheusAlertWorker from EE to CE Closes #210531 See merge request gitlab-org/gitlab!27520
-
Grzegorz Bizon authored
Start merge request for custom dashboard if new branch is provided Closes #208174 See merge request gitlab-org/gitlab!27189
-
Kirstie Cook authored
-
Achilleas Pipinellis authored
Add airgapped quickstart guide See merge request gitlab-org/gitlab!27020
-
Achilleas Pipinellis authored
Add recommendation on how to address MR feedback See merge request gitlab-org/gitlab!27501
-
Wayne Haber authored
-
Adam Hegyi authored
Limit full path search to certain places only See merge request gitlab-org/gitlab!21910
-
Grzegorz Bizon authored
GraphQL: Allow update of Requirement See merge request gitlab-org/gitlab!27417
-
Jan Provaznik authored
Requirement's title and state attributes can be updated through GraphQL API.
-
Martin Wortschack authored
Fix new file not being created in non-ascii character folders See merge request gitlab-org/gitlab!26165
-
Phil Hughes authored
Merge branch '207045-preserve-date-filters-in-value-stream-and-productivity-analytics' into 'master' Preserve date filters in analytics Closes #207045 See merge request gitlab-org/gitlab!27102
-
Ezekiel Kigbo authored
Removes manual url updating from the vuex actions, using the query watch from url_sync_mixin to update urls
-
Bob Van Landuyt authored
Create a rake task to cleanup unused LFS files Closes #36628 See merge request gitlab-org/gitlab!21747
-
Igor Drozdov authored
Fix smartcard config initialization Closes #210596 See merge request gitlab-org/gitlab!27560
-
Bob Van Landuyt authored
This allows dropping sidekiq jobs for the `Namespaces::RootStatisticsWorker` when flipping the `drop_duplicate_sidekiq_jobs_for_queue` feature flag.
-
Bob Van Landuyt authored
This worker was already idempotent, this marks it as such so we can deduplicate it later.
-
Heinrich Lee Yu authored
Full path search times out when searching all projects so we only do this when the search space is already limited by a group or user's authorized projects
-
Kushal Pandya authored
Highlight line which includes search term is code search results Closes #196384 See merge request gitlab-org/gitlab!22914
-
Alex Terekhov authored
-
Rajendra Kadam authored
-
Rajendra Kadam authored
-