| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add doc for search by custom attribute | Gauvain Pocentek | 2018-01-01 | 3 | -0/+15 |
| | | |||||
| * | Add support for project and group custom variables | Gauvain Pocentek | 2018-01-01 | 4 | -34/+80 |
| | | | | | implements parts of #367 | ||||
| * | Add support for features flags | Gauvain Pocentek | 2018-01-01 | 2 | -0/+27 |
| | | | | | Fixes #360 | ||||
| * | Add support for pagesdomains | Gauvain Pocentek | 2017-12-31 | 2 | -0/+66 |
| | | | | | Closes #362 | ||||
| * | Add support for subgroups listing | Gauvain Pocentek | 2017-12-31 | 1 | -0/+19 |
| | | | | | Closes #390 | ||||
| * | Minor doc update (variables) | Gauvain Pocentek | 2017-12-19 | 1 | -4/+4 |
| | | | | | Fixes #400 | ||||
| * | [docs] Add a note about password auth being removed from GitLab | Gauvain Pocentek | 2017-12-16 | 1 | -2/+17 |
| | | | | | | | | Provide a code snippet demonstrating how to use cookie-based authentication. Fixes #380 | ||||
| * | Add missing doc file | Gauvain Pocentek | 2017-12-16 | 1 | -0/+45 |
| | | |||||
| * | Update project services docs for v4 | Gauvain Pocentek | 2017-12-16 | 1 | -1/+4 |
| | | | | | Fixes #396 | ||||
| * | Add support for award emojis | Gauvain Pocentek | 2017-12-16 | 1 | -0/+1 |
| | | | | | Fixes #361 | ||||
| * | Add doc to get issue from iid (#321) | Bancarel Valentin | 2017-12-11 | 2 | -0/+10 |
| | | |||||
| * | Merge pull request #374 from benjamb/typos | Gauvain Pocentek | 2017-12-11 | 2 | -3/+3 |
| |\ | | | | | Fix typos in docs | ||||
| | * | Fix typos in docs | Ben Brown | 2017-11-24 | 1 | -2/+2 |
| | | | |||||
| | * | Fix link to settings API | Ben Brown | 2017-11-24 | 1 | -1/+1 |
| | | | |||||
| * | | Update pagination docs for ProjectCommit | Gauvain Pocentek | 2017-12-11 | 2 | -1/+6 |
| |/ | | | | | | In v3 pagination starts at page 0 instead of page 1. Fixes: #377 | ||||
| * | Add support for project housekeeping | Gauvain Pocentek | 2017-11-12 | 2 | -0/+10 |
| | | | | | Closes #368 | ||||
| * | Add support for user_agent_detail (issues) | Gauvain Pocentek | 2017-11-11 | 2 | -0/+9 |
| | | | | | https://docs.gitlab.com/ce/api/issues.html#get-user-agent-details | ||||
| * | [docs] Bad arguments in projetcs file documentation | THEBAULT Julien | 2017-11-11 | 1 | -1/+1 |
| | | |||||
| * | update user docs with gitlab URLs | Gauvain Pocentek | 2017-11-11 | 1 | -0/+19 |
| | | |||||
| * | Add support for user activities | Gauvain Pocentek | 2017-11-11 | 1 | -0/+36 |
| | | |||||
| * | typo | Gauvain Pocentek | 2017-11-10 | 1 | -1/+1 |
| | | |||||
| * | Add support for impersonation tokens API | Gauvain Pocentek | 2017-11-10 | 2 | -0/+55 |
| | | | | | Closes #363 | ||||
| * | Add support for oauth and anonymous auth in config/CLI | Gauvain Pocentek | 2017-11-10 | 1 | -2/+8 |
| | | |||||
| * | Rework authentication args handling | Gauvain Pocentek | 2017-11-10 | 1 | -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/methods | Gauvain Pocentek | 2017-11-10 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:python-gitlab/python-gitlab | Gauvain Pocentek | 2017-11-08 | 1 | -1/+2 |
| |\ | |||||
| | * | [doc] Fix project.triggers.create example with v4 API | Jerome Robert | 2017-11-07 | 1 | -1/+2 |
| | | | |||||
| * | | Add users custome attributes support | Gauvain Pocentek | 2017-11-04 | 2 | -0/+54 |
| |/ | |||||
| * | [doc] Add sample code for client-side certificates | Gauvain Pocentek | 2017-11-03 | 1 | -0/+23 |
| | | | | | Closes #23 | ||||
| * | Pagination generators: expose more information | Gauvain Pocentek | 2017-11-01 | 1 | -0/+9 |
| | | | | | | | | Expose the X-* pagination attributes returned by the Gitlab server when requesting lists. Closes #304 | ||||
| * | Update the repository_blob documentation | Gauvain Pocentek | 2017-11-01 | 2 | -2/+5 |
| | | | | | Fixes #312 | ||||
| * | Add support for wiki pages | Gauvain Pocentek | 2017-11-01 | 3 | -0/+68 |
| | | |||||
| * | Add support for GPG keys | Gauvain Pocentek | 2017-11-01 | 2 | -138/+151 |
| | | | | | Closes #355 | ||||
| * | Add support for group milestones | Gauvain Pocentek | 2017-11-01 | 2 | -6/+16 |
| | | | | | Closes #349 | ||||
| * | Document the Gitlab session parameter | Gauvain Pocentek | 2017-10-21 | 1 | -0/+24 |
| | | | | | | | Provide a proxy setup example. Closes #341 | ||||
| * | [docs] document `get_create_attrs` in the API tutorial | Gauvain Pocentek | 2017-10-21 | 1 | -27/+36 |
| | | |||||
| * | Add support for listing project users | Gauvain Pocentek | 2017-10-08 | 2 | -0/+13 |
| | | | | | | | https://docs.gitlab.com/ce/api/projects.html#get-project-users Closes #328 | ||||
| * | [docs] improve the labels usage documentation | Gauvain Pocentek | 2017-10-08 | 4 | -3/+20 |
| | | | | | Closes #329 | ||||
| * | [docs] update the file upload samples | Gauvain Pocentek | 2017-10-08 | 2 | -5/+3 |
| | | | | | Closes #335 | ||||
| * | [docs] remove example usage of submanagers | Gauvain Pocentek | 2017-09-26 | 1 | -3/+2 |
| | | | | | Closes #324 | ||||
| * | Add missing doc file | Gauvain Pocentek | 2017-09-21 | 1 | -0/+44 |
| | | |||||
| * | Minor typo fix in "Switching to v4" documentation | Mike Kobit | 2017-09-14 | 1 | -1/+1 |
| | | |||||
| * | adds project upload feature (#239) | James Johnson | 2017-09-12 | 2 | -0/+74 |
| | | |||||
| * | Improve the docs to make v4 a first class citizen | Gauvain Pocentek | 2017-09-07 | 3 | -29/+85 |
| | | |||||
| * | Add support for protected branches | Gauvain Pocentek | 2017-09-02 | 2 | -0/+19 |
| | | | | | | | This feature appeared in gitlab 9.5. Fixes #299 | ||||
| * | Merge branch 'group-variables' | Gauvain Pocentek | 2017-09-02 | 2 | -7/+17 |
| |\ | |||||
| | * | Add support for group variables | Gauvain Pocentek | 2017-09-02 | 2 | -7/+17 |
| | | | |||||
| * | | CLI: yaml and json outputs for v4 | Gauvain Pocentek | 2017-08-18 | 1 | -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 v4 | Gauvain Pocentek | 2017-08-11 | 36 | -464/+991 |
| | | |||||
| * | Support SSL verification via internal CA bundle | Maura Hausman | 2017-08-04 | 1 | -3/+4 |
| | | | | | | - Also updates documentation - See issues #204 and #270 | ||||
