Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-25Merge branch 'issue-24534' into 'master' Rémy Coutable
Remove unnecessary sentences for return codes in the API documentation Closes #24534 See merge request !7511
2016-11-24Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz
2016-11-24Rephrase some system notes to be compatible with new system note styleDouwe Maan
2016-10-13Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-09-16Fix API notes endpoint when posting only emojiZ.J. van de Weg
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2016-05-09Revert "Merge branch 'patch-1' into 'master'"Rémy Coutable
This reverts merge request !4030
2016-05-04Made it clearer that issue_id means iid, not id.Aral Balkan
2016-04-13Allow back dating notes on creationMichael Greene
2016-04-12Fix code review issuesRobert Schilling
2016-04-12Delete notes via APIRobert Schilling
2016-04-12API: Expose updated_at for notesRobert Schilling
2016-03-10Don't remove `ProjectSnippet#expires_at` from APIRobert Speicher
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53.
2016-03-06Remove `Snippet#expires_at`Robert Speicher
This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
2015-12-28Revert upvotes and downvotes params to MR APIValery Sizov
2015-12-04Extent Event and Note APIDmitriy Zaporozhets
* add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-21Add upvote/downvote fields to merge request and note API to preserve ↵Robert Schilling
compatibility
2015-11-19award emojiValery Sizov
2015-08-13api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel
This reverts commit 4c586dc7c217b3e43956919fa752a8fa4e16acb9.
2015-07-09Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries"Stan Hu
This reverts commit dd4fee5fdbda07fbc09234c4b043c3c9939a6a9b.
2015-07-09api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel
2015-03-19Fix cross references when usernames, milestones, or project names contain ↵Stan Hu
underscores. Remove emphasis from system notes to avoid Markdown conflicts in names.
2014-12-25Implemented notes (body) patching in API.uran
2014-08-15Fix Md style for API.Ciro Santilli
2014-06-13Wipe wall notes featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-27Add titles to doc pages.Marin Jankovski
2014-04-30Make clear that notes also serve as comments.dosire
2014-04-05Api-Doc JSON lintJohannes Schleifenbaum
Fixes: #5505
2013-10-02Update issues, milestones, notes api docs.Marin Jankovski
2013-03-07API: documentation contains infos to status codes in README file.Sebastian Ziebell
All the info to return codes from the API functions are available in the `README.md` file as suggested.
2013-02-21API: fixes return codes for notes, documentation updatedSebastian Ziebell
The notes API documentation updated with return codes. API now returns `400 Bad Request` if required attributes are not present. Return codes are documented now, also tested in added tests. The documentation now reflects the current state of the API.
2013-02-08Merge branch 'master' into fixes/apiSebastian Ziebell
2013-02-06A few fixes in documentation to notes, updates infos on status codesSebastian Ziebell
A few fixes in the notes URI pattern (`notes` instead of `:notes`), also updated the information to status codes. If `body` attribute is missing from a POST request a status code 400 (Bad request) is returned. This reflects the code changes from the previous commit.
2013-01-31missing doc for apiDmitriy Zaporozhets
2012-12-21Remove all references tp the project code parameter from the APIRiyad Preukschas
2012-12-12Add username to User and UserBasic entities in API and in examples in doc.Cyril
2012-12-01API: get a single wall noteNihad Abbasov
2012-11-30API: ability to create a wall noteNihad Abbasov
2012-11-30API: don't expose 'updated_at' for notesNihad Abbasov
2012-11-30add docs for notes APINihad Abbasov