- 11 Apr, 2017 1 commit
-
-
Valery Sizov authored
-
- 29 Mar, 2017 1 commit
-
-
Dongqing Hu authored
-
- 23 Feb, 2017 4 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
-
- 19 Dec, 2016 1 commit
-
-
Valery Sizov authored
-
- 16 Dec, 2016 6 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 14 Dec, 2016 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 13 Dec, 2016 1 commit
-
-
Valery Sizov authored
-
- 09 Dec, 2016 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 07 Dec, 2016 4 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 06 Dec, 2016 1 commit
-
-
Valery Sizov authored
-
- 05 Dec, 2016 1 commit
-
-
Valery Sizov authored
-
- 22 Nov, 2016 7 commits
-
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 08 Sep, 2016 1 commit
-
-
Andrew Smith authored
-
- 28 Mar, 2016 1 commit
-
-
James Lopez authored
-
- 22 Mar, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 07 Mar, 2016 1 commit
-
-
Iuri de Silvio authored
-
- 26 Jan, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 01 Sep, 2015 1 commit
-
-
Stan Hu authored
Also fix a number of issues where author/reporter names were not available.
-
- 23 Aug, 2015 1 commit
-
-
Stan Hu authored
and request them each session. Pass these tokens to the project import data. This prevents the need to encrypt these tokens and clear them in case they expire or get revoked. For example, if you deleted and re-created OAuth2 keys for Bitbucket, you would get an Error 500 with no way to recover: ``` Started GET "/import/bitbucket/status" for x.x.x.x at 2015-08-07 05:24:10 +0000 Processing by Import::BitbucketController#status as HTML Completed 500 Internal Server Error in 607ms (ActiveRecord: 2.3ms) NameError (uninitialized constant Import::BitbucketController::Unauthorized): app/controllers/import/bitbucket_controller.rb:77:in `rescue in go_to_bitbucket_for_permissions' app/controllers/import/bitbucket_controller.rb:74:in `go_to_bitbucket_for_permissions' app/controllers/import/bitbucket_controller.rb:86:in `bitbucket_unauthorized' ``` Closes #1871
-