An error occurred fetching the project authors.
- 03 Dec, 2020 1 commit
-
-
κeen authored
-
- 14 Sep, 2020 1 commit
-
-
sfang97 authored
Add rspecs for signed out ssh Remove redundant return statement
-
- 30 Jun, 2020 1 commit
-
-
Takuya Noguchi authored
Move get_keys action in profiles/keys_controller to users_controller with renaming as ssh_keys to get easier to distinguish it from gpg_keys. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 03 Jun, 2020 1 commit
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode This commit stops using RSpec monkey patching: https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode
-
- 13 Mar, 2020 1 commit
-
-
Manoj M J authored
This change introduces expiry dates for SSH keys.
-
- 19 Aug, 2019 2 commits
-
-
Vitali Tatarintev authored
Fixes deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ```
-
Vitali Tatarintev authored
Fixes deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ```
-
- 15 Apr, 2019 1 commit
-
-
gfyoung authored
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- 18 Dec, 2018 3 commits
-
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
Francisco Javier López authored
-
- 23 Nov, 2018 1 commit
-
-
Francisco Javier López authored
-
- 01 Nov, 2018 1 commit
-
-
George Tsiolis authored
-
- 24 May, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 26 Sep, 2017 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 02 Jun, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 03 Mar, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
- 13 Feb, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 09 Aug, 2016 2 commits
-
-
tiagonbotelho authored
-
tiagonbotelho authored
-
- 15 Apr, 2016 1 commit
-
-
Rémy Coutable authored
Report: https://github.com/gitlabhq/gitlabhq/issues/10138Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 19 Feb, 2016 1 commit
-
-
Robert Speicher authored
-
- 04 Aug, 2015 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 20 Mar, 2014 1 commit
-
-
Dmitry Medvinsky authored
Currently this method responds with `text/html`. It is kind of unusable if you open it in a browser. The browser thinks it is HTML and renders it as HTML, meaning new lines are dropped. So it's very hard to distinguish where the key starts and where it ends. This commit changes the content type header to `text/plain`.
-
- 11 Feb, 2014 1 commit
-
-
Johannes Schleifenbaum authored
before: GET /user.keys ssh-rsa ...\nssh-rsa ...\nssh-rsa ... after: GET /user.keys ssh-rsa ... ssh-rsa ... sha-rsa ...
-