summaryrefslogtreecommitdiff
path: root/spec/features/profiles/personal_access_tokens_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* add accept_confirm around attempts to revoke personal access tokensMike Greiling2017-10-301-2/+2
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-1/+1
|\
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* | Change trigger('focus') -> clickStan Hu2017-08-091-1/+1
|/
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Update tests to cover removal of inactive tokens tablekushalpandya2017-07-141-5/+7
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Fix test failureszj-read-registry-patZ.J. van de Weg2017-06-061-1/+5
* Fixed rspec testsJose Ivan Vargas2017-04-061-2/+2
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-2/+2
* apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-5/+5
* applies relevant changes to the code and code structureTiago Botelho2017-02-281-1/+13
* Add text-warning class in profile settings if the personal_access_token expir...Simon Vocella2017-02-281-1/+1
* Fixed some specsPhil Hughes2017-02-061-1/+1
* Add a controller spec for personal access tokens.Timothy Andrew2016-12-161-40/+11
* Allow creating personal access tokens / OAuth applications with scopes.Timothy Andrew2016-12-161-0/+26
* Implement @DouweM's feedback.Timothy Andrew2016-06-161-0/+1
* Implement second round of comments from @jschatz1.Timothy Andrew2016-06-101-1/+1
* Implement @jschatz1's comments.Timothy Andrew2016-06-091-6/+6
* Add tests for errors while creating/revoking personal access tokens.Timothy Andrew2016-06-031-2/+31
* Don't use `natve['innerHTML']` in the feature spec.Timothy Andrew2016-06-031-11/+11
* Only show a personal access token right after its creation.Timothy Andrew2016-06-021-12/+20
* Address @DouweM's feedback on !3749.Timothy Andrew2016-04-281-7/+11
* Add feature specs for personal access token management.Timothy Andrew2016-04-281-0/+52