An error occurred fetching the project authors.
- 22 Dec, 2017 2 commits
-
-
Alejandro Rodríguez authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 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>
-
- 30 Nov, 2017 1 commit
-
-
Rémy Coutable authored
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>
-
- 27 Nov, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 26 Nov, 2017 1 commit
-
-
Takuya Noguchi authored
-
- 24 Nov, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 23 Nov, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Takuya Noguchi authored
-
- 22 Nov, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 21 Nov, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
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
-
- 17 Nov, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 16 Nov, 2017 1 commit
-
-
Winnie Hellmann authored
-
- 13 Nov, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 31 Oct, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#673
-
- 30 Oct, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Takuya Noguchi authored
-
- 23 Oct, 2017 1 commit
-
-
Alejandro Rodríguez authored
We also unify conversions from and to `Gitaly::User`s in the `Gitlab::Git::User` class.
-
- 22 Oct, 2017 1 commit
-
-
Paul B authored
The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: https://github.com/fog/fog-aliyun/commit/a7456ca6b63e5a0d88c849914679d2fa4707c10c Closes #39126
-
- 21 Oct, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 19 Oct, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 16 Oct, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#638
-
- 13 Oct, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 10 Oct, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 02 Oct, 2017 1 commit
-
-
Ahmad Sherif authored
-
- 29 Sep, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 28 Sep, 2017 1 commit
-
-
Ahmad Sherif authored
Closes gitaly#562
-
- 26 Sep, 2017 2 commits
-
-
Florian Weber authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Shinya Maeda authored
-
- 25 Sep, 2017 1 commit
-
-
Shinya Maeda authored
-
- 21 Sep, 2017 1 commit
-
-
Winnie Hellmann authored
-