- 24 Jul, 2019 40 commits
-
-
Stan Hu authored
EE port of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30635/ See merge request gitlab-org/gitlab-ee!14830
-
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
-
Douglas Barbosa Alexandre authored
Hide "Buy additional minutes" button for self-managed installs Closes #12864 See merge request gitlab-org/gitlab-ee!14826
-
GitLab Bot authored
-
Douwe Maan authored
Resolves confusion within spec rake tasks. See merge request gitlab-org/gitlab-ce!31073
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
Stan Hu authored
Optimise import performance Closes #64924 See merge request gitlab-org/gitlab-ce!31045
-
Stan Hu authored
EE: Optimise import performance See merge request gitlab-org/gitlab-ee!14794
-
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>
-
Mayra Cabrera authored
Add Outbound requests whitelist for local networks See merge request gitlab-org/gitlab-ee!14712
-
Reuben Pereira authored
Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Use a base class for Peek views See merge request gitlab-org/gitlab-ce!31108
-
Stan Hu authored
This button only pertains to GitLab.com, so it should not be seen by other installations. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/12864
-
Paul Slaughter authored
Resolve "Remove `pluralize` in favour of `n__`" Closes #63553 See merge request gitlab-org/gitlab-ce!30882
-
Ezekiel Kigbo authored
Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
-
Paul Slaughter authored
EE 63553 remove pluralize in favour of n__ See merge request gitlab-org/gitlab-ee!14743
-
Ezekiel Kigbo authored
Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
-
Rémy Coutable authored
Remove unused peek view code See merge request gitlab-org/gitlab-ce!31099
-
Rémy Coutable authored
Remove unused peek view code See merge request gitlab-org/gitlab-ee!14822
-
GitLab Bot authored
-
Nick Thomas authored
Remove feature flag for tablesample counts See merge request gitlab-org/gitlab-ce!31048
-
-
GitLab Bot authored
-
Clement Ho authored
Update tooltip values to meet design specs Closes gitlab-ui#264 See merge request gitlab-org/gitlab-ce!30981
-
GitLab Bot authored
-
Stan Hu authored
Introduce a `DetailedView` base class, which is inherited by the Gitaly, Redis, and Rugged views. This reduces code duplication.
-
Marcia Ramos authored
Followup edit of documentation See merge request gitlab-org/gitlab-ce!30986
-
Evan Read authored
-
GitLab Bot authored
-
Sean McGivern authored
Increase the Review App deploy command timeout to 15 minutes Closes #64998 See merge request gitlab-org/gitlab-ce!31061
-
Kamil Trzciński authored
- Fix `O(n)` complexity of `append_or_update_attribute`, we append objects to an array and re-save project - Remove the usage of `keys.include?` as it performs `O(n)` search, instead use `.has_key?` - Remove the usage of `.keys.first` as it performs a copy of all keys, instead use `.first.first`
-
Kamil Trzciński authored
- Fix `O(n)` complexity of `append_or_update_attribute`, we append objects to an array and re-save project - Remove the usage of `keys.include?` as it performs `O(n)` search, instead use `.has_key?` - Remove the usage of `.keys.first` as it performs a copy of all keys, instead use `.first.first`
-
GitLab Bot authored
-
Grzegorz Bizon authored
Remove OAuth GitHub CI/CD project code paths See merge request gitlab-org/gitlab-ce!30716
-