summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
Commit message (Collapse)AuthorAgeFilesLines
* chore(contributing): refresh development docsNejc Habjan2023-03-111-33/+40
|
* feat(ci): Re-Run Tests on PR Comment workflowLiora Milbaum2022-11-091-0/+11
|
* chore: revert compose upgradeNejc Habjan2022-10-181-5/+3
| | | | This reverts commit f825d70e25feae8cd9da84e768ec6075edbc2200.
* refactor(deps): drop compose v1 dependency in favor of v2Nejc Habjan2022-10-151-3/+5
|
* docs(api): describe the list() and all() runners' functionsLiora Milbaum2022-10-091-2/+2
|
* chore: change name of API functional test to `api_func_v4`John L. Villalovos2022-07-171-5/+5
| | | | | The CLI test is `cli_func_v4` and using `api_func_v4` matches with that naming convention.
* docs(CONTRIBUTING.rst): fix link to conventional-changelog commit format ↵Laurent Peuch2022-05-071-1/+1
| | | | documentation
* chore: rename `gitlab/__version__.py` -> `gitlab/_version.py`jlvillal/version_mvJohn L. Villalovos2022-01-151-1/+1
| | | | | | | | | | | | | | 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`.
* docs(readme): move contributing docs to CONTRIBUTING.rstEric Davies2021-07-271-0/+160
Move the Contributing section of README.rst to CONTRIBUTING.rst, so it is recognized by GitHub and shown when new contributors make pull requests.