summaryrefslogtreecommitdiff
path: root/doc/api/README.md
Commit message (Collapse)AuthorAgeFilesLines
* API: Star and unstar a projectRobert Schilling2016-04-131-0/+1
|
* Add runners API documentation [ci-skip]Tomasz Maczukin2016-02-191-0/+1
|
* Fix typos, grammar and other styleguide issuesdoc_refactor_README_apiAchilleas Pipinellis2016-01-181-19/+19
| | | | [ci skip]
* Use plaintext instead of json in code blocksAchilleas Pipinellis2016-01-181-2/+2
| | | | [ci skip]
* Clean-up API README [ci skip]Achilleas Pipinellis2016-01-181-29/+40
| | | | | - Fix some curl examples - Fix examples for id vs iid
* Merge branch 'master' into doc_refactor_README_apiAchilleas Pipinellis2016-01-181-2/+46
|\
| * Merge branch 'rc-document-new-api-pagination-headers' into 'master' Achilleas Pipinellis2016-01-181-1/+47
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Document new API pagination headers Document new API pagination headers introduced in !2426. Solves #8098. /cc @dzaporozhets @dblessing See merge request !2435
| | * Clean up pagination documentation [ci skip]Achilleas Pipinellis2016-01-181-16/+39
| | | | | | | | | | | | | | | | | | | | | - Fix heading names - Fix curl example - Use full request output - Use table for the extra headers
| | * Document new API pagination headersrc-document-new-api-pagination-headersRémy Coutable2016-01-141-1/+24
| | |
* | | Refactor README API documentation [ci skip]Achilleas Pipinellis2016-01-181-97/+147
|/ /
* | Merge branch 'master' into ci/api-triggersTomasz Maczukin2016-01-141-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (150 commits) fixes margin and padding Update mailroom/postfix documentation [ci skip] Fix css mess around git clone panel. Align it properly Fix missing padding for user/group pages Fix parse_gollum_tags matcher Update documentation on Banzai::Filter::GollumTagsFilter Add tests for the wiki pipeline Refactoring Banzai::Filter::GollumTagsFilter Make sure the .git is at the end on Gitlab::GithubImport::WikiFormatter Remove GollumTagsPipeline Refactoring Gitlab::GithubImport::Importer Remove unnecessary brackets on WIKI_SLUG_ID route constraints Move js function to removing accents to vendor/assets/javascripts Update CHANGELOG Use the WikiPipeline when rendering the wiki markdown content Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTML Relax constraints for wiki slug Import GitHub wiki into GitLab Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatus Revert changes to how the notes are paginated in the API ... Conflicts: doc/api/README.md lib/api/entities.rb
| * \ Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-141-0/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (51 commits) Fix version Fix specs and rubocop warnings Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages fixed LDAP activation on login to use new ldap_blocked state Fix Admin/Users view to position buttons without spacing magic Update to Go 1.5.3 Fix the undefinded variable error in Project's safe_import_url method Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Fix misaligned edit button in milestone collection partial Update button styles for Milestones#show Modify builds API documentation style [ci skip] Modify :ci_variable factory Ensure the API doesn't return notes that the current user shouldn't see Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add spec for Note#cross_reference_not_visible_for? Remove (invalid) timestamp formatting Move `BroadcastMessage#status` to a helper since it's presentational Update CHANGELOG ... Conflicts: doc/api/README.md lib/api/api.rb lib/api/entities.rb
| * | Update ./doc/api/Tomasz Maczukin2016-01-051-0/+1
| | |
* | | Merge branch 'master' into ci/api-triggersTomasz Maczukin2016-01-141-0/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix version Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Modify builds API documentation style [ci skip] Modify :ci_variable factory Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add some fixes after review Remove blank line Update ./doc/api Change :variable_id to :key as resource ID in API Fix a typo in method description Add create feature to variables API Add missing 'not_found' checks in variables API Add delete feature to variables API Add update feature for variables API Add features for list and show details of variables in API Conflicts: doc/api/README.md lib/api/entities.rb
| * | Add 'Build' prefix to Variables entry name in API docs indexTomasz Maczukin2016-01-131-1/+1
| | |
| * | Update ./doc/apiTomasz Maczukin2016-01-071-0/+1
| |/
* | Modify triggers API documentation style [ci skip]Tomasz Maczukin2016-01-141-1/+1
| |
* | Update ./doc/apiTomasz Maczukin2016-01-071-0/+1
|/
* Add tags page to readme [ci skip]api-tags-docRobert Schilling2015-11-211-0/+1
|
* Move get user by ID of an SSH key documentation to separate fileArtem V. Navrotskiy2015-09-031-0/+1
|
* Make sure webhooks are mentioned at the top level.Sytse Sijbrandij2015-07-081-1/+1
|
* Add docs and empty specs for applicaiton settings APIDmitriy Zaporozhets2015-07-061-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make namespace API available to all usersStan Hu2015-05-281-0/+1
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9328
* Add link to services api doc.Kevin Lyda2015-04-201-0/+1
|
* Improve the explanation and linking of the Oauth docs.Sytse Sijbrandij2015-02-181-1/+2
|
* Make all non-config/non-operational mentions of URL consistentlyEwan Edwards2015-01-301-2/+2
| | | | | | | | capitalized. Make the plural version consistently "URLs". Fix an instance where the article "the" before URL was missing.
* OAuth API documentation updateValery Sizov2015-01-121-0/+18
|
* link third applications to websiteJob van der Voort2014-10-231-9/+3
|
* Improve error reporting on users APIjubianchi2014-09-161-0/+50
| | | | | | | | * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects
* Consistency, spelling and grammarJames Brooks2014-08-151-4/+4
|
* Add, delete labels via APIRobert Schilling2014-08-131-0/+1
|
* Fix spelling errors in doc, closes #7437Robert Schilling2014-08-071-3/+3
| | | | Further changes
* Update docs to markdown style guide.Ciro Santilli2014-06-031-58/+50
|
* .NET client introduced to docsScooletz2014-05-171-0/+1
|
* Merge branch 'master' into 'master'Dmitriy Zaporozhets2014-05-081-0/+1
|\ | | | | | | Added Laravel API Wrapper
| * Added Laravel API WrapperAdam Engebretson2014-04-251-1/+2
| |
* | Make clear that notes also serve as comments.dosire2014-04-301-1/+1
| |
* | Added Node.js library linkManfred Touron2014-04-281-0/+1
|/
* Endpoints are for RPC interfaces, we have resources.dosire2014-04-151-1/+1
|
* Merge branch 'pagination-link-header-doc' into 'master'Dmitriy Zaporozhets2014-03-311-0/+4
|\ | | | | | | Pagination-link-header-doc
| * Add documentation for https://github.com/gitlabhq/gitlabhq/pull/5469dosire2014-03-311-0/+4
| |
* | Move branches API docs to separate fileDmitriy Zaporozhets2014-03-311-0/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Put important information at the top of the readme.dosire2014-03-271-27/+26
|
* Extract commits API to separate fileDmitriy Zaporozhets2014-02-181-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Complete api files CRUDDmitriy Zaporozhets2014-02-181-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Explain iid in APIDmitriy Zaporozhets2013-10-141-1/+18
|
* Removed user teams api docs.Marin Jankovski2013-10-021-1/+1
|
* API: admin users can sudo commands as other usersIzaak Alpert2013-09-091-0/+36
| | | | -Specifying a header of SUDO or adding a :sudo with either user id, or username of the user will set the current_user to be that user if your identifying private_token/PRIVATE_TOKEN is an administrator token
* add link on realisation api for java clientMegaDiablo2013-08-201-0/+1
|
* added python api wrapperItxaka Serrano2013-08-071-0/+1
|