| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | WIP lazy blobs | Jacob Vosmaer | 2016-02-01 | 1 | -2/+4 | |
| * | | | | Fix API | Jacob Vosmaer | 2016-02-11 | 1 | -1/+1 | |
| * | | | | First version of "git archive" headers | Jacob Vosmaer | 2016-02-02 | 1 | -5/+2 | |
| | |_|/ |/| | | ||||||
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-raw... | Jacob Vosmaer | 2016-02-01 | 3 | -174/+190 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | First pass at deleting projects in the background. | Josh Frye | 2016-01-29 | 1 | -2/+2 | |
| | * | | Improve consistency and duplication for Merge Request APIimprove-mr-api | Dmitriy Zaporozhets | 2016-01-28 | 1 | -170/+181 | |
| | * | | Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-update | Kamil Trzcinski | 2016-01-27 | 1 | -2/+3 | |
| | |/ | ||||||
| | * | Change 'public' flag to more robust 'visibility' query. | Josh Frye | 2016-01-19 | 1 | -2/+2 | |
| | * | Add public params to GET /projects api. Closes #3788 | Josh Frye | 2016-01-19 | 1 | -0/+4 | |
| * | | Use only one header to send git blobs | Jacob Vosmaer | 2016-02-01 | 1 | -4/+2 | |
| * | | Send more raw blob data with workhorse | Jacob Vosmaer | 2016-01-28 | 1 | -2/+4 | |
| |/ | ||||||
| * | Merge branch 'master' into ci/api-triggers | Tomasz Maczukin | 2016-01-14 | 4 | -12/+199 | |
| |\ | ||||||
| | * | Merge branch 'ci/api-builds' into 'master' | Douwe Maan | 2016-01-14 | 3 | -0/+177 | |
| | |\ | ||||||
| | | * | Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatusci/api-builds | Tomasz Maczukin | 2016-01-14 | 1 | -1/+1 | |
| | | * | Merge branch 'master' into ci/api-builds | Tomasz Maczukin | 2016-01-14 | 5 | -7/+128 | |
| | | |\ | ||||||
| | | * \ | Merge branch 'master' into ci/api-builds | Tomasz Maczukin | 2016-01-13 | 2 | -6/+12 | |
| | | |\ \ | ||||||
| | | * | | | Add some fixes after review | Tomasz Maczukin | 2016-01-13 | 2 | -15/+15 | |
| | | * | | | Add some fixes | Tomasz Maczukin | 2016-01-12 | 2 | -2/+1 | |
| | | * | | | Add TODO notice to build trace feature in CI API | Tomasz Maczukin | 2016-01-11 | 1 | -0/+4 | |
| | | * | | | Merge branch 'master' into ci/api-builds | Tomasz Maczukin | 2016-01-11 | 4 | -3/+34 | |
| | | |\ \ \ | ||||||
| | | * | | | | Update ./doc/api/builds.md | Tomasz Maczukin | 2016-01-11 | 1 | -1/+2 | |
| | | * | | | | Change commit builds URL in builds API | Tomasz Maczukin | 2016-01-11 | 1 | -2/+2 | |
| | | * | | | | Add some modifications to builds API and specs | Tomasz Maczukin | 2016-01-08 | 1 | -1/+1 | |
| | | * | | | | Modify entities for builds API | Tomasz Maczukin | 2016-01-08 | 2 | -24/+29 | |
| | | * | | | | Modify builds scope filtering in builds API | Tomasz Maczukin | 2016-01-08 | 1 | -12/+19 | |
| | | * | | | | Update ./doc/api/ | Tomasz Maczukin | 2016-01-05 | 1 | -1/+2 | |
| | | * | | | | Merge branch 'master' into ci/api-builds | Tomasz Maczukin | 2016-01-05 | 1 | -1/+1 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | Remove incorrect 'default' values from method description | Tomasz Maczukin | 2015-12-31 | 1 | -2/+2 | |
| | | * | | | | | Merge branch 'master' into ci/api-builds | Tomasz Maczukin | 2015-12-30 | 2 | -5/+10 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | Add specs for build listings in API | Tomasz Maczukin | 2015-12-29 | 1 | -3/+6 | |
| | | * | | | | | | Remove changes in 'paginate' helper | Tomasz Maczukin | 2015-12-28 | 1 | -4/+2 | |
| | | * | | | | | | Add cancel/retry endpoints to build API | Tomasz Maczukin | 2015-12-28 | 1 | -0/+40 | |
| | | * | | | | | | Add 'not_found' notifications in build/trace details | Tomasz Maczukin | 2015-12-28 | 1 | -2/+6 | |
| | | * | | | | | | Add endpoint for getting builds for a specific commit | Tomasz Maczukin | 2015-12-28 | 1 | -12/+26 | |
| | | * | | | | | | Modify build pagination to use 'paginate' helper | Tomasz Maczukin | 2015-12-28 | 2 | -6/+5 | |
| | | * | | | | | | Add some fixes to builds API | Tomasz Maczukin | 2015-12-28 | 2 | -20/+27 | |
| | | * | | | | | | Fix example request url | Tomasz Maczukin | 2015-12-24 | 1 | -1/+1 | |
| | | * | | | | | | Add builds API (listing, showing trace) | Tomasz Maczukin | 2015-12-24 | 3 | -0/+95 | |
| | * | | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into add-pag... | Rémy Coutable | 2016-01-14 | 5 | -6/+112 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merge branch 'ci/view-build-artifacts' into 'master' | Grzegorz Bizon | 2016-01-14 | 1 | -1/+3 | |
| | | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | | | * | | | | | | Refactor build artifacts upload API endpoint | Grzegorz Bizon | 2016-01-14 | 1 | -1/+3 | |
| | * | | | | | | | | Revert changes to how the notes are paginated in the API | Rémy Coutable | 2016-01-14 | 1 | -3/+9 | |
| | * | | | | | | | | Add pagination headers to already paginated API resourcesadd-pagination-headers-to-api | Rémy Coutable | 2016-01-14 | 2 | -20/+22 | |
| * | | | | | | | | | Merge branch 'master' into ci/api-triggers | Tomasz Maczukin | 2016-01-14 | 3 | -0/+100 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'master' into ci/api-variables | Douwe Maan | 2016-01-14 | 2 | -7/+28 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | | Merge branch '8-4-stable' into ci/api-variables | Tomasz Maczukin | 2016-01-13 | 5 | -10/+47 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | | Fix some typos | Tomasz Maczukin | 2016-01-13 | 1 | -2/+2 | |
| | * | | | | | | | | Add some fixes after review | Tomasz Maczukin | 2016-01-13 | 1 | -13/+16 | |
| | * | | | | | | | | Remove blank line | Tomasz Maczukin | 2016-01-12 | 1 | -1/+0 | |
| | * | | | | | | | | Update ./doc/api | Tomasz Maczukin | 2016-01-07 | 1 | -1/+1 | |
