summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for the EE license APIGauvain Pocentek2018-06-133-9/+51
|
* Merge pull request #530 from stefancrain/masterGauvain Pocentek2018-06-131-1/+1
|\ | | | | Correct session example
| * Correct session exampleStefan Crain2018-06-131-1/+1
|/
* Implement MR-level approvalsGauvain Pocentek2018-06-113-19/+77
| | | | Fixes #323
* Add push rules testsGauvain Pocentek2018-06-111-0/+13
|
* Add project push rules configuration (#520)Eric Sabouraud2018-06-114-5/+67
|
* [docs] projects.all() doesn't exist in v4Gauvain Pocentek2018-06-111-3/+0
| | | | Fixes #526
* Pull mirroring doesn't return dataGauvain Pocentek2018-06-101-1/+1
|
* Add support for Project.pull_mirror (EE)Gauvain Pocentek2018-06-102-1/+20
|
* Add support for board creation/deletion (EE)Gauvain Pocentek2018-06-103-9/+37
|
* Add support for LDAP groupsGauvain Pocentek2018-06-093-0/+84
|
* Merge pull request #514 from jouve/generatorGauvain Pocentek2018-06-092-20/+67
|\ | | | | make as_list=False work for all=True queries
| * make as_list work for all queriesCyril Jouve2018-06-072-20/+67
| |
* | Add support for issue links (EE)Gauvain Pocentek2018-06-094-7/+102
| | | | | | | | Fixes #422
* | Add geo nodes API supportGauvain Pocentek2018-06-096-0/+132
| | | | | | | | Fixes #524
* | Merge branch 'master' of github.com:python-gitlab/python-gitlabGauvain Pocentek2018-06-091-1/+1
|\ \
| * \ Merge pull request #522 from beyondliu/masterGauvain Pocentek2018-06-091-1/+1
| |\ \ | | | | | | | | fix #521 change post_data default value to None
| | * | fix #521 change post_data default value to Noneleon2018-06-081-1/+1
| | |/
* | | Add basic testing forr EE endpointsGauvain Pocentek2018-06-081-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | Today we don't have a solution for easily deploying an EE instance so using the functional tools is not possible. This patch provides a testing script that needs to be run against a private EE instance.
* | | docs: add MR approvals in indexGauvain Pocentek2018-06-081-0/+1
|/ /
* | Add support for project-level MR approval configurationEric Sabouraud2018-06-083-2/+81
|/
* Merge pull request #519 from jouve/silenceGauvain Pocentek2018-06-073-7/+29
|\ | | | | silence logs/warnings in unittests
| * silence logs/warnings in unittestsCyril Jouve2018-06-073-7/+29
|/
* Merge pull request #517 from jouve/dedupGauvain Pocentek2018-06-071-11/+1
|\ | | | | projectpipelinejob was defined twice
| * projectpipelinejob was defined twiceCyril Jouve2018-06-071-11/+1
|/
* Use python 2 on travis for nowtravisGauvain Pocentek2018-06-061-2/+2
|
* tests: default to python 3Gauvain Pocentek2018-06-062-10/+11
| | | | Fix the bytes/str issues
* Make ProjectCommitStatus.create work with CLIGauvain Pocentek2018-06-061-3/+10
| | | | Fixes #511
* time_stats(): use an existing attribute if availableGauvain Pocentek2018-05-301-0/+5
| | | | | | | | A time_stats attribute is returned by GitLab when fetching issues and merge requests (on reasonably recent GitLab versions). Use this info instead of making a new API call if possible. Fixes #510
* Update time stats docsGauvain Pocentek2018-05-302-0/+36
|
* Fix the IssueManager path to avoid redirectionsGauvain Pocentek2018-05-301-1/+1
|
* Add support for group badgesGauvain Pocentek2018-05-296-3/+115
| | | | | | Also consolidate project/group badges tests, and add some docs Fixes #469
* Merge pull request #507 from Miouge1/badgesGauvain Pocentek2018-05-292-0/+19
|\ | | | | Add support for Project badges
| * Add support for Project badgesMaxime Guyot2018-05-272-0/+19
| |
* | Add support for the gitlab CI lint APIGauvain Pocentek2018-05-292-0/+27
| |
* | Update the settings attributesGauvain Pocentek2018-05-291-9/+41
| |
* | Implement runner token validationGauvain Pocentek2018-05-293-0/+29
| |
* | Runners can be created (registered)Gauvain Pocentek2018-05-292-2/+9
| |
* | Implement runner jobs listingGauvain Pocentek2018-05-292-2/+41
| |
* | Add missing project attributesGauvain Pocentek2018-05-294-19/+91
| |
* | Add pipeline listing filtersGauvain Pocentek2018-05-291-0/+2
| |
* | Update MR attributesGauvain Pocentek2018-05-291-5/+11
| |
* | Implement the markdown rendering APIGauvain Pocentek2018-05-294-2/+37
| | | | | | | | Testing will be enable when GitLab 11.0 is available.
* | Add support for group boardsGauvain Pocentek2018-05-295-72/+120
| |
* | Fix the participants() decoratorGauvain Pocentek2018-05-282-2/+2
| |
* | Issues: add missing attributes and methodsGauvain Pocentek2018-05-284-36/+78
| |
* | Update some group attributesGauvain Pocentek2018-05-281-3/+4
| |
* | Add feature flags deletion supportGauvain Pocentek2018-05-283-2/+8
| |
* | Add support for environment stop()Gauvain Pocentek2018-05-284-1/+23
| |
* | deploy key: add missing attributesGauvain Pocentek2018-05-281-1/+2
| |