- 25 Apr, 2019 27 commits
-
-
GitLab Bot authored
-
Lin Jen-Shin authored
Organize better Review Apps and QA jobs See merge request gitlab-org/gitlab-ce!27509
-
Lin Jen-Shin authored
[EE] Organize better Review Apps and QA jobs See merge request gitlab-org/gitlab-ee!11445
-
GitLab Bot authored
-
Rémy Coutable authored
Fix new issue header text See merge request gitlab-org/gitlab-ce!27662
-
Lin Jen-Shin authored
[Insights] Change the default weeks period limit to 12 See merge request gitlab-org/gitlab-ee!11498
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
Ensure that we only request blobs in one batch Closes #60829 See merge request gitlab-org/gitlab-ce!27625
-
GitLab Bot authored
-
Lin Jen-Shin authored
Fix typo in blob_spec.rb See merge request gitlab-org/gitlab-ce!27661
-
Sean McGivern authored
Fix unathenticated API access to public epics See merge request gitlab-org/gitlab-ee!11485
-
James Ramsay authored
Epics in public groups should be readable via the API without authentication.
-
Dmitriy Zaporozhets authored
Get rid of the user_namespace API helper method See merge request gitlab-org/gitlab-ce!27636
-
Sean McGivern authored
Without the leading `=`, this is just interpreted as literal text, so it won't be translated.
-
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
-
Winnie Hellmann authored
-
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 13 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
-