| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a new project attribute to enable the container registry. | Christian Wenk | 2016-07-25 | 1 | -3/+5 |
| * | Add support from listing group issues | Gauvain Pocentek | 2016-07-24 | 2 | -1/+18 |
| * | Improve commit statuses and comments | Gauvain Pocentek | 2016-07-24 | 2 | -6/+26 |
| * | tests: don't use deprecated Content method | Gauvain Pocentek | 2016-07-18 | 1 | -2/+2 |
| * | CLI: refactor _die() | Gauvain Pocentek | 2016-07-18 | 1 | -35/+36 |
| * | Replace Snippet.Content() with a new content() method | Gauvain Pocentek | 2016-07-17 | 1 | -5/+27 |
| * | fix unit tests | Gauvain Pocentek | 2016-07-17 | 1 | -1/+1 |
| * | Groups can be updated | Gauvain Pocentek | 2016-07-17 | 1 | -1/+1 |
| * | Add missing args in docstrings | Gauvain Pocentek | 2016-07-17 | 1 | -0/+32 |
| * | Allow to stream the downloads when appropriate | Gauvain Pocentek | 2016-07-17 | 3 | -21/+50 |
| * | Implement ProjectBuild.keep_artifacts | Gauvain Pocentek | 2016-07-17 | 1 | -1/+14 |
| * | Gitlab: add managers for build-related resources | Gauvain Pocentek | 2016-07-17 | 1 | -0/+7 |
| * | Implement runners global API | Gauvain Pocentek | 2016-07-17 | 2 | -0/+31 |
| * | Add docstring for settings manager in Gitlab class | Gauvain Pocentek | 2016-07-17 | 1 | -0/+1 |
| * | Fix pep8 test | Gauvain Pocentek | 2016-07-16 | 1 | -1/+2 |
| * | implement CLI for project archive/unarchive/share | Gauvain Pocentek | 2016-07-16 | 1 | -1/+25 |
| * | Implement sharing project with a group | Gauvain Pocentek | 2016-07-16 | 1 | -0/+16 |
| * | Fix ProjectMember update | Gauvain Pocentek | 2016-07-16 | 1 | -0/+1 |
| * | Update ProjectSnippet attributes | Gauvain Pocentek | 2016-07-16 | 1 | -1/+2 |
| * | Implement archive/unarchive for a projet | Gauvain Pocentek | 2016-07-16 | 1 | -5/+37 |
| * | Fix the Project.archive call | Gauvain Pocentek | 2016-07-16 | 1 | -1/+1 |
| * | Project: add VISIBILITY_* constants | Gauvain Pocentek | 2016-07-16 | 1 | -0/+4 |
| * | Implement user emails support | Gauvain Pocentek | 2016-07-16 | 2 | -2/+33 |
| * | add `note_events` to project hooks attributes | Rafael Eyng | 2016-07-10 | 1 | -1/+1 |
| * | MR: add (un)subscribe support | Gauvain Pocentek | 2016-06-19 | 1 | -2/+32 |
| * | Merge branch 'label-subscribe' | Gauvain Pocentek | 2016-06-19 | 1 | -0/+28 |
| |\ | |||||
| | * | Add support for label (un)subscribe | Gauvain Pocentek | 2016-06-19 | 1 | -0/+28 |
| * | | add support for namespaces | Gauvain Pocentek | 2016-06-19 | 2 | -0/+15 |
| * | | milestone: optional listing attrs | Gauvain Pocentek | 2016-06-19 | 1 | -0/+1 |
| |/ | |||||
| * | update ProjectLabel attributes | Gauvain Pocentek | 2016-06-19 | 1 | -3/+3 |
| * | Add support for project-issue move | Gauvain Pocentek | 2016-06-19 | 2 | -1/+25 |
| * | project issue: proper update attributes | Gauvain Pocentek | 2016-06-19 | 1 | -3/+6 |
| * | issues: add missing optional listing parameters | Gauvain Pocentek | 2016-06-19 | 1 | -2/+3 |
| * | Merge branch 'master' of github.com:gpocentek/python-gitlab | Gauvain Pocentek | 2016-06-19 | 2 | -3/+49 |
| |\ | |||||
| | * | Merge pull request #125 from gpocentek/issue-122 | Gauvain Pocentek | 2016-06-19 | 2 | -3/+49 |
| | |\ | |||||
| | | * | Add support for build artifacts and traceissue-122 | Gauvain Pocentek | 2016-06-07 | 2 | -3/+49 |
| * | | | issues: add optional listing parameters | Gauvain Pocentek | 2016-06-19 | 1 | -0/+2 |
| |/ / | |||||
| * | | Add support for commit comments | Gauvain Pocentek | 2016-06-19 | 2 | -15/+34 |
| * | | commit status: optional get attrs | Gauvain Pocentek | 2016-06-19 | 1 | -0/+1 |
| * | | commit status: add optional context url | Gauvain Pocentek | 2016-06-19 | 1 | -1/+2 |
| * | | Make GroupProject more "python-gitlabish" | Gauvain Pocentek | 2016-06-19 | 1 | -19/+16 |
| * | | Merge branch 'master' of https://github.com/missionrulz/python-gitlab into mi... | Gauvain Pocentek | 2016-06-19 | 2 | -0/+20 |
| |\ \ | |||||
| | * | | typo in doc block | Missionrulz | 2016-06-19 | 1 | -1/+1 |
| | * | | add to __init__.py & move manager after class declaration | Missionrulz | 2016-06-19 | 2 | -4/+6 |
| | * | | move into own class & create manager class | Missionrulz | 2016-06-19 | 1 | -0/+6 |
| | * | | update docblock | Kris Gambirazzi | 2016-04-27 | 1 | -4/+3 |
| | * | | list projects under group | Kris Gambirazzi | 2016-04-27 | 1 | -0/+13 |
| * | | | Fix --title is not a required argument anymore | Stefan K. Dunkler | 2016-06-18 | 1 | -0/+1 |
| | |/ |/| | |||||
| * | | pylint fix | Peter Mosmans | 2016-05-31 | 1 | -2/+2 |
| * | | Added HTTPauth support for even more methods :) | Peter Mosmans | 2016-05-31 | 1 | -3/+12 |
