Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Implement merge requests diff support | Gauvain Pocentek | 2016-11-05 | 2 | -4/+26 |
| | |||||
* | Move deploy key enable/disable to the object | Gauvain Pocentek | 2016-11-05 | 1 | -2/+2 |
| | | | | | To keep things consistent with other objects, action methods are available on the object itself, not the manager. | ||||
* | Merge branch 'master-project-deploy-keys' of ↵ | Gauvain Pocentek | 2016-11-05 | 2 | -0/+20 |
|\ | | | | | | | https://github.com/Asher256/python-gitlab into Asher256-master-project-deploy-keys | ||||
| * | Fixing the response and project_id argument | Asher256 | 2016-11-01 | 1 | -4/+0 |
| | | |||||
| * | Documentation for enable/disable deploy key functions | Asher256@users.noreply.github.com | 2016-10-30 | 2 | -0/+24 |
| | | |||||
* | | docs: add a note for python 3.5 for file content update | Gauvain Pocentek | 2016-11-01 | 1 | -1/+3 |
|/ | | | | | | | The data passed to the JSON serializer must be a string with python 3. Document this in the exemples. Fix #175 | ||||
* | Add support for the notification settings API | Gauvain Pocentek | 2016-10-23 | 2 | -0/+59 |
| | |||||
* | Add support for broadcast messages API | Gauvain Pocentek | 2016-10-23 | 2 | -0/+69 |
| | |||||
* | Add support for boards API | Gauvain Pocentek | 2016-10-23 | 2 | -0/+90 |
| | | | | | | | | This is not fully usable because the gitlab API has some limitations: - not possible to create boards programmatically - not possible to get labels ID (https://gitlab.com/gitlab-org/gitlab-ce/issues/23448) | ||||
* | Implement ProjectBuild.play() | Gauvain Pocentek | 2016-10-03 | 2 | -0/+10 |
| | |||||
* | Update docs to use ProjectBuild.erase() | Jonathon Reinhart | 2016-10-02 | 2 | -10/+6 |
| | |||||
* | Fix examples for file modification | Gauvain Pocentek | 2016-09-25 | 1 | -2/+2 |
| | | | | Fixes #156 | ||||
* | Create a project in a group | derek-austin | 2016-09-21 | 1 | -0/+10 |
| | | | Just a sketch, feel free to toss it and do it in the right way. | ||||
* | Brief branch protection notes | Will Starms | 2016-09-14 | 1 | -0/+7 |
| | | | You can pass developers_can_push and developers_can_merge to the protect function. Handy! | ||||
* | fix doc | Armin Weihbold | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | add doc | Armin Weihbold | 2016-09-10 | 1 | -0/+3 |
| | |||||
* | minor RST fix0.15 | Gauvain Pocentek | 2016-08-28 | 1 | -0/+1 |
| | |||||
* | Add support for project deployments | Gauvain Pocentek | 2016-08-27 | 2 | -0/+34 |
| | |||||
* | Add support for access requests | Gauvain Pocentek | 2016-08-27 | 2 | -0/+83 |
| | |||||
* | Add support for project pipelines | Gauvain Pocentek | 2016-08-27 | 2 | -0/+51 |
| | |||||
* | Add support for project services API | Gauvain Pocentek | 2016-08-13 | 2 | -1/+54 |
| | |||||
* | Move the constants at the gitlab root level | Gauvain Pocentek | 2016-08-11 | 2 | -9/+9 |
| | |||||
* | Add sidekiq metrics support | Gauvain Pocentek | 2016-08-11 | 1 | -0/+16 |
| | |||||
* | implement the todo API | Gauvain Pocentek | 2016-08-11 | 6 | -0/+90 |
| | |||||
* | docs: notes API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+86 |
| | |||||
* | docs: snippets API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+92 |
| | |||||
* | docs: tags API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+68 |
| | |||||
* | docs: system hooks API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+50 |
| | |||||
* | docs: add ApplicationSettings API | Gauvain Pocentek | 2016-08-09 | 2 | -0/+30 |
| |