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-12-29Merge branch 'grapify-settings-api' into 'master' Sean McGivern
2016-12-29Grapify the settings APIRobert Schilling
2016-12-28Merge branch 'fix-api-deprecation' into 'master' Robert Schilling
2016-12-27Merge branch 'feature/1376-allow-write-access-deploy-keys' into 'master' Douwe Maan
2016-12-26Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern
2016-12-23Fix a Grape deprecation, use `#request_method` instead of `#route_method`Rémy Coutable
2016-12-22Fix state_event parameter to reopen an issueRobert Schilling
2016-12-21Add more storage statisticsMarkus Koller
2016-12-21Don't expose all namespace fields in APIMarkus Koller
2016-12-21Ensure nil User-Agent doesn't break the CI APIRémy Coutable
2016-12-20Improve specs for Files APIRémy Coutable
2016-12-20Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable
2016-12-20Merge branch '4269-public-repositories-api' into 'master' Sean McGivern
2016-12-20Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin
2016-12-20Improve specs for Repositories APIRémy Coutable
2016-12-19Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable
2016-12-19Spaces around literal hashLin Jen-Shin
2016-12-19Just set the status rather than calling eventLin Jen-Shin
2016-12-19Define actions in let so that it could be overriddenLin Jen-Shin
2016-12-19Delete the project when building the buildLin Jen-Shin
2016-12-19Merge remote-tracking branch 'upstream/master' into fix-forbidden-for-build-a...Lin Jen-Shin
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-12-16Modify `ApiHelpers` spec to adhere to the Four-Phase test style.Timothy Andrew
2016-12-16Validate access token scopes in `Gitlab::Auth`Timothy Andrew
2016-12-16 Calls to the API are checked for scope.Timothy Andrew
2016-12-15Add an environment slugNick Thomas
2016-12-15Add Gitlab::Middleware::MultipartJacob Vosmaer
2016-12-14Give forbidden if project for the build was deletedLin Jen-Shin
2016-12-14Fix wrong error message expectation in API::Commits specRémy Coutable
2016-12-13Merge branch 'api-cherry-pick' into 'master' Rémy Coutable
2016-12-13Merge branch '25482-fix-api-sudo' into 'master' Sean McGivern
2016-12-13Merge branch 'api-simple-group-project' into 'master' Rémy Coutable
2016-12-13Make rubocop happyRobert Schilling
2016-12-13API: Ability to cherry-pick a commitRobert Schilling
2016-12-13Be smarter when finding a sudoed user in API::HelpersRémy Coutable
2016-12-13API: Ability to get group's project in simple representationRobert Schilling
2016-12-13Merge branch 'api-dont-allow-blank-mr-titles' into 'master' Sean McGivern
2016-12-13Don't allow blank MR titles in APIRobert Schilling
2016-12-12Merge branch 'grapify-service-api' into 'master' Rémy Coutable
2016-12-12Merge CSSFilipa Lacerda
2016-12-12Merge branch 'api-fix-group-projects-filter' into 'master' Rémy Coutable
2016-12-12Merge branch 'issue_25030' into 'master' Sean McGivern
2016-12-12API: Memoize the current_user so that the sudo can work properlyRémy Coutable
2016-12-12API: Fix groups filterRobert Schilling
2016-12-12Merge branch 'features/api-snippets' into 'master' Sean McGivern
2016-12-09Fix tests and also add tests for non-existing repoLin Jen-Shin
2016-12-09Grapify the service APIRobert Schilling
2016-12-09Merge branch 'api-remove-source-branch' into 'master' Rémy Coutable
2016-12-08Allow branch names with dots on API endpointFelipe Artur
2016-12-08Merge branch 'public-tags-api' into 'master' Douwe Maan