- 23 Mar, 2020 35 commits
-
-
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
-
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
-
Stan Hu authored
Resolve "spec/tasks/gitlab/web_hook_rake_spec.rb failing" Closes #212077 See merge request gitlab-org/gitlab!27765
-
Evan Read authored
Also fix links to renamed sections.
-
danielgruesso authored
-
Martin Wortschack authored
Merge branch '210568-new-container-registry-navigating-back-from-details-should-preserve-the-page' into 'master' Container registry: preserve the page on the list See merge request gitlab-org/gitlab!27562
-
Nicolò Maria Mezzopera authored
- update router - add feature test to ensure coverage of the functionality
-
Evan Read authored
Add an example for the authorization token Closes gitlab-com/support/docs#68 See merge request gitlab-org/gitlab!25878
-
Nourdin el Bacha authored
-
Justin Ho authored
Loading all rake tasks affects other specs (specifically web_hook_rake_spec.rb) when run before them. This restores the previous rake_require and adds on "active_record/railties/databases" task which defines "db:structure:dump" task.
-
Evan Read authored
Update various links 1 See merge request gitlab-org/gitlab!27759
-
Ash McKenzie authored
Remove Jira tracker unused code Closes #209938 See merge request gitlab-org/gitlab!27669
-
Tiger Watson authored
Fix migration to have up See merge request gitlab-org/gitlab!27651
-
Marcel Amirault authored
Update links to avoid redirects, and fix links with 404 fails
-
Evan Read authored
Update service name for istio gateway See merge request gitlab-org/gitlab!27594
-
Marcel Amirault authored
Remove documentation notes for free CI/CD for GitHub projects See merge request gitlab-org/gitlab!27416
-
- 22 Mar, 2020 5 commits
-
-
James Fargher authored
Move ProjectAlertingSetting and its dependencies to CE Closes #210529 See merge request gitlab-org/gitlab!27343
-
James Fargher authored
Bump gitlab-workhorse version to 8.27.0 See merge request gitlab-org/gitlab!27680
-
Evan Read authored
Docs for creating snippets See merge request gitlab-org/gitlab!27620
-
Marcia Ramos authored
- How to create personal and project snippets - Add screenshots for visualization - Mention bug when file name is missing
-
James Fargher authored
Separate module only entities into own class files See merge request gitlab-org/gitlab!27665
-