summaryrefslogtreecommitdiff
path: root/Gemfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* Migrate importing repository to Gitalyfeature/migrate-import-repository-to-gitalyAhmad Sherif2018-01-151-2/+2
| | | | Closes gitaly#907
* Merge branch 'grpc-1.8.3' into 'master'Sean McGivern2018-01-121-2/+5
|\ | | | | | | | | Update the grpc gem to 1.8.3 See merge request gitlab-org/gitlab-ce!16354
| * Update the grpc gem to 1.8.3grpc-1.8.3Jacob Vosmaer2018-01-101-2/+5
| |
* | Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-111-3/+0
|\ \ | |/ |/| | | | | | | | | Remove soft removals related code Closes #37447 See merge request gitlab-org/gitlab-ce!15789
| * Remove soft removals related codeYorick Peterse2018-01-081-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
* | Add support for multiple refmaps to RemoteService#add_remotefix/use-mirror-refmaps-instead-mirror-refmapAhmad Sherif2018-01-091-2/+2
| | | | | | | | Closes gitaly#903
* | Merge branch 'rs-update-rack-cors' into 'master'Nick Thomas2018-01-081-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Update rack-cors from 0.4.0 to 1.0.2 Closes #41199 See merge request gitlab-org/gitlab-ce!16183
| * | Update rack-cors from 0.4.0 to 1.0.2Robert Speicher2018-01-021-3/+3
| | |
* | | Update scss-lint to 0.56.0Takuya Noguchi2018-01-081-4/+11
| |/ |/|
* | Update redis-rack to 2.0.4update-redis-rackYorick Peterse2018-01-051-1/+1
| | | | | | | | | | | | | | Up until version 2.0.3 redis-rack included a "rake" binary that would overwrite/hijack the one provided by Rake itself. Unfortunately the binary provided by redis-rack would produce errors in many cases. See https://github.com/redis-store/redis-rack/pull/34 for more info.
* | Merge branch 'migrate-fork-repo-to-gitaly' into 'master'Robert Speicher2018-01-031-2/+2
|\ \ | |/ |/| | | | | | | | | Migrate repo forking to Gitaly Closes gitaly#825 See merge request gitlab-org/gitlab-ce!16018
| * Migrate repo forking to Gitalymigrate-fork-repo-to-gitalyAhmad Sherif2018-01-021-2/+2
| | | | | | | | Closes gitaly#825
* | Update prometheus gem to version that adds inf+ bucket in accordance with ↵Pawel Chojnacki2018-01-021-2/+2
| | | | | | | | Prometheus docs.
* | Merge branch 'bump_mysql_gem' into 'master'Robert Speicher2017-12-281-2/+2
|\ \ | | | | | | | | | | | | Bumped mysql2 gem version from 0.4.5 to 0.4.10. See merge request gitlab-org/gitlab-ce!16034
| * | Bumped mysql2 gem version from 0.4.5 to 0.4.10.asaparov2017-12-211-2/+2
| | |
* | | Bump Sidekiq version to 5.0.5sh-bump-sidekiq-5.0.5Stan Hu2017-12-281-3/+3
| |/ |/| | | | | Minor changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
* | Merge branch 'gitaly-remotes' into 'master'Dmitriy Zaporozhets2017-12-251-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Incorporate Gitaly's RemoteService RPCs Closes gitaly#852 See merge request gitlab-org/gitlab-ce!16060
| * | Incorporate Gitaly's RemoteService RPCsgitaly-remotesAlejandro Rodríguez2017-12-221-2/+2
| |/
* | Use gitlab-stylesRémy Coutable2017-12-221-11/+15
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-2/+2
| | | | | | | | | | Uses `list_commits_by_oid` on the CommitService, to request the needed commits for pipelines. These commits are needed to display the user that created the commit and the commit title. This includes fixes for tests failing that depended on the commit being `nil`. However, now these are batch loaded, this doesn't happen anymore and the commits are an instance of BatchLoader.
* Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher2017-12-151-4/+4
|\ | | | | | | | | Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919
| * Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'feature/migrate-merge-base-to-gitaly' into 'master'Robert Speicher2017-12-141-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Repository#merge_base_commit to Gitaly Closes gitaly#808 See merge request gitlab-org/gitlab-ce!15770
| * | Migrate Gitlab::Git::Repository#merge_base_commit to Gitalyfeature/migrate-merge-base-to-gitalyAhmad Sherif2017-12-131-2/+2
| | | | | | | | | | | | Closes gitaly#808
* | | Update flipper to 0.11.0 and take advantage of the new featuresrc/update-flipperRémy Coutable2017-12-141-5/+9
| |/ |/| | | | | | | | | | | | | - Added an ActiveSupport (using Rails.cache) caching adapter - Overview of the new features can be found at https://johnnunemaker.com/flippin-features-at-runtime/ - Full Changelog can be found at https://github.com/jnunemaker/flipper/blob/v0.11.0/Changelog.md Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Properly bump prometheus-client-mmap gem versionssh-bump-prometheus-gem-properlyStan Hu2017-12-091-1/+1
|/ | | | Only the Gemfile.lock was updated before.
* Resolve "Include asset_sync gem"Ian Baum2017-12-081-0/+6
|
* Update prometheus-client-mmap gem to highly optimized versionPawel Chojnacki2017-12-071-3/+1
| | | | | + change string concatenation to help with GC pressure. + fix metric producing incompatible label sets
* Bump redis-rails to 5.0.2 to get redis-store security updatesStan Hu2017-12-061-14/+14
|
* Merge branch 'downgrade-grpc-to-1.4.5' into 'master'Sean McGivern2017-12-061-5/+2
|\ | | | | | | | | Downgrade the grpc gem to 1.4.5 See merge request gitlab-org/gitlab-ce!15746
| * Downgrade the grpc gem to 1.4.5downgrade-grpc-to-1.4.5Jacob Vosmaer2017-12-051-5/+2
| |
* | Migrate Gitlab::Git::Repository#revert to Gitalyfeature/migrate-revert-to-gitalyAhmad Sherif2017-12-051-2/+2
|/ | | | Closes gitaly#780
* Merge branch 'feature/migrate-cherry-pick-to-gitaly' into 'master'Robert Speicher2017-12-041-2/+2
|\ | | | | | | | | | | | | Migrate Gitlab::Git::Repository#cherry_pick to Gitaly Closes gitaly#737 See merge request gitlab-org/gitlab-ce!15517
| * Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif2017-12-041-2/+2
| | | | | | | | Closes gitaly#737
* | Merge branch '40691-upgrade-rails-to-4-2-10' into 'master'Douwe Maan2017-12-041-38/+39
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Upgrade Rails to 4.2.10" Closes #40691 See merge request gitlab-org/gitlab-ce!15662
| * | Update Rails to 4.2.10Rémy Coutable2017-12-011-38/+39
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Changes since 4.2.8: - [No change in ActionMailer](https://github.com/rails/rails/blob/v4.2.10/actionmailer/CHANGELOG.md) - [1 change and 1 regression fix in ActionPack](https://github.com/rails/rails/blob/v4.2.10/actionpack/CHANGELOG.md) - [No change in ActiveModel](https://github.com/rails/rails/blob/v4.2.10/activemodel/CHANGELOG.md) - [7 fixes in ActiveRecord](https://github.com/rails/rails/blob/v4.2.10/activerecord/CHANGELOG.md) - [5 fixes in ActiveSupport](https://github.com/rails/rails/blob/v4.2.10/activesupport/CHANGELOG.md) - [No change in Railties](https://github.com/rails/rails/blob/v4.2.10/railties/CHANGELOG.md) Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Update parser gem to remove warning about wrong ruby versionGabriel Mazetto2017-12-041-2/+2
|/
* Pin seed-fu to 2.3.6 since 2.3.7 is brokenRémy Coutable2017-11-301-2/+2
| | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/40690 and https://github.com/mbleigh/seed-fu/issues/123 for details. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Lock seed-fu at the correct version in Gemfile.lockRobert Speicher2017-11-281-1/+1
| | | | [ci skip]
* Merge branch '40568-bump-seed-fu-to-2-3-7' into 'master'Rémy Coutable2017-11-281-1/+1
|\ | | | | | | | | | | | | Upgrade seed-fu to 2.3.7 Closes #40568 See merge request gitlab-org/gitlab-ce!15607
| * Upgrade seed-fu to 2.3.7Takuya Noguchi2017-11-261-1/+1
| |
* | Update prometheus gem to fix build on RPiPawel Chojnacki2017-11-271-2/+2
| |
* | Merge branch '40481-bump-jquery-to-2-2-4' into 'master'Phil Hughes2017-11-271-2/+2
|\ \ | |/ |/| | | | | | | | | Upgrade jQuery to 2.2.4 Closes #40481 See merge request gitlab-org/gitlab-ce!15570
| * Upgrade jQuery to 2.2.4Takuya Noguchi2017-11-231-2/+2
| |
* | Update prometheus Gem to fix compilation on centos 6 duo to GCC not ↵Pawel Chojnacki2017-11-241-2/+2
| | | | | | | | recognizing `std=c11` option
* | Move prometheus middle ware to prometheus initialized.Pawel Chojnacki2017-11-231-2/+2
| |
* | Update prometheus-client-gem to 0.7.0.beta33Pawel Chojnacki2017-11-231-4/+4
|/
* Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-0/+2
| | | | | | | | | | | | | | | | | | After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
* Merge branch 'grpc-update' into 'master'Robert Speicher2017-11-211-2/+2
|\ | | | | | | | | | | | | Update gRPC to v1.7.2 Closes gitaly#742 See merge request gitlab-org/gitlab-ce!15439
| * Update gRPC to v1.7.2Alejandro Rodríguez2017-11-201-2/+2
| | | | | | | | | | | | This solves a problem where Gitaly connections through Unix sockets would not work when a proxy was configures, even if a no_proxy setting was specified