Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-10Add a rubocop for Rails.loggerMayra Cabrera
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
2019-07-09Remove `:graphql` feature flagcharlie ablett
- Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
2019-06-26Copy routes from EERobert Speicher
This ensures all routes are defined in both CE and EE, with EE-specific routes being wrapped in `Gitlab.ee` blocks.
2018-12-14Pass on arguments passed to the FeatureConstrainerBob Van Landuyt
All arguments passed to the `FeatureConstrainer` will be passed on to the `Feature.enabled?` check.
2018-12-13Enable GraphQL API endpointPhil Hughes
2018-06-06Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt
- All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
2018-06-05Add a minimal GraphQL APINick Thomas
2017-07-25Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira
2016-10-05Cleanup config/routes.rb even further by extracting more routes into ↵Dmitriy Zaporozhets
separate files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>