summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
Commit message (Expand)AuthorAgeFilesLines
* Extend API Issues, MergeRequets, Milestones with iid fieldDmitriy Zaporozhets2013-10-141-12/+13
* Expose votes in merge request apiIslam Amer2013-10-081-1/+1
* Extended User API to expose admin and can_create_group for user creation/upda...Boyan Tabakov2013-09-291-4/+3
* Add group membership apiIzaak Alpert2013-09-041-0/+6
* Fix project_id field in MergeRequest APIAndrew Austin2013-08-271-1/+2
* enhance project creation apis to allow setting of public attributeAngus MacArthur2013-07-121-1/+1
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-121-1/+1
|\
| * Merge pull request #3993 from bke-drewb/3599Dmitriy Zaporozhets2013-07-111-1/+1
| |\
| | * Issue 3599: Add snippets_enabled flag to projects for APIDrew Blessing2013-06-111-1/+1
* | | Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-07-101-0/+7
|\ \ \ | |/ /
| * | Additon of apis for fork administration.Angus MacArthur2013-07-081-0/+7
| |/
* | Remove all team resources except models. Move models to deprecated directoryDmitriy Zaporozhets2013-06-181-4/+0
|/
* API: project eventsDmitriy Zaporozhets2013-06-061-0/+6
* API: Add last_activity_at date to project entityDmitriy Zaporozhets2013-06-061-1/+1
* Add api to collect owned user projects. Api deploy_key.create: Enable deploy ...Dmitriy Zaporozhets2013-06-031-2/+2
* Merge pull request #4115 from bke-drewb/apidocsDmitriy Zaporozhets2013-05-291-1/+1
|\
| * Update api docs and remove old attribute from User entity.Drew Blessing2013-05-291-1/+1
* | [FEATURE] Basic user_teams apiChristian Simon2013-05-211-0/+16
|/
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* add attachemnts support for wallDmitriy Zaporozhets2013-03-191-0/+1
* API docs updatedAlex Denisov2013-03-191-1/+1
* Abilities added to /user and /sign_in requestsAlex Denisov2013-03-181-1/+5
* Reduce amount of user info provided with internal apiDmitriy Zaporozhets2013-03-111-0/+4
* User's blocked field refactored to use state machineAndrew8xx82013-03-041-2/+2
* Fix private flag for projectDmitriy Zaporozhets2013-02-191-1/+1
* Issue uses StateMachine nowAndrew8xx82013-02-181-4/+3
* Merge Request uses StateMachine nowAndrew8xx82013-02-181-1/+1
* fixed API access to the projectlivedata2013-02-151-1/+1
* Code deduplication using inheritance for GroupDetailChristian Simon2013-02-031-2/+1
* Fix groups api: differ between users and adminChristian Simon2013-02-011-1/+1
* Add api for creating/listing/viewing groupsChristian Simon2013-02-011-0/+10
* Merge pull request #2839 from m4tthumphrey/protected-branches-apiDmitriy Zaporozhets2013-01-311-0/+5
|\
| * Added methods to protect and unprotect branchesMatt Humphrey2013-01-311-0/+5
* | Merge branch 'extend_user_api' of https://github.com/bladealslayer/gitlabhq i...Dmitriy Zaporozhets2013-01-311-1/+1
|\ \
| * | Extended users API to support updating and deleting users.Boyan Tabakov2012-12-181-1/+1
* | | add path and path_with_namespace to api project entityDmitriy Zaporozhets2013-01-311-0/+1
| |/ |/|
* | 'namespace' should be exposed via the APIJakob Borg2013-01-021-0/+1
* | Remove path parameter from projects APIRiyad Preukschas2012-12-221-1/+1
* | Remove the code parameter from the projects APIRiyad Preukschas2012-12-211-1/+1
|/
* Add username to User and UserBasic entities in API and in examples in doc.Cyril2012-12-121-2/+2
* API: expose created date for project hooks and user SSH keysNihad Abbasov2012-12-011-2/+2
* API: don't expose 'updated_at' for notesNihad Abbasov2012-11-291-1/+1
* API: restore broken merge request commentingNihad Abbasov2012-11-291-0/+5
* API: list wall, snippet and issue notesNihad Abbasov2012-11-291-1/+3
* API: review 2Valeriy Sizov2012-10-251-2/+1
* API: merge request: post comment callValeriy Sizov2012-10-221-0/+5
* API:merge request show && listValeriy Sizov2012-10-221-0/+6
* API: SSH keys belong to user entityNihad Abbasov2012-09-211-2/+2
* API: commits belong to project repositoryNihad Abbasov2012-09-211-5/+4
* Merge pull request #1521 from NARKOZ/apiDmitriy Zaporozhets2012-09-211-3/+4
|\