summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | docs(api-usage): fix project group exampleNikolaos Pothitos2019-06-191-2/+2
|/ / | | | | | | Fixes #798
* | Merge pull request #767 from python-gitlab/fix/744/delete_artifactsMax Wittig2019-06-173-1/+21
|\ \ | |/ |/| feature: Implement artifacts deletion
| * feat: implement artifacts deletionfix/744/delete_artifactsGauvain Pocentek2019-06-103-1/+21
|/ | | | Closes #744
* Merge pull request #791 from python-gitlab/tests-for-gl-11.11Max Wittig2019-06-101-10/+16
|\ | | | | test: update the tests for GitLab 11.11
| * test: update the tests for GitLab 11.11Gauvain Pocentek2019-06-101-10/+16
| | | | | | | | | | | | | | | | Changes in GitLab make the functional tests fail: * Some actions add new notes and discussions: do not use hardcoded values in related listing asserts * The feature flag API is buggy (errors 500): disable the tests for now
* | Merge pull request #789 from python-gitlab/no-more-v3Max Wittig2019-06-103-14/+8
|\ \ | | | | | | docs: remove v3 support
| * | docs: remove v3 supportno-more-v3Gauvain Pocentek2019-06-083-14/+8
| |/
* | Merge pull request #785 from agustinhenze/add-pipeline-get-variables-endpointMax Wittig2019-06-102-1/+18
|\ \ | | | | | | Add new endpoint to get the variables of a pipeline
| * | feat: add endpoint to get the variables of a pipelineAgustin Henze2019-06-102-1/+18
| |/ | | | | | | | | | | It adds a new endpoint which was released in the Gitlab CE 11.11. Signed-off-by: Agustin Henze <tin@redhat.com>
* | Merge pull request #768 from python-gitlab/trigger_token_exampleMax Wittig2019-06-081-0/+10
|\ \ | | | | | | docs: Add an example of trigger token usage
| * | docs: Add an example of trigger token usagetrigger_token_exampleGauvain Pocentek2019-06-081-0/+10
| |/ | | | | | | Closes #752
* | Merge pull request #790 from python-gitlab/fix/779Max Wittig2019-06-083-3/+51
|\ \ | | | | | | fix: convert # to %23 in URLs
| * | fix: convert # to %23 in URLsfix/779Gauvain Pocentek2019-06-083-3/+51
| |/ | | | | | | | | | | Refactor a bit to handle this change, and add unit tests. Closes #779
* | Merge pull request #788 from python-gitlab/black-in-toxMax Wittig2019-06-081-1/+10
|\ \ | |/ |/| Add a tox job to run black
| * chore: add a tox job to run blackblack-in-toxGauvain Pocentek2019-06-081-1/+10
|/ | | | Allow lines to be 88 chars long for flake8.
* Merge pull request #778 from python-gitlab/docs/readme-code-formatGauvain Pocentek2019-05-171-2/+22
|\ | | | | docs(readme): add more info about commitlint, code-format
| * docs(readme): add more info about commitlint, code-formatdocs/readme-code-formatMax Wittig2019-05-161-2/+22
|/
* Merge pull request #775 from python-gitlab/refactor/blackGauvain Pocentek2019-05-1625-2622/+3301
|\ | | | | refactor: format everything black
| * refactor: format everything blackrefactor/blackMax Wittig2019-05-1625-2622/+3301
|/
* Merge pull request #776 from python-gitlab/revert-760-custom_cli_actions_fixGauvain Pocentek2019-05-151-5/+5
|\ | | | | Revert "Custom cli actions fix"
| * Revert "Custom cli actions fix"revert-760-custom_cli_actions_fixMax Wittig2019-05-101-5/+5
|/
* Merge pull request #760 from kkoralsky/custom_cli_actions_fixMax Wittig2019-05-101-5/+5
|\ | | | | Custom cli actions fix
| * fix -/_ replacament for *Manager custom actionsKarol Ossowski2019-04-241-3/+3
| |
| * dont ask for id attr if this is *Manager originating custom actionKarol Ossowski2019-04-241-2/+2
| |
* | Merge pull request #759 from kkoralsky/registry_apiMax Wittig2019-05-104-0/+121
|\ \ | | | | | | registry api implementation
| * | documentation fixKarol Ossowski2019-05-082-14/+14
| | |
| * | whitespacesKarol Ossowski2019-05-021-1/+3
| | |
| * | documentationKarol Ossowski2019-05-023-0/+77
| | |
| * | fix docstring & improve coding styleKarol Ossowski2019-05-011-3/+3
| | |
| * | register cli action for delete_in_bulkKarol Ossowski2019-05-011-0/+1
| | |
| * | fix repository_id marshaling in cliKarol Ossowski2019-05-011-1/+1
| | |
| * | merged new release & registry apisKarol Ossowski2019-05-011-0/+41
| | |
* | | Merge pull request #773 from python-gitlab/chore/ci-reliable-systemGauvain Pocentek2019-05-103-21/+130
|\ \ \ | |/ / |/| | chore(ci): use reliable ci system
| * | chore(ci): use reliable ci systemchore/ci-reliable-systemMax Wittig2019-05-093-21/+130
|/ /
* | Merge pull request #769 from python-gitlab/pep-fixesMax Wittig2019-05-012-2/+3
|\ \ | | | | | | fix: pep8 errors
| * | fix: pep8 errorsGauvain Pocentek2019-05-012-2/+3
|/ / | | | | | | Errors have not been detected by broken travis runs.
* | Merge pull request #746 from therealgambo/masterMax Wittig2019-04-242-0/+45
|\ \ | |/ |/| add project releases api
| * Use NoUpdateMixin for nowKris Gambirazzi2019-03-271-1/+1
| |
| * add project releases apiKris Gambirazzi2019-03-272-0/+45
|/
* Merge pull request #714 from jaraco/feature/runpy-invokeGauvain Pocentek2019-03-211-0/+4
|\ | | | | Add runpy hook, allowing invocation with 'python -m gitlab'.
| * Add runpy hook. Fixes #713.Jason R. Coombs2019-03-151-0/+4
| | | | | | | | Allows for invocation with 'python -m gitlab'
* | feat(GitLab Update): delete ProjectPipeline (#736)gouglhupf2019-03-211-2/+3
| | | | | | | | | | | | * feat(GitLab Update): delete ProjectPipeline As of Gitlab 11.6 it is now possible to delete a pipeline - https://docs.gitlab.com/ee/api/pipelines.html#delete-a-pipeline
* | Merge pull request #738 from jeroendecroos/Gitlab_from_config_inheritanceGauvain Pocentek2019-03-072-9/+41
|\ \ | | | | | | Make gitlab.Gitlab.from_config a classmethod
| * | Make gitlab.Gitlab.from_config a classmethodjeroen_decroos2019-03-072-9/+41
|/ /
* | Merge pull request #732 from hakanf/masterMax Wittig2019-03-071-4/+4
|\ \ | | | | | | Re-enable command specific help messages
| * | Use sys.exit as in rest of codeHakan Fouren2019-03-071-2/+2
| | |
| * | Re-enable command specific help mesaagesHakan Fouren2019-03-061-3/+3
| | | | | | | | | | | | This makes sure that the global help message wont be printed instead of the command spedific one unless we fail to read the configuration file
* | | Merge pull request #729 from xarx00/PR-bugfix-716Max Wittig2019-03-061-10/+10
|\ \ \ | |/ / |/| | Fix for #716: %d replaced by %s
| * | Fix for #716: %d replaced by %sxarx002019-03-051-10/+10
|/ /
* | Merge pull request #725 from python-gitlab/fix/699Max Wittig2019-03-042-2/+11
|\ \ | | | | | | fix(api): Make *MemberManager.all() return a list of objects