- 29 Apr, 2019 1 commit
-
-
GitLab Release Tools Bot authored
Disallow read user scope to read project events See merge request gitlab/gitlabhq!3067
-
- 26 Apr, 2019 1 commit
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- 25 Apr, 2019 19 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
Prevent leaking information when issue is moved Closes #2830 See merge request gitlab/gitlabhq!3050
-
GitLab Release Tools Bot authored
Add ApplicationRecord#safe_ensure_unique method See merge request gitlab/gitlabhq!3054
-
GitLab Release Tools Bot authored
Stop sending emails to users who can't read commit See merge request gitlab/gitlabhq!3060
-
GitLab Release Tools Bot authored
Escape path in new merge request mail See merge request gitlab/gitlabhq!3066
-
Rémy Coutable authored
Fix new issue header text See merge request gitlab-org/gitlab-ce!27662
-
Dmitriy Zaporozhets authored
Ensure that we only request blobs in one batch Closes #60829 See merge request gitlab-org/gitlab-ce!27625
-
Lin Jen-Shin authored
Fix typo in blob_spec.rb See merge request gitlab-org/gitlab-ce!27661
-
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.
-
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.
-
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
-
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 19 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>
-
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
-
Małgorzata Ksionek authored
Refactor api events class to use external helper Move specs from old class Add changelog and magic string Refactor events class to be more explicit Remove blank line
-
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
-