summaryrefslogtreecommitdiff
path: root/spec/features/profiles/personal_access_tokens_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-10/+1
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-8/+16
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+1
* Add latest changes from gitlab-org/gitlab@14-3-stable-eeGitLab Bot2021-09-271-1/+1
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+13
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-3/+14
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-3/+8
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+6
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-0/+26
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+6
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-5/+2
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-121-0/+3
* 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