GitLab Merge Request 4-Eyes Approval Audit Tool
Project description
gitlab-mr-check
GitLab Merge Request 4-Eyes Approval Audit Tool
Usage
Legacy: pip install gitlab_mr_check
Preferred: uv add gitlab_mr_check
Developing further
Development flow as Paleofuturistic Python
Prerequisite: uv
Setup
- Fork and clone this repository.
- Download dependencies:
uv sync --all-extras --dev - On first run of any workflow command, the bootstrap step will prompt to install pre-commit hooks.
Workflow
All commands are invoked via ./workflow.cmd <namespace>.<task>:
| Command | Description |
|---|---|
./workflow.cmd format |
Format code and sort imports |
./workflow.cmd lint |
Run all linters (ruff, pylint, ty, complexipy, commitizen) |
./workflow.cmd test |
Run all tests (pytest) |
./workflow.cmd build |
Run security checks and build the package |
./workflow.cmd release -i <type> |
Bump version, tag, push, build, publish, and upload SBOM |
./workflow.cmd quality |
Run code quality analysis (pyscn) |
./workflow.cmd secure |
Run security audit and generate SBOM |
./workflow.cmd document |
Build and view documentation (mkdocs) |
./workflow.cmd container.build |
Build the dependency cache container image |
./workflow.cmd container.act |
Run the CI workflow locally using act |
./workflow.cmd develop.pre-commit |
Run all pre-commit hooks on the codebase |
./workflow.cmd bootstrap --force |
Re-run the development environment setup |
Development cycle
- Add dependencies:
uv add some_lib_you_need - Develop (optional, tinker:
uvx --with-editable . ptpython) - Format:
./workflow.cmd format - Lint:
./workflow.cmd lint - Test:
./workflow.cmd test - Build:
./workflow.cmd build - Review docs:
./workflow.cmd document - Make a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gitlab_mr_check-1.5.0.tar.gz
(13.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitlab_mr_check-1.5.0.tar.gz.
File metadata
- Download URL: gitlab_mr_check-1.5.0.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4eb86470a852afa1513b95cf618b442379155293ee977d9a8010215c42d342a
|
|
| MD5 |
81f20a10de5f9bd274ff00b586d31bde
|
|
| BLAKE2b-256 |
2a8fc2b6c555c581f22b2c1ca8e5ec56073c3a4d363caf3b0c3b41798d5478b9
|
File details
Details for the file gitlab_mr_check-1.5.0-py3-none-any.whl.
File metadata
- Download URL: gitlab_mr_check-1.5.0-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5489f28d9e4d3ab1675b245699d5295ab91ee4a057454b924ce555017b4d932
|
|
| MD5 |
98833d80e790f25e80b1f59ab2862f2f
|
|
| BLAKE2b-256 |
efedc7509842f8978855c7d4b3013159a77068523093e4ecdcd484a16c62a48d
|