Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'feature/incremental-build-trace-update' into 'master' | Rémy Coutable | 2016-04-21 | 1 | -0/+46 |
| | | | | | | | | | Add incremental build trace update API Closes #14537 Must be merged if we want changes from gitlab-org/gitlab-ci-multi-runner!124 to work. See merge request !3447 | ||||
* | Merge branch 'license-templates-and-api-12804' into 'master' | Robert Speicher | 2016-04-20 | 1 | -0/+136 |
| | | | | | | | License templates when creating/editing a LICENSE file Closes #12804 See merge request !3660 | ||||
* | Merge branch 'api-fix-annotated-tags' into 'master' | Rémy Coutable | 2016-04-19 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | API: Present an array of Gitlab::Git::Tag instead of array of rugged tags The annotated message was always `null` because the wrong array was presented. The entity requires an array of `Gitlab::Git::Tags` instead an array of raw rugged tags was presented. Since a rugged tag does not respond to `message` to get the annotated message, this was always `null`. See merge request !3764 | ||||
| * | Ensure that annoation is presented properly | Robert Schilling | 2016-04-18 | 1 | -0/+2 |
| | | |||||
* | | Insert users check into api | Felipe Artur | 2016-04-18 | 1 | -0/+18 |
|/ | |||||
* | Allow back dating notes on creation | Michael Greene | 2016-04-13 | 1 | -0/+13 |
| | |||||
* | Allow back dating issues on update | Michael Greene | 2016-04-13 | 1 | -4/+16 |
| | |||||
* | Merge branch 'api-subscribe-issue-mr' into 'master' | Rémy Coutable | 2016-04-13 | 2 | -0/+85 |
|\ | | | | | | | | | | | | | | | | | | | 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 | 2 | -3/+15 |
| | | |||||
| * | Make subscription API more RESTful | Robert Schilling | 2016-04-13 | 2 | -14/+26 |
| | | |||||
| * | API: Ability to subscribe and unsubscribe from a merge request | Robert Schilling | 2016-04-13 | 1 | -0/+30 |
| | | |||||
| * | API: Ability to subscribe and unsubscribe from an issue | Robert Schilling | 2016-04-13 | 1 | -0/+31 |
| | | |||||
* | | Merge branch 'api-star-project' into 'master' | Rémy Coutable | 2016-04-13 | 1 | -0/+48 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Star and unstar a project Add two new endpoints `POST /projects/:id/star` and `POST /projects/:id/unstar` to star and unstar a project. * Closes #12739 See merge request !3578 | ||||
| * | | Styling changes to code and docs | Robert Schilling | 2016-04-13 | 1 | -6/+4 |
| | | | |||||
| * | | Make staring API more restful | Robert Schilling | 2016-04-13 | 1 | -4/+4 |
| | | | |||||
| * | | API: Star and unstar a project | Robert Schilling | 2016-04-13 | 1 | -0/+50 |
| |/ | |||||
* | | Merge branch 'api-group-leaking' into 'master' | Rémy Coutable | 2016-04-13 | 2 | -12/+19 |
|\ \ | |/ |/| | | | | | | | | | | | | | API: Return 404 if user does not have access to group Closes #15185 After !3587 is merged, I'll update this one to also fix the return code of the tests in !3587. See merge request !3683 | ||||
| * | Fix group_member_spec to not leak information | Robert Schilling | 2016-04-13 | 1 | -5/+7 |
| | | |||||
| * | API: Avoid group leak while updating the group | Robert Schilling | 2016-04-13 | 1 | -2/+2 |
| | | |||||
| * | API: Return 404 if user does not have access to group | Robert Schilling | 2016-04-13 | 1 | -5/+10 |
| | | |||||
* | | Update tests for moving issues via API | Robert Schilling | 2016-04-13 | 1 | -20/+37 |
| | | |||||
* | | API: Ability to move an issue | Robert Schilling | 2016-04-13 | 1 | -1/+52 |
|/ | |||||
* | Merge branch 'api-group-visibility' into 'master' | Rémy Coutable | 2016-04-13 | 1 | -0/+44 |
|\ | | | | | | | | | | | | | | | | | 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 | -4/+12 |
| | | |||||
| * | API: Ability to update a group | Robert Schilling | 2016-04-12 | 1 | -0/+36 |
| | | |||||
* | | Merge branch 'api-delete-note' into 'master' | Rémy Coutable | 2016-04-12 | 1 | -0/+61 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Adapt tests to new testing guidelines | Robert Schilling | 2016-04-12 | 1 | -6/+6 |
| | | | |||||
| * | | Fix code review issues | Robert Schilling | 2016-04-12 | 1 | -1/+19 |
| | | | |||||
| * | | Delete notes via API | Robert Schilling | 2016-04-12 | 1 | -0/+43 |
| |/ | |||||
* | | Merge branch 'api-get-tag' into 'master' | Rémy Coutable | 2016-04-12 | 1 | -0/+17 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -3/+3 |
| | | | |||||
| * | | API: Ability to retrieve a single tag | Robert Schilling | 2016-04-12 | 1 | -0/+17 |
| | | | |||||
* | | | 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 | -3/+17 |
| |/ |/| | |||||
* | | API: Add iid filter to milestones | Robert Schilling | 2016-04-12 | 1 | -3/+5 |
|/ | |||||
* | Merge branch 'api-filter-milestone' into 'master' | Rémy Coutable | 2016-04-07 | 1 | -0/+19 |
|\ | | | | | | | | | | | | | | | | | 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 | -3/+5 |
| | | |||||
| * | API: Ability to filter milestones by state | Robert Schilling | 2016-04-06 | 1 | -0/+17 |
| | | |||||
* | | Revert "API: Ability to retrieve a single tag" | Robert Schilling | 2016-04-06 | 1 | -17/+0 |
|/ | | | | This reverts commit 7f287c9136d5d1cdda8df170c6e772ca82aad1e9. | ||||
* | API: Ability to retrieve a single tag | Robert Schilling | 2016-04-06 | 1 | -0/+17 |
| | |||||
* | Merge branch 'add-ability-to-archive-a-project-via-api-14296' into 'master' | Douwe Maan | 2016-04-03 | 1 | -0/+72 |
|\ | | | | | | | | | | | | | 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/+11 |
| |\ | |||||
| * | | PUT becomes POST on archiving endpoints | Zeger-Jan van de Weg | 2016-03-24 | 1 | -29/+29 |
| | | | | | | | | | | | | | | | 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/+72 |
| | | | |||||
* | | | Merge branch ↵ | Robert Speicher | 2016-03-29 | 1 | -3/+26 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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 | -3/+26 |
| |/ / | |||||
* | | | Ensuring Merge Request API returns boolean values for work_in_progress | Abhi Rao | 2016-03-28 | 1 | -0/+11 |
| |/ |/| | | | | | Fixes #14692 | ||||
* | | Back dating of issues when creating throught the API | Zeger-Jan van de Weg | 2016-03-28 | 1 | -0/+11 |
|/ | |||||
* | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-21 | 2 | -15/+56 |
|\ | | | | | | | | | | | | | | | | | # 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 | 1 | -7/+7 |
| | | |||||
| * | Minor improvements on IssuableActions | Zeger-Jan van de Weg | 2016-03-21 | 2 | -19/+27 |
| | |