| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix the listing of some resources | Gauvain Pocentek | 2016-08-07 | 1 | -23/+13 | |
| | | | | | | | | The parent ID wasn't available in the generated objects, leading to exceptions when trying to use specific methods for these objects. Fixes #132 | |||||
| * | MR: get list of changes and commits | Gauvain Pocentek | 2016-08-07 | 1 | -0/+30 | |
| | | ||||||
| * | Add support for project environments | Gauvain Pocentek | 2016-08-06 | 1 | -0/+14 | |
| | | ||||||
| * | add support for global deploy key listing | Gauvain Pocentek | 2016-08-06 | 1 | -0/+12 | |
| | | ||||||
| * | 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 | 1 | -1/+16 | |
| | | ||||||
| * | Improve commit statuses and comments | Gauvain Pocentek | 2016-07-24 | 1 | -2/+8 | |
| | | | | | Fixes #92 | |||||
| * | Replace Snippet.Content() with a new content() method | Gauvain Pocentek | 2016-07-17 | 1 | -5/+27 | |
| | | | | | | This new method use the standard lowercase name and implements data streaming. | |||||
| * | 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 | 1 | -20/+33 | |
| | | | | | | | | | | Some API calls will download possibly large data, resulting in a high memory usage and out-of-memory errors. For these API calls use the requests streaming capabilities and download chunked data. The caller is responsible of providing a callable to actually store the data. The default callable just prints the data on stdout. | |||||
| * | Implement ProjectBuild.keep_artifacts | Gauvain Pocentek | 2016-07-17 | 1 | -1/+14 | |
| | | ||||||
| * | Implement runners global API | Gauvain Pocentek | 2016-07-17 | 1 | -0/+29 | |
| | | ||||||
| * | 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 | |
| | | | | | | | | 'visibility_level' has been added as an optional attribute to keep compatibility with older releases of gitlab. Fixes #129 | |||||
| * | Implement archive/unarchive for a projet | Gauvain Pocentek | 2016-07-16 | 1 | -5/+37 | |
| | | | | | | | The methods are called archive_ and unarchive_ to workaround a conflict with the deprecated archive method. Method will be renamed when the archive method is removed. | |||||
| * | 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 | |
| | | | | | | They should be there instead of having them in the Group class. Variables in Group are keeped for compatibility. | |||||
| * | Implement user emails support | Gauvain Pocentek | 2016-07-16 | 1 | -2/+31 | |
| | | ||||||
| * | 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 | 1 | -0/+13 | |
| | | | ||||||
| * | | 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 | 1 | -0/+15 | |
| | | ||||||
| * | 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 | 1 | -2/+32 | |
| |\ | ||||||
| | * | Merge pull request #125 from gpocentek/issue-122 | Gauvain Pocentek | 2016-06-19 | 1 | -2/+32 | |
| | |\ | | | | | | | Add support for build artifacts and trace | |||||
| | | * | Add support for build artifacts and traceissue-122 | Gauvain Pocentek | 2016-06-07 | 1 | -2/+32 | |
| | | | | | | | | | | | | | Fixes #122 | |||||
| * | | | issues: add optional listing parameters | Gauvain Pocentek | 2016-06-19 | 1 | -0/+2 | |
| |/ / | ||||||
| * | | Add support for commit comments | Gauvain Pocentek | 2016-06-19 | 1 | -15/+31 | |
| | | | | | | | | | https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/commits.md | |||||
| * | | 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 ↵ | Gauvain Pocentek | 2016-06-19 | 1 | -0/+18 | |
| |\ \ | | | | | | | | | | missionrulz-master | |||||
| | * | | add to __init__.py & move manager after class declaration | Missionrulz | 2016-06-19 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | 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 | |
| | |/ |/| | ||||||
| * | | project issue: doc and CLI for (un)subscribe | Gauvain Pocentek | 2016-05-28 | 1 | -0/+12 | |
| | | | ||||||
| * | | Add support for subscribe and unsubscribe in issues | Ivica Arsov | 2016-05-20 | 1 | -0/+16 | |
| | | | ||||||
| * | | Manage optional parameters for list() and get() | Gauvain Pocentek | 2016-05-15 | 1 | -0/+7 | |
| | | | | | | | | | | | * List these elements in the API doc * Implement for License objects | |||||
| * | | fix pep8 tests | Gauvain Pocentek | 2016-05-13 | 1 | -1/+0 | |
| | | | ||||||
| * | | implement list/get licenses | Gauvain Pocentek | 2016-05-13 | 1 | -0/+12 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:gpocentek/python-gitlab | Gauvain Pocentek | 2016-05-13 | 1 | -1/+0 | |
| |\ \ | ||||||
