- Jan 24, 2018
-
-
Phil Hughes authored
-
- Jan 23, 2018
-
-
Takuya Noguchi authored
-
-
Phil Hughes authored
-
- Jan 19, 2018
-
-
Tim Zallmann authored
-
- Jan 18, 2018
-
-
- Jan 16, 2018
-
-
Phil Hughes authored
-
Nick Thomas authored
-
Nick Thomas authored
-
- Jan 15, 2018
-
-
Stan Hu authored
Closes #41633
-
- Jan 12, 2018
-
-
Hiroyuki Sato authored
-
- Jan 11, 2018
-
-
- Jan 09, 2018
-
-
- Jan 06, 2018
-
-
Matija Čupić authored
-
- Jan 05, 2018
-
-
Matija Čupić authored
-
Jan Provaznik authored
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
-
- Jan 04, 2018
-
-
Winnie Hellmann authored
-
Matija Čupić authored
-
- Jan 01, 2018
-
-
Balasankar C authored
-
- Dec 27, 2017
-
-
Mario de la Ossa authored
-
- Dec 22, 2017
-
-
Douwe Maan authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
-
- Dec 21, 2017
-
-
Matija Čupić authored
-
Tim Zallmann authored
-
Matija Čupić authored
-
- Dec 20, 2017
-
-
Mike Greiling authored
-
- Dec 19, 2017
-
-
Clement Ho authored
-
- Dec 18, 2017
-
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
- Dec 16, 2017
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Phil Hughes authored
-
- Dec 15, 2017
-
-
Douwe Maan authored
-
- Dec 14, 2017
-
-
Nick Thomas authored
Rake doesn't respect eager-loading, so to avoid explicit requires we have to duplicate the eager-load config into the auto-load config. This backports an EE change made in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3706
-
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>
-