Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow back dating notes on creation | Michael Greene | 2016-04-13 | 1 | -0/+1 |
| | |||||
* | Allow back dating issues on update | Michael Greene | 2016-04-13 | 1 | -0/+1 |
| | |||||
* | Merge branch 'api-subscribe-issue-mr' into 'master' | Rémy Coutable | 2016-04-13 | 2 | -0/+257 |
|\ | | | | | | | | | | | | | | | | | | | API: Subscribe and unsubscribe from issues and merge requests * Closes #6024 This MR is based on !3611, which must be merged first. See merge request !3615 | ||||
| * | Ensure that issues and merge requests are found | Robert Schilling | 2016-04-13 | 1 | -0/+1 |
| | | |||||
| * | Make subscription API more RESTful | Robert Schilling | 2016-04-13 | 2 | -27/+28 |
| | | |||||
| * | API: Ability to subscribe and unsubscribe from a merge request | Robert Schilling | 2016-04-13 | 1 | -0/+147 |
| | | |||||
| * | API: Ability to subscribe and unsubscribe from an issue | Robert Schilling | 2016-04-13 | 1 | -0/+108 |
| | | |||||
* | | Styling changes to code and docs | Robert Schilling | 2016-04-13 | 1 | -1/+0 |
| | | |||||
* | | Make staring API more restful | Robert Schilling | 2016-04-13 | 1 | -6/+6 |
| | | |||||
* | | API: Star and unstar a project | Robert Schilling | 2016-04-13 | 2 | -0/+128 |
|/ | |||||
* | Fix doc for moving an issue | Robert Schilling | 2016-04-13 | 1 | -1/+1 |
| | |||||
* | Update tests for moving issues via API | Robert Schilling | 2016-04-13 | 1 | -2/+6 |
| | |||||
* | API: Ability to move an issue | Robert Schilling | 2016-04-13 | 1 | -0/+51 |
| | |||||
* | Merge branch 'api-group-visibility' into 'master' | Rémy Coutable | 2016-04-13 | 1 | -0/+81 |
|\ | | | | | | | | | | | | | | | | | API: Ability to update a group This makes it much easier to update a group after introducing the group visibility. * Closes #14991 See merge request !3587 | ||||
| * | Fix minor issues according development guidelines | Robert Schilling | 2016-04-12 | 1 | -1/+1 |
| | | |||||
| * | API: Ability to update a group | Robert Schilling | 2016-04-12 | 1 | -0/+81 |
| | | |||||
* | | Merge branch 'api-delete-note' into 'master' | Rémy Coutable | 2016-04-12 | 1 | -0/+141 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete notes via API Supports deleting issues, snippets, and merge requests via the API. * Closes #14944 * Closes #14845 * Closes #6060 @zj I did not see that you assigned yourself in #6060. Hopefully, you did not start yet. @rymai In #6060 this is targeted for 8.7 release. Could you review that and maybe this still lands in 8.7. See merge request !3557 | ||||
| * | | Fix code review issues | Robert Schilling | 2016-04-12 | 1 | -17/+113 |
| | | | |||||
| * | | Delete notes via API | Robert Schilling | 2016-04-12 | 1 | -0/+45 |
| |/ | |||||
* | | Merge branch 'api-get-tag' into 'master' | Rémy Coutable | 2016-04-12 | 1 | -1/+45 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to retrieve a single tag * Closes #14330 /cc @dblessing See merge request !3577 | ||||
| * | | Fix minor styling issues from code review | Robert Schilling | 2016-04-12 | 1 | -2/+2 |
| | | | |||||
| * | | API: Ability to retrieve a single tag | Robert Schilling | 2016-04-12 | 1 | -1/+45 |
| | | | |||||
* | | | Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687 | Zeger-Jan van de Weg | 2016-04-12 | 1 | -2/+4 |
| |/ |/| | |||||
* | | API: Expose updated_at for notes | Robert Schilling | 2016-04-12 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'api-labels-info' into 'master' | Rémy Coutable | 2016-04-12 | 1 | -20/+20 |
|\ | | | | | | | | | | | | | API: Expose open_issues_count, closed_issues_count, open_merge_requests_count on labels Partly fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13238 See merge request !3569 | ||||
| * | API: Expose open_issues_count, closed_issues_count, ↵ | Robert Schilling | 2016-04-06 | 1 | -20/+20 |
| | | | | | | | | open_merge_requests_count on labels | ||||
* | | API: Expose subscribed? on issues | Robert Schilling | 2016-04-08 | 2 | -12/+24 |
| | | |||||
* | | Merge branch 'api-filter-milestone' into 'master' | Rémy Coutable | 2016-04-07 | 1 | -4/+16 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to filter milestones by state Ability to filter milestones by `active` and `closed` state. * Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14931 See merge request !3566 | ||||
| * | | Improve coding and doc style | Robert Schilling | 2016-04-06 | 1 | -5/+14 |
| | | | |||||
| * | | API: Ability to filter milestones by state | Robert Schilling | 2016-04-06 | 1 | -0/+3 |
| | | | |||||
* | | | Revert "API: Ability to retrieve a single tag" | Robert Schilling | 2016-04-06 | 1 | -33/+1 |
|/ / | | | | | | | This reverts commit 7f287c9136d5d1cdda8df170c6e772ca82aad1e9. | ||||
* | | Expose user location in API | Robert Schilling | 2016-04-06 | 1 | -0/+6 |
| | | |||||
* | | API: Ability to retrieve a single tag | Robert Schilling | 2016-04-06 | 1 | -1/+33 |
|/ | |||||
* | Merge branch 'add-ability-to-archive-a-project-via-api-14296' into 'master' | Douwe Maan | 2016-04-03 | 1 | -0/+166 |
|\ | | | | | | | | | | | | | Add endpoints for archiving and unarchiving Closes #14296 See merge request !3372 | ||||
| * | Merge branch 'master' into add-ability-to-archive-a-project-via-api-14296add-ability-to-archive-a-project-via-api-14296 | Zeger-Jan van de Weg | 2016-03-29 | 1 | -0/+1 |
| |\ | |||||
| * | | 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 |