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
2015-12-16Api support for requesting starred projects for userZeger-Jan van de Weg
2015-12-16Merge branch 'add-open-issues-count-to-api' of https://gitlab.com/stanhu/gitl...Dmitriy Zaporozhets
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-14Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon
2015-12-12Add open_issues_count to project APIStan Hu
2015-12-11Fix after column renameKamil Trzcinski
2015-12-11Fix triggers testsKamil Trzcinski
2015-12-11Reimplement Trigger APIKamil Trzcinski
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-11Stub also `ensure_*` method in CI runners API specsGrzegorz Bizon
2015-12-11Use new runners registration token to register CI runnersGrzegorz Bizon
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-09Merge branch 'master' into merge-if-greenDouwe Maan
2015-12-08Merge branch 'master' into ui/dashboard-new-issueDouwe Maan
2015-12-08Merge branch 'master' into zj/gitlab-ce-merge-if-greenDouwe Maan
2015-12-08Add API group projects specsDouwe Maan
2015-12-08Add custom NamespaceValidatorRobert Speicher
2015-12-08Add custom ColorValidatorRobert Speicher
2015-12-07Merge branch 'master' into merge-if-greenZeger-Jan van de Weg
2015-12-06Fix API setting of 'public' attribute to false will make a project privateStan Hu
2015-12-05Incorporate feedbackZeger-Jan van de Weg
2015-12-04Merge branch 'extend-events-api'Dmitriy Zaporozhets
2015-12-04Extent Event and Note APIDmitriy Zaporozhets
2015-12-04Add API endpoint to fetch merge request commits listDmitriy Zaporozhets
2015-12-02Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg
2015-11-22Allow editing a release in API via PUT methodRobert Schilling
2015-11-22Only allow to create a release if it does not exist yetRobert Schilling
2015-11-21Use POST to create a new release instead of PUTRobert Schilling
2015-11-21API: Return 404 if the tag for a release does not existRobert Schilling
2015-11-21Make tag API consistent for release featureRobert Schilling
2015-11-16Merge branch 'releases-feature'Dmitriy Zaporozhets
2015-11-13Fix caching breaking test of build artifactsKamil Trzcinski
2015-11-13Fix broken testsKamil Trzcinski
2015-11-13Expose CI enable option in project featuresKamil Trzcinski
2015-11-13Add api test for creating tag with release infoDmitriy Zaporozhets
2015-11-12Expose release notes to tags apiDmitriy Zaporozhets
2015-11-12Add releases apiDmitriy Zaporozhets
2015-11-12Move git tags API to separate fileDmitriy Zaporozhets
2015-11-11Merge branch 'artifacts' into 'master' Kamil TrzciƄski
2015-11-11Fix testsKamil Trzcinski
2015-11-11Merge branch 'add-allow-failure-status' into 'master' Stan Hu
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-11-04Add allow_failure field to commit status APIStan Hu
2015-11-04Replace all usages of `git` command with configurable binary pathRobert Speicher
2015-11-02Add ability to fetch the commit ID of the last commit that actually touched a...Valery Sizov
2015-10-23Merge pull request #9762 from huacnlee/fix/api-helpers-bad-autoload-name-for-...Stan Hu
2015-10-23Fix API::APIHelpers -> API::Helpers;Jason Lee