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-03-06Lock gRPC gem to 1.8Zeger-Jan van de Weg
Given 1.9 has issues we're aware of, for now we're locking to 1.8. Closes gitlab-org/gitaly#1059 and will probably be removed if 1.10 is tested an deemed ok.
2018-03-02Add support for :all option to {count,find}_commitsAhmad Sherif
2018-03-01Fetch commit signatures from Gitaly in batchesAhmad Sherif
Closes gitaly#1046
2018-02-26Migrate recursive tree entries fetching to GitalyAhmad Sherif
2018-02-21Merge branch '36847-update-update-toml-rb-to-1.0.0' into 'master'Rémy Coutable
Resolve "[Gem Update] update toml-rb to 1.0.0" Closes #36847 See merge request gitlab-org/gitlab-ce!17259
2018-02-2136847 - update toml-rb to 1.0.0Ken
36847 - add changelog
2018-02-2026039 - update github-linguist to 5.3.3 versionKen
26039 - add merge request id 26039 change due to lingust source file updates
2018-02-16Validate SSH keys through the sshkey gemRubén Dávila
2018-02-08Merge branch 'pawel/use-released-prometheus-version' into 'master'Stan Hu
Use prometheus-client-mmap released, final version See merge request gitlab-org/gitlab-ce!16984
2018-02-08Migrate Git::Blob.batch to GitalyAhmad Sherif
Closes gitaly#985
2018-02-08Use prometheus-client-mmap released, final versionPawel Chojnacki
2018-02-07Update prometheus gem to version 0.9.1.pre.rc.2 fixing segfaults happening ↵Pawel Chojnacki
on metrics deletion
2018-02-06Downgrade google-protobufZeger-Jan van de Weg
2018-02-05Allow moving wiki pages from the UIFrancisco Javier López
2018-02-05Merge branch 'zj-fix-flay' into 'master'Rémy Coutable
Fix flay not detecting identical code Closes #42628 See merge request gitlab-org/gitlab-ce!16828
2018-01-31Upgrade Flay to have fewer parsing errorsZeger-Jan van de Weg
Gem is updated from 2.8 to 2.10. [changelog][1] [1]: https://github.com/seattlerb/flay/blob/master/History.rdoc
2018-01-31Migrate Git::Repository#delete_refs to GitalyAhmad Sherif
Closes gitaly#967
2018-01-30Merge branch 'feature/migrate-wiki-page-formatted-data-to-gitaly' into 'master'Robert Speicher
Migrate fetching wiki page formatted content to Gitaly Closes gitaly#958 See merge request gitlab-org/gitlab-ce!16716
2018-01-30Update Nokogiri to 1.8.2Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-30Migrate fetching wiki page formatted content to GitalyAhmad Sherif
Closes gitaly#958
2018-01-26Avoid loading rspec-parameterized to avoid warningsLin Jen-Shin
for parser which is emitting: ``` warning: parser/current is loading parser/ruby23, which recognizes warning: 2.3.5-compliant syntax, but you are running 2.3.6. warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri. ``` There's no easy way to disable this, and we're already using the latest version. This should be harmless anyway.
2018-01-24Migrate restoring repo from bundle to GitalyAhmad Sherif
Closes gitaly#946
2018-01-24Migrate repository bundling to GitalyAhmad Sherif
Closes gitaly#929
2018-01-22Incorporate Gitaly's OperationService.UserCommitFiles RPCAlejandro Rodríguez
2018-01-18Update rubocop, rubocop-rspec, and gitlab-stylesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-16Use the fast_blank gemdosire
See https://github.com/rails/rails/pull/24658#issuecomment-212651965
2018-01-16Update seed-fu to a version compatible with postgresql 10Nick Thomas
2018-01-15Migrate importing repository to GitalyAhmad Sherif
Closes gitaly#907
2018-01-11Merge branch 'remove-soft-removals' into 'master'Douwe Maan
Remove soft removals related code Closes #37447 See merge request gitlab-org/gitlab-ce!15789
2018-01-09Add support for multiple refmaps to RemoteService#add_remoteAhmad Sherif
Closes gitaly#903
2018-01-09Fixing bug related to wiki last versionFrancisco Javier López
2018-01-08Remove soft removals related codeYorick Peterse
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
2018-01-08Merge branch 'rs-update-rack-cors' into 'master'Nick Thomas
Update rack-cors from 0.4.0 to 1.0.2 Closes #41199 See merge request gitlab-org/gitlab-ce!16183
2018-01-08Update scss-lint to 0.56.0Takuya Noguchi
2018-01-03Merge branch 'migrate-fork-repo-to-gitaly' into 'master'Robert Speicher
Migrate repo forking to Gitaly Closes gitaly#825 See merge request gitlab-org/gitlab-ce!16018
2018-01-02Update rack-cors from 0.4.0 to 1.0.2Robert Speicher
2018-01-02Migrate repo forking to GitalyAhmad Sherif
Closes gitaly#825
2018-01-02Update prometheus gem to version that adds inf+ bucket in accordance with ↵Pawel Chojnacki
Prometheus docs.
2017-12-29Merge branch 'bump_mysql_gem' into 'master'Robert Speicher
Bumped mysql2 gem version from 0.4.5 to 0.4.10. See merge request gitlab-org/gitlab-ce!16034
2017-12-25Merge branch 'gitaly-remotes' into 'master'Dmitriy Zaporozhets
Incorporate Gitaly's RemoteService RPCs Closes gitaly#852 See merge request gitlab-org/gitlab-ce!16060
2017-12-23Incorporate Gitaly's RemoteService RPCsAlejandro Rodríguez
2017-12-22Use gitlab-stylesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-22Bumped mysql2 gem version from 0.4.5 to 0.4.10.asaparov
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
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.
2017-12-15Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher
Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919
2017-12-14Merge branch 'feature/migrate-merge-base-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Repository#merge_base_commit to Gitaly Closes gitaly#808 See merge request gitlab-org/gitlab-ce!15770
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
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>
2017-12-14Update flipper to 0.11.0 and take advantage of the new featuresRémy Coutable
- 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>
2017-12-13Migrate Gitlab::Git::Repository#merge_base_commit to GitalyAhmad Sherif
Closes gitaly#808
2017-12-09Properly bump prometheus-client-mmap gem versionsStan Hu
Only the Gemfile.lock was updated before.