| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [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 | |
| * | 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 | |
| * | 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 | |
| * | Add support for group milestones | Gauvain Pocentek | 2017-11-01 | 2 | -6/+16 | |
| * | Add support for listing project users | Gauvain Pocentek | 2017-10-08 | 2 | -0/+13 | |
| * | [docs] improve the labels usage documentation | Gauvain Pocentek | 2017-10-08 | 4 | -3/+20 | |
| * | [docs] update the file upload samples | Gauvain Pocentek | 2017-10-08 | 2 | -5/+3 | |
| * | [docs] remove example usage of submanagers | Gauvain Pocentek | 2017-09-26 | 1 | -3/+2 | |
| * | 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 | |
| * | 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 | |
| * | Add 'search' attribute to projects.list() | Gauvain Pocentek | 2017-05-23 | 1 | -1/+1 | |
| * | docs: add missing = | Gauvain Pocentek | 2017-05-20 | 1 | -1/+1 | |
| * | Feature/milestone merge requests (#247) | Ian Sparks | 2017-04-01 | 2 | -2/+13 | |
| * | 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 | |
| * | Time tracking (#222) | savenger | 2017-03-03 | 2 | -0/+51 | |
| * | Deploy keys: rework enable/disable | Gauvain Pocentek | 2017-02-04 | 1 | -2/+2 | |
| * | 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 | |
| * | Add support for project runners | Gauvain Pocentek | 2017-01-21 | 2 | -4/+56 | |
| * | 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 | |
| * | SnippetManager: all() -> public() | Gauvain Pocentek | 2016-12-26 | 2 | -1/+11 | |
| * | [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 | |
| * | Add support for triggering a new build | Gauvain Pocentek | 2016-11-20 | 2 | -11/+32 | |
| * | Add support for templates API | Gauvain Pocentek | 2016-11-06 | 4 | -29/+98 | |
| * | 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 | |
| * | Merge branch 'master-project-deploy-keys' of https://github.com/Asher256/pyth... | Gauvain Pocentek | 2016-11-05 | 2 | -0/+20 | |
| |\ | ||||||
| | * | 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 | |
