Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | docs: add project members doc | Gauvain Pocentek | 2016-07-16 | 2 | -0/+83 | |
| | ||||||
* | 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 | |||||
* | docs: document projects API | Gauvain Pocentek | 2016-07-16 | 4 | -1/+165 | |
| | ||||||
* | 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 | 5 | -2/+148 | |
| | ||||||
* | docs: crossref improvements | Gauvain Pocentek | 2016-07-16 | 2 | -12/+19 | |
| | ||||||
* | document users API | Gauvain Pocentek | 2016-07-16 | 3 | -0/+217 | |
| | ||||||
* | Add branches API documentation | Gauvain Pocentek | 2016-07-16 | 4 | -0/+82 | |
| | ||||||
* | Merge pull request #128 from rafaeleyng/feat/add-note-events-to-project-hook | Gauvain Pocentek | 2016-07-11 | 1 | -1/+1 | |
|\ | | | | | add `note_events` to project hooks attributes | |||||
| * | 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 | 2 | -0/+32 | |
|\ | ||||||
| * | Add support for label (un)subscribe | Gauvain Pocentek | 2016-06-19 | 2 | -0/+32 | |
| | | ||||||
* | | add support for namespaces | Gauvain Pocentek | 2016-06-19 | 3 | -0/+21 | |
| | | ||||||
* | | 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 trace | |||||
| | * | Add support for build artifacts and traceissue-122 | Gauvain Pocentek | 2016-06-07 | 2 | -3/+49 | |
| | | | | | | | | | | | | 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 | 2 | -15/+34 | |
| | | | | | | | | 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 | 2 | -0/+20 | |
|\ \ | | | | | | | | | | missionrulz-master | |||||
| * | | 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 | |
| | | | ||||||
* | | | Merge pull request #124 from Condla/master | Gauvain Pocentek | 2016-06-18 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Fix: --title is required argument, when in reality optional | |||||
| * \ \ | Fix --title is not a required argument anymore | Stefan K. Dunkler | 2016-06-18 | 0 | -0/+0 | |
| |\ \ \ | ||||||
| | * | | | Fix that --title is a required argument, when trying to update a ↵ | Stefan K. Dunkler | 2016-06-11 | 1 | -0/+1 | |
| |/ / / |/| | | | | | | | | | | | ProjectMilestone | |||||
| * | | | Fix --title is not a required argument anymore | Stefan K. Dunkler | 2016-06-18 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | docs: start a FAQ | Gauvain Pocentek | 2016-06-08 | 2 | -0/+16 | |
| |/ |/| | ||||||
* | | Merge pull request #121 from PeterMosmans/httpauthextended | Gauvain Pocentek | 2016-05-31 | 1 | -3/+12 | |
|\ \ | | | | | | | Added HTTPauth support for even more methods :) | |||||
| * | | 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 | |
|/ / | ||||||
* | | add HTTP auth options to doc | Gauvain Pocentek | 2016-05-30 | 1 | -0/+4 | |
| | | ||||||
* | | Merge pull request #120 from PeterMosmans/basicauth | Gauvain Pocentek | 2016-05-31 | 2 | -12/+44 | |
|\ \ | | | | | | | Added support for HTTP basic authentication | |||||
| * | | Added support for HTTP basic authentication | Peter Mosmans | 2016-05-30 | 2 | -12/+44 | |
|/ / | ||||||
* | | project issue: doc and CLI for (un)subscribe | Gauvain Pocentek | 2016-05-28 | 2 | -0/+28 | |
| | | ||||||
* | | Merge pull request #118 from IvicaArsov/issues_subscribe_unsubscribe | Gauvain Pocentek | 2016-05-28 | 2 | -0/+24 | |
|\ \ | | | | | | | Add support for subscribe and unsubscribe in issues | |||||
| * | | Add support for subscribe and unsubscribe in issues | Ivica Arsov | 2016-05-20 | 2 | -0/+24 | |
| | | |