| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add basic typing to smoke tests | Nejc Habjan | 2022-10-27 | 1 | -3/+3 |
| | | |||||
| * | chore: remove redundant list comprehension | Nejc Habjan | 2022-01-23 | 1 | -1/+1 |
| | | |||||
| * | chore: rename `gitlab/__version__.py` -> `gitlab/_version.py`jlvillal/version_mv | John L. Villalovos | 2022-01-15 | 1 | -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`. | ||||
| * | fix(build): do not include docs in wheel package | Nejc Habjan | 2021-10-31 | 1 | -4/+5 |
| | | |||||
| * | test(build): add smoke tests for sdist & wheel package | Nejc Habjan | 2021-09-02 | 2 | -0/+33 |
