Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-25Experimental approach w/ different pid providers64972-fix-unicorn-workers-metric-v2Aleksei Lipniagov
2019-07-25Fix pid discovery for Unicorn in PidProviderAleksei Lipniagov
2019-07-25Merge branch '9643-jira-api-serializer-ce' into 'master'Sean McGivern
[CE] Create serializer for Jira API JSON payload See merge request gitlab-org/gitlab-ce!31139
2019-07-25Merge branch 'tc-revert-rails5-workaround' into 'master'Andreas Brandl
Revert "Workaround for Rails 5, where LIMIT..." See merge request gitlab-org/gitlab-ce!30780
2019-07-25Merge branch 'add-caching-to-archive-endpoint' into 'master'Grzegorz Bizon
Return an ETag header for the archive endpoint See merge request gitlab-org/gitlab-ce!30581
2019-07-25Backport Jira issue key regexHeinrich Lee Yu
2019-07-25Merge branch 'rs-spec-parity' into 'master'Lin Jen-Shin
Partial CE-EE parity for specs See merge request gitlab-org/gitlab-ce!31119
2019-07-25Merge branch 'make-relative-positioning-module-reusable' into 'master'Bob Van Landuyt
Make RelativePositioning reusable See merge request gitlab-org/gitlab-ce!30993
2019-07-25Merge branch 'sl-qa-staging-63-spam-issue-fix-ce' into 'master'Sanad Liaquat
CE port of "Fix spam in issue creation by making project private" See merge request gitlab-org/gitlab-ce!30997
2019-07-25Merge branch 'docs-scim-updates' into 'master'Evan Read
Docs: Improve SCIM documentation See merge request gitlab-org/gitlab-ce!31091
2019-07-25Docs: Improve SCIM documentationTristan Williams
2019-07-25Merge branch 'sh-yarn-dedupe-docs' into 'master'Mike Greiling
Add documentation on how to add dependencies to yarn See merge request gitlab-org/gitlab-ce!31066
2019-07-25Merge branch 'patch-72' into 'master'Evan Read
Fix rendering in Newline section See merge request gitlab-org/gitlab-ce!30992
2019-07-25Fix rendering in Newline sectionEric Lindsey
2019-07-25Merge branch 'sh-rubocop-reverse-each' into 'master'Douglas Barbosa Alexandre
Enable Rubocop Performance/ReverseEach See merge request gitlab-org/gitlab-ce!31120
2019-07-25Merge branch 'unnececssary-slack-redirect' into 'master'Evan Read
Documentation - Removed the unnecessary loop See merge request gitlab-org/gitlab-ce!31003
2019-07-25Merge branch 'docs-markdown-whitespace' into 'master'Evan Read
Add whitespace back to markdown doc See merge request gitlab-org/gitlab-ce!31087
2019-07-25Add whitespace back to markdown docMarcel Amirault
2019-07-25Merge branch '12250-mvc-security-navigation-section-docs' into 'master'Evan Read
Update docs to reflect new Security tabs See merge request gitlab-org/gitlab-ce!31046
2019-07-25Merge branch ↵Paul Slaughter
'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
2019-07-25Changed `author_avatar` to inline-block classMarc Schwede
Fixes #64746
2019-07-25Merge branch '64763-fix-tags-page-layout' into 'master'Fatih Acet
Fix tags page layout See merge request gitlab-org/gitlab-ce!30951
2019-07-25Fix tags page layoutAndré Luís
2019-07-25Enable Rubocop Performance/ReverseEachStan Hu
`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)
2019-07-24Merge branch 'sh-enable-rubocop-hash-search' into 'master'Mayra Cabrera
Enable Rubocop Performance/InefficientHashSearch Closes #64975 See merge request gitlab-org/gitlab-ce!31117
2019-07-24Copy private_access_spec from EERobert Speicher
2019-07-24Copy dashboard fixture schema from EERobert Speicher
2019-07-24CE-EE parity for spec/viewsRobert Speicher
2019-07-24CE-EE parity for interpret_service_specRobert Speicher
2019-07-24Merge branch 'ce-docker_image_replication-event-generation' into 'master'Douglas Barbosa Alexandre
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597 See merge request gitlab-org/gitlab-ce!30520
2019-07-24Merge branch '48717-rate-limit-raw-controller-show' into 'master'Stan Hu
Add RateLimiter to RawController See merge request gitlab-org/gitlab-ce!30635
2019-07-24Add RateLimiter to RawControllerMayra Cabrera
* 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
2019-07-24Merge branch '63730-fix-500-status-labels-pd' into 'master'Robert Speicher
Add where condition to filter out labels with type here Closes #63730 See merge request gitlab-org/gitlab-ce!30885
2019-07-24Enable Rubocop Performance/InefficientHashSearchStan Hu
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
2019-07-24Merge branch 'cleanup/spec-tasks' into 'master'Douwe Maan
Resolves confusion within spec rake tasks. See merge request gitlab-org/gitlab-ce!31073
2019-07-24Merge branch '62217-follow-up-from-fix-display-of-promote-to-group-label' ↵Douwe Maan
into 'master' Remove project param from `#show_label_issuables_link?` Closes #62217 See merge request gitlab-org/gitlab-ce!31038
2019-07-24Merge branch 'update-author-prefix-on-merge-request-notification' into 'master'Douwe Maan
Update author prefix on merge request notification See merge request gitlab-org/gitlab-ce!31057
2019-07-24Merge branch '62128-remove-ignore-rule-for-project-auto-devops-domain' into ↵Douwe Maan
'master' Remove ignore rule for ProjectAutoDevops#domain See merge request gitlab-org/gitlab-ce!30989
2019-07-24Merge branch 'optimise-import-performance' into 'master'Stan Hu
Optimise import performance Closes #64924 See merge request gitlab-org/gitlab-ce!31045
2019-07-24Merge branch '44496-outbound_requests_whitelist' into 'master'Mayra Cabrera
Add Outbound requests whitelist for local networks See merge request gitlab-org/gitlab-ce!30350
2019-07-24[ADD] outbound requests whitelistReuben Pereira
Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
2019-07-24Merge branch 'sh-peek-cleanup' into 'master'Douglas Barbosa Alexandre
Use a base class for Peek views See merge request gitlab-org/gitlab-ce!31108
2019-07-24Merge branch '63553-remove-pluralize-in-favour-of-n__' into 'master'Paul Slaughter
Resolve "Remove `pluralize` in favour of `n__`" Closes #63553 See merge request gitlab-org/gitlab-ce!30882
2019-07-24Removed pluralize functionEzekiel Kigbo
Replaced instance of the `pluralize` js function with `n__` to follow our development guide.
2019-07-24Merge branch 'remove-unused-peek-views' into 'master'Rémy Coutable
Remove unused peek view code See merge request gitlab-org/gitlab-ce!31099
2019-07-24Merge branch 'ab-count-strategies' into 'master'Nick Thomas
Remove feature flag for tablesample counts See merge request gitlab-org/gitlab-ce!31048
2019-07-24Enable tablesample count strategy by defaultAndreas Brandl
https://gitlab.com/gitlab-org/gitlab-ce/issues/58792
2019-07-24Merge branch 'rverissimo-master-patch-43755' into 'master'Clement Ho
Update tooltip values to meet design specs Closes gitlab-ui#264 See merge request gitlab-org/gitlab-ce!30981
2019-07-24Use a base class for Peek viewsStan Hu
Introduce a `DetailedView` base class, which is inherited by the Gitaly, Redis, and Rugged views. This reduces code duplication.
2019-07-24Merge branch 'docs/tidy-up-chaos-endpoint' into 'master'Marcia Ramos
Followup edit of documentation See merge request gitlab-org/gitlab-ce!30986