summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Retry if dropdown is not visibleqa-sl-nightly-117-stablize-editing-scope-label-spec-ceSanad Liaquat2019-07-251-1/+4
|
* Merge branch 'make-relative-positioning-module-reusable' into 'master'Bob Van Landuyt2019-07-255-261/+300
|\ | | | | | | | | Make RelativePositioning reusable See merge request gitlab-org/gitlab-ce!30993
| * Make RelativePositioning reusablemake-relative-positioning-module-reusableAdam Hegyi2019-07-245-261/+300
| | | | | | | | | | | | | | | | RelativePositioning module was heavily dependent on the Issue model. This changes makes it easier to reuse the functionality provided by RelativePositioning in other models. Needed by: https://gitlab.com/gitlab-org/gitlab-ee/issues/12196
* | Merge branch 'sl-qa-staging-63-spam-issue-fix-ce' into 'master'Sanad Liaquat2019-07-252-3/+5
|\ \ | | | | | | | | | | | | CE port of "Fix spam in issue creation by making project private" See merge request gitlab-org/gitlab-ce!30997
| * | Adds visibility attr to projectsl-qa-staging-63-spam-issue-fix-ceSanad Liaquat2019-07-222-3/+5
| | |
* | | Merge branch 'docs-scim-updates' into 'master'Evan Read2019-07-254-21/+30
|\ \ \ | | | | | | | | | | | | | | | | Docs: Improve SCIM documentation See merge request gitlab-org/gitlab-ce!31091
| * | | Docs: Improve SCIM documentationTristan Williams2019-07-254-21/+30
|/ / /
* | | Merge branch 'sh-yarn-dedupe-docs' into 'master'Mike Greiling2019-07-251-0/+12
|\ \ \ | | | | | | | | | | | | | | | | Add documentation on how to add dependencies to yarn See merge request gitlab-org/gitlab-ce!31066
| * | | Add documentation on how to add dependencies to yarnsh-yarn-dedupe-docsStan Hu2019-07-231-0/+12
| | | | | | | | | | | | | | | | | | | | Danger constantly warns about de-duplicating dependencies, so put these instructions in the documentation so they can be searched.
* | | | Merge branch 'patch-72' into 'master'Evan Read2019-07-251-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix rendering in Newline section See merge request gitlab-org/gitlab-ce!30992
| * | | | Fix rendering in Newline sectionEric Lindsey2019-07-251-2/+2
|/ / / /
* | | | Merge branch 'sh-rubocop-reverse-each' into 'master'Douglas Barbosa Alexandre2019-07-254-11/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Enable Rubocop Performance/ReverseEach See merge request gitlab-org/gitlab-ce!31120
| * | | | Enable Rubocop Performance/ReverseEachsh-rubocop-reverse-eachStan Hu2019-07-244-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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)
* | | | | Merge branch 'unnececssary-slack-redirect' into 'master'Evan Read2019-07-241-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Documentation - Removed the unnecessary loop See merge request gitlab-org/gitlab-ce!31003
| * | | | | Removed the unnecessary loop through `../project_services/slack.md`.Jeffrey Cafferata2019-07-221-2/+2
| | | | | |
* | | | | | Merge branch 'docs-markdown-whitespace' into 'master'Evan Read2019-07-241-28/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add whitespace back to markdown doc See merge request gitlab-org/gitlab-ce!31087
| * | | | | | Add whitespace back to markdown docMarcel Amirault2019-07-241-28/+34
|/ / / / / /
* | | | | | Merge branch '12250-mvc-security-navigation-section-docs' into 'master'Evan Read2019-07-245-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs to reflect new Security tabs See merge request gitlab-org/gitlab-ce!31046
| * | | | | | Update docs to reflect new Security tabs12250-mvc-security-navigation-section-docsDave Pisek2019-07-245-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes changes to update the documentation so it reflects the new navigation structure introduced by the additional tab "Security & Compliance" to the project-views sidebar and "Security" to the group-views sidebar. * Screenshot * Paths to the Dependency List * Paths to the group-level security dashboard
* | | | | | | Merge branch ↵Paul Slaughter2019-07-242-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| * | | | | | | Changed `author_avatar` to inline-block classMarc Schwede2019-07-242-1/+6
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Fixes #64746
* | | | | | | Merge branch '64763-fix-tags-page-layout' into 'master'Fatih Acet2019-07-242-1/+6
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Fix tags page layout See merge request gitlab-org/gitlab-ce!30951
| * | | | | | Fix tags page layoutAndré Luís2019-07-242-1/+6
|/ / / / / /
* | | | | | Merge branch 'sh-enable-rubocop-hash-search' into 'master'Mayra Cabrera2019-07-245-15/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable Rubocop Performance/InefficientHashSearch Closes #64975 See merge request gitlab-org/gitlab-ce!31117
| * | | | | | Enable Rubocop Performance/InefficientHashSearchsh-enable-rubocop-hash-searchStan Hu2019-07-245-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge branch 'ce-docker_image_replication-event-generation' into 'master'Douglas Barbosa Alexandre2019-07-247-0/+83
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597 See merge request gitlab-org/gitlab-ce!30520
| * | | | | | | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597ce-docker_image_replication-event-generationValery Sizov2019-07-247-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first part of Docker Registry replication for secondary Geo node.
* | | | | | | | Merge branch '48717-rate-limit-raw-controller-show' into 'master'Stan Hu2019-07-2412-17/+291
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add RateLimiter to RawController See merge request gitlab-org/gitlab-ce!30635
| * | | | | | | | Add RateLimiter to RawControllerMayra Cabrera2019-07-2412-17/+291
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | | | Merge branch '63730-fix-500-status-labels-pd' into 'master'Robert Speicher2019-07-243-1/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add where condition to filter out labels with type here Closes #63730 See merge request gitlab-org/gitlab-ce!30885
| * | | | | | | | Add where condition to filter out invalid labels with nil type63730-fix-500-status-labels-pdPatrick Derichs2019-07-243-1/+19
| | | | | | | | |
* | | | | | | | | Merge branch 'cleanup/spec-tasks' into 'master'Douwe Maan2019-07-243-62/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves confusion within spec rake tasks. See merge request gitlab-org/gitlab-ce!31073
| * | | | | | | | | Resolves confusion within spec rake taskscleanup/spec-tasksJeremy Jackson2019-07-233-62/+6
| | | | | | | | | |
* | | | | | | | | | Merge branch '62217-follow-up-from-fix-display-of-promote-to-group-label' ↵Douwe Maan2019-07-243-26/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Remove project param from `#show_label_issuables_link?` Closes #62217 See merge request gitlab-org/gitlab-ce!31038
| * | | | | | | | | | Remove project from show_label_issuables_link?62217-follow-up-from-fix-display-of-promote-to-group-labelHeinrich Lee Yu2019-07-233-26/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The project param is unnecessary here
* | | | | | | | | | | Merge branch 'update-author-prefix-on-merge-request-notification' into 'master'Douwe Maan2019-07-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update author prefix on merge request notification See merge request gitlab-org/gitlab-ce!31057
| * | | | | | | | | | | Update author prefix on merge request notificationGeorge Tsiolis2019-07-231-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '62128-remove-ignore-rule-for-project-auto-devops-domain' into ↵Douwe Maan2019-07-242-5/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Remove ignore rule for ProjectAutoDevops#domain See merge request gitlab-org/gitlab-ce!30989
| * | | | | | | | | | | Remove ignore rule for ProjectAutoDevops#domain62128-remove-ignore-rule-for-project-auto-devops-domainTiger2019-07-222-5/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'optimise-import-performance' into 'master'Stan Hu2019-07-2410-34/+32
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimise import performance Closes #64924 See merge request gitlab-org/gitlab-ce!31045
| * | | | | | | | | | | | Optimise import performanceoptimise-import-performanceKamil Trzciński2019-07-2410-34/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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`
* | | | | | | | | | | | | Merge branch '44496-outbound_requests_whitelist' into 'master'Mayra Cabrera2019-07-2415-88/+394
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Outbound requests whitelist for local networks See merge request gitlab-org/gitlab-ce!30350
| * | | | | | | | | | | | | [ADD] outbound requests whitelistReuben Pereira2019-07-2415-88/+394
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
* | | | | | | | | | | | | Merge branch 'sh-peek-cleanup' into 'master'Douglas Barbosa Alexandre2019-07-245-72/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a base class for Peek views See merge request gitlab-org/gitlab-ce!31108
| * | | | | | | | | | | | | Use a base class for Peek viewssh-peek-cleanupStan Hu2019-07-245-72/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a `DetailedView` base class, which is inherited by the Gitaly, Redis, and Rugged views. This reduces code duplication.
* | | | | | | | | | | | | | Merge branch '63553-remove-pluralize-in-favour-of-n__' into 'master'Paul Slaughter2019-07-246-36/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Remove `pluralize` in favour of `n__`" Closes #63553 See merge request gitlab-org/gitlab-ce!30882
| * | | | | | | | | | | | | | Removed pluralize functionEzekiel Kigbo2019-07-246-36/+21
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
* | | | | | | | | | | | | | Merge branch 'remove-unused-peek-views' into 'master'Rémy Coutable2019-07-244-27/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused peek view code See merge request gitlab-org/gitlab-ce!31099
| * | | | | | | | | | | | | | Remove unused peek view coderemove-unused-peek-viewsSean McGivern2019-07-244-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We haven't needed these since we started rendering the performance bar in Vue.
* | | | | | | | | | | | | | | Merge branch 'ab-count-strategies' into 'master'Nick Thomas2019-07-249-78/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove feature flag for tablesample counts See merge request gitlab-org/gitlab-ce!31048