summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * add API for project team membersNihad Abbasov2012-09-211-3/+4
* | APi for commits. Better api docsDmitriy Zaporozhets2012-09-211-0/+5
|/
* API: extend UserLogin entity from UserBasicNihad Abbasov2012-09-201-5/+3
* I want be able to get token via api. Used for mobile applicationsDmitriy Zaporozhets2012-09-201-2/+6
* API: expose project id for milestonesNihad Abbasov2012-09-201-1/+3
* SSH Keys API implementedAlex Denisov2012-09-161-0/+6
* Projects hooks API implementedmiks2012-09-081-0/+4
* Make project users API more RESTfulmiks2012-09-061-0/+5
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-6/+6
* API: expose issues project idNihad Abbasov2012-07-251-1/+3
* add issues APINihad Abbasov2012-07-241-0/+12
* refactor projects APINihad Abbasov2012-07-061-5/+1
* don't expose full user info unless neededNihad Abbasov2012-07-051-2/+6
* add project snippets APINihad Abbasov2012-06-291-0/+6
* add projects APINihad Abbasov2012-06-281-0/+15
* add users APINihad Abbasov2012-06-281-0/+8