summaryrefslogtreecommitdiff
path: root/lib/api/milestones.rb
Commit message (Expand)AuthorAgeFilesLines
* API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-2/+1
* API documentation update for milestonesSebastian Ziebell2013-02-201-16/+2
* Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-201-2/+2
|\
| * Milestone uses StateMachine nowAndrew8xx82013-02-181-2/+2
* | API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell2013-02-131-1/+1
* | Status code 400 returned if title not given in a milestone (via API)Sebastian Ziebell2013-02-061-0/+16
|/
* Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-211-4/+4
* APi for commits. Better api docsDmitriy Zaporozhets2012-09-211-0/+6
* Method name changedAlex Denisov2012-09-161-2/+2
* API attributes refactoredAlex Denisov2012-09-161-14/+4
* Error throwing moved to api_helperAlex Denisov2012-09-101-2/+2
* Auth for APIrandx2012-09-101-0/+2
* add pagination to APINihad Abbasov2012-09-031-1/+1
* Add milestone API docs to doc/README and views/help/apiRobert Speicher2012-08-291-3/+2
* Remove DELETE API for MilestonesRobert Speicher2012-08-221-12/+0
* Add API for MilestonesRobert Speicher2012-08-161-0/+93