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-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-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-02-01Remove grpc and google-protobuf platform-specific version markers in ↵Stan Hu
Gemfile.lock Closes gitlab-org/omnibus-gitlab#3128
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-31Merge branch 'zj-gitaly-server-info' into 'master'Sean McGivern
Gitaly Server info for admin panel See merge request gitlab-org/gitlab-ce!16794
2018-01-31Gitaly Server info for admin panelZeger-Jan van de Weg
Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
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-26Update gitlab-styles and update .rubocop.ymlLin Jen-Shin
2018-01-25Merge branch 'feature/migrate-repo-restorer-to-gitaly' into 'master'Robert Speicher
Migrate restoring repo from bundle to Gitaly Closes gitaly#946 See merge request gitlab-org/gitlab-ce!16623
2018-01-25Update gitlab-styles and re-enable the RSpec/SingleLineHook cop againRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
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-12Merge branch 'grpc-1.8.3' into 'master'Sean McGivern
Update the grpc gem to 1.8.3 See merge request gitlab-org/gitlab-ce!16354
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-10Update the grpc gem to 1.8.3Jacob Vosmaer
2018-01-09Add support for multiple refmaps to RemoteService#add_remoteAhmad Sherif
Closes gitaly#903
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-05Update redis-rack to 2.0.4Yorick Peterse
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.
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-28Bump Sidekiq version to 5.0.5Stan Hu
Minor changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
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