summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Update API to use notification_level from notification_settingDmitriy Zaporozhets2016-03-301-5/+10
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'api-delete-note' into 'master' Rémy Coutable2016-04-121-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+2
| | | | |
| * | | | Fix code review issuesRobert Schilling2016-04-121-4/+2
| | | | |
| * | | | Delete notes via APIRobert Schilling2016-04-121-0/+17
| | |_|/ | |/| |
* | | | Merge branch 'api-get-tag' into 'master' Rémy Coutable2016-04-121-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+14
| | | | |
* | | | | Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687Zeger-Jan van de Weg2016-04-121-4/+9
| |/ / / |/| | |
* | | | Merge branch 'api-fix-milestone-iid-filter' into 'master' Rémy Coutable2016-04-121-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add iid filter to milestones This was documented in the API docs but it was never working because the iid filter was never applied to the milestones. The tests were working by accident because the were checking the first element, which was by accident the request element. * Closes https://github.com/gitlabhq/gitlabhq/issues/10122 See merge request !3588
| * | | | API: Add iid filter to milestonesRobert Schilling2016-04-121-0/+2
| |/ / /
* | | | API: Expose updated_at for notesRobert Schilling2016-04-121-1/+1
|/ / /
* | | Merge branch 'api-labels-info' into 'master' Rémy Coutable2016-04-121-0/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | 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 Schilling2016-04-061-0/+1
| | | | | | | | | | | | open_merge_requests_count on labels
* | | API: Expose subscribed? on issuesRobert Schilling2016-04-084-13/+21
| | |
* | | Merge branch 'api-filter-milestone' into 'master' Rémy Coutable2016-04-071-2/+18
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | |
| * | | API: Ability to filter milestones by stateRobert Schilling2016-04-061-2/+18
| | | |
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqRobert Schilling2016-04-071-1/+1
|\ \ \ \
| * | | | Changed the argument of not_found for 'unprotect'Yasser Hussain2016-04-061-1/+1
| | |/ / | |/| | | | | | | | | | | | | | not_found appends string "Not Found" to the argument causing the resulting message to be "Branch does not exist Not Found" which is an incorrect error message. Changed the argument of not_found! for 'unprotect' command to "Branch" from "Branch does not exist". This makes the final error message to appear as "Branch Not Found" which is correct and same as error messages for other commands like 'protect'.
* | | | Revert "API: Ability to retrieve a single tag"Robert Schilling2016-04-061-14/+0
| |/ / |/| | | | | | | | This reverts commit 7f287c9136d5d1cdda8df170c6e772ca82aad1e9.
* | | Expose user location in APIRobert Schilling2016-04-062-3/+5
| | |
* | | API: Ability to retrieve a single tagRobert Schilling2016-04-061-0/+14
|/ /
* | Merge branch 'add-ability-to-archive-a-project-via-api-14296' into 'master' Douwe Maan2016-04-031-0/+28
|\ \ | | | | | | | | | | | | | | | | | | 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-14296Zeger-Jan van de Weg2016-03-291-6/+10
| |\ \
| * | | PUT becomes POST on archiving endpointsZeger-Jan van de Weg2016-03-241-4/+4
| | | | | | | | | | | | | | | | | | | | Also the specs have a minor improvement. Mainly the access right spec. Changes are reflected in the docs
| * | | Add endpoints for archiving and unarchivingZeger-Jan van de Weg2016-03-231-0/+28
| | | |
* | | | Merge branch 'routing' into 'master' Robert Speicher2016-04-011-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added & use Gitlab::Routing for URL helpers Extracted from !3389 See merge request !3486
| * | | | Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-011-2/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Rails' "url_helpers" method creates an anonymous Module (which a bunch of methods) on every call. By caching the output of this method in a dedicated method we can shave off about 10 seconds of loading time for an issue with around 200 comments.
* | | | Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-1/+0
|/ / / | | | | | | | | | | | | | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
* | | Merge branch ↵Robert Speicher2016-03-292-12/+14
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 'mariusz_jachimowicz/gitlab-ce-i_14415_expose_label_description' into 'master' api - expose label description Resolves #14415 See merge request !3314
| * | api - expose label descriptionMariusz Jachimowicz2016-03-242-12/+14
| |/
* | Back dating of issues when creating throught the APIZeger-Jan van de Weg2016-03-281-6/+10
|/
* Merge branch 'master' into issue_12658Douwe Maan2016-03-213-5/+18
|\ | | | | | | | | | | | | | | | | # 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
| * Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-212-10/+4
| |
| * minor improvements and fixed specsZeger-Jan van de Weg2016-03-193-6/+5
| |
| * Dry destroy action on issuablesZeger-Jan van de Weg2016-03-191-2/+3
| |
| * Soft delete issuablesZeger-Jan van de Weg2016-03-192-2/+21
| |
* | Tweaks, refactoring, and specsDouwe Maan2016-03-201-1/+1
| |
* | Merge branch 'master' into issue_12658Douwe Maan2016-03-202-3/+5
|\ \ | |/
| * Restrict access to confidential issues through APIDouglas Barbosa Alexandre2016-03-171-1/+2
| |
| * Add missing API docs on external userAchilleas Pipinellis2016-03-171-2/+2
| | | | | | | | [ci skip]
| * API support for setting External flag on existing usersZeger-Jan van de Weg2016-03-171-1/+2
| |
* | Improve group visibility level featureZeger-Jan van de Weg2016-03-181-1/+1
| |
* | Merge 4009-external-users into issue_12658Felipe Artur2016-03-163-9/+38
|\ \ | |/
| * Merge branch 'master' into 4009-external-users4009-external-usersZeger-Jan van de Weg2016-03-151-7/+0
| |\
| | * Merge branch 'fix-commit-status-rendering' into 'master' Robert Speicher2016-03-151-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 CiBuildKamil Trzcinski2016-03-141-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 featureZeger-Jan van de Weg2016-03-151-0/+1
| | | |
| * | | Merge branch 'master' into 4009-external-usersZeger-Jan van de Weg2016-03-142-0/+34
| |\ \ \ | | |/ /