| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
This reverts commit f825d70e25feae8cd9da84e768ec6075edbc2200.
|
| | |
|
| | |
|
| |
|
|
|
| |
The CLI test is `cli_func_v4` and using `api_func_v4` matches with
that naming convention.
|
| |
|
|
| |
documentation
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is confusing to have a `gitlab/__version__.py` because we also
create a variable `gitlab.__version__` which can conflict with
`gitlab/__version__.py`.
For example in `gitlab/const.py` we have to know that
`gitlab.__version__` is a module and not the variable due to the
ordering of imports. But in most other usage `gitlab.__version__` is a
version string.
To reduce confusion make the name of the version file
`gitlab/_version.py`.
|
|
|
Move the Contributing section of README.rst to CONTRIBUTING.rst, so it
is recognized by GitHub and shown when new contributors make pull
requests.
|