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
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
2016-08-30use a nil subject when we want to check global abilitieshttp://jneen.net/
2016-08-30remove Ability.abilitieshttp://jneen.net/
2016-08-30remove six, and use a Set insteadhttp://jneen.net/
2016-08-24Add Sentry logging to API callsStan Hu
2016-08-10Restore back-compatibility for current members API endpointsRémy Coutable
2016-08-10New AccessRequests API endpoints for Group & ProjectRémy Coutable
2016-07-20Replace parse_boolean with to_booleanRobert Schilling
2016-07-19API: Expose 'developers_can_push' for branchesRobert Schilling
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Refactor `Gitlab::GitAccess`Timothy Andrew
2016-06-16Implement @DouweM's feedback.Timothy Andrew
2016-06-14Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew
2016-06-12Fix Error 500 when using closes_issues API with an external issue trackerStan Hu
2016-06-10Satisfy RubocopDouwe Maan
2016-06-06Add workhorse controller and API helpersDouwe Maan
2016-06-03Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew
2016-05-23Enable Style/DefWithParentheses cop and fix single offenseRobert Speicher
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-05-12Add API endpoints for un/subscribing from/to a labelAhmad Sherif
2016-05-11Reuse the private token param and header for personal access tokens.Timothy Andrew
2016-05-11Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew
2016-04-29API support for the 'since' and 'until' operators on commit requestsPaco Guzman
2016-04-28Combine `API::Helpers::Core` and `API::Helpers::Authentication` back into `AP...Timothy Andrew
2016-04-28Refactor `API::Helpers` into `API::Helpers::Core` and `API::Helpers::Authenti...Timothy Andrew
2016-04-13Merge branch 'api-star-project' into 'master' Rémy Coutable
2016-04-13Styling changes to code and docsRobert Schilling
2016-04-13API: Star and unstar a projectRobert Schilling
2016-04-13API: Return 404 if user does not have access to groupRobert Schilling
2016-03-19minor improvements and fixed specsZeger-Jan van de Weg
2016-02-02Fix add_pagination_headers to keep request parameters in Link headerMichi302
2016-01-27Fix CI runner version not being properly updated when asking for a buildKamil Trzcinski
2016-01-19Change 'public' flag to more robust 'visibility' query.Josh Frye
2016-01-19Add public params to GET /projects api. Closes #3788Josh Frye
2016-01-14Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into add-pag...Rémy Coutable
2016-01-14Refactor build artifacts upload API endpointGrzegorz Bizon
2016-01-14Add pagination headers to already paginated API resourcesRémy Coutable
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-11-10Use normal file upload mechanism to upload artifactsKamil Trzcinski
2015-11-10Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-10-23Fix API::APIHelpers -> API::Helpers;Jason Lee
2015-10-03Fix rubocop warnings in libGuilherme Garnier
2015-09-15fix specs. Stage 3Valery Sizov