- Apr 16, 2018
-
-
blackst0ne authored
-
- Apr 13, 2018
-
-
Mike Greiling authored
-
- Apr 11, 2018
-
-
blackst0ne authored
-
blackst0ne authored
-
- Apr 09, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 03, 2018
-
-
blackst0ne authored
-
blackst0ne authored
-
- Mar 29, 2018
-
- Mar 27, 2018
-
-
George Tsiolis authored
-
- Mar 14, 2018
-
- Mar 09, 2018
-
-
Filipa Lacerda authored
-
- Mar 07, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
- Mar 05, 2018
-
- Feb 21, 2018
-
- Feb 16, 2018
-
- Feb 15, 2018
-
-
Semyon Pupkov authored
-
- Feb 14, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Feb 06, 2018
-
-
Nick Thomas authored
-
- Feb 01, 2018
-
-
Jose Ivan Vargas Lopez authored
-
- Jan 31, 2018
-
-
Takuya Noguchi authored
-
- Jan 30, 2018
-
-
Annabel Dunstone Gray authored
-
Jose Ivan Vargas Lopez authored
-
- Jan 25, 2018
-
-
Winnie Hellmann authored
-
- Jan 24, 2018
-
-
Nick Thomas authored
-
- Jan 12, 2018
-
-
Mike Greiling authored
-
- Jan 11, 2018
-
-
- Jan 10, 2018
-
-
Dmitriy Zaporozhets authored
-
- Jan 05, 2018
-
-
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
-
- Dec 25, 2017
-
- Dec 22, 2017
-
-
Stan Hu authored
According to the Chrome source code (https://chromium.googlesource.com/chromium/src/base/+/master/base_switches.cc#120): The /dev/shm partition is too small in certain VM environments, causing Chrome to fail or crash (see http://crbug.com/715363). Use this flag to work-around this issue (a temporary directory will always be used to create anonymous shared memory files). Addresses gitlab-org/gitlab-ee#4252 but doesn't appear to cure it completely.
-
blackst0ne authored
-
- Dec 21, 2017
-
-
Filipa Lacerda authored
-
- Dec 20, 2017
-
-
Nick Thomas authored
-
- 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>
-