Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(unit): increase V4 CLI coverage | Nejc Habjan | 2023-04-11 | 1 | -0/+23 |
| | |||||
* | chore: consolidate license and authors | Nejc Habjan | 2022-08-04 | 1 | -18/+0 |
| | |||||
* | chore: enable mypy check `warn_return_any` | John L. Villalovos | 2022-07-28 | 1 | -1/+2 |
| | | | | Update code so that the `warn_return_any` check passes. | ||||
* | chore: rename `whaction` and `action` to `resource_action` in CLI | John L. Villalovos | 2022-06-05 | 1 | -1/+1 |
| | | | | | Rename the variables `whaction` and `action` to `resource_action` to improve code-readability. | ||||
* | chore: rename `what` to `gitlab_resource` | John L. Villalovos | 2022-06-03 | 1 | -7/+7 |
| | | | | | | | | | | | | Naming a variable `what` makes it difficult to understand what it is used for. Rename it to `gitlab_resource` as that is what is being stored. The Gitlab documentation talks about them being resources: https://docs.gitlab.com/ee/api/api_resources.html This will improve code readability. | ||||
* | test(cli): improve basic CLI coveragetest/cli-coverage | Nejc Habjan | 2021-11-27 | 1 | -3/+11 |
| | |||||
* | refactor: use f-strings for string formatting | Nejc Habjan | 2021-11-05 | 1 | -1/+1 |
| | |||||
* | chore: move 'gitlab/tests/' dir to 'tests/unit/' | John L. Villalovos | 2021-05-26 | 1 | -0/+157 |
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory. |