summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
Commit message (Expand)AuthorAgeFilesLines
* Fix --title is not a required argument anymoreStefan K. Dunkler2016-06-181-0/+1
* project issue: doc and CLI for (un)subscribeGauvain Pocentek2016-05-281-0/+12
* Add support for subscribe and unsubscribe in issuesIvica Arsov2016-05-201-0/+16
* Manage optional parameters for list() and get()Gauvain Pocentek2016-05-151-0/+7
* fix pep8 testsGauvain Pocentek2016-05-131-1/+0
* implement list/get licensesGauvain Pocentek2016-05-131-0/+12
* Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2016-05-131-1/+0
|\
| * Merge pull request #113 from adamreid/masterGauvain Pocentek2016-05-121-1/+0
| |\
| | * Merge branch 'master' of https://github.com/gpocentek/python-gitlabAdam Reid2016-05-091-0/+53
| | |\
| | * | Remove unnecessary canUpdate property from ProjectIssuesNoteAdam Reid2016-05-091-1/+0
| | * | Enable updates on ProjectIssueNotesAdam Reid2016-05-061-1/+1
* | | | implement star/unstar for projectsGauvain Pocentek2016-05-131-0/+40
* | | | Deprecate Project.archive()Gauvain Pocentek2016-05-131-0/+7
|/ / /
* | | Rename some methods to better match the API URLsGauvain Pocentek2016-05-121-3/+22
* | | ProjectFile: file_path is required for deletionGauvain Pocentek2016-05-121-1/+1
* | | Rework merge requests updateGauvain Pocentek2016-05-101-2/+19
* | | Add new optional attributes for projectsGauvain Pocentek2016-05-101-3/+6
| |/ |/|
* | Implement project contributorsGauvain Pocentek2016-05-081-0/+15
* | Implement project compareGauvain Pocentek2016-05-081-1/+21
* | Add support for Project raw_blobGauvain Pocentek2016-05-081-0/+18
|/
* Add missing group creation parametersGauvain Pocentek2016-03-221-0/+5
* Add deletion support for issues and MRGauvain Pocentek2016-03-221-2/+0
* add "external" parameter for usersGauvain Pocentek2016-03-221-2/+3
* MR: add support for closes_issuesGauvain Pocentek2016-03-221-0/+14
* MR: add support for cancel_merge_when_build_succeedsGauvain Pocentek2016-03-221-0/+12
* minor docs fixesGauvain Pocentek2016-03-221-3/+3
* Add support for MergeRequest validationGauvain Pocentek2016-03-221-0/+37
* add a note about project search APIGauvain Pocentek2016-03-121-0/+10
* Fix the 'invalid syntax' on Python 3.2, because of u'password'Asher2562016-03-021-2/+2
* Re-implement _custom_list in the Gitlab classGauvain Pocentek2016-02-181-20/+17
* remove unused _returnClass attributeGauvain Pocentek2016-02-141-1/+0
* Improve the doc for UserManagerGauvain Pocentek2016-02-121-3/+20
* define UserManager.get_by_username() to get a user by usernameRichard Hansen2016-02-121-0/+14
* define UserManager.search() to search for usersRichard Hansen2016-02-121-0/+8
* define GitlabObject.__eq__() and __ne__() equivalence methodsRichard Hansen2016-02-121-0/+17
* define GitlabObject.as_dict() to dump object as a dictRichard Hansen2016-02-111-3/+6
* Merge pull request #89 from ExodusIntelligence/masterGauvain Pocentek2016-02-061-1/+2
|\
| * Added missing commaJames (d0c_s4vage) Johnson2016-02-041-1/+1
| * Adding new `ProjectHook` attributes:James (d0c_s4vage) Johnson2016-02-041-1/+2
* | fix GitlabObject creation in _custom_listMikhail Lopotkov2016-02-051-1/+1
* | Add support for user block/unblockGauvain Pocentek2016-02-041-0/+14
|/
* Add docstrings to some methodsGauvain Pocentek2016-01-311-1/+88
* add support for project buildsGauvain Pocentek2016-01-301-0/+39
* Fix Project.tree()Gauvain Pocentek2016-01-301-3/+9
* Fix project updateGauvain Pocentek2016-01-301-4/+5
* Add sudo supportGauvain Pocentek2016-01-301-0/+1
* Fix the 'password' requirement for User creationGauvain Pocentek2016-01-301-5/+8
* Add support for application settingsGauvain Pocentek2016-01-271-7/+34
* Implement project variables supportGauvain Pocentek2016-01-241-0/+14
* implement project triggers supportGauvain Pocentek2016-01-241-0/+12