Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #374 from benjamb/typos | Gauvain Pocentek | 2017-12-11 | 1 | -1/+1 | |
|\ | | | | | Fix typos in docs | |||||
| * | Fix link to settings API | Ben Brown | 2017-11-24 | 1 | -1/+1 | |
| | | ||||||
* | | Update pagination docs for ProjectCommit | Gauvain Pocentek | 2017-12-11 | 1 | -0/+5 | |
|/ | | | | | | 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 | |||||
* | 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 | |
|/ | ||||||
* | 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 | 2 | -0/+67 | |
| | ||||||
* | 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 | |||||
* | 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 | |
| | ||||||
* | adds project upload feature (#239) | James Johnson | 2017-09-12 | 2 | -0/+74 | |
| | ||||||
* | Add support for protected branches | Gauvain Pocentek | 2017-09-02 | 1 | -0/+18 | |
| | | | | | | This feature appeared in gitlab 9.5. Fixes #299 | |||||
* | Add support for group variables | Gauvain Pocentek | 2017-09-02 | 2 | -7/+17 | |
| | ||||||
* | Update the objects doc/examples for v4 | Gauvain Pocentek | 2017-08-11 | 36 | -464/+991 | |
| | ||||||
* | Changed attribution reference | Aron Pammer | 2017-07-09 | 1 | -2/+2 | |
| | ||||||
* | fixed repository_compare examples | Aron Pammer | 2017-06-26 | 1 | -3/+3 | |
| | ||||||
* | Fix broken docs examples | Gauvain Pocentek | 2017-05-25 | 5 | -9/+9 | |
| | ||||||
* | [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 | |||||
* | docs: add missing = | Gauvain Pocentek | 2017-05-20 | 1 | -1/+1 | |
| | ||||||
* | Feature/milestone merge requests (#247) | Ian Sparks | 2017-04-01 | 2 | -2/+13 | |
| | | | Added milestone.merge_requests() API | |||||
* | 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 | |||||
* | 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 | |||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | Support the scope attribute in runners.list() | Gauvain Pocentek | 2017-01-21 | 2 | -3/+10 | |
| | ||||||
* | Update project.archive() docs | Will Starms | 2017-01-11 | 2 | -5/+4 | |
| | ||||||
* | Snippet: content() -> raw() | Gauvain Pocentek | 2016-12-26 | 1 | -2/+2 | |
| | | | | | Using the content() method causes conflicts with the API `content` attribute. | |||||
* | SnippetManager: all() -> public() | Gauvain Pocentek | 2016-12-26 | 2 | -1/+11 | |
| | | | | Rename the method to make what it does more explicit. | |||||
* | [docs] Add doc for snippets | Gauvain Pocentek | 2016-12-25 | 3 | -0/+76 | |
| | ||||||
* | [docs] artifacts example: open file in wb mode | Gauvain Pocentek | 2016-12-24 | 1 | -1/+1 | |
| | | | | Fixes #194 | |||||
* | Add support for triggering a new build | Gauvain Pocentek | 2016-11-20 | 2 | -11/+32 | |
| | | | | Fixes #184 | |||||
* | Add support for templates API | Gauvain Pocentek | 2016-11-06 | 4 | -29/+98 | |
| | | | | | | Add gitlab CI and gitignores APIs Rework the templates/license API docs |