summaryrefslogtreecommitdiff
path: root/lib/api/internal/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Port of mk/add-secondary-lag-message-on-http-push-geo to CEmk/add-secondary-lag-message-on-http-push-geo-ceMichael Kozono2019-09-101-0/+6
|
* Extract /internal/allowed API Actor logic outashmckenzie/provide_gl-type_to_gitlab_shellAsh McKenzie2019-09-051-29/+6
| | | | | | Created new API::Support::GitAccessActor class to encapsulate some of the more edge logic, making the /internal/allowed route much cleaner.
* Rename API::Internal class to API::Internal::Base61927-internal-api-namespaceKrasimir Angelov2019-09-041-0/+296
so that we can use API::Internal namespace. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.