Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | test: fix `test_project_push_rules` test | John L. Villalovos | 2022-10-18 | 1 | -4/+9 | |
|/ | | | | Make the `test_project_push_rules` test work. | |||||
* | chore: revert compose upgrade | Nejc Habjan | 2022-10-18 | 4 | -11/+5 | |
| | | | | This reverts commit f825d70e25feae8cd9da84e768ec6075edbc2200. | |||||
* | docs(commits): fix commit create example for binary content | Thomas Schmelzer | 2022-10-18 | 1 | -1/+1 | |
| | ||||||
* | test: enable skipping tests per GitLab plan | Nejc Habjan | 2022-10-18 | 8 | -23/+53 | |
| | ||||||
* | refactor: migrate legacy EE tests to pytest | Nejc Habjan | 2022-10-18 | 9 | -165/+173 | |
| | ||||||
* | Merge pull request #2322 from AndreySV/fix-test-with-false | Nejc Habjan | 2022-10-17 | 1 | -2/+2 | |
|\ | | | | | test: use false instead of /usr/bin/false | |||||
| * | test: use false instead of /usr/bin/false | Andrey Skvortsov | 2022-10-17 | 1 | -2/+2 | |
|/ | | | | | | | | On Debian systems false is located at /bin/false (coreutils package). This fixes unit test failure on Debian system: FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/false' /usr/lib/python3.10/subprocess.py:1845: FileNotFoundError | |||||
* | Merge pull request #2318 from python-gitlab/renovate/all-minor-patch | Nejc Habjan | 2022-10-17 | 8 | -15/+15 | |
|\ | | | | | chore(deps): update all non-major dependencies | |||||
| * | chore(deps): update all non-major dependencies | renovate[bot] | 2022-10-17 | 8 | -15/+15 | |
|/ | ||||||
* | refactor: pytest-docker fixtures | Liora Milbaum | 2022-10-16 | 3 | -25/+31 | |
| | ||||||
* | chore: use kwargs for http_request docs | Nejc Habjan | 2022-10-16 | 1 | -2/+7 | |
| | ||||||
* | docs(readme): add a basic feature list | Nejc Habjan | 2022-10-16 | 2 | -7/+20 | |
| | ||||||
* | docs(api): describe use of lower-level methods | Nejc Habjan | 2022-10-16 | 3 | -0/+105 | |
| | ||||||
* | fix: use epic id instead of iid for epic notes | Shreya | 2022-10-16 | 2 | -4/+11 | |
| | ||||||
* | chore(deps): pin GitHub Actions | Nejc Habjan | 2022-10-15 | 7 | -17/+24 | |
| | ||||||
* | chore(deps): group non-major upgrades to reduce noise | Nejc Habjan | 2022-10-15 | 1 | -0/+1 | |
| | ||||||
* | chore(deps): pin and clean up test dependencies | Nejc Habjan | 2022-10-15 | 3 | -9/+8 | |
| | ||||||
* | refactor(deps): drop compose v1 dependency in favor of v2 | Nejc Habjan | 2022-10-15 | 3 | -4/+10 | |
| | ||||||
* | chore(deps): pin dependencies | renovate[bot] | 2022-10-15 | 2 | -2/+2 | |
| | ||||||
* | chore: topic functional tests | Liora Milbaum | 2022-10-15 | 1 | -5/+11 | |
| | ||||||
* | feat(api): add support for topics merge API | Nejc Habjan | 2022-10-14 | 4 | -1/+65 | |
| | ||||||
* | chore: renovate and precommit cleanup | Liora Milbaum | 2022-10-12 | 4 | -22/+20 | |
| | ||||||
* | chore(deps): update black to v22.10.0 | renovate[bot] | 2022-10-09 | 2 | -2/+2 | |
| | ||||||
* | chore(deps): update dependency types-requests to v2.28.11.2 | renovate[bot] | 2022-10-09 | 2 | -2/+2 | |
| | ||||||
* | docs(api): describe the list() and all() runners' functions | Liora Milbaum | 2022-10-09 | 6 | -18/+28 | |
| | ||||||
* | chore: fix flaky test | John L. Villalovos | 2022-10-09 | 1 | -4/+3 | |
| | ||||||
* | fix(cli): handle list response for json/yaml output | John L. Villalovos | 2022-10-06 | 2 | -4/+48 | |
| | | | | | | | | | Handle the case with the CLI where a list response is returned from GitLab and json/yaml output is requested. Add a functional CLI test to validate it works. Closes: #2287 | |||||
* | chore: update the issue templates | John L. Villalovos | 2022-10-06 | 2 | -0/+17 | |
| | | | | | | | * Have an option to go to the discussions * Have an option to go to the Gitter chat * Move the bug/issue template into the .github/ISSUE_TEMPLATE/ directory | |||||
* | fix: intermittent failure in test_merge_request_reset_approvals | John L. Villalovos | 2022-10-05 | 2 | -2/+4 | |
| | | | | | | | | | | Have been seeing intermittent failures in the test: tests/functional/api/test_merge_requests.py::test_merge_request_reset_approvals Also saw a failure in: tests/functional/cli/test_cli_v4.py::test_accept_request_merge[subprocess] Add a call to `wait_for_sidekiq()` to hopefully resolve the issues. | |||||
* | chore: simplify `wait_for_sidekiq` usage | John L. Villalovos | 2022-10-05 | 4 | -13/+8 | |
| | | | | | Simplify usage of `wait_for_sidekiq` by putting the assert if it timed out inside the function rather than after calling it. | |||||
* | chore(deps): update dependency pylint to v2.15.3 | renovate[bot] | 2022-10-04 | 1 | -1/+1 | |
| | ||||||
* | docs(api): Update `merge_requests.rst`: `mr_id` to `mr_iid` | Stavros Ntentos | 2022-10-03 | 1 | -2/+2 | |
| | | | | | | | | | Typo: Author probably meant `mr_iid` (i.e. project-specific MR ID) and **not** `mr_id` (i.e. server-wide MR ID) Closes: https://github.com/python-gitlab/python-gitlab/issues/2295 Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com> | |||||
* | chore(deps): update dependency mypy to v0.981 | renovate[bot] | 2022-10-02 | 1 | -1/+1 | |
| | ||||||
* | chore(deps): update dependency commitizen to v2.35.0 | renovate[bot] | 2022-10-02 | 1 | -1/+1 | |
| | ||||||
* | chore(deps): update typing dependencies | renovate[bot] | 2022-10-02 | 2 | -4/+4 | |
| | ||||||
* | chore: release v3.10.0v3.10.0 | github-actions | 2022-09-28 | 2 | -1/+10 | |
| | ||||||
* | feat: Add reset_approvals api | Lucas Zampieri | 2022-09-26 | 4 | -0/+35 | |
| | | | | | | Added the newly added reset_approvals merge request api. Signed-off-by: Lucas Zampieri <lzampier@redhat.com> | |||||
* | fix(cli): add missing attributes for creating MRs | Nejc Habjan | 2022-09-23 | 1 | -3/+6 | |
| | ||||||
* | fix(cli): add missing attribute for MR changes | Nejc Habjan | 2022-09-23 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #2280 from python-gitlab/jlvillal/docker_image | Nejc Habjan | 2022-09-23 | 3 | -6/+13 | |
|\ | | | | | chore: bump GitLab docker image to 15.4.0-ee.0 | |||||
| * | chore: bump GitLab docker image to 15.4.0-ee.0 | John L. Villalovos | 2022-09-22 | 3 | -6/+13 | |
|/ | | | | | | | | | * Use `settings.delayed_group_deletion=False` as that is the recommended method to turn off the delayed group deletion now. * Change test to look for `default` as `pages` is not mentioned in the docs[1] [1] https://docs.gitlab.com/ee/api/sidekiq_metrics.html#get-the-current-queue-metrics | |||||
* | chore(deps): update black to v22.8.0 | renovate[bot] | 2022-09-18 | 2 | -2/+2 | |
| | ||||||
* | chore(deps): update dependency types-requests to v2.28.10 | renovate[bot] | 2022-09-18 | 2 | -2/+2 | |
| | ||||||
* | chore(deps): update dependency pytest to v7.1.3 | renovate[bot] | 2022-09-11 | 3 | -3/+3 | |
| | ||||||
* | chore(deps): update dependency commitizen to v2.32.5 | renovate[bot] | 2022-09-11 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #2261 from python-gitlab/renovate/commitizen-2.x | Nejc Habjan | 2022-08-29 | 1 | -1/+1 | |
|\ | | | | | chore(deps): update dependency commitizen to v2.32.2 | |||||
| * | chore(deps): update dependency commitizen to v2.32.2 | renovate[bot] | 2022-08-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #2262 from ↵ | Nejc Habjan | 2022-08-29 | 1 | -1/+1 | |
|\ \ | |/ |/| | | | | | python-gitlab/renovate/commitizen-tools-commitizen-2.x chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.32.2 | |||||
| * | chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.32.2 | renovate[bot] | 2022-08-29 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #2254 from python-gitlab/jlvillal/deploy_approve | Nejc Habjan | 2022-08-28 | 4 | -3/+199 | |
|\ | | | | | feat: add support for deployment approval endpoint |