- 06 Jul, 2016 1 commit
-
-
Phil Hughes authored
Used variable for icon color
-
- 05 Jul, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 04 Jul, 2016 5 commits
-
-
Valery Sizov authored
-
Lin Jen-Shin authored
Feedback from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4964#note_12867273
-
Valery Sizov authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 01 Jul, 2016 13 commits
-
-
Grzegorz Bizon authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
The issue was that @notes were not passed to Banzai::NoteRenderer.render in Projects::SnippetsController#show. This was forgotten in d470f3d1. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
-
James Lopez authored
-
Robert Schilling authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jacob Vosmaer authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Douglas Barbosa Alexandre authored
-
- 30 Jun, 2016 16 commits
-
-
Josh Frye authored
-
Rémy Coutable authored
Advertise the PAT as an alternative unless GH import is not configured. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Eric K Idema authored
This stands as an alternative to using OAuth to access a user's Github repositories. This is setup in such a way that it can be used without OAuth configuration. From a UI perspective, the how to import modal has been replaced by a full page, which includes a form for posting a personal access token back to the Import::GithubController. If the user has logged in via GitHub, skip the Personal Access Token and go directly to Github for an access token via OAuth.
-
Lin Jen-Shin authored
-
Sean McGivern authored
-
Phil Hughes authored
-
Paco Guzman authored
When pushing commits to existing branches we don’t need to flush branch git data (branch names / counts) When flushes the cache when pushing commits skip to flush branch and tag git data (names / counts) because those operations are managed explicitly in each case Repopulated expired cache as soon as possible
-
Lin Jen-Shin authored
There's little point to cut that down.
-
Lin Jen-Shin authored
Feedback from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4961#note_12794221
-
Valery Sizov authored
-
Phil Hughes authored
-
Grzegorz Bizon authored
This method now should return false if build is not completed. If build is running then it is not retryable, therefore `Ci::Build#retryable?` returned wrong value. This commit changes this behavior
-
Grzegorz Bizon authored
-
Annabel Dunstone authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
- 29 Jun, 2016 3 commits
-
-
Luke "Jared" Bennett authored
Removed from window and used static method
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
This fixes the double request being made to the same URL
-