| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Update code so that the `warn_return_any` check passes.
|
|
|
|
|
| |
Rename the variables `whaction` and `action` to `resource_action` to
improve code-readability.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the
tests located under the 'tests/' directory.
|