- 05 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 13 Mar, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 23 Feb, 2017 7 commits
-
-
Douwe Maan authored
This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 25 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 31 Dec, 2016 1 commit
-
-
Sam Rose authored
-
- 07 Oct, 2016 1 commit
-
-
Robert Speicher authored
According to https://gitlab.com/gitlab-org/gitlab-ce/issues/23034#note_16586657, each test for this helper generated 1,833 queries. Now we only generate stubbed records, and only as many as we need for each test. This also corrects a slight logic bug in the helper itself. When the number of awards was greater than the limit (9 by default), _and_ the current user was one of them, we actually included 10 names, including "You", plus the remaining count. Now we return the correct number regardless.
-
- 17 Aug, 2016 4 commits
-
-
Jack Davison authored
-
Jack Davison authored
* Code in ruby now uses Array#to_sentence to construct award tooltips * Coffeescript uses a combination of regexes for the same result
-
Jack Davison authored
* If the current user is not in the list output will have 1-9 users * If the current user is in the list output will be "me, " + 0-9 users
-
Jack Davison authored
* Only the first 10 names are displayed * Further users are indicated by "and X more." * String "and X more" is appended to the array THEN join is called * An oxford comma seperates the last name from "and X more" * In coffeescript "me" is now always prepended * Tests included
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 02 Aug, 2016 1 commit
-
-
Robert Speicher authored
Now we link to the standard `IssuesController#new` action, and let it redirect if we're using an external tracker.
-
- 01 Aug, 2016 1 commit
-
-
Robert Speicher authored
Prior, in order to display the correct link to "Issues" in the project navigation, we were performing a check against the project to see if it used an external issue tracker, and if so, we used that URL. This was inefficient. Now, we simply _always_ link to `namespace_project_issues_path`, and then in the controller we redirect to the external tracker if it's present. This also removes the need for the url_for_issue helper. Bonus!
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 13 Jun, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 06 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 25 Apr, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 07 Apr, 2016 1 commit
-
-
Felipe Artur authored
-
- 06 Apr, 2016 1 commit
-
-
Felipe Artur authored
-
- 25 Dec, 2015 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 22 Dec, 2015 4 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 19 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 16 Oct, 2015 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 30 Apr, 2015 1 commit
-
-
Robert Speicher authored
-
- 14 Feb, 2015 1 commit
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- 12 Feb, 2015 2 commits
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 26 Jan, 2015 1 commit
-
-
Marin Jankovski authored
-
- 17 Oct, 2013 1 commit
-
-
Marin Jankovski authored
-