An error occurred fetching the project authors.
- 07 Feb, 2018 1 commit
-
-
Pawel Chojnacki authored
-
- 06 Feb, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 05 Feb, 2018 1 commit
-
-
Francisco Javier López authored
-
- 31 Jan, 2018 2 commits
-
-
Zeger-Jan van de Weg authored
Gem is updated from 2.8 to 2.10. [changelog][1] [1]: https://github.com/seattlerb/flay/blob/master/History.rdoc
-
Zeger-Jan van de Weg authored
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.
-
- 30 Jan, 2018 4 commits
-
-
Ahmad Sherif authored
Closes gitaly#979
-
Ahmad Sherif authored
Closes gitaly#967
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ahmad Sherif authored
Closes gitaly#958
-
- 26 Jan, 2018 1 commit
-
-
Lin Jen-Shin authored
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.
-
- 24 Jan, 2018 2 commits
-
-
Ahmad Sherif authored
Closes gitaly#946
-
Ahmad Sherif authored
Closes gitaly#929
-
- 22 Jan, 2018 2 commits
-
-
Alejandro Rodríguez authored
-
Zeger-Jan van de Weg authored
-
- 18 Jan, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 16 Jan, 2018 2 commits
-
-
-
Nick Thomas authored
-
- 15 Jan, 2018 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#907
-
- 09 Jan, 2018 2 commits
-
-
Ahmad Sherif authored
Closes gitaly#903
-
Francisco Javier López authored
-
- 08 Jan, 2018 1 commit
-
-
Yorick Peterse authored
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
-
- 07 Jan, 2018 1 commit
-
-
Takuya Noguchi authored
-
- 02 Jan, 2018 3 commits
-
-
Robert Speicher authored
-
Ahmad Sherif authored
Closes gitaly#825
-
Pawel Chojnacki authored
-
- 27 Dec, 2017 1 commit
-
-
Ahmad Sherif authored
-
- 22 Dec, 2017 3 commits
-
-
Alejandro Rodríguez authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
asaparov authored
-
- 20 Dec, 2017 1 commit
-
-
asaparov authored
-
- 19 Dec, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
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.
-
- 14 Dec, 2017 2 commits
-
-
Rémy Coutable authored
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>
-
Rémy Coutable authored
- 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.mdSigned-off-by: Rémy Coutable <remy@rymai.me>
-
- 13 Dec, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#808
-
- 09 Dec, 2017 1 commit
-
-
Stan Hu authored
Only the Gemfile.lock was updated before.
-
- 08 Dec, 2017 1 commit
-
-
Ian Baum authored
-
- 06 Dec, 2017 1 commit
-
-
Stan Hu authored
-
- 05 Dec, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#780
-
- 04 Dec, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#737
-
- 01 Dec, 2017 1 commit
-
-
Rémy Coutable authored
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>
-