- 25 Apr, 2019 3 commits
-
-
John Cai authored
Updates the gitaly client to use path_bytes field instead of the deprecated path field in list_last_commits_for_tree_response. Also adds a test to guard against non-utf8 path data
-
Stan Hu authored
Avoid loading Wiki Pages content when listed Closes #53523 See merge request gitlab-org/gitlab-ce!22801
-
Francisco Javier López authored
Inside a wiki, when we show the sidebar or browse to the `pages`, all page contents are retrieved from Gitaly and that is a waste of resources, since no content from that pages are going to be showed. This MR introduces the method `ProjectWiki#list_pages`, which uses new wiki_list_pages RPC call to retrieve pages without content Also in the `WikisController` we're using the method to show pages in the sidebar and also on the `pages` page.
-
- 24 Apr, 2019 37 commits
-
-
Fatih Acet authored
Fix Metrics environments dropdown Closes #60687 See merge request gitlab-org/gitlab-ce!27586
-
Fatih Acet authored
Fix API and IDE path with `/` relative_url_root See merge request gitlab-org/gitlab-ce!27635
-
Stan Hu authored
Adding ability to specify helm chart repo using environment variables Closes #49520 See merge request gitlab-org/gitlab-ce!27123
-
Tim Zallmann authored
Show category icons in user popover Closes #60387 See merge request gitlab-org/gitlab-ce!27254
-
Douglas Barbosa Alexandre authored
Put some flaky specs in quarantine See merge request gitlab-org/gitlab-ce!27633
-
Paul Slaughter authored
**Why?** Previously we simply concatenated our paths, which led to requesting `//api/v4/...` and obviously failed. The BE supports a relative_url_root of `/`. It's a bug that the FE does not.
-
Clement Ho authored
i18n: externalize strings from 'app/views/projects/forks' See merge request gitlab-org/gitlab-ce!27497
-
Douglas Barbosa Alexandre authored
Update Workhorse to v8.7.0 See merge request gitlab-org/gitlab-ce!27630
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
Backport EE cache update See merge request gitlab-org/gitlab-ce!27626
-
Felipe Artur authored
-
Nick Thomas authored
-
Stan Hu authored
Resolve "500 error on save of general pipeline settings timeout" Closes gitlab-ee#11281 See merge request gitlab-org/gitlab-ce!27416
-
Stan Hu authored
Fix bug when project export to remote url fails Closes #60827 See merge request gitlab-org/gitlab-ce!27614
-
Francisco Javier López authored
-
Grzegorz Bizon authored
Add CI variable CI_REF_PROTECTED See merge request gitlab-org/gitlab-ce!26716
-
Rémy Coutable authored
Resolve "Add rule to Danger to detect possible CE/EE Vue <template> issues" Closes #60475 See merge request gitlab-org/gitlab-ce!27328
-
Phil Hughes authored
Resolve "Merge Request Popover is not working on the To Do page" Closes #60540 See merge request gitlab-org/gitlab-ce!27382
-
Sam Bigelow authored
-
Phil Hughes authored
Move EE differences for `ready_to_merge.vue` See merge request gitlab-org/gitlab-ce!27587
-
Natalia Tepluhina authored
-
Sean McGivern authored
Always use internal ID tables in development and production Closes #60718 See merge request gitlab-org/gitlab-ce!27544
-
Matija Čupić authored
-
Matija Čupić authored
-
Achilleas Pipinellis authored
Clarify UX debt label See merge request gitlab-org/gitlab-ce!27548
-
Pedro Moreira da Silva authored
-
Nick Thomas authored
Remove "You are already signed in" banner See merge request gitlab-org/gitlab-ce!27377
-
Illya Klymov authored
-
Kushal Pandya authored
Move EE specific GfmAutocomplete code to EE file See merge request gitlab-org/gitlab-ce!27611
-
Nick Thomas authored
Bump gRPC to 1.19.0 and protobuf to 3.7.1 See merge request gitlab-org/gitlab-ce!27086
-
Nathan Friend authored
This commit adds a rule to Danger that warns the developer when their MR includes changes to a CE .vue file that has a counterpart in the EE repo or vice-versa.
-
Sean McGivern authored
Add Epics in issuable list when EE See merge request gitlab-org/gitlab-ce!27545
-
Dmitriy Zaporozhets authored
Properly authorize our own GraphQL scalar types Closes #60800 See merge request gitlab-org/gitlab-ce!27563
-
Phil Hughes authored
Create constants for IDE commit action values See merge request gitlab-org/gitlab-ce!27613
-
Rajat Jain authored
Create a method in LabelsHelper which returns the correct list of `issuable_types` to the view.
-
Achilleas Pipinellis authored
Docs: review MR !27275 Closes #60631 See merge request gitlab-org/gitlab-ce!27585
-
Marcia Ramos authored
-