gitlab-org--gitlab-foss/app
Timothy Andrew 6f1922500b Initial attempt at refactoring API scope declarations.
- Declaring an endpoint's scopes in a `before` block has proved to be
  unreliable. For example, if we're accessing the `API::Users` endpoint - code
  in a `before` block in `API::API` wouldn't be able to see the scopes set in
  `API::Users` since the `API::API` `before` block runs first.

- This commit moves these declarations to the class level, since they don't need
  to change once set.
2017-06-28 07:17:13 +00:00
..
assets Merge branch 'refactor-emoji-utils' into 'master' 2017-06-28 05:51:30 +00:00
controllers Merge branch 'feature/add-new-services' into 'master' 2017-06-26 11:42:44 +00:00
finders Add User#full_private_access? to check if user has Private access 2017-06-23 11:15:35 +02:00
helpers Merge branch 'pat-alert-when-signin-disabled' into 'master' 2017-06-27 10:29:45 +00:00
mailers use common devise layout and use heading style 2017-06-13 22:36:45 +02:00
models Merge branch '34276-fix-dashboard-page-when-last-activity-at-is-nil' into 'master' 2017-06-27 17:04:02 +00:00
policies Rename "Slash commands" to "Quick actions" 2017-06-15 09:01:56 -05:00
presenters
serializers Improve method names and add more specs 2017-06-16 12:03:15 -03:00
services Initial attempt at refactoring API scope declarations. 2017-06-28 07:17:13 +00:00
uploaders Fix filename method of GitlabUploader to return always real filename 2017-06-13 00:37:12 +02:00
validators Rebuild the dynamic path before validating it 2017-06-21 16:09:35 +02:00
views Merge branch '34276-fix-dashboard-page-when-last-activity-at-is-nil' into 'master' 2017-06-27 17:04:02 +00:00
workers Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00