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
path: root/app
AgeCommit message (Collapse)Author
2019-07-29WIP: applied labels at top of dropdown28804-applied-label-at-the-topDenys Mishunov
2019-07-26Merge branch 'remove_deployment_metrics_deployment_platform_fallback' into ↵Kamil Trzciński
'master' Remove fallback to deployment_platform_cluster in `DeploymentMetrics` See merge request gitlab-org/gitlab-ce!31126
2019-07-26(CE Port) Add MR table component for Productivity AnalyticsMartin Wortschack
2019-07-26Merge branch 'dm-submodule-links-nil' into 'master'Nick Thomas
Fix error rendering submodules in MR diffs when there is no .gitmodules See merge request gitlab-org/gitlab-ce!31162
2019-07-26Prefer `flat_map` over `map` + `flatten`Peter Leitzen
Convert several occurrences of `map` + `flatten` to `flat_map` where applicable.
2019-07-26Fix error rendering submodules in MR diffs when there is no .gitmodulesDouwe Maan
Without this change, we get a NoMethodError on nil
2019-07-26Add UndoStack class - a custom undo/redo engineMartin Hanzel
It will be hooked up to the markdown editor later
2019-07-26Ensure Warden triggers after_authentication callbackImre Farkas
By not triggering the callback: - ActiveSession lookup keys are not cleaned - Devise also misses its hook related to session cleanup
2019-07-26Merge branch '63568-access-email-notifications-custom-email' into 'master'Lin Jen-Shin
Respect alt email when sending group access notifications See merge request gitlab-org/gitlab-ce!31089
2019-07-26Respect alt email when sending group access notificationsMario de la Ossa
When sending access granted/rejected emails we should also respect custom emails set for groups/sub-groups
2019-07-26Merge branch '65088-incorrect-message-interpolation-on-project-listing' into ↵Fatih Acet
'master' Resolve "Incorrect message interpolation on project listing" Closes #65088 See merge request gitlab-org/gitlab-ce!31121
2019-07-25Update namespace label text for managed clustersJacques Erasmus
Added the ability to update the namespace label text for gitlab-managed
2019-07-25Merge branch 'label-descr-push-opts' into 'master'Lin Jen-Shin
Support title and desc on merge w/ push option See merge request gitlab-org/gitlab-ce!31068
2019-07-25Autofix i18n lints for vue filesEzekiel Kigbo
Autofixes additional linting errors found in vue files.
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 '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 'make-relative-positioning-module-reusable' into 'master'Bob Van Landuyt
Make RelativePositioning reusable See merge request gitlab-org/gitlab-ce!30993
2019-07-25Removes potentially incorrect, and slow fallbackThong Kuah
Deployment_platform is relatively expensive and calling this after the fact means that this may not be the cluster that was deployed to. Correspondingly reduce the leeway given in the related N+1 spec
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-25Fix incorrect use of message interpolationAlex Kalderimis
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/65088
2019-07-25Changed `author_avatar` to inline-block classMarc Schwede
Fixes #64746
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-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-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 '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-24[ADD] outbound requests whitelistReuben Pereira
Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
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 '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-24Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597Valery Sizov
This is the first part of Docker Registry replication for secondary Geo node.
2019-07-24Optimise import performanceKamil Trzciński
- 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`
2019-07-24Merge branch 'mc/feature/use-only-pat-cicd-projects' into 'master'Grzegorz Bizon
Remove OAuth GitHub CI/CD project code paths See merge request gitlab-org/gitlab-ce!30716
2019-07-24Add projectIds to CA serviceBrandon Labuschagne
2019-07-24Merge branch 'sh-add-rugged-to-peek' into 'master'Sean McGivern
Add Rugged calls to performance bar See merge request gitlab-org/gitlab-ce!30983
2019-07-24Make RelativePositioning reusableAdam Hegyi
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
2019-07-24Remove unused peek view codeSean McGivern
We haven't needed these since we started rendering the performance bar in Vue.
2019-07-24Merge branch '12250-mvc-security-navigation-section-group' into 'master'Fatih Acet
Add "security" top-level item to group sidebar See merge request gitlab-org/gitlab-ce!30604
2019-07-24Merge branch '12250-mvc-security-navigation-section-project' into 'master'Fatih Acet
Add "Security & Compliance" as top-level item to the project sidebar See merge request gitlab-org/gitlab-ce!30564
2019-07-24Merge branch 'bw-enable-default-manual-sorting' into 'master'Sean McGivern
Default manual_sorting feature flag to on See merge request gitlab-org/gitlab-ce!30788
2019-07-24Merge branch ↵Kushal Pandya
'11639-improve-discovery-and-navigation-for-gitlab-package-features-ce' into 'master' Improving packages navigation in project sidebar [CE Backport] See merge request gitlab-org/gitlab-ce!30256
2019-07-24Support title and desc on merge w/ push optionChristian Couder
MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `title` and `description` set using git push options. To create a new merge request and set its title and description: git push -u origin -o merge_request.create \ -o merge_request.title="My title" \ -o merge_request.description="My description" To update an existing merge request and set its title and description: git push -u origin -o merge_request.title="My title" \ -o merge_request.description="My description" Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
2019-07-24Add where condition to filter out invalid labels with nil typePatrick Derichs