summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bump0.10Gauvain Pocentek2015-12-291-1/+1
|
* update AUTHORS and ChangeLogGauvain Pocentek2015-12-292-1/+22
|
* Add support for group members updateGauvain Pocentek2015-12-241-1/+5
| | | | Closes #73
* Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2015-12-241-1/+2
|\
| * Merge pull request #78 from cdbennett/fix_python3_sort_typesGauvain Pocentek2015-12-241-1/+2
| |\ | | | | | | Use name as sort key to fix Python 3 TypeError
| | * Use name as sort key to fix Python 3 TypeErrorColin D Bennett2015-12-231-1/+2
| |/ | | | | | | | | | | | | | | | | Sort types explicitly by name to fix unorderable types TypeError in Python 3. The call to sort() on cli.py line 259 produced the error: TypeError: unorderable types: type() < type()
* | Sanitize the id used to construct URLsGauvain Pocentek2015-12-241-1/+3
|/ | | | Closes #28
* try to fix the RTD buildGauvain Pocentek2015-12-181-1/+2
|
* Merge pull request #72 from pa4373/newuser-confirm-fixGauvain Pocentek2015-09-241-1/+7
|\ | | | | Can bypassing confirm when creating new user now
| * Can bypassing confirm when creating new userpa43732015-09-241-1/+7
|/
* Test branch creation et deletionGauvain Pocentek2015-09-191-0/+12
|
* Fix GET/POST for project filesGauvain Pocentek2015-09-192-5/+9
|
* hide the action attributeGauvain Pocentek2015-09-191-0/+1
|
* Fix deletion of object not using 'id' as IDGauvain Pocentek2015-09-191-1/+2
| | | | Closes #68
* README: add missing import in sampleGauvain Pocentek2015-09-031-0/+1
|
* setup.py: require requests>=1Gauvain Pocentek2015-09-021-1/+1
| | | | Closes #69
* Provide a Gitlab.from_config methodGauvain Pocentek2015-08-214-60/+102
| | | | | It provides the Gitlab object creation from the ~/.python-gitlab.cfg, just like the CLI does.
* update README for list(all=True)Gauvain Pocentek2015-08-211-5/+9
|
* don't list everything by defaultGauvain Pocentek2015-08-212-7/+9
|
* fix pep8 testGauvain Pocentek2015-08-212-12/+12
|
* Merge pull request #64 from jantman/issues/63Gauvain Pocentek2015-08-212-2/+60
|\ | | | | python-gitlab Issue #63 - implement pagination for list()
| * issue #63 add unit tests for 'next' link handling in list()Jason Antman2015-08-051-0/+51
| |
| * issue #63 - revert logging additionsJason Antman2015-08-051-4/+0
| |
| * python-gitlab Issue #63 - implement pagination for list()Jason Antman2015-07-281-2/+13
| |
* | Merge pull request #66 from stefanklug/masterGauvain Pocentek2015-08-211-3/+9
|\ \ | |/ |/| Fix error when fetching single MergeRequests
| * add support to update MergeRequestNotesStefan Klug2015-08-121-1/+0
| |
| * fix url when fetching a single MergeRequestStefan Klug2015-08-121-2/+9
|/
* Fix the update/delete CLI subcommandsGauvain Pocentek2015-07-113-5/+31
| | | | | | Also update the testing tool to test these features. Closes #62
* fix delete and update CLI methodsGauvain Pocentek2015-07-111-2/+2
|
* more README updatesGauvain Pocentek2015-06-172-8/+18
|
* Improve the README a bitGauvain Pocentek2015-06-171-3/+7
| | | | | Fix typos Detail which options are required in the [global] section (closes #61)
* 0.9.1 release0.9.1Gauvain Pocentek2015-05-151-1/+1
|
* setup.py: restore the version discovery hackGauvain Pocentek2015-05-152-4/+8
|
* functional_test.sh: use a venv0.9Gauvain Pocentek2015-05-151-2/+10
|
* fix setuptool sdistGauvain Pocentek2015-05-151-1/+2
|
* add tools/ to MANIFEST.inGauvain Pocentek2015-05-151-0/+1
|
* add test files to MANIFEST.inGauvain Pocentek2015-05-151-0/+1
|
* add test-requirements.txt in MANIFEST.inGauvain Pocentek2015-05-151-1/+1
|
* remove executable flag on cli.pyGauvain Pocentek2015-05-151-0/+0
|
* get ready for a 0.9 releaseGauvain Pocentek2015-05-153-6/+18
|
* Provide a basic functional test scriptGauvain Pocentek2015-05-141-0/+89
| | | | | This can be used to quickly test the correct behavior of the CLI. The script is simple and doesn't test much for now, but it's a start.
* update copyright dateGauvain Pocentek2015-05-142-3/+3
|
* CLI: remove wrong attributes from the verbose outputGauvain Pocentek2015-05-141-2/+6
| | | | These attributes comme from the command line arguments.
* CLI: provide a --config-file optionGauvain Pocentek2015-05-131-6/+15
|
* Rename a few more private methodsGauvain Pocentek2015-05-131-15/+15
|
* Move the CLI in the gitlab packageGauvain Pocentek2015-05-133-41/+41
| | | | Setup an console_script entry point to create the executable script.
* Fix the tests when the host runs a web serverGauvain Pocentek2015-05-131-1/+12
|
* Projects can be updatedGauvain Pocentek2015-05-131-2/+3
| | | | | | Also fix the projects special listing (all, owned, ...) Closes #54
* improve handling of id attributes in CLIGauvain Pocentek2015-05-121-5/+7
| | | | closes #31
* rework (and fix) the CLI parsingGauvain Pocentek2015-05-121-25/+21
|