summaryrefslogtreecommitdiff
path: root/spec/models/concerns/token_authenticatable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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