summaryrefslogtreecommitdiff
path: root/doc/api/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Session Cookie headerAlan Moore2016-09-291-1/+1
|
* Add link to broadcast messages docsZ.J. van de Weg2016-09-231-0/+1
| | | | | Fixes #22508 [ci skip]
* Update API documentation to mention rails session cookiesNick Thomas2016-09-191-4/+12
| | | | [ci skip]
* Add notification_settings API callsMarc Siegfriedt2016-09-091-0/+1
| | | | Use NotificationSetting::EMAIL_EVENTS for params
* Rename file and update READMEKatarzyna Kobierska2016-09-071-1/+1
|
* Move ci_lint to api/ciKatarzyna Kobierska2016-09-071-2/+1
|
* Add Documentation to Ci Lint APIKatarzyna Kobierska2016-09-071-1/+3
|
* Add link on API docs index pagezj-add-link-docs-indexZ.J. van de Weg2016-09-031-1/+2
| | | | [ci skip]
* Add docs on API for pipelines, plus minor fixeszj-pipelines-api-endpointsZ.J. van de Weg2016-08-181-0/+1
|
* New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-101-1/+5
| | | | | | | | Also, mutualize AccessRequests and Members endpoints for Group & Project. New API documentation for the AccessRequests endpoints. Signed-off-by: Rémy Coutable <remy@rymai.me>
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-3/+3
|
* Simplify feature introduction notesimplify_intro_features_docAchilleas Pipinellis2016-08-081-1/+1
| | | | [ci skip]
* Add todos API documentation and changelogRobert Schilling2016-07-011-0/+1
|
* Add missing link to sidekiq metrics in API READMEAchilleas Pipinellis2016-06-211-0/+1
| | | | [ci skip]
* fixup! updated docs for api endpoint award emojiZ.J. van de Weg2016-06-171-5/+6
|
* Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-161-20/+27
|\
| * Update CI API docsAchilleas Pipinellis2016-06-141-20/+27
| | | | | | | | | | | | | | - Move ci/api under api/ci - Clean up builds.md and runners.md - Replace old links with new ones - Add CI API links in ci/README.md
* | Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew2016-06-031-1/+1
|\ \ | |/
| * Make it clearer that /licenses is the OS license templates endpointimprove-license-docRémy Coutable2016-05-181-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Reuse the private token param and header for personal access tokens.Timothy Andrew2016-05-111-2/+2
| | | | | | | | | | | | | | | | - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3749#note_11626427 - Personal access tokens are still a separate entity as far as the codebase is concerned - they just happen to use the same entry point as private tokens. - Update tests and documentation to reflect this change
* | Add documentation for personal access tokens.Timothy Andrew2016-04-281-24/+37
|/
* Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-181-0/+1
| | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
|