summaryrefslogtreecommitdiff
path: root/spec/factories/personal_access_tokens.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/factoriesfrozen_string_spec_factoriesThong Kuah2019-07-261-0/+2
* Remove undigested token column from personal_access_tokens tableImre Farkas2019-02-201-2/+3
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-1/+1
* apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-4/+8
* add impersonation tokenSimon Vocella2017-02-281-0/+5
* manage personal_access_tokens through apiSimon Vocella2017-02-281-0/+8
* Add a `scopes` column to the `personal_access_tokens` tableTimothy Andrew2016-12-161-0/+1
* Allow expiration of personal access tokens.Timothy Andrew2016-04-281-0/+9