Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | PUT becomes POST on archiving endpoints | Zeger-Jan van de Weg | 2016-03-24 | 1 | -10/+12 | |
| | | | | | | | | | | | | | | | Also the specs have a minor improvement. Mainly the access right spec. Changes are reflected in the docs | |||||
| * | | Add endpoints for archiving and unarchiving | Zeger-Jan van de Weg | 2016-03-23 | 1 | -0/+164 | |
| | | | ||||||
* | | | Remove "Congratulations!" tweet button on newly-created project. | connorshea | 2016-03-31 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857. | |||||
* | | | Merge branch ↵ | Robert Speicher | 2016-03-29 | 1 | -29/+42 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | 'mariusz_jachimowicz/gitlab-ce-i_14415_expose_label_description' into 'master' api - expose label description Resolves #14415 See merge request !3314 | |||||
| * | | api - expose label description | Mariusz Jachimowicz | 2016-03-24 | 1 | -29/+42 | |
| |/ | ||||||
* | | Back dating of issues when creating throught the API | Zeger-Jan van de Weg | 2016-03-28 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-21 | 2 | -5/+32 | |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb | |||||
| * | Fix typos and denting | Zeger-Jan van de Weg | 2016-03-21 | 2 | -3/+2 | |
| | | ||||||
| * | Minor improvements on IssuableActions | Zeger-Jan van de Weg | 2016-03-21 | 2 | -79/+11 | |
| | | ||||||
| * | Dry destroy action on issuables | Zeger-Jan van de Weg | 2016-03-19 | 2 | -2/+2 | |
| | | ||||||
| * | Soft delete issuables | Zeger-Jan van de Weg | 2016-03-19 | 2 | -5/+101 | |
| | | ||||||
* | | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 1 | -0/+1 | |
|/ | ||||||
* | Add missing API docs on external user | Achilleas Pipinellis | 2016-03-17 | 1 | -0/+1 | |
| | | | | [ci skip] | |||||
* | Merge branch 'master' into 4009-external-users4009-external-users | Zeger-Jan van de Weg | 2016-03-15 | 1 | -7/+0 | |
|\ | ||||||
| * | Merge branch 'fix-commit-status-rendering' into 'master' | Robert Speicher | 2016-03-15 | 1 | -7/+0 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup Ci::Commit, Ci::Build and CommitStatus views This MR tries to do first sweep of cleanups to Ci::Commit and Ci::Build objects removing all view-related functions and fixing the API from other side. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/6046 See merge request !2760 | |||||
| | * | Cleanup CiCommit and CiBuild | Kamil Trzcinski | 2016-03-14 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | - Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus | |||||
* | | | Doc external users feature | Zeger-Jan van de Weg | 2016-03-15 | 1 | -1/+2 | |
|/ / | ||||||
* | | Merge branch 'share-project-ce' into 'master' | Dmitriy Zaporozhets | 2016-03-14 | 1 | -0/+14 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring from EE: Share Project with Group - [x] Models and migrations - [x] Logic, UI - [x] Tests - [x] Documentation - [x] Share with group lock - [x] Api feature - [x] Api docs - [x] Api tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #12831 cc @DouweM @rspeicher @vsizov See merge request !3186 | |||||
| * | | Bring share project with group API from EEshare-project-ce | Dmitriy Zaporozhets | 2016-03-13 | 1 | -0/+14 | |
| |/ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-api | Robert Speicher | 2016-03-09 | 2 | -0/+2 | |
|/ | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53. | |||||
* | Merge branch 'rs-snippets-dont-expire' into 'master' | Dmitriy Zaporozhets | 2016-03-09 | 2 | -2/+0 | |
|\ | | | | | | | | | | | | | | | | | Remove `Snippet#expires_at` This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years. See merge request !3103 | |||||
| * | Remove `Snippet#expires_at`rs-snippets-dont-expire | Robert Speicher | 2016-03-05 | 2 | -2/+0 | |
| | | | | | | | | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years. | |||||
* | | Merge branch 'evuez/gitlab-ce-add-info-user-api' into 'master' | Robert Speicher | 2016-03-08 | 1 | -0/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | Expose User#last_sign_in_at and User#confirmed_at for admins Closes #840 See merge request !3090 | |||||
| * | | Add fields to GET /users/* API endpoints for adminsevuez/gitlab-ce-add-info-user-api | evuez | 2016-03-04 | 1 | -0/+2 | |
| |/ | | | | | | | | | | | | | Added fields are last_sign_in_at and confirmed_at. They are available for GET /users/ and GET /users/:id for admins. Closes #840 | |||||
* | | Merge branch 'doc/ci-api-update' into 'master' | Achilleas Pipinellis | 2016-03-08 | 1 | -2/+1 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | Deprecated GitLab CI API clean up Deprecated GitLab CI API clean up. The intent here is to clean up deprecated GitLab CI documentation leaving only relevant information. Since we merged `Ci::Project` to `Project` most of this documentation is outdated. Closes #13610 See merge request !3003 | |||||
| * | Remove deprecated CI API docs for commits and projects | Grzegorz Bizon | 2016-02-29 | 1 | -2/+1 | |
| | | | | | | | | [ci skip] | |||||
* | | typo | bb-froggy | 2016-03-02 | 1 | -1/+1 | |
|/ | ||||||
* | Add when the API changes got introduced | Achilleas Pipinellis | 2016-02-22 | 2 | -0/+8 | |
| | | | | [ci skip] | |||||
* | Fix docs on artifacts API | Achilleas Pipinellis | 2016-02-20 | 1 | -11/+6 | |
| | | | | | | | | - Backticks in parameters - Remove headings - Fix curl URL link [ci skip] | |||||
* | Fix documentationbuilds-artifacts-API | Kamil Trzcinski | 2016-02-19 | 1 | -2/+2 | |
| | ||||||
* | Fix API | Kamil Trzcinski | 2016-02-19 | 1 | -2/+2 | |
| | ||||||
* | Introduce API for serving the artifacts archive | Kamil Trzcinski | 2016-02-19 | 1 | -0/+39 | |
| | ||||||
* | Use POST method instead of DELETE when erasing a build | Grzegorz Bizon | 2016-02-19 | 1 | -5/+5 | |
| | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042 | |||||
* | Add API documentation for build erase endpoint | Grzegorz Bizon | 2016-02-19 | 1 | -0/+50 | |
| | ||||||
* | Change `last_contact` to `contacted_at` | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 | |
| | ||||||
* | Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject | Tomasz Maczukin | 2016-02-19 | 1 | -0/+4 | |
| | ||||||
* | iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ↵ | Tomasz Maczukin | 2016-02-19 | 1 | -4/+4 | |
| | | | | in `RunnerProjectDetails` | |||||
* | Update docummentation - specific runner enabling | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 | |
| | | | | [ci skip] | |||||
* | Modify and fix output of delete and update of a runner | Tomasz Maczukin | 2016-02-19 | 1 | -6/+8 | |
| | ||||||
* | GET /runners is for specific runners only | Achilleas Pipinellis | 2016-02-19 | 1 | -3/+3 | |
| | | | | [ci skip] | |||||
* | Add token to runner details output in API | Tomasz Maczukin | 2016-02-19 | 1 | -0/+1 | |
| | ||||||
* | More fixes in runners doc | Achilleas Pipinellis | 2016-02-19 | 1 | -8/+13 | |
| | | | | [ci skip] | |||||
* | Correct PRIVATE-TOKEN to use dash instead of underscore | Achilleas Pipinellis | 2016-02-19 | 1 | -8/+8 | |
| | ||||||
* | Add associated project info to runner details output | Tomasz Maczukin | 2016-02-19 | 1 | -0/+7 | |
| | ||||||
* | Split `/runners` entrypoint to `/runners` and `/runners/all` | Tomasz Maczukin | 2016-02-19 | 1 | -2/+53 | |
| | ||||||
* | Add some fixes in runners API documentation | Tomasz Maczukin | 2016-02-19 | 1 | -4/+4 | |
| | ||||||
* | Add `Example response` above each json output | Achilleas Pipinellis | 2016-02-19 | 1 | -7/+21 | |
| | | | | [ci skip] | |||||
* | Add runners API documentation [ci-skip] | Tomasz Maczukin | 2016-02-19 | 2 | -0/+235 | |
| | ||||||
* | Fix typo in doc/api/builds.md | Achilleas Pipinellis | 2016-02-12 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into ↵ | Douwe Maan | 2016-02-12 | 1 | -0/+2 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | 'master' API: Allow to set or update a merge-request's milestone _Originally opened at !2107 by @ skakirill._ - - - See merge request !2755 |