Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat(groups): add support for group-level registry repositories | Nejc Habjan | 2022-07-20 | 4 | -0/+60 | |
| | ||||||
* | Merge pull request #2146 from python-gitlab/jlvillal/mypy_strict_step_by_step | Nejc Habjan | 2022-07-20 | 3 | -9/+29 | |
|\ | | | | | chore: enable mypy check `strict_equality` | |||||
| * | chore: enable mypy check `strict_equality` | John L. Villalovos | 2022-07-19 | 3 | -9/+29 | |
| | | | | | | | | Enable the `mypy` `strict_equality` check. | |||||
* | | fix: Enable epic notes | John Gunnison | 2022-07-19 | 1 | -0/+2 | |
|/ | | | | Add the notes attribute to GroupEpic | |||||
* | Merge pull request #2147 from python-gitlab/jlvillal/api_func_v4 | Nejc Habjan | 2022-07-19 | 4 | -8/+8 | |
|\ | | | | | chore: change name of API functional test to `api_func_v4` | |||||
| * | chore: change name of API functional test to `api_func_v4` | John L. Villalovos | 2022-07-17 | 4 | -8/+8 | |
|/ | | | | | The CLI test is `cli_func_v4` and using `api_func_v4` matches with that naming convention. | |||||
* | chore(deps): update typing dependencies | renovate[bot] | 2022-07-17 | 2 | -4/+4 | |
| | ||||||
* | chore(deps): update pre-commit hook pycqa/pylint to v2.14.5 | renovate[bot] | 2022-07-17 | 1 | -1/+1 | |
| | ||||||
* | chore(deps): update dependency pylint to v2.14.5 | renovate[bot] | 2022-07-17 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #2141 from nickbroon/nickbroon-merge_pipelines_enabled | Nejc Habjan | 2022-07-11 | 1 | -0/+2 | |
|\ | | | | | feat: Add 'merge_pipelines_enabled' project attribute | |||||
| * | feat: Add 'merge_pipelines_enabled' project attribute | Nick Brown | 2022-07-11 | 1 | -0/+2 | |
|/ | | | | | | | | Boolean. Enable or disable merge pipelines. See: https://docs.gitlab.com/ee/api/projects.html#edit-project https://docs.gitlab.com/ee/ci/pipelines/merged_results_pipelines.html | |||||
* | chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.28.0 | renovate[bot] | 2022-07-10 | 1 | -1/+1 | |
| | ||||||
* | chore(deps): update dependency commitizen to v2.28.0 | renovate[bot] | 2022-07-10 | 1 | -1/+1 | |
| | ||||||
* | chore(deps): update black to v22.6.0 | renovate[bot] | 2022-07-10 | 2 | -2/+2 | |
| | ||||||
* | chore(deps): update pre-commit hook pycqa/pylint to v2.14.4 | renovate[bot] | 2022-07-10 | 1 | -1/+1 | |
| | ||||||
* | feat: support validating CI lint results | Nejc Habjan | 2022-07-09 | 8 | -12/+184 | |
| | ||||||
* | fix(cli): remove irrelevant MR approval rule list filters | Nejc Habjan | 2022-07-09 | 1 | -1/+0 | |
| | ||||||
* | docs: document CI Lint usage | Nejc Habjan | 2022-07-05 | 5 | -43/+98 | |
| | ||||||
* | feat(cli): add support for global CI lint | Nejc Habjan | 2022-07-05 | 4 | -15/+61 | |
| | ||||||
* | chore(ci_lint): add create attributes | Nejc Habjan | 2022-07-05 | 1 | -0/+4 | |
| | ||||||
* | refactor(objects): move ci lint to separate file | Nejc Habjan | 2022-07-05 | 5 | -62/+73 | |
| | ||||||
* | Merge pull request #2125 from python-gitlab/jlvillal/user_docs | Nejc Habjan | 2022-07-05 | 1 | -1/+30 | |
|\ | | | | | docs(users): add docs about listing a user's projects | |||||
| * | docs(users): add docs about listing a user's projects | John L. Villalovos | 2022-07-04 | 1 | -1/+30 | |
|/ | | | | | | | Add docs about listing a user's projects. Update docs on the membership API to update the URL to the upstream docs and also add a note that it requires Administrator access to use. | |||||
* | Merge pull request #1896 from python-gitlab/jlvillal/ci_lint | Nejc Habjan | 2022-07-05 | 3 | -0/+112 | |
|\ | | | | | feat: add Project CI Lint support | |||||
| * | feat(objects): add Project CI Lint support | John L. Villalovos | 2022-07-04 | 3 | -0/+112 | |
| | | | | | | | | | | | | Add support for validating a project's CI configuration [1] [1] https://docs.gitlab.com/ee/api/lint.html | |||||
* | | Merge pull request #2126 from python-gitlab/jlvillal/push_rules | Nejc Habjan | 2022-07-05 | 2 | -2/+2 | |
|\ \ | |/ |/| | docs: update return type of pushrules | |||||
| * | docs: update return type of pushrules | John L. Villalovos | 2022-07-04 | 2 | -2/+2 | |
| | | | | | | | | | | Update the return type of pushrules to surround None with back-ticks to make it code-formatted. | |||||
* | | docs: describe ROPC flow in place of password authentication | Nejc Habjan | 2022-07-04 | 2 | -20/+21 | |
|/ | ||||||
* | Merge pull request #1266 from gokeefe/gokeefe/group_push_rules | Nejc Habjan | 2022-07-05 | 4 | -2/+194 | |
|\ | | | | | #1259 Add GroupPushRules and GroupPushRulesManager classes | |||||
| * | feat: add support for group push rules | O'Keefe, Gerard (Gerry) | 2022-07-04 | 4 | -2/+194 | |
|/ | | | | | | Add the GroupPushRules and GroupPushRulesManager classes. Closes: #1259 | |||||
* | Merge pull request #2114 from python-gitlab/jlvillal/remove_trys | Nejc Habjan | 2022-07-04 | 1 | -40/+36 | |
|\ | | | | | chore: simplify multi-nested try blocks | |||||
| * | chore: simplify multi-nested try blocks | John L. Villalovos | 2022-06-29 | 1 | -40/+36 | |
| | | | | | | | | | | Instead of have a multi-nested series of try blocks. Convert it to a more readable series of `if` statements. | |||||
* | | chore(deps): update dependency requests to v2.28.1 | renovate[bot] | 2022-07-03 | 2 | -2/+2 | |
| | | ||||||
* | | chore(deps): update dependency pylint to v2.14.4 | renovate[bot] | 2022-07-03 | 1 | -1/+1 | |
| | | ||||||
* | | test(functional): replace len() calls with list membership checks | Nejc Habjan | 2022-07-03 | 14 | -172/+163 | |
| | | ||||||
* | | Merge pull request #2117 from python-gitlab/jlvillal/encodedid_path | Nejc Habjan | 2022-07-03 | 2 | -5/+7 | |
|\ \ | |/ |/| | fix: ensure path elements are escaped | |||||
| * | fix: ensure path elements are escaped | John L. Villalovos | 2022-07-03 | 2 | -5/+7 | |
|/ | | | | | | | Ensure the path elements that are passed to the server are escaped. For example a "/" will be changed to "%2F" Closes: #2116 | |||||
* | Merge pull request #2113 from tuxiqae/patch-1 | Nejc Habjan | 2022-06-29 | 1 | -1/+1 | |
|\ | | | | | Remove redundant `-v` that breaks the command | |||||
| * | docs(readme): Remove redundant `-v` that breaks the command | Sagi Sarussi | 2022-06-29 | 1 | -1/+1 | |
| | | | | | | | | Remove redundant `-v` that breaks the command | |||||
* | | Merge pull request #2069 from antoineauger/test/unit-tests-projects | Nejc Habjan | 2022-06-29 | 3 | -107/+538 | |
|\ \ | |/ |/| | test(projects): add unit tests for projects | |||||
| * | refactor(test-projects): apply suggestions and use fixtures | Antoine Auger | 2022-06-29 | 1 | -27/+26 | |
| | | ||||||
| * | refactor(test-projects): remove test_restore_project | Antoine Auger | 2022-06-16 | 1 | -5/+0 | |
| | | ||||||
| * | test(projects): add unit tests for projects | Antoine Auger | 2022-06-16 | 3 | -100/+537 | |
| | | ||||||
* | | Merge pull request #2110 from python-gitlab/jlvillal/mr_approval_rules | Nejc Habjan | 2022-06-28 | 3 | -4/+33 | |
|\ \ | | | | | | | feat(api): add support for `get` for a MR approval rule | |||||
| * | | feat(api): add support for `get` for a MR approval rule | John L. Villalovos | 2022-06-27 | 3 | -4/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In GitLab 14.10 they added support to get a single merge request approval rule [1] Add support for it to ProjectMergeRequestApprovalRuleManager [1] https://docs.gitlab.com/ee/api/merge_request_approvals.html#get-a-single-merge-request-level-rule | |||||
* | | | Merge pull request #2111 from python-gitlab/jlvillal/meta_fix | Nejc Habjan | 2022-06-28 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | chore: fix misspelling | |||||
| * | | | chore: fix misspelling | John L. Villalovos | 2022-06-27 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #2112 from python-gitlab/jlvillal/doc_remove_tabs | Nejc Habjan | 2022-06-28 | 1 | -10/+10 | |
|\ \ \ | |/ / |/| | | chore(docs): convert tabs to spaces | |||||
| * | | chore(docs): convert tabs to spaces | John L. Villalovos | 2022-06-27 | 1 | -10/+10 | |
|/ / | | | | | | | Some tabs snuck into the documentation. Convert them to 4-spaces. | |||||
* | | chore: release v3.6.0v3.6.0 | github-actions | 2022-06-28 | 2 | -1/+34 | |
| | |