| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version bump0.10 | Gauvain Pocentek | 2015-12-29 | 1 | -1/+1 |
| | | |||||
| * | update AUTHORS and ChangeLog | Gauvain Pocentek | 2015-12-29 | 2 | -1/+22 |
| | | |||||
| * | Add support for group members update | Gauvain Pocentek | 2015-12-24 | 1 | -1/+5 |
| | | | | | Closes #73 | ||||
| * | Merge branch 'master' of github.com:gpocentek/python-gitlab | Gauvain Pocentek | 2015-12-24 | 1 | -1/+2 |
| |\ | |||||
| | * | Merge pull request #78 from cdbennett/fix_python3_sort_types | Gauvain Pocentek | 2015-12-24 | 1 | -1/+2 |
| | |\ | | | | | | | Use name as sort key to fix Python 3 TypeError | ||||
| | | * | Use name as sort key to fix Python 3 TypeError | Colin D Bennett | 2015-12-23 | 1 | -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 URLs | Gauvain Pocentek | 2015-12-24 | 1 | -1/+3 |
| |/ | | | | Closes #28 | ||||
| * | try to fix the RTD build | Gauvain Pocentek | 2015-12-18 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #72 from pa4373/newuser-confirm-fix | Gauvain Pocentek | 2015-09-24 | 1 | -1/+7 |
| |\ | | | | | Can bypassing confirm when creating new user now | ||||
| | * | Can bypassing confirm when creating new user | pa4373 | 2015-09-24 | 1 | -1/+7 |
| |/ | |||||
| * | Test branch creation et deletion | Gauvain Pocentek | 2015-09-19 | 1 | -0/+12 |
| | | |||||
| * | Fix GET/POST for project files | Gauvain Pocentek | 2015-09-19 | 2 | -5/+9 |
| | | |||||
| * | hide the action attribute | Gauvain Pocentek | 2015-09-19 | 1 | -0/+1 |
| | | |||||
| * | Fix deletion of object not using 'id' as ID | Gauvain Pocentek | 2015-09-19 | 1 | -1/+2 |
| | | | | | Closes #68 | ||||
| * | README: add missing import in sample | Gauvain Pocentek | 2015-09-03 | 1 | -0/+1 |
| | | |||||
| * | setup.py: require requests>=1 | Gauvain Pocentek | 2015-09-02 | 1 | -1/+1 |
| | | | | | Closes #69 | ||||
| * | Provide a Gitlab.from_config method | Gauvain Pocentek | 2015-08-21 | 4 | -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 Pocentek | 2015-08-21 | 1 | -5/+9 |
| | | |||||
| * | don't list everything by default | Gauvain Pocentek | 2015-08-21 | 2 | -7/+9 |
| | | |||||
| * | fix pep8 test | Gauvain Pocentek | 2015-08-21 | 2 | -12/+12 |
| | | |||||
| * | Merge pull request #64 from jantman/issues/63 | Gauvain Pocentek | 2015-08-21 | 2 | -2/+60 |
| |\ | | | | | python-gitlab Issue #63 - implement pagination for list() | ||||
| | * | issue #63 add unit tests for 'next' link handling in list() | Jason Antman | 2015-08-05 | 1 | -0/+51 |
| | | | |||||
| | * | issue #63 - revert logging additions | Jason Antman | 2015-08-05 | 1 | -4/+0 |
| | | | |||||
| | * | python-gitlab Issue #63 - implement pagination for list() | Jason Antman | 2015-07-28 | 1 | -2/+13 |
| | | | |||||
| * | | Merge pull request #66 from stefanklug/master | Gauvain Pocentek | 2015-08-21 | 1 | -3/+9 |
| |\ \ | |/ |/| | Fix error when fetching single MergeRequests | ||||
| | * | add support to update MergeRequestNotes | Stefan Klug | 2015-08-12 | 1 | -1/+0 |
| | | | |||||
| | * | fix url when fetching a single MergeRequest | Stefan Klug | 2015-08-12 | 1 | -2/+9 |
| |/ | |||||
| * | Fix the update/delete CLI subcommands | Gauvain Pocentek | 2015-07-11 | 3 | -5/+31 |
| | | | | | | | Also update the testing tool to test these features. Closes #62 | ||||
| * | fix delete and update CLI methods | Gauvain Pocentek | 2015-07-11 | 1 | -2/+2 |
| | | |||||
| * | more README updates | Gauvain Pocentek | 2015-06-17 | 2 | -8/+18 |
| | | |||||
| * | Improve the README a bit | Gauvain Pocentek | 2015-06-17 | 1 | -3/+7 |
| | | | | | | Fix typos Detail which options are required in the [global] section (closes #61) | ||||
| * | 0.9.1 release0.9.1 | Gauvain Pocentek | 2015-05-15 | 1 | -1/+1 |
| | | |||||
| * | setup.py: restore the version discovery hack | Gauvain Pocentek | 2015-05-15 | 2 | -4/+8 |
| | | |||||
| * | functional_test.sh: use a venv0.9 | Gauvain Pocentek | 2015-05-15 | 1 | -2/+10 |
| | | |||||
| * | fix setuptool sdist | Gauvain Pocentek | 2015-05-15 | 1 | -1/+2 |
| | | |||||
| * | add tools/ to MANIFEST.in | Gauvain Pocentek | 2015-05-15 | 1 | -0/+1 |
| | | |||||
| * | add test files to MANIFEST.in | Gauvain Pocentek | 2015-05-15 | 1 | -0/+1 |
| | | |||||
| * | add test-requirements.txt in MANIFEST.in | Gauvain Pocentek | 2015-05-15 | 1 | -1/+1 |
| | | |||||
| * | remove executable flag on cli.py | Gauvain Pocentek | 2015-05-15 | 1 | -0/+0 |
| | | |||||
| * | get ready for a 0.9 release | Gauvain Pocentek | 2015-05-15 | 3 | -6/+18 |
| | | |||||
| * | Provide a basic functional test script | Gauvain Pocentek | 2015-05-14 | 1 | -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 date | Gauvain Pocentek | 2015-05-14 | 2 | -3/+3 |
| | | |||||
| * | CLI: remove wrong attributes from the verbose output | Gauvain Pocentek | 2015-05-14 | 1 | -2/+6 |
| | | | | | These attributes comme from the command line arguments. | ||||
| * | CLI: provide a --config-file option | Gauvain Pocentek | 2015-05-13 | 1 | -6/+15 |
| | | |||||
| * | Rename a few more private methods | Gauvain Pocentek | 2015-05-13 | 1 | -15/+15 |
| | | |||||
| * | Move the CLI in the gitlab package | Gauvain Pocentek | 2015-05-13 | 3 | -41/+41 |
| | | | | | Setup an console_script entry point to create the executable script. | ||||
| * | Fix the tests when the host runs a web server | Gauvain Pocentek | 2015-05-13 | 1 | -1/+12 |
| | | |||||
| * | Projects can be updated | Gauvain Pocentek | 2015-05-13 | 1 | -2/+3 |
| | | | | | | | Also fix the projects special listing (all, owned, ...) Closes #54 | ||||
| * | improve handling of id attributes in CLI | Gauvain Pocentek | 2015-05-12 | 1 | -5/+7 |
| | | | | | closes #31 | ||||
| * | rework (and fix) the CLI parsing | Gauvain Pocentek | 2015-05-12 | 1 | -25/+21 |
| | | |||||
