- 25 Apr, 2019 13 commits
-
-
James Ramsay authored
Epics in public groups should be readable via the API without authentication.
-
GitLab Bot authored
-
Phil Hughes authored
Add support for baseUrl in ApolloClient instance within GraphQL helper See merge request gitlab-org/gitlab-ce!27657
-
Phil Hughes authored
Resolve "Autocomplete dropdown for usernames shows HTML if you attempt to search for a username that starts with a period" Closes #60552 See merge request gitlab-org/gitlab-ce!27533
-
Jan Beckmann authored
Fixes #60552
-
Kushal Pandya authored
Add support for providing baseUrl/rootUrl within `uri` while creating ApolloClient instance.
-
GitLab Bot authored
-
Lin Jen-Shin authored
Client side changes for ListLastCommitsForTree response update See merge request gitlab-org/gitlab-ce!26880
-
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
-
GitLab Bot authored
-
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.
-
Douglas Barbosa Alexandre authored
Automatically add the :geo metadata to Geo spec files See merge request gitlab-org/gitlab-ee!11510
-
- 24 Apr, 2019 27 commits
-
-
GitLab Bot authored
-
Fatih Acet authored
Fix Metrics environments dropdown Closes #60687 See merge request gitlab-org/gitlab-ce!27586
-
GitLab Bot authored
-
Fatih Acet authored
Migrate security reports tests to Jest Closes #10722 and #10724 See merge request gitlab-org/gitlab-ee!10466
-
Winnie Hellmann authored
- Add missing bootstrap import in security reports store actions - Adjust path to test_constants - Replace spyOnDependency() with jest.mock() in security reports
-
Fatih Acet authored
Fix API and IDE path with `/` relative_url_root See merge request gitlab-org/gitlab-ce!27635
-
GitLab Bot authored
-
Stan Hu authored
Adding ability to specify helm chart repo using environment variables Closes #49520 See merge request gitlab-org/gitlab-ce!27123
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Speed-up project specs for "#feature_available?" See merge request gitlab-org/gitlab-ee!10880
-
Peter Leitzen authored
Before $ bin/spring rspec ee/spec/models/project_spec.rb -e feature_available Finished in 1 minute 31.73 seconds (files took 1.19 seconds to load) 493 examples, 0 failures After $ bin/spring rspec ee/spec/models/project_spec.rb -e feature_available Finished in 19.38 seconds (files took 1.01 seconds to load) 493 examples, 0 failures
-
Tim Zallmann authored
Show category icons in user popover Closes #60387 See merge request gitlab-org/gitlab-ce!27254
-
Stan Hu authored
Fix gems ordering in Gemfile.lock See merge request gitlab-org/gitlab-ee!11503
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Put some flaky specs in quarantine See merge request gitlab-org/gitlab-ce!27633
-
Douglas Barbosa Alexandre authored
[EE] Put some flaky specs in quarantine See merge request gitlab-org/gitlab-ee!11505
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Make Rubocop happy See merge request gitlab-org/gitlab-ee!11512
-
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.
-
GitLab Bot authored
-
Clement Ho authored
i18n: externalize strings from 'app/views/projects/forks' See merge request gitlab-org/gitlab-ce!27497
-
Clement Ho authored
[EE] i18n: externalize strings from 'app/views/projects/forks' See merge request gitlab-org/gitlab-ee!11235
-
Douglas Barbosa Alexandre authored
Update Workhorse to v8.7.0 See merge request gitlab-org/gitlab-ce!27630
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Bot authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-