Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Merge pull request #278 from asfaltboy/link-docs-gitlab-token | Gauvain Pocentek | 2017-08-04 | 1 | -0/+3 | |
|\ | | | | | Docs: Add link to gitlab docs on obtaining a token | |||||
| * | Docs: Add link to gitlab docs on obtaining a token | Pavel Savchenko | 2017-08-04 | 1 | -0/+3 | |
| | | | | | | | | I find these sort of links very user friendly 😅 | |||||
* | | Merge branch 'rework_api' | Gauvain Pocentek | 2017-08-04 | 8 | -166/+222 | |
|\ \ | |/ |/| | ||||||
| * | Restore the prvious listing behavior | Gauvain Pocentek | 2017-08-04 | 1 | -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 v4 | Gauvain Pocentek | 2017-08-04 | 1 | -2/+8 | |
| | | | | | | | | | | Update the python tests for v4, and fix the problems raised when running those tests. | |||||
| * | Merge branch 'master' into rework_api | Gauvain Pocentek | 2017-07-09 | 1 | -2/+2 | |
| |\ | ||||||
| * | | Add missing doc files | Gauvain Pocentek | 2017-06-25 | 2 | -0/+44 | |
| | | | ||||||
| * | | Rework documentation | Gauvain Pocentek | 2017-06-18 | 4 | -40/+61 | |
| | | | ||||||
| * | | Document switching to v4 | Gauvain Pocentek | 2017-06-11 | 2 | -0/+126 | |
| | | | ||||||
| * | | 0.10 is old history: remove the upgrade doc | Gauvain Pocentek | 2017-06-11 | 2 | -126/+0 | |
| | | | ||||||
* | | | Changed attribution reference | Aron Pammer | 2017-07-09 | 1 | -2/+2 | |
| | | | ||||||
* | | | fixed repository_compare examples | Aron Pammer | 2017-06-26 | 1 | -3/+3 | |
| |/ |/| | ||||||
* | | Fixed spelling mistake (#269) | Nathan Giesbrecht | 2017-06-02 | 1 | -2/+2 | |
|/ | ||||||
* | install doc: use sudo for system commands | Gauvain Pocentek | 2017-05-27 | 1 | -2/+2 | |
| | | | | Fixes #267 | |||||
* | Update API docs for v4 | Gauvain Pocentek | 2017-05-25 | 2 | -5/+33 | |
| | ||||||
* | Fix broken docs examples | Gauvain Pocentek | 2017-05-25 | 5 | -9/+9 | |
| | ||||||
* | move changelog and release notes at the end of index | Gauvain Pocentek | 2017-05-25 | 1 | -2/+2 | |
| | ||||||
* | Add v4 support to docs | Gauvain Pocentek | 2017-05-24 | 2 | -0/+18 | |
| | ||||||
* | [v4] Update project search API | Gauvain Pocentek | 2017-05-23 | 1 | -1/+1 | |
| | | | | | * projects.search() is not implemented in v4 * add the 'search' attribute to projects.list() | |||||
* | Add 'search' attribute to projects.list() | Gauvain Pocentek | 2017-05-23 | 1 | -1/+1 | |
| | | | | projects.search() has been deprecated by Gitlab | |||||
* | Update URLs to reflect the github changes | Gauvain Pocentek | 2017-05-23 | 2 | -4/+4 | |
| | ||||||
* | docs: add missing = | Gauvain Pocentek | 2017-05-20 | 1 | -1/+1 | |
| | ||||||
* | s/correspnding/corresponding/ | Guillaume Delacour | 2017-04-05 | 1 | -1/+1 | |
| | ||||||
* | Feature/milestone merge requests (#247) | Ian Sparks | 2017-04-01 | 2 | -2/+13 | |
| | | | Added milestone.merge_requests() API | |||||
* | Stop listing if recursion limit is hit (#234) | Johan Brandhorst | 2017-03-23 | 1 | -1/+3 | |
| | ||||||
* | Provide API wrapper for cherry picking commits (#236) | Christian | 2017-03-21 | 2 | -0/+10 | |
| | ||||||
* | Implement pipeline creation API (#237) | Mond WAN | 2017-03-18 | 2 | -0/+12 | |
| | ||||||
* | Add DeployKey{,Manager} classes | Gauvain Pocentek | 2017-03-17 | 2 | -7/+11 | |
| | | | | | | They are the same as Key and KeyManager but the name makes more sense. Fixes #212 | |||||
* | Include chanlog and release notes in docs | Gauvain Pocentek | 2017-03-17 | 5 | -5/+9 | |
| | ||||||
* | Time tracking (#222) | savenger | 2017-03-03 | 2 | -0/+51 | |
| | | | | | | | | | * Added gitlab time tracking features - get/set/remove estimated time per issue - get/set/remove time spent per issue * Added documentation for time tracking functions | |||||
* | document the dynamic aspect of objects | Gauvain Pocentek | 2017-02-04 | 1 | -1/+12 | |
| | ||||||
* | Deploy keys: rework enable/disable | Gauvain Pocentek | 2017-02-04 | 1 | -2/+2 | |
| | | | | | | | | | The method have been moved to the keys manager class as they don't make sens at all on the project keys themselves. Update doc and add tests. Fixes #196 | |||||
* | deploy keys doc: fix inclusion | Gauvain Pocentek | 2017-01-25 | 1 | -1/+1 | |
| | ||||||
* | Fix install doc | Andreas Nüßlein | 2017-01-23 | 1 | -1/+1 | |
| | | | | it's just confusing that it would say "pip" again :) | |||||
* | Add support for commit creation | Gauvain Pocentek | 2017-01-21 | 2 | -14/+37 | |
| | | | | Fixes #206 | |||||
* | Add support for project runners | Gauvain Pocentek | 2017-01-21 | 2 | -4/+56 | |
| | | | | | | | This API allows to enable/disable specific runners for a project, and to list the project associated runners. Fix #205 |