summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* chore: another tryrefactor/structure-objectsMax Wittig2020-01-228-58/+58
* refactor: structure python objects in a reasonable wayMax Wittig2020-01-2224-319/+1936
* Merge pull request #980 from python-gitlab/refactor/cleanup-upgradeRoger Meier2019-12-186-27/+22
|\
| * chore: bump to 2.0.0refactor/cleanup-upgradeMax Wittig2019-12-181-1/+1
| * refactor: remove six dependencyMax Wittig2019-12-186-26/+21
* | test: add project snippet testsMax Wittig2019-12-182-0/+140
* | fix(projects): adjust snippets to match the APIMax Wittig2019-12-181-2/+5
|/
* feat: add autocompletion supportMartin Chlumsky2019-12-161-0/+6
* chore: bump version to 1.15.0v1.15.0Max Wittig2019-12-161-1/+1
* feat: allow cfg timeout to be overrided via kwargsAndrew Tergis2019-12-162-13/+15
* feat: add support for /import/githubAndrew Tergis2019-12-162-0/+90
* Merge pull request #973 from mitar/patch-1Max Wittig2019-12-161-4/+6
|\
| * feat: nicer stacktraceMitar2019-12-161-4/+6
* | Merge pull request #971 from jooola/ci_vars_typeMax Wittig2019-12-161-4/+4
|\ \ | |/ |/|
| * feat: add variable_type/protected to projects ci variablesjo2019-12-121-2/+2
| * feat: add variable_type to groups ci variablesjo2019-12-121-2/+2
* | Merge pull request #968 from mitar/statsMax Wittig2019-12-132-0/+78
|\ \
| * | test: added tests for statisticsMitar2019-12-121-0/+56
| * | feat: access project's issues statisticsMitar2019-12-121-0/+11
| * | feat: adding project statsMitar2019-12-121-0/+11
| |/
* | feat: retry transient HTTP errorsMitar2019-12-121-1/+5
|/
* test: test that all is ignored, when as_list=Falsefix/as_listMax Wittig2019-12-081-0/+18
* style: format with the latest black versionMax Wittig2019-12-081-4/+4
* fix: ignore all parameter, when as_list=TrueMax Wittig2019-12-081-1/+1
* chore: bump version to 1.14.0v1.14.0Max Wittig2019-12-071-1/+1
* feat: add audit endpointidanbensha2019-12-022-0/+11
* Merge pull request #946 from lundbird/masterMax Wittig2019-11-251-0/+92
|\
| * feat: add project and group clustersalex lundberg2019-11-241-0/+92
* | fix(project-fork): copy create fix from ProjectPipelineManagerChoy Rim2019-11-201-0/+19
* | fix(project-fork): correct path computation for project-fork listChoy Rim2019-11-201-23/+1
|/
* fix(labels): ensure label.save() worksMathieu Parent2019-11-141-2/+2
* fix: added missing attributes for project approvalsTymoteusz Blazejczyk2019-11-121-0/+2
* feat: add support for include_subgroups filterConor Nevin2019-11-061-0/+1
* chore: bump version to 1.13.0choree/1-13-0Max Wittig2019-11-021-1/+1
* fix(projects): support `approval_rules` endpoint for projectsSrikanth Chelluri2019-10-271-0/+14
* feat: add users activate, deactivate functionalityMax Wittig2019-10-253-0/+75
* feat: send python-gitlab version as user-agentMax Wittig2019-10-241-1/+1
* feat: add deployment creationfeat/deployment-createMax Wittig2019-10-242-2/+47
* feat(test): unused unittest2, type -> isinstanceCyril Jouve2019-10-137-64/+33
* Merge pull request #904 from jouve/remove-cred-authMax Wittig2019-10-132-82/+1
|\
| * feat(auth): remove deprecated session authCyril Jouve2019-10-122-82/+1
* | test: remove warning about open files from test_todo()Derek Schrock2019-10-121-4/+5
|/
* fix: fix not working without authfix/non-authMax Wittig2019-10-071-8/+7
* chore: bump to 1.12.0Max Wittig2019-10-061-1/+1
* test(submodules): correct test methodfeat/update_submoduleMax Wittig2019-10-061-4/+4
* docs(project): add submodule docsMax Wittig2019-10-061-1/+1
* feat(project): implement update_submoduleSebastian Kratzert2019-10-062-0/+73
* Merge pull request #892 from godaji/remove-unused-codeMax Wittig2019-10-064-6/+3
|\
| * refactor: remove unused code, simplify string formatgodaji2019-10-064-6/+3
* | feat(project): add file blame apiVincent Lae2019-10-041-0/+22
|/