summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* refactor(objects): move ci lint to separate fileNejc Habjan2022-07-055-62/+73
* Merge pull request #2125 from python-gitlab/jlvillal/user_docsNejc Habjan2022-07-051-1/+30
|\
| * docs(users): add docs about listing a user's projectsJohn L. Villalovos2022-07-041-1/+30
|/
* Merge pull request #1896 from python-gitlab/jlvillal/ci_lintNejc Habjan2022-07-053-0/+112
|\
| * feat(objects): add Project CI Lint supportJohn L. Villalovos2022-07-043-0/+112
* | Merge pull request #2126 from python-gitlab/jlvillal/push_rulesNejc Habjan2022-07-052-2/+2
|\ \ | |/ |/|
| * docs: update return type of pushrulesJohn L. Villalovos2022-07-042-2/+2
* | docs: describe ROPC flow in place of password authenticationNejc Habjan2022-07-042-20/+21
|/
* Merge pull request #1266 from gokeefe/gokeefe/group_push_rulesNejc Habjan2022-07-054-2/+194
|\
| * feat: add support for group push rulesO'Keefe, Gerard (Gerry)2022-07-044-2/+194
|/
* Merge pull request #2114 from python-gitlab/jlvillal/remove_trysNejc Habjan2022-07-041-40/+36
|\
| * chore: simplify multi-nested try blocksJohn L. Villalovos2022-06-291-40/+36
* | chore(deps): update dependency requests to v2.28.1renovate[bot]2022-07-032-2/+2
* | chore(deps): update dependency pylint to v2.14.4renovate[bot]2022-07-031-1/+1
* | test(functional): replace len() calls with list membership checksNejc Habjan2022-07-0314-172/+163
* | Merge pull request #2117 from python-gitlab/jlvillal/encodedid_pathNejc Habjan2022-07-032-5/+7
|\ \ | |/ |/|
| * fix: ensure path elements are escapedJohn L. Villalovos2022-07-032-5/+7
|/
* Merge pull request #2113 from tuxiqae/patch-1Nejc Habjan2022-06-291-1/+1
|\
| * docs(readme): Remove redundant `-v` that breaks the commandSagi Sarussi2022-06-291-1/+1
* | Merge pull request #2069 from antoineauger/test/unit-tests-projectsNejc Habjan2022-06-293-107/+538
|\ \ | |/ |/|
| * refactor(test-projects): apply suggestions and use fixturesAntoine Auger2022-06-291-27/+26
| * refactor(test-projects): remove test_restore_projectAntoine Auger2022-06-161-5/+0
| * test(projects): add unit tests for projectsAntoine Auger2022-06-163-100/+537
* | Merge pull request #2110 from python-gitlab/jlvillal/mr_approval_rulesNejc Habjan2022-06-283-4/+33
|\ \
| * | feat(api): add support for `get` for a MR approval ruleJohn L. Villalovos2022-06-273-4/+33
* | | Merge pull request #2111 from python-gitlab/jlvillal/meta_fixNejc Habjan2022-06-281-1/+1
|\ \ \
| * | | chore: fix misspellingJohn L. Villalovos2022-06-271-1/+1
| |/ /
* | | Merge pull request #2112 from python-gitlab/jlvillal/doc_remove_tabsNejc Habjan2022-06-281-10/+10
|\ \ \ | |/ / |/| |
| * | chore(docs): convert tabs to spacesJohn L. Villalovos2022-06-271-10/+10
|/ /
* | chore: release v3.6.0v3.6.0github-actions2022-06-282-1/+34
* | test: add tests and clean up usage for new enumsNejc Habjan2022-06-2712-45/+84
* | refactor: do not recommend plain gitlab.const constantsNejc Habjan2022-06-272-6/+10
* | chore(deps): ignore python-semantic-release updatesNejc Habjan2022-06-271-0/+1
* | refactor: avoid possible breaking change in iterator (#2107)John Villalovos2022-06-2710-28/+66
* | Merge pull request #2105 from python-gitlab/renovate/actions-setup-python-4.xNejc Habjan2022-06-274-7/+11
|\ \
| * | chore(workflows): explicitly use python-versionNejc Habjan2022-06-272-0/+4
| * | chore(deps): update actions/setup-python action to v4renovate[bot]2022-06-274-7/+7
* | | Merge pull request #2100 from python-gitlab/jlvillal/pylint_2022-06-26Nejc Habjan2022-06-279-20/+19
|\ \ \
| * | | test(pylint): enable pylint "unused-argument" checkJohn L. Villalovos2022-06-269-20/+19
* | | | chore(deps): update typing dependenciesrenovate[bot]2022-06-262-6/+6
| |/ / |/| |
* | | chore(deps): update pre-commit hook pycqa/pylint to v2.14.3renovate[bot]2022-06-261-1/+1
|/ /
* | feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-2613-37/+165
* | refactor: remove no-op id argument in GetWithoutIdMixinNejc Habjan2022-06-2512-92/+54
* | docs(api): add separate section for advanced usageNejc Habjan2022-06-253-160/+164
* | Merge pull request #2061 from bgamari/patch-1Nejc Habjan2022-06-254-0/+85
|\ \
| * | feat(users): add approve and reject methods to UserBen Gamari2022-06-254-0/+85
* | | docs(api): document usage of head() methodsNejc Habjan2022-06-252-1/+32
* | | feat(api): support head() method for get and list endpointsNejc Habjan2022-06-255-3/+69
* | | test(api): add tests for HEAD methodNejc Habjan2022-06-251-0/+16
* | | feat(api): implement HEAD methodGauvain Pocentek2022-06-251-0/+21
|/ /