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
2018-05-04Backports every CE related change from ee-5484 to CE42099-port-push-mirroring-to-ce-ce-portTiago Botelho
2018-05-03Backports every CE related change from ee-44542 to CETiago Botelho
2018-05-02Merge branch '5480-sidebar-subscription-event-handling' into 'master'Phil Hughes
Platform: Use component to emit event on Subscription toggle component instead of eventHub See merge request gitlab-org/gitlab-ce!18682
2018-05-02Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya
2018-05-02Emit `toggleSubscription` event on component instead of eventHubKushal Pandya
2018-05-02Merge branch 'improve-quick-actions-summary-preview' into 'master'Tim Zallmann
Improve quick actions summary preview Closes #45892 See merge request gitlab-org/gitlab-ce!18659
2018-05-02Merge branch ↵Rémy Coutable
'blackst0ne-replace-spinach-project-source-markdown-render.feature' into 'master' Replace the `project/source/markdown_render.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18525
2018-05-02Replace the `project/source/markdown_render.feature` spinach test with an ↵blackst0ne
rspec analog
2018-05-02Merge branch 'blackst0ne-rails5-fix-create-service-spec' into 'master'Rémy Coutable
[Rails5] Fix spec/services/applications/create_service_spec.rb See merge request gitlab-org/gitlab-ce!18665
2018-05-02[Rails5] Fix spec/services/applications/create_service_spec.rbblackst0ne
2018-05-02Merge branch 'blackst0ne-rails5-fix-notification-setting-spec' into 'master'Rémy Coutable
[Rails5] Fix spec/models/notification_setting_spec.rb See merge request gitlab-org/gitlab-ce!18664
2018-05-02Merge branch 'blackst0ne-rails5-fix-enum-question-mark-methods' into 'master'Rémy Coutable
[Rails5] Fix enum question mark methods See merge request gitlab-org/gitlab-ce!18662
2018-05-02[Rails5] Fix enum question mark methodsblackst0ne
2018-05-02Merge branch 'feature/display-active-sessions' into 'master'Douwe Maan
Display and revoke active sessions See merge request gitlab-org/gitlab-ce!17867
2018-05-02Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )
2018-05-02Merge branch 'blackst0ne-rails5-fix-requests-specs' into 'master'Rémy Coutable
[Rails5] Fix `undefined method 'downcase'` errors in requests specs See merge request gitlab-org/gitlab-ce!18645
2018-05-02Merge branch 'blackst0ne-rails5-add-touch-later-to-commit-model' into 'master'Rémy Coutable
[Rails5] Add `touch_later` to `Commit` model See merge request gitlab-org/gitlab-ce!18642
2018-05-02Merge branch 'blackst0ne-rails5-fix-arel-update-manager' into 'master'Rémy Coutable
[Rails5] Fix Arel::UpdateManager See merge request gitlab-org/gitlab-ce!18641
2018-05-02Merge branch 'blackst0ne-rails5-fix-tzinfo-invalid-timezone-identifier' into ↵Rémy Coutable
'master' [Rails5] Fix `TZInfo::InvalidTimezoneIdentifier` exception See merge request gitlab-org/gitlab-ce!18640
2018-05-02Merge branch ↵Rémy Coutable
'blackst0ne-rails5-use-safe-params-instead-of-params-in-url-for-helpers' into 'master' [Rails5] Use `safe_params` instead of `params` in `url_for` helpers See merge request gitlab-org/gitlab-ce!18637
2018-05-02Merge branch 'blackst0ne-rails5-update-application-controller-log-exception' ↵Rémy Coutable
into 'master' [Rails5] Update `ApplicationController#log_exception` to fix `undefined method 'clean'` error See merge request gitlab-org/gitlab-ce!18636
2018-05-02Merge branch 'make-job-lfs-artifacts-read-only' into 'master'Douwe Maan
Fix file_store for artifacts and lfs when saving See merge request gitlab-org/gitlab-ce!18624
2018-05-02Merge branch 'blackst0ne-rails5-fix-delete-user-worker' into 'master'Rémy Coutable
[Rails5] Fix `params` for DeleteUserWorker See merge request gitlab-org/gitlab-ce!18635
2018-05-02Merge branch 'jr-33320-lfs-settings-interface' into 'master'Douwe Maan
Enable LFS setting UI for Masters and Owners Closes #33320 See merge request gitlab-org/gitlab-ce!18562
2018-05-02Merge branch 'backstage/gb/migrate-pipeline-stages-index' into 'master'Kamil Trzciński
Migrate pipeline stages indices Closes #43009 See merge request gitlab-org/gitlab-ce!18420
2018-05-01Fix file_store for artifacts and lfs when savingKamil Trzciński
2018-05-01Merge branch '45806-improve-karma-performance' into 'master'Clement Ho
Fix memory and performance issues in Karma test suite Closes #45900 and #45806 See merge request gitlab-org/gitlab-ce!18658
2018-05-01Fix memory and performance issues in Karma test suiteMike Greiling
2018-05-01Merge branch 'qa/rs-bump-nokogiri' into 'master'Grzegorz Bizon | OOO until May 7th
Bump nokogiri to 1.8.2 in qa Gemfile See merge request gitlab-org/gitlab-ce!18673
2018-05-01Merge branch 'gitaly-0.96.2' into 'master'Robert Speicher
Use gitaly 0.96.2 See merge request gitlab-org/gitlab-ce!18670
2018-05-01Merge branch 'dm-commit-trailer-without-gravatar' into 'master'Robert Speicher
Fix commit trailer rendering when Gravatar is disabled Closes #45633 See merge request gitlab-org/gitlab-ce!18586
2018-05-01Bump nokogiri to 1.8.2 in qa GemfileRobert Speicher
Resolves CVE-2017-18258
2018-05-01Merge branch 'gitlab-workhorse-4.2.0' into 'master'Douwe Maan
Use gitlab-workhorse 4.2.0 See merge request gitlab-org/gitlab-ce!18671
2018-05-01Merge branch 'osw-use-cached-highlighted-content-for-discussions' into 'master'Douwe Maan
Use persisted diff data instead fetching Git on discussions Closes #44052 See merge request gitlab-org/gitlab-ce!18657
2018-05-01Enable LFS setting UI for Masters and OwnersJames Ramsay
LFS can be enabled and disabled per project using the API by Masters and Owners, but the UI is only available to Admins. The interface and API should be consistent. LFS can also be enabled and disabled per group using the API by Owners, but the UI is only available to Admins. This interface should also be consistent. Additionally removes an unneeded check if 2FA interface, since the interface is only available to Owners. Closes #33320
2018-05-01Merge branch 'helm-add-alpine-mirrors' into 'master'Kamil Trzciński
Add alpine mirrors while operating on k8s cluster Closes gitlab-ee#4922 See merge request gitlab-org/gitlab-ce!18651
2018-05-01Use gitlab-workhorse 4.2.0Jacob Vosmaer
2018-05-01Merge branch 'jprovazn-commit-notes-api' into 'master'Douwe Maan
Merge request and commit discussions API Closes #20901 See merge request gitlab-org/gitlab-ce!18537
2018-05-01Merge request and commit discussions APIJan Provaznik
2018-05-01Use stages position column to track stage indexGrzegorz Bizon
2018-05-01Merge branch 'master' into backstage/gb/migrate-pipeline-stages-indexGrzegorz Bizon
* master: (106 commits)
2018-05-01Use gitaly 0.96.2Jacob Vosmaer
2018-05-01Merge branch 'zj-fix-index-rails' into 'master'Douwe Maan
Use Ruby methods, not Rails' String#first See merge request gitlab-org/gitlab-ce!18669
2018-05-01Merge branch 'jej/exclude-group-saml-buttons' into 'master'Douwe Maan
[CE] Exclude LDAP from OmniauthCallbackController base methods See merge request gitlab-org/gitlab-ce!18619
2018-05-01Merge branch 'feature/filter-groups-for-admin-in-dashboard' into 'master'Douwe Maan
show only groups an admin is a member of in dashboards/grops See merge request gitlab-org/gitlab-ce!17884
2018-05-01show only groups an admin is a member of in dashboards/gropsRoger Rüttimann
2018-05-01Use Ruby methods, not Rails' String#firstZeger-Jan van de Weg
Gitaly-Ruby is not a Rails application, which made the method not exist after the vendor. This patch uses direct indexing, which has the same properties that `#first` has. Found while working on: https://gitlab.com/gitlab-org/gitaly/merge_requests/699
2018-05-01Merge branch 'update-timeline-icon-for-description-edit' into 'master'Phil Hughes
Update timeline icon for description edit Closes #39946 See merge request gitlab-org/gitlab-ce!18633
2018-05-01[Rails5] Fix spec/models/notification_setting_spec.rbblackst0ne
In Rails 5 assigning a value which is not explicitly `true` or `false` to a boolean column transforms it to `true`. In Rails 4 it transforms the value to `false` with the deprecation warning: ``` DEPRECATION WARNING: You attempted to assign a value which is not explicitly `true` or `false` ("nil") to a boolean column. Currently this value casts to `false`. This will change to match Ruby's semantics, and will cast to `true` in Rails 5. If you would like to maintain the current behavior, you should explicitly handle the values you would like cast to `false`. ``` This commit fixes the spec that expects to receive Rails 4 behavior.
2018-05-01Merge branch 'blackst0ne-fix-user-toggles-subscription-spec' into 'master'Stan Hu
Fix spec/features/projects/issues/user_toggles_subscription_spec.rb Closes #45918 See merge request gitlab-org/gitlab-ce!18666