Commit Graph

170 Commits

Author SHA1 Message Date
12e3eff462 Fixed typos 2018-04-27 08:50:05 +00:00
928e45e7d3 Merge branch 'docs-zj-api-compat-docs' into 'master'
Document compatibility process for the HTTP API

Closes #22693

See merge request gitlab-org/gitlab-ce!18565
2018-04-26 06:27:12 +00:00
f1314c5ee5 Document compatibility process for the HTTP API
GitLab lacked formal documentation around our API, how the versioning
worked and to the numbers meant.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22693
2018-04-26 08:00:41 +02:00
671ec71e16 Link to Snippets API docs from API index 2018-04-24 07:13:19 +01:00
dd46f56b8e Minor fixes in API doc 2018-03-07 15:47:34 +01:00
1da5a103ac Merge branch 'jprovazn-api' into 'master'
Add discussion API

See merge request gitlab-org/gitlab-ce!17510
2018-03-07 13:37:50 +00:00
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
e77c4e9efe Merge branch 'master' into 'issue_38337'
# Conflicts:
#   app/models/group.rb
#   db/schema.rb
2018-03-06 16:28:54 +00:00
8fe880dc06 Projects and groups badges API 2018-03-05 17:51:40 +00:00
dd071c4b6e Bring one group board to CE 2018-03-03 12:56:17 -03:00
feab47e082 Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master'
Resolve "API endpoint for importing a project export"

Closes #41899

See merge request gitlab-org/gitlab-ce!17025
2018-02-16 14:05:51 +00:00
890d7b540b update docs 2018-02-16 14:37:26 +01:00
b0b4ae1875 API - Include project in commits&blobs search results 2018-02-14 09:00:26 +01:00
d0af6047bc Update documentation 2017-11-02 12:53:26 +01:00
a72d687931 Remove Session API 2017-11-02 11:39:01 +01:00
3548dc4b29 Merge branch '23000-pages-api' into 'master'
Resolve "Pages API"

Closes #23000

See merge request gitlab-org/gitlab-ce!13917
2017-10-24 09:18:03 +00:00
0011d8740f Simple docs fixes 2017-10-23 14:11:51 +00:00
6e5f63acce Add pages domains API documentation 2017-10-22 08:04:42 -05:00
ed339b6901 Merge branch 'sh-document-plus-encoding-api' into 'master'
Document converting `+` to `%2B` in an API query parameter

See merge request gitlab-org/gitlab-ce!14948
2017-10-19 15:19:12 +00:00
efbb9cfb7b Document converting + to %2B in an API query parameter
[ci skip]
2017-10-18 19:15:45 -07:00
127ef49ff9 Update GraphQL licensing situation in the docs 2017-10-18 18:01:37 +01:00
e9eae3eb0d Support custom attributes on users 2017-09-28 16:49:42 +00:00
8ed0a05107 Merge branch 'wiki_api' into 'master'
Add API support for wiki pages

Closes #12747

See merge request !13372
2017-09-07 10:38:03 +00:00
2915bb2707 Add API support for wiki pages 2017-09-07 09:21:52 +11:00
4dff341af1 Fix wrong API status codes 2017-09-06 09:15:34 +02:00
a728e4d7c0 Update wording on change plans. 2017-09-05 15:51:04 -04:00
f58a1bdb0e Provide context for people wondering what happened. 2017-09-05 15:49:17 -04:00
abeae9f4e6 Remove GraphQL from future plans. 2017-09-05 15:35:58 -04:00
8bd9fb4cc4 Add changelog and doc 2017-08-28 17:10:34 +02:00
f5b733ebdd Fix broken links in documentation
Also, move the old linting docs to the new location.
2017-08-21 09:05:17 +02:00
c39daf937b Merge branch 'patch-1' into 'master'
Move API "basic usage" to be more visible

See merge request !13171
2017-08-03 14:08:22 +00:00
fb5b2d8d0e Extending API for protected branches 2017-08-02 10:16:17 +00:00
8ffd40cee7 Merge branch '34519-extend-api-group-secret-variable' into 'master'
Extend API: Group Secret Variable

Closes #34519

See merge request !12936
2017-08-01 09:29:50 +00:00
97f58c7831 Explicitly spell out where the API root is
I found this basic information extrememly hard to find when I looked
at this page.
2017-07-28 14:30:42 -07:00
a2ac5720ef Move API "basic usage" to be more visible 2017-07-28 21:19:05 +00:00
649382b1c2 Fix the /projects/:id/repository/branches endpoint to handle dots in the branch name when the project full patch contains a /
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:29:31 +02:00
c5c9dce270 Add group milestones API endpoint 2017-07-21 11:00:00 -03:00
862e2c80be Document update 2017-07-19 20:57:27 +09:00
c8ce1f0d5d Document the feature groups
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06 11:18:25 +02:00
09aaeb118b Moved Open source license templates link into alphabetical order 2017-06-19 18:08:15 -07:00
8fb33b8f01 Add docs for personal access tokens 2017-06-14 08:40:21 +02:00
5b645e6492 Clarify API V5 being a compatability layer on top of GraphQL
[ci skip]
2017-06-08 13:37:26 -07:00
d540699b77 Add text documenting that v5 of the API will be GraphQL
[ci skip]
2017-06-07 22:38:35 -07:00
ad3e180ed3 Introduce an Events API
* Meld the following disparate endpoints:
 * `/projects/:id/events`
 * `/events`
 * `/users/:id/events`
+ Add result filtering to the above endpoints:
 * action
 * target_type
 * before and after dates
2017-06-06 20:16:41 +08:00
a17bfd368f Resolve "API: Environment info missed" 2017-06-06 10:23:29 +00:00
359b17611d Add doc 2017-05-30 23:55:08 +09:00
62e130657b Update README.md with projects example 2017-05-08 10:05:59 +00:00
5422554b86 Mention URL path encoding to all API docs 2017-04-08 12:38:59 +02:00
82fad17a7d Add information about namespace encoding to API docs 2017-04-08 12:38:59 +02:00
f4e7bc8377 Remove highlighting language from GET codeblocks
[ci skip]
2017-03-23 17:43:33 +01:00