- 25 Jul, 2019 13 commits
-
-
Sean McGivern authored
[CE] Create serializer for Jira API JSON payload See merge request gitlab-org/gitlab-ce!31139
-
Andreas Brandl authored
Revert "Workaround for Rails 5, where LIMIT..." See merge request gitlab-org/gitlab-ce!30780
-
Grzegorz Bizon authored
Return an ETag header for the archive endpoint See merge request gitlab-org/gitlab-ce!30581
-
Heinrich Lee Yu authored
-
Lin Jen-Shin authored
Partial CE-EE parity for specs See merge request gitlab-org/gitlab-ce!31119
-
Bob Van Landuyt authored
Make RelativePositioning reusable See merge request gitlab-org/gitlab-ce!30993
-
Sanad Liaquat authored
CE port of "Fix spam in issue creation by making project private" See merge request gitlab-org/gitlab-ce!30997
-
Evan Read authored
Docs: Improve SCIM documentation See merge request gitlab-org/gitlab-ce!31091
-
Tristan Williams authored
-
Mike Greiling authored
Add documentation on how to add dependencies to yarn See merge request gitlab-org/gitlab-ce!31066
-
Evan Read authored
Fix rendering in Newline section See merge request gitlab-org/gitlab-ce!30992
-
Eric Lindsey authored
-
Douglas Barbosa Alexandre authored
Enable Rubocop Performance/ReverseEach See merge request gitlab-org/gitlab-ce!31120
-
- 24 Jul, 2019 27 commits
-
-
Evan Read authored
Documentation - Removed the unnecessary loop See merge request gitlab-org/gitlab-ce!31003
-
Evan Read authored
Add whitespace back to markdown doc See merge request gitlab-org/gitlab-ce!31087
-
Marcel Amirault authored
-
Evan Read authored
Update docs to reflect new Security tabs See merge request gitlab-org/gitlab-ce!31046
-
Paul Slaughter authored
Merge branch '64746-Commit-authors-avatar-sretched-in-commit-view-if-no-image-is-loaded' into 'master' Changed `author_avatar` to inline-block class Closes #64746 See merge request gitlab-org/gitlab-ce!30904
-
Marc Schwede authored
Fixes #64746
-
Fatih Acet authored
Fix tags page layout See merge request gitlab-org/gitlab-ce!30951
-
André Luís authored
-
Stan Hu authored
`Array.reverse_each` is faster than `Array.reverse.each` because: * reverse.each creates a new array then loops each element * reverse_each loops in reverse order (no intermediate array created)
-
Mayra Cabrera authored
Enable Rubocop Performance/InefficientHashSearch Closes #64975 See merge request gitlab-org/gitlab-ce!31117
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Douglas Barbosa Alexandre authored
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597 See merge request gitlab-org/gitlab-ce!30520
-
Stan Hu authored
Add RateLimiter to RawController See merge request gitlab-org/gitlab-ce!30635
-
Mayra Cabrera authored
* Limits raw requests to 300 per minute and per raw path. * Add a new attribute to ApplicationSettings so user can change this value on their instance. * Uses Gitlab::ActionRateLimiter to limit the raw requests. * Add a new method into ActionRateLimiter to log the event into auth.log Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/48717
-
Robert Speicher authored
Add where condition to filter out labels with type here Closes #63730 See merge request gitlab-org/gitlab-ce!30885
-
Stan Hu authored
When used with a Hash, `.keys.include?` is bad because: 1. It performs a O(n) search instead of the efficient `.has_key?` 2. It clones all keys into separate array. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64975
-
Douwe Maan authored
Resolves confusion within spec rake tasks. See merge request gitlab-org/gitlab-ce!31073
-
Douwe Maan authored
Remove project param from `#show_label_issuables_link?` Closes #62217 See merge request gitlab-org/gitlab-ce!31038
-
Douwe Maan authored
Update author prefix on merge request notification See merge request gitlab-org/gitlab-ce!31057
-
Douwe Maan authored
Remove ignore rule for ProjectAutoDevops#domain See merge request gitlab-org/gitlab-ce!30989
-
Stan Hu authored
Optimise import performance Closes #64924 See merge request gitlab-org/gitlab-ce!31045
-
Mayra Cabrera authored
Add Outbound requests whitelist for local networks See merge request gitlab-org/gitlab-ce!30350
-
Reuben Pereira authored
Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
-
Douglas Barbosa Alexandre authored
Use a base class for Peek views See merge request gitlab-org/gitlab-ce!31108
-