- Jan 24, 2018
-
-
Ahmad Sherif authored
Closes gitaly#929
-
- Jan 22, 2018
-
-
Alejandro Rodríguez authored
-
- Jan 18, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 16, 2018
-
-
Nick Thomas authored
- Jan 15, 2018
-
-
Ahmad Sherif authored
Closes gitaly#907
-
- Jan 10, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 09, 2018
-
-
Ahmad Sherif authored
Closes gitaly#903
-
- Jan 08, 2018
-
-
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
-
- Jan 07, 2018
-
-
Takuya Noguchi authored
-
- Jan 05, 2018
-
-
Yorick Peterse authored
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.
-
- Jan 02, 2018
-
-
Robert Speicher authored
-
Ahmad Sherif authored
Closes gitaly#825
-
Pawel Chojnacki authored
-
- Dec 28, 2017
-
-
Stan Hu authored
Minor changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
-
- Dec 27, 2017
-
-
Ahmad Sherif authored
-
- Dec 22, 2017
-
-
Alejandro Rodríguez authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
asaparov authored
-
- Dec 20, 2017
-
-
asaparov authored
-
- Dec 19, 2017
-
-
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.
-
- Dec 14, 2017
-
-
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.md Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 13, 2017
-
-
Ahmad Sherif authored
Closes gitaly#808
-
- Dec 09, 2017
-
-
Stan Hu authored
Only the Gemfile.lock was updated before.
-
- Dec 08, 2017
-
-
- Dec 07, 2017
-
-
Pawel Chojnacki authored
+ change string concatenation to help with GC pressure. + fix metric producing incompatible label sets
-
- Dec 06, 2017
-
-
Stan Hu authored
-
- Dec 05, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
Ahmad Sherif authored
Closes gitaly#780
-
- Dec 04, 2017
-
-
Ahmad Sherif authored
Closes gitaly#737
-
Gabriel Mazetto authored
-
- Dec 01, 2017
-
-
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>
-
- Nov 30, 2017
-
-
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>
-
- Nov 28, 2017
-
-
Robert Speicher authored
[ci skip]
-
- Nov 27, 2017
-
-
Pawel Chojnacki authored
-
- Nov 26, 2017
-
-
Takuya Noguchi authored
-
- Nov 24, 2017
-
-
Pawel Chojnacki authored
-
- Nov 23, 2017
-
-
Pawel Chojnacki authored
-
Takuya Noguchi authored
-