- 22 Dec, 2017 1 commit
-
-
blackst0ne authored
-
- 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>
-
Phil Hughes authored
-
- 12 Dec, 2017 1 commit
-
-
Phil Hughes authored
-
- 11 Dec, 2017 1 commit
-
-
Phil Hughes authored
-
- 07 Dec, 2017 1 commit
-
-
micael.bergeron authored
-
- 28 Nov, 2017 1 commit
-
-
Shinya Maeda authored
-
- 24 Nov, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 06 Nov, 2017 2 commits
-
-
Mayra Cabrera authored
- Improves CSS files by reusing existing code - Changes logic in views to avoid future problems in translations
-
Mayra Cabrera authored
- Display the default branch (if the limit is not exceeded) - Requires '...' to be clicked before showing the rest of the branches and/or tags - Fixes haml lints
-
- 03 Nov, 2017 1 commit
-
-
Mayra Cabrera authored
- Create a partial for limit exceeded message - Modifies specs to adjust new scenarios
-
- 13 Oct, 2017 1 commit
-
-
Brett Walker authored
-
- 07 Oct, 2017 1 commit
-
-
Bob Van Landuyt authored
The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
-
- 02 Oct, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 19 Sep, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 07 Sep, 2017 1 commit
-
-
Mike Greiling authored
-
- 04 Sep, 2017 3 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 31 Aug, 2017 1 commit
-
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
- 15 Aug, 2017 1 commit
-
-
Winnie Hellmann authored
-
- 11 Aug, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 09 Aug, 2017 1 commit
-
-
Simon Knox authored
-
- 02 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 27 Jul, 2017 1 commit
-
-
Keifer Furzland authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 28 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 23 Jun, 2017 1 commit
-
-
Phil Hughes authored
-
- 16 Jun, 2017 2 commits
-
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
-
- 14 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 12 Jun, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 29 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 17 May, 2017 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Lin Jen-Shin authored
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
-
- 15 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 13 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 11 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 10 May, 2017 1 commit
-
-
Robert Speicher authored
New Hamlit XSS fix, does not include extraneous changes See merge request !2095
-