summaryrefslogtreecommitdiff
path: root/spec/models/concerns/token_authenticatable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-2/+2
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Remove undigested token column from personal_access_tokens tableImre Farkas2019-02-201-193/+42
* Encrypt CI/CD builds tokensKamil TrzciƄski2018-12-071-0/+86
* Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'"Robert Speicher2018-12-061-86/+0
* Add specs for encrypted build authentication tokensGrzegorz Bizon2018-12-051-0/+86
* Encrypt new instance runners registration tokensGrzegorz Bizon2018-11-151-10/+25
* [master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas2018-10-291-6/+266
* Export assigned issues in iCalendar feedImre Farkas2018-05-311-1/+1
* Remove authentication using user.private_tokenDouwe Maan2017-11-021-1/+1
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+4
* Allow users to seed the initial runner registration token using an environmen...DJ Mountney2016-12-011-0/+7
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-1/+1
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-2/+2
* Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-231-1/+1
* Add method that persist ensured token in `TokenAuthenticatable`Grzegorz Bizon2015-12-231-6/+13
* Fix method that ensures authentication tokenGrzegorz Bizon2015-12-231-0/+4
* Make sure that token `ensure_*` method always returns a tokenGrzegorz Bizon2015-12-111-1/+8
* Add specs for `TokenAuthenticatable` concernGrzegorz Bizon2015-12-111-0/+50