summaryrefslogtreecommitdiff
path: root/spec/requests/api/notes_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '25437-just-emoji' into 'master'Sean McGivern2017-03-011-2/+2
|\
| * add /award slash commandmhasbini2017-02-281-2/+2
* | Return 204 for delete endpointsRobert Schilling2017-02-281-3/+3
|/
* Remove shared example for paginationremove-paginated-ressourceRobert Schilling2017-02-201-4/+0
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+5
* Merge branch 'fix-guest-access-posting-to-notes' into 'security' Robert Speicher2017-01-231-0/+12
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-4/+4
* Merge branch 'update-api-spec-files' into 'master' Rémy Coutable2016-12-021-1/+1
|\
| * Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* | Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+1
|/
* Fix authored vote from notesbarthc2016-10-241-2/+13
* Add a be_like_time matcher and use it in specsNick Thomas2016-10-171-1/+1
* Fix API notes endpoint when posting only emojiZ.J. van de Weg2016-09-161-0/+9
* Capitalize mentioned issue timeline notesClement Ho2016-08-251-1/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-28/+28
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-3/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-41/+41
* Update specs for creating new note without accessGrzegorz Bizon2016-05-291-2/+2
* Fix single note api requestFelipe Artur2016-05-161-3/+14
* Fix notes API calls symbol convertionsFelipe Artur2016-05-101-0/+31
* Fix api leaking notes when user is not authorized to read noteableFelipe Artur2016-05-091-0/+19
* Prevent privilege escalation via notes APIRobert Speicher2016-04-261-10/+31
* Allow back dating notes on creationMichael Greene2016-04-131-0/+13
* 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
* Add pagination headers to already paginated API resourcesadd-pagination-headers-to-apiRémy Coutable2016-01-141-0/+4
* Fix specs and rubocop warningsfix/private-referencesRémy Coutable2016-01-141-5/+6
* Ensure the API doesn't return notes that the current user shouldn't seeRémy Coutable2016-01-131-0/+51
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-39/+39
* Implemented notes (body) patching in API.uran2014-12-251-0/+54
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-7/+0
* Fix api specsDmitriy Zaporozhets2014-06-131-2/+2
* Delete wall notes testsDmitriy Zaporozhets2014-06-131-50/+0
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-0/+12
* Drop support of root namespace in modelHiroyuki Sato2013-09-171-0/+2
* Merge Request on forked projectsIzaak Alpert2013-07-171-1/+1
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-041-1/+1
|\
| * Tests fixedAndrew8xx82013-03-251-1/+1
* | Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
|/
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-14/+0
|\
* | API: fixes return codes for notes, documentation updatedSebastian Ziebell2013-02-201-1/+45
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-081-0/+11
|\ \ | |/
| * add specs for api -> merge request notesDmitriy Zaporozhets2013-01-311-0/+11
* | Status code 400 is returned if body is missing on note creation.Sebastian Ziebell2013-02-061-0/+30
|/
* Rspec fixesDmitriy Zaporozhets2013-01-041-1/+1
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* API: get a single wall noteNihad Abbasov2012-12-011-0/+8
* API: ability to create a wall noteNihad Abbasov2012-11-291-0/+8