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 (Expand)Author
2017-01-23Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher
2017-01-20Fix specsKamil Trzcinski
2017-01-20Fix specsKamil Trzcinski
2017-01-19Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski
2017-01-18Merge branch 'time-tracking-api' into 'master' Sean McGivern
2017-01-18Add some API endpoints for time tracking.Ruben Davila
2017-01-16Fix a API deprecation warningRobert Schilling
2017-01-04WIP: Add tests and make sure that headers are setLin Jen-Shin
2017-01-03fix pipelines/index.html.haml merge conflictRegis
2016-12-28Merge branch 'fix-api-deprecation' into 'master' Robert Schilling
2016-12-23Fix a Grape deprecation, use `#request_method` instead of `#route_method`Rémy Coutable
2016-12-21Add more storage statisticsMarkus Koller
2016-12-21Remove redundant pagination helpers after a bad mergeGrzegorz Bizon
2016-12-21Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon
2016-12-16 Calls to the API are checked for scope.Timothy Andrew
2016-12-13merge masterRegis
2016-12-13Merge branch '25482-fix-api-sudo' into 'master' Sean McGivern
2016-12-13Be smarter when finding a sudoed user in API::HelpersRémy Coutable
2016-12-12Merge branch 'grapify-service-api' into 'master' Rémy Coutable
2016-12-12API: Memoize the current_user so that the sudo can work properlyRémy Coutable
2016-12-09Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon
2016-12-09Grapify the service APIRobert Schilling
2016-12-09Merge branch 'dz-nested-groups' into 'master' Douwe Maan
2016-12-08Add nested groups support on data levelDmitriy Zaporozhets
2016-12-08Merge branch '24537-reenable-private-token-with-sudo' into 'master' Douwe Maan
2016-12-07adds impersonator variable and makes sudo usage overall more cleartiagonbotelho
2016-12-07Extract API pagination code to a separete moduleGrzegorz Bizon
2016-12-07Grapify the issues APIRobert Schilling
2016-12-01Allow public access to some Project API endpointsRémy Coutable
2016-11-30Merge branch 'grapify-projects-api' into 'master' Rémy Coutable
2016-11-29Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan
2016-11-29Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan
2016-11-28Grapify the projects APIRobert Schilling
2016-11-24API: Introduce `#find_group!` which also check access permissionRémy Coutable
2016-11-24API: Introduce `#find_project!` which also check access permissionRémy Coutable
2016-11-24Make API::Helpers find a project with only one queryRémy Coutable
2016-11-18Improve style, add more testsZ.J. van de Weg
2016-11-18More coverage on service levelZ.J. van de Weg
2016-11-16Merge branch 'adam-build-missing-services-when-necessary' into 'master' Douwe Maan
2016-11-16Defer saving project services to the database if there are no user changesAdam Niedzielski
2016-11-14Use #to_h to convert params to a hashRobert Schilling
2016-11-01Fix project features default valuesFelipe Artur
2016-10-27API: Fix booleans not recognized as such when using the `to_boolean` helperRémy Coutable
2016-10-19Validate label params against all labels available to project on the APIDouglas Barbosa Alexandre
2016-10-07Merge branch 'memoize_shell_secret_token' into 'master' Rémy Coutable
2016-10-06Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro
2016-10-06Switch from request to env in ::API::HelpersNick Thomas
2016-09-23API: disable rails session auth for non-GET/HEAD requestsNick Thomas
2016-09-19Enable Warden for the Grape APINick Thomas
2016-09-13Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin