summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-214-23/+24
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci::Commit becomes a Pipeline object 1. Ci::Commit receives context: ref, :tag. 1. One Ci::Commit describes a one Pipeline 1. Pipeline is created from `.gitlab-ci.yml` 1. Pipeline is a ordered group of builds 1. We test MR against Pipeline 1. Pipelines have a separate view (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Pipeline can be triggered from UI (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Later we change `Trigger -> TriggerRequest -> Build` to `Trigger -> Pipeline` (future) 1. We add a Pipeline Hook that will be triggered on Pipeline status change (future) 1. We extend notifications to use `Pipeline Hook` to send summary on pipeline changes (future) After merging that I'll prepare a separate MR that will unify naming, database columns, table names: ``` Ci::Commit -> Pipeline Ci::Build -> Build CommitStatus -> Job GenericCommitStatus -> ExternalJob ci_commits -> pipelines ci_builds -> jobs ``` This MR implements first 5 points. This is made to solve this issue https://gitlab.com/gitlab-org/gitlab-ce/issues/14149. See merge request !3653
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-192-0/+20
| |\ | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | Make some logic less twistableKamil Trzcinski2016-04-171-1/+1
| | |
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-164-4/+162
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * \ \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-137-16/+229
| |\ \ \
| * | | | Fix specsKamil Trzcinski2016-04-114-22/+23
| | | | |
* | | | | Make sure that appending is done on a valid lengthTomasz Maczukin2016-04-201-1/+1
| | | | |
* | | | | Add range checkingTomasz Maczukin2016-04-201-7/+31
| | | | |
* | | | | Add incremental build trace update APITomasz Maczukin2016-04-201-0/+22
| | | | |
* | | | | Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-201-0/+136
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | License templates when creating/editing a LICENSE file Closes #12804 See merge request !3660
| * | | | Update to licensee 8.0.0 and fix API specsRémy Coutable2016-04-181-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-181-25/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Initial implementation if license template selector and /licenses/:key API ↵Anton Davydov2016-04-181-0/+46
| | |_|/ | |/| | | | | | | | | | endpoint
* | | | Merge branch 'api-fix-annotated-tags' into 'master' Rémy Coutable2016-04-191-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 properlyRobert Schilling2016-04-181-0/+2
| |/ / /
* | | | Insert users check into apiFelipe Artur2016-04-181-0/+18
|/ / /
* | | Allow back dating notes on creationMichael Greene2016-04-131-0/+13
| | |
* | | Allow back dating issues on updateMichael Greene2016-04-131-4/+16
| | |
* | | Merge branch 'api-subscribe-issue-mr' into 'master' Rémy Coutable2016-04-132-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 foundRobert Schilling2016-04-132-3/+15
| | | |
| * | | Make subscription API more RESTfulRobert Schilling2016-04-132-14/+26
| | | |
| * | | API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling2016-04-131-0/+30
| | | |
| * | | API: Ability to subscribe and unsubscribe from an issueRobert Schilling2016-04-131-0/+31
| | | |
* | | | Merge branch 'api-star-project' into 'master' Rémy Coutable2016-04-131-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 docsRobert Schilling2016-04-131-6/+4
| | | |
| * | | Make staring API more restfulRobert Schilling2016-04-131-4/+4
| | | |
| * | | API: Star and unstar a projectRobert Schilling2016-04-131-0/+50
| |/ /
* | | Merge branch 'api-group-leaking' into 'master' Rémy Coutable2016-04-132-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 informationRobert Schilling2016-04-131-5/+7
| | |
| * | API: Avoid group leak while updating the groupRobert Schilling2016-04-131-2/+2
| | |
| * | API: Return 404 if user does not have access to groupRobert Schilling2016-04-131-5/+10
| | |
* | | Update tests for moving issues via APIRobert Schilling2016-04-131-20/+37
| | |
* | | API: Ability to move an issueRobert Schilling2016-04-131-1/+52
|/ /
* | Merge branch 'api-group-visibility' into 'master' Rémy Coutable2016-04-131-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 guidelinesRobert Schilling2016-04-121-4/+12
| | |
| * | API: Ability to update a groupRobert Schilling2016-04-121-0/+36
| | |
* | | Merge branch 'api-delete-note' into 'master' Rémy Coutable2016-04-121-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 guidelinesRobert Schilling2016-04-121-6/+6
| | | |
| * | | Fix code review issuesRobert Schilling2016-04-121-1/+19
| | | |
| * | | Delete notes via APIRobert Schilling2016-04-121-0/+43
| |/ /
* | | Merge branch 'api-get-tag' into 'master' Rémy Coutable2016-04-121-0/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to retrieve a single tag * Closes #14330 /cc @dblessing See merge request !3577
| * | | Fix minor styling issues from code reviewRobert Schilling2016-04-121-3/+3
| | | |
| * | | API: Ability to retrieve a single tagRobert Schilling2016-04-121-0/+17
| | |/ | |/|
* | | Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687Zeger-Jan van de Weg2016-04-121-3/+17
| |/ |/|
* | API: Add iid filter to milestonesRobert Schilling2016-04-121-3/+5
|/
* Merge branch 'api-filter-milestone' into 'master' Rémy Coutable2016-04-071-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 styleRobert Schilling2016-04-061-3/+5
| |
| * API: Ability to filter milestones by stateRobert Schilling2016-04-061-0/+17
| |
* | Revert "API: Ability to retrieve a single tag"Robert Schilling2016-04-061-17/+0
|/ | | | This reverts commit 7f287c9136d5d1cdda8df170c6e772ca82aad1e9.
* API: Ability to retrieve a single tagRobert Schilling2016-04-061-0/+17
|