An error occurred fetching the project authors.
- 23 Apr, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 22 Dec, 2017 1 commit
-
-
blackst0ne authored
-
- 14 Dec, 2017 1 commit
-
-
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>
-
- 07 Aug, 2017 1 commit
-
-
Sean McGivern authored
Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
-
- 20 Apr, 2017 1 commit
-
-
Robert Speicher authored
-
- 24 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 23 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 09 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- Need to pass in a `page_slug` to the filter, so it can rewrite based on the current page (all links are rewritten to the level of the app root). - The earlier `markdown_preview` endpoint was at the level of the wiki. We need to know the current page (for rewriting, as above), so this commit moves the endpoint to the level of a wiki page. - Fix all tests
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 21 Apr, 2016 1 commit
-
-
Alejandro Rodríguez authored
Using the syntax proposed in #13829 [project_reference]%(milestone_id | milestone_name) to get a link to the referred milestone.
-
- 01 Apr, 2016 1 commit
-
-
Yorick Peterse authored
Rails' "url_helpers" method creates an anonymous Module (which a bunch of methods) on every call. By caching the output of this method in a dedicated method we can shave off about 10 seconds of loading time for an issue with around 200 comments.
-
- 14 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 24 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 03 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 01 Sep, 2015 1 commit
-
-
Robert Speicher authored
- Memoize variables a bit more cleanly - Add user to project's team
-
- 20 Aug, 2015 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 07 Aug, 2015 1 commit
-
-
Robert Speicher authored
Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
-
- 29 Jul, 2015 1 commit
-
-
Robert Speicher authored
Prior, CI seemed to be freezing after running these specs.
-
- 28 Jul, 2015 1 commit
-
-
Robert Speicher authored
This file's about to get much bigger and this removes some of the extra noise.
-