summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update travis configtravis-dockerGauvain Pocentek2016-08-081-0/+1
|
* test travis/dockerGauvain Pocentek2016-08-081-0/+5
|
* ignore pep8 errorGauvain Pocentek2016-08-081-1/+1
|
* add a basic HTTP debug methodGauvain Pocentek2016-08-081-0/+14
|
* Update changelog/authors/version for 0.140.14Gauvain Pocentek2016-08-073-1/+59
|
* docs: add MR APIGauvain Pocentek2016-08-073-0/+147
|
* MR merge(): update the objectGauvain Pocentek2016-08-071-1/+1
|
* MR (un)subscribe: don't fail if state doesn't changeGauvain Pocentek2016-08-071-2/+4
|
* Handle empty messages from server in exceptionsGauvain Pocentek2016-08-071-1/+1
|
* MR: fix updatesGauvain Pocentek2016-08-071-2/+7
|
* fix labels deletion exampleGauvain Pocentek2016-08-071-1/+1
|
* Fix the listing of some resourcesGauvain Pocentek2016-08-072-25/+16
| | | | | | | 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 commitsGauvain Pocentek2016-08-071-0/+30
|
* docs: add licenses APIGauvain Pocentek2016-08-063-0/+30
|
* docs: add labales APIGauvain Pocentek2016-08-063-0/+76
|
* remove debug print statementGauvain Pocentek2016-08-061-1/+0
|
* Add support for project environmentsGauvain Pocentek2016-08-065-0/+92
|
* docs: add deploy keys APIGauvain Pocentek2016-08-063-0/+95
|
* add support for global deploy key listingGauvain Pocentek2016-08-062-0/+14
|
* Merge branch 'master' of github.com:gpocentek/python-gitlabGauvain Pocentek2016-08-065-3/+32
|\
| * doc: replace incorrect archive call()Gauvain Pocentek2016-08-041-2/+2
| |
| * document namespaces APIGauvain Pocentek2016-08-044-1/+30
| |
* | add a contributing section in READMEGauvain Pocentek2016-08-061-2/+70
|/
* Merge pull request #131 from chrwen-omicron/enable_container_registryGauvain Pocentek2016-07-251-3/+5
|\ | | | | Added a new project attribute to enable the container registry.
| * Added a new project attribute to enable the container registry.Christian Wenk2016-07-251-3/+5
|/
* Add support from listing group issuesGauvain Pocentek2016-07-244-1/+44
|
* Docs: drop the FAQGauvain Pocentek2016-07-242-16/+0
| | | | The only question is now documented in the API examples.
* docs: issues APIGauvain Pocentek2016-07-245-4/+154
|
* docs: commits APIGauvain Pocentek2016-07-243-0/+138
|
* Improve commit statuses and commentsGauvain Pocentek2016-07-242-6/+26
| | | | Fixes #92
* tests: don't use deprecated Content methodGauvain Pocentek2016-07-181-2/+2
|
* CLI: refactor _die()Gauvain Pocentek2016-07-181-35/+36
|
* doc: fix doubled parameterGauvain Pocentek2016-07-181-1/+1
|
* Replace Snippet.Content() with a new content() methodGauvain Pocentek2016-07-171-5/+27
| | | | | This new method use the standard lowercase name and implements data streaming.
* fix unit testsGauvain Pocentek2016-07-171-1/+1
|
* docs: groups API documentationGauvain Pocentek2016-07-173-0/+178
|
* Groups can be updatedGauvain Pocentek2016-07-171-1/+1
|
* Add missing args in docstringsGauvain Pocentek2016-07-171-0/+32
|
* Allow to stream the downloads when appropriateGauvain Pocentek2016-07-175-23/+75
| | | | | | | | | 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.
* docs: Add builds-related API docsGauvain Pocentek2016-07-173-0/+247
|
* Implement ProjectBuild.keep_artifactsGauvain Pocentek2016-07-171-1/+14
|
* Gitlab: add managers for build-related resourcesGauvain Pocentek2016-07-171-0/+7
|
* Implement runners global APIGauvain Pocentek2016-07-175-0/+99
|
* Add docstring for settings manager in Gitlab classGauvain Pocentek2016-07-171-0/+1
|
* docs: fork relationship APIGauvain Pocentek2016-07-172-5/+16
|
* docs: project search APIGauvain Pocentek2016-07-171-0/+3
|
* docs: document hooks APIGauvain Pocentek2016-07-172-0/+70
|
* Fix pep8 testGauvain Pocentek2016-07-161-1/+2
|
* implement CLI for project archive/unarchive/shareGauvain Pocentek2016-07-161-1/+25
|
* Implement sharing project with a groupGauvain Pocentek2016-07-163-0/+26
|