Florent Dubois
b63ed7cff6
Allow date parameters on Issues and Notes API for group owners
...
- Allow `created_at` and `updated_at` parameters on Issues API
- Allow `created_at` on Issue Notes API
Closes gitlab-org/gitlab-ce#40059
2018-08-22 12:16:48 +01:00
Kia Mei Somabes
37af75a2e0
Resolve "do not set updated_at when creating note"
2018-07-12 09:26:09 +00:00
Jan Provaznik
7a76caa5a8
Merge request and commit discussions API
2018-05-01 12:39:44 +00:00
Jan Provaznik
dcdfa04b32
Add discussion API
...
* adds basic discussions API for issues and snippets
* reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
2018-03-07 12:27:50 +01:00
Ville Skyttä
0cbbb08e79
doc: Spelling fixes
2018-01-19 12:09:59 +02:00
haseeb
57d9121127
support ordering of project notes in notes api
2017-11-29 16:22:22 +00:00
sue445
7bc0486162
Expose noteable_iid in Note
2017-08-08 11:31:55 +00:00
Marcia Ramos
18a2928732
Add "API" to all respective headings (h1s)
2017-05-18 08:49:03 +00:00
Achilleas Pipinellis
b472f9995a
Fix wrong copy edits for URL-encoded substitutions in API docs
2017-04-10 11:17:04 +02:00
Achilleas Pipinellis
5422554b86
Mention URL path encoding to all API docs
2017-04-08 12:38:59 +02:00
Dawid Goslawski
82fad17a7d
Add information about namespace encoding to API docs
2017-04-08 12:38:59 +02:00
Toon Claes
add5cd996f
API: Make the /notes endpoint work with noteable iid instead of id
...
In API V4 all endpoints were changed so Merge Requests and Issues
should be referred by iid, instead of id. Except the /notes endpoint
was forgotten. So change the endpoints from:
- /projects/:id/issues/:issue_id/notes
- /projects/:id/merge_requests/:merge_request_id/notes
To:
- /projects/:id/issues/:issue_iid/notes
- /projects/:id/merge_requests/:merge_request_iid/notes
For Project Snippets nothing changes.
2017-03-27 15:29:37 +02:00
Robert Schilling
1ead6a9793
Use v4 endpoint in API docs
2017-03-01 18:39:40 +01:00
Robert Schilling
f2dd260413
Update documentation
2017-02-28 08:32:39 +01:00
Robert Schilling
0b402e11e3
Remove deprecated `upvotes` and `downvotes` from the notes API
2017-02-22 13:07:49 +01:00
Rémy Coutable
d03ca3d02e
Merge branch 'issue-24534' into 'master'
...
Remove unnecessary sentences for return codes in the API documentation
Closes #24534
See merge request !7511
2016-11-25 15:43:05 +00:00
Luis Alonso Chavez Armendariz
ed61d44e1e
Remove unnecessary sentences for status codes in the API documentation
2016-11-24 10:28:52 -07:00
Douwe Maan
6df22f72c6
Rephrase some system notes to be compatible with new system note style
2016-11-24 18:26:29 +08:00
Dmitriy Zaporozhets
cb7872c3a0
Remove /u/ prefix from user pages in documentation
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-13 14:24:09 +03:00
Z.J. van de Weg
cf00fbecc5
Fix API notes endpoint when posting only emoji
2016-09-16 16:28:53 +02:00
winniehell
e0a858efcc
use long options for curl examples in API documentation ( !5703 )
2016-08-09 01:42:50 +02:00
Rémy Coutable
63c45fa75b
Revert "Merge branch 'patch-1' into 'master'"
...
This reverts merge request !4030
2016-05-09 15:21:23 +00:00
Aral Balkan
82b5bb9117
Made it clearer that issue_id means iid, not id.
2016-05-04 06:58:40 +00:00
Michael Greene
c1467f5d97
Allow back dating notes on creation
2016-04-13 12:04:09 -05:00
Robert Schilling
9aefaa41ab
Fix code review issues
2016-04-12 14:24:05 +02:00
Robert Schilling
ba21c00f01
Delete notes via API
2016-04-12 14:24:05 +02:00
Robert Schilling
10080ce362
API: Expose updated_at for notes
2016-04-12 12:32:34 +02:00
Robert Speicher
befa7a9c17
Don't remove `ProjectSnippet#expires_at` from API
...
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103
This partially reverts commit 836d593033
.
2016-03-09 16:56:42 -05:00
Robert Speicher
836d593033
Remove `Snippet#expires_at`
...
This was removed from the interface in
https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation
lingered around for two years.
2016-03-05 18:12:17 -05:00
Valery Sizov
83d42c1518
Revert upvotes and downvotes params to MR API
2015-12-28 11:41:16 +02:00
Dmitriy Zaporozhets
3227a5ead2
Extent Event and Note API
...
* 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-12-04 12:22:50 +01:00
Robert Schilling
26b12e2c37
Add upvote/downvote fields to merge request and note API to preserve compatibility
2015-11-21 21:36:31 +01:00
Valery Sizov
fd2c0fe446
award emoji
2015-11-19 01:25:27 +02:00
Ben Boeckel
95f8f7c729
api: add 'system', 'upvote', and 'downvote' fields to note queries
...
This reverts commit 4c586dc7c2
.
2015-08-12 17:02:33 -04:00
Stan Hu
4c586dc7c2
Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries"
...
This reverts commit dd4fee5fdb
.
2015-07-09 12:35:53 -07:00
Ben Boeckel
dd4fee5fdb
api: add 'system', 'upvote', and 'downvote' fields to note queries
2015-07-09 11:24:28 -04:00
Stan Hu
fad71576f9
Fix cross references when usernames, milestones, or project names contain underscores.
...
Remove emphasis from system notes to avoid Markdown conflicts in names.
2015-03-19 07:07:30 -07:00
uran
1fbc010241
Implemented notes (body) patching in API.
2014-12-25 14:28:40 +02:00
Ciro Santilli
2ada4ef062
Fix Md style for API.
2014-08-15 09:03:18 +02:00
Dmitriy Zaporozhets
1355ede49d
Wipe wall notes feature
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13 14:24:54 +03:00
Marin Jankovski
f22c709539
Add titles to doc pages.
2014-05-27 14:12:15 +02:00
dosire
5bf12bbb1d
Make clear that notes also serve as comments.
2014-04-30 17:28:05 +02:00
Johannes Schleifenbaum
49addad7b5
Api-Doc JSON lint
...
Fixes : #5505
2014-04-05 08:37:42 +02:00
Marin Jankovski
f1253fa710
Update issues, milestones, notes api docs.
2013-10-02 12:08:07 +02:00
Sebastian Ziebell
39114d259c
API: documentation contains infos to status codes in README file.
...
All the info to return codes from the API functions are available in the `README.md` file as suggested.
2013-03-07 00:15:57 +01:00
Sebastian Ziebell
33c1463645
API: fixes return codes for notes, documentation updated
...
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-20 22:17:05 +01:00
Sebastian Ziebell
8045a81bcf
Merge branch 'master' into fixes/api
2013-02-08 10:32:42 +01:00
Sebastian Ziebell
a534c9b72d
A few fixes in documentation to notes, updates infos on status codes
...
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-02-06 17:11:00 +01:00
Dmitriy Zaporozhets
bcc0eed3e4
missing doc for api
2013-01-31 08:46:59 +02:00
Riyad Preukschas
8f01190eb5
Remove all references tp the project code parameter from the API
2012-12-21 18:47:04 +01:00
Cyril
d3b8952f8f
Add username to User and UserBasic entities in API and in examples in doc.
2012-12-12 18:51:20 +01:00
Nihad Abbasov
270a43370a
API: get a single wall note
2012-12-01 02:20:45 -08:00
Nihad Abbasov
ee6187bd55
API: ability to create a wall note
2012-11-29 15:52:56 -08:00
Nihad Abbasov
2a98a060ca
API: don't expose 'updated_at' for notes
2012-11-29 14:41:24 -08:00
Nihad Abbasov
658f260e98
add docs for notes API
2012-11-29 12:32:05 -08:00