summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor doc update (variables)Gauvain Pocentek2017-12-191-4/+4
| | | | Fixes #400
* [docs] Add a note about password auth being removed from GitLabGauvain Pocentek2017-12-161-2/+17
| | | | | | | Provide a code snippet demonstrating how to use cookie-based authentication. Fixes #380
* Add missing doc fileGauvain Pocentek2017-12-161-0/+45
|
* Update project services docs for v4Gauvain Pocentek2017-12-161-1/+4
| | | | Fixes #396
* Add support for award emojisGauvain Pocentek2017-12-161-0/+1
| | | | Fixes #361
* Add doc to get issue from iid (#321)Bancarel Valentin2017-12-112-0/+10
|
* Merge pull request #374 from benjamb/typosGauvain Pocentek2017-12-112-3/+3
|\ | | | | Fix typos in docs
| * Fix typos in docsBen Brown2017-11-241-2/+2
| |
| * Fix link to settings APIBen Brown2017-11-241-1/+1
| |
* | Update pagination docs for ProjectCommitGauvain Pocentek2017-12-112-1/+6
|/ | | | | | In v3 pagination starts at page 0 instead of page 1. Fixes: #377
* Add support for project housekeepingGauvain Pocentek2017-11-122-0/+10
| | | | Closes #368
* Add support for user_agent_detail (issues)Gauvain Pocentek2017-11-112-0/+9
| | | | https://docs.gitlab.com/ce/api/issues.html#get-user-agent-details
* [docs] Bad arguments in projetcs file documentationTHEBAULT Julien2017-11-111-1/+1
|
* update user docs with gitlab URLsGauvain Pocentek2017-11-111-0/+19
|
* Add support for user activitiesGauvain Pocentek2017-11-111-0/+36
|
* typoGauvain Pocentek2017-11-101-1/+1
|
* Add support for impersonation tokens APIGauvain Pocentek2017-11-102-0/+55
| | | | Closes #363
* Add support for oauth and anonymous auth in config/CLIGauvain Pocentek2017-11-101-2/+8
|
* Rework authentication args handlingGauvain Pocentek2017-11-101-2/+8
| | | | | | | | * Raise exceptions when conflicting arguments are used * Build the auth headers when instanciating Gitlab, not on each request * Enable anonymous Gitlab objects (#364) Add docs and unit tests
* Remove deprecated objects/methodsGauvain Pocentek2017-11-101-2/+2
|
* Merge branch 'master' of github.com:python-gitlab/python-gitlabGauvain Pocentek2017-11-081-1/+2
|\
| * [doc] Fix project.triggers.create example with v4 APIJerome Robert2017-11-071-1/+2
| |
* | Add users custome attributes supportGauvain Pocentek2017-11-042-0/+54
|/
* [doc] Add sample code for client-side certificatesGauvain Pocentek2017-11-031-0/+23
| | | | Closes #23
* Pagination generators: expose more informationGauvain Pocentek2017-11-011-0/+9
| | | | | | | Expose the X-* pagination attributes returned by the Gitlab server when requesting lists. Closes #304
* Update the repository_blob documentationGauvain Pocentek2017-11-012-2/+5
| | | | Fixes #312
* Add support for wiki pagesGauvain Pocentek2017-11-013-0/+68
|
* Add support for GPG keysGauvain Pocentek2017-11-012-138/+151
| | | | Closes #355
* Add support for group milestonesGauvain Pocentek2017-11-012-6/+16
| | | | Closes #349
* Document the Gitlab session parameterGauvain Pocentek2017-10-211-0/+24
| | | | | | Provide a proxy setup example. Closes #341
* [docs] document `get_create_attrs` in the API tutorialGauvain Pocentek2017-10-211-27/+36
|
* Add support for listing project usersGauvain Pocentek2017-10-082-0/+13
| | | | | | https://docs.gitlab.com/ce/api/projects.html#get-project-users Closes #328
* [docs] improve the labels usage documentationGauvain Pocentek2017-10-084-3/+20
| | | | Closes #329
* [docs] update the file upload samplesGauvain Pocentek2017-10-082-5/+3
| | | | Closes #335
* [docs] remove example usage of submanagersGauvain Pocentek2017-09-261-3/+2
| | | | Closes #324
* Add missing doc fileGauvain Pocentek2017-09-211-0/+44
|
* Minor typo fix in "Switching to v4" documentationMike Kobit2017-09-141-1/+1
|
* adds project upload feature (#239)James Johnson2017-09-122-0/+74
|
* Improve the docs to make v4 a first class citizenGauvain Pocentek2017-09-073-29/+85
|
* Add support for protected branchesGauvain Pocentek2017-09-022-0/+19
| | | | | | This feature appeared in gitlab 9.5. Fixes #299
* Merge branch 'group-variables'Gauvain Pocentek2017-09-022-7/+17
|\
| * Add support for group variablesGauvain Pocentek2017-09-022-7/+17
| |
* | CLI: yaml and json outputs for v4Gauvain Pocentek2017-08-181-8/+15
|/ | | | | | Verbose mode only works with the legacy output. Also add support for filtering the output by defining the list of fields that need to be displayed (yaml and json only).
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-1136-464/+991
|
* Support SSL verification via internal CA bundleMaura Hausman2017-08-041-3/+4
| | | | | - Also updates documentation - See issues #204 and #270
* Merge pull request #278 from asfaltboy/link-docs-gitlab-tokenGauvain Pocentek2017-08-041-0/+3
|\ | | | | Docs: Add link to gitlab docs on obtaining a token
| * Docs: Add link to gitlab docs on obtaining a tokenPavel Savchenko2017-08-041-0/+3
| | | | | | | | I find these sort of links very user friendly 😅
* | Merge branch 'rework_api'Gauvain Pocentek2017-08-048-166/+222
|\ \ | |/ |/|
| * Restore the prvious listing behaviorGauvain Pocentek2017-08-041-19/+4
| | | | | | | | | | | | | | Return lists by default : this makes the explicit use of pagination work again. Use generators only when `as_list` is explicitly set to `False`.
| * functional tests for v4Gauvain Pocentek2017-08-041-2/+8
| | | | | | | | | | Update the python tests for v4, and fix the problems raised when running those tests.