summaryrefslogtreecommitdiff
path: root/spec/services/access_token_validation_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* `AccessTokenValidationService` accepts `String` or `API::Scope` scopes.Timothy Andrew2017-06-301-6/+6
* Extract a `Gitlab::Scope` class.Timothy Andrew2017-06-291-12/+8
* Implement review comments from @DouweM for !12300.Timothy Andrew2017-06-281-9/+22
* Implement review comments from @dbalexandre for !12300.Timothy Andrew2017-06-281-13/+11
* Fix remaining spec failures for !12300.Timothy Andrew2017-06-281-9/+9
* Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-281-6/+30
* Convert AccessTokenValidationService into a class.Timothy Andrew2016-12-161-7/+7
* Implement minor changes from @dbalexandre's review.Timothy Andrew2016-12-161-1/+0
* Calls to the API are checked for scope.Timothy Andrew2016-12-161-0/+42