- 23 Mar, 2020 40 commits
-
-
Sam Beckham authored
Adds and tests the component but doesn't use it yet.
-
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
-
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
-
Mark Chao authored
Remove method and constant aliasing
-
Heinrich Lee Yu authored
Scope save_issuable_health_status flag to group See merge request gitlab-org/gitlab!27132
-
Igor Drozdov authored
Merge branch '23206-board-lists-lose-their-filter-label-when-said-label-becomes-a-group-label' into 'master' Update board label filters when a label is promoted See merge request gitlab-org/gitlab!27662
-
Heinrich Lee Yu authored
Change queries from using count to limit See merge request gitlab-org/gitlab!27028
-
Natalia Tepluhina authored
Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/shared/notes' See merge request gitlab-org/gitlab!25028
-
Marvin Karegyeya authored
-
Natalia Tepluhina authored
Fix direct access to individual design on deprecated issue route Closes #211833 See merge request gitlab-org/gitlab!27650
-
Luke Duncalfe authored
71d92460 introduced a change to issue routes, deprecating the old ones, but still supporting them. There was added a special variable in issues/_discussion.html.haml to inform the Vue app about which of the two possible routes the Vue app was mounted on. The calculation of `deprecated_route` was previously only returning true if the user was looking at: - issues/1 - issues/1/designs But not: - issues/1/designs/mydesign.png In Rails, everything after the `designs` segment of the route is wildcarded as a single param[:vueroute] so it can be handled by Vue. https://gitlab.com/gitlab-org/gitlab/-/issues/211833
-
Kushal Pandya authored
Add docs for manual apollo queries See merge request gitlab-org/gitlab!26453
-
Simon Knox authored
For those times when you don't want to auto-fetcn on mount
-
Marcel Amirault authored
Update title of ci/cd managed apps section See merge request gitlab-org/gitlab!27715
-