- 20 Aug, 2019 6 commits
-
-
Evan Read authored
-
Annabel Dunstone Gray authored
Adds a height utility class See merge request gitlab-org/gitlab-ce!32019
-
Filipa Lacerda authored
Backports EE changes
-
Rémy Coutable authored
Enable DAST See merge request gitlab-org/gitlab-ce!31970
-
Dennis Appelt authored
-
Lin Jen-Shin authored
Remove unused security fixtures Closes #62734 See merge request gitlab-org/gitlab-ce!31557
-
- 07 Aug, 2019 1 commit
-
-
Cameron Swords authored
These will be moved to the EE codebase.
-
- 20 Aug, 2019 1 commit
-
-
Douwe Maan authored
Count notes for commits and merge requests See merge request gitlab-org/gitlab-ce!31912
-
- 16 Aug, 2019 1 commit
-
-
Bob Van Landuyt authored
This extends our existing `Gitlab::UsageDataCounters::NoteCounter` to also count notes on commits and merge requests
-
- 20 Aug, 2019 1 commit
-
-
Douglas Barbosa Alexandre authored
Change `be_success` to `be_successful` in specs See merge request gitlab-org/gitlab-ce!31969
-
- 19 Aug, 2019 1 commit
-
-
Vitali Tatarintev authored
Fixes deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ```
-
- 20 Aug, 2019 13 commits
-
-
Yorick Peterse authored
Remove file that was accidentally added back See merge request gitlab-org/gitlab-ce!32014
-
rossfuhrman authored
This file was moved to the EE project namespace, but https://gitlab.com/gitlab-org/gitlab-ce/commit/ce50d5c45158723925b098f7e0033963841137ff brought it back. It should not be present in this repo.
-
Nick Thomas authored
Update to GitLab Shell v9.4.0 See merge request gitlab-org/gitlab-ce!32009
-
Patrick Bajao authored
-
Filipa Lacerda authored
Merge branch '62373-badge-counter-very-low-contrast-between-foreground-and-background-colors-2' into 'master' Resolve "Badge counter: Very low contrast between foreground and background colors" Closes #62373 See merge request gitlab-org/gitlab-ce!31922
-
Jeremy Elder authored
-
Clement Ho authored
Embed metrics undefined param fix Closes #66177 See merge request gitlab-org/gitlab-ce!31975
-
Tristan Read authored
-
Kamil Trzciński authored
Allow measurement of sidekiq jobs taking > 2.5s See merge request gitlab-org/gitlab-ce!32001
-
Andrew Newdigate authored
Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/66319.
-
Paul Slaughter authored
Move SAST reports logic for MR widget to backend See merge request gitlab-org/gitlab-ce!31770
-
rossfuhrman authored
Update spec that is changed in corresponding EE MR
-
Sean McGivern authored
Fix Gitaly N+1 calls with listing issues/MRs via API Closes #66202 See merge request gitlab-org/gitlab-ce!31938
-
- 17 Aug, 2019 1 commit
-
-
Stan Hu authored
In GitLab 9.0, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the `subscribed` flag from the API when the user requested a list of issues or merge requests since calculating this value triggers extensive Markdown processing. In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this performance regression by changing `IssueBasic` to `Issue` in `entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown processing would attempt to extract a commit if it detected a regex that matched a commit. We restore the prior behavior by once again removing the `subscribed` flag for the bulk list of issues and merge requests and add a test to ensure they aren't reintroduced. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
-
- 20 Aug, 2019 1 commit
-
-
Lin Jen-Shin authored
Docs: Require request specs when testing N+1 for controllers See merge request gitlab-org/gitlab-ce!31940
-
- 18 Aug, 2019 1 commit
-
-
Thong Kuah authored
-
- 20 Aug, 2019 3 commits
-
-
Thong Kuah authored
Prefer ActiveModel's attributes over Virtus See merge request gitlab-org/gitlab-ce!31835
-
Peter Leitzen authored
The virtus project has been discontinued: https://github.com/solnic/virtus/commit/a6f896984
-
Filipa Lacerda authored
Add `autofocusonshow` directive for input elements See merge request gitlab-org/gitlab-ce!31584
-
- 07 Aug, 2019 1 commit
-
-
Kushal Pandya authored
-
- 20 Aug, 2019 1 commit
-
-
Kushal Pandya authored
Fix `mergeUrlParams` handling of '+' Closes #66152 See merge request gitlab-org/gitlab-ce!31973
-
- 19 Aug, 2019 2 commits
-
-
minghuan lei authored
-
Paul Slaughter authored
**What was the issue?** If a param value had `+`, it would be encoded as a literal `+` instead of a space.
-
- 20 Aug, 2019 3 commits
-
-
Jan Provaznik authored
Add missing SAST environment variables See merge request gitlab-org/gitlab-ce!31954
-
Cameron Swords authored
-
Marin Jankovski authored
Fix minor typo: CE -> EE See merge request gitlab-org/gitlab-ce!31952
-
- 19 Aug, 2019 1 commit
-
-
Arun Kumar Mohan authored
-
- 20 Aug, 2019 2 commits
-
-
Evan Read authored
Docs DOCKER_AUTH_CONFIG not available for k8s See merge request gitlab-org/gitlab-ce!31961
-
Steve Azzopardi authored
-