summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* minor RST fix0.15Gauvain Pocentek2016-08-281-0/+1
|
* bump version and update changelogGauvain Pocentek2016-08-272-1/+21
|
* Add support for project deploymentsGauvain Pocentek2016-08-275-0/+50
|
* Add support for access requestsGauvain Pocentek2016-08-275-3/+154
|
* Add support for project pipelinesGauvain Pocentek2016-08-275-2/+110
|
* Add support for project services APIGauvain Pocentek2016-08-134-1/+137
|
* Remove unused ProjectTagReleaseManager classGauvain Pocentek2016-08-131-4/+0
|
* Fix canGet attribute (typo)Gauvain Pocentek2016-08-131-1/+1
|
* Remove _get_list_or_object() and its testsGauvain Pocentek2016-08-133-75/+0
|
* Let _data_for_gitlab return python dataGauvain Pocentek2016-08-131-12/+13
|
* Refactor the Gitlab classGauvain Pocentek2016-08-131-135/+25
| | | | Make use of the _raw_* methods in the CRUD methods.
* fix pep8 testGauvain Pocentek2016-08-111-0/+1
|
* Remove method marked as deprecated 7 months agoGauvain Pocentek2016-08-112-280/+0
|
* Add copyright header to utils.pyGauvain Pocentek2016-08-111-0/+17
|
* Move the constants at the gitlab root levelGauvain Pocentek2016-08-115-20/+47
|
* Add sidekiq metrics supportGauvain Pocentek2016-08-114-0/+54
|
* implement the todo APIGauvain Pocentek2016-08-1110-1/+147
|
* docs: notes APIGauvain Pocentek2016-08-092-0/+86
|
* docs: snippets APIGauvain Pocentek2016-08-092-0/+92
|
* docs: tags APIGauvain Pocentek2016-08-092-0/+68
|
* docs: system hooks APIGauvain Pocentek2016-08-093-0/+51
|
* docs: add ApplicationSettings APIGauvain Pocentek2016-08-093-0/+31
|
* Update the ApplicationSettings attributesGauvain Pocentek2016-08-091-5/+17
|
* docs: repository files APIGauvain Pocentek2016-08-092-0/+78
|
* docs: project repository APIGauvain Pocentek2016-08-092-0/+95
|
* docs: add milestones APIGauvain Pocentek2016-08-093-0/+98
|
* Fix fork creation documentationGauvain Pocentek2016-08-091-2/+2
| | | | Fixes #136
* Run more tests in travisGauvain Pocentek2016-08-082-0/+20
| | | | | Travis has some limitations so this patch sets up some tricks to run the functional tests.
* 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.