Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts/poe-tasks: separate lint from other check script | Aleš Mrázek | 2024-10-17 | 5 | -48/+68 |
| | |||||
* | python: code format fixes | Aleš Mrázek | 2024-10-17 | 1 | -1/+1 |
| | |||||
* | scripts/poe-tasks: use ruff instead of black, isort, pylint and flake8 | Aleš Mrázek | 2024-10-17 | 2 | -21/+15 |
| | |||||
* | python: meson constants.py template moved to knot_resolver module | Aleš Mrázek | 2024-09-30 | 4 | -4/+4 |
| | |||||
* | scripts/poe-tasks: created gen-constantspy script | Aleš Mrázek | 2024-09-30 | 2 | -0/+22 |
| | | | | New script to build constants.py module using Meson. Also check that the module is the current one. | ||||
* | scripts/poe-tasks: _env.sh improvements and formatting | Aleš Mrázek | 2024-09-30 | 7 | -53/+64 |
| | |||||
* | scripts/poe-tasks: ./configure not required for some tasks | Aleš Mrázek | 2024-09-30 | 4 | -17/+1 |
| | |||||
* | scripts/poe-tasks: doc-schema added | Aleš Mrázek | 2024-09-30 | 3 | -1/+17 |
| | | | | The script that generates the configuration JSON schema with the correct values. | ||||
* | scripts/poe-tasks: improvements | Aleš Mrázek | 2024-09-30 | 11 | -59/+72 |
| | |||||
* | scripts/poe-tasks: use id cmd instead of $USER env var in _env.sh | Aleš Mrázek | 2024-09-30 | 1 | -1/+1 |
| | |||||
* | ci: manager: configure meson before every test | Aleš Mrázek | 2024-09-30 | 6 | -13/+26 |
| | |||||
* | python/knot_resolver: use constants.py configured by Meson | Aleš Mrázek | 2024-09-30 | 2 | -2/+6 |
| | |||||
* | scripts/poe-tasks: text and naming improvements | Aleš Mrázek | 2024-09-30 | 5 | -31/+43 |
| | |||||
* | doc: create static JSON schema | Aleš Mrázek | 2024-09-09 | 1 | -0/+6 |
| | | | | | - poe check: check for difference in JSON schema - scripts/meson/make-doc.sh: do not create JSON schema | ||||
* | scripts/poe-tasks/check: added isort check | Aleš Mrázek | 2024-09-07 | 1 | -0/+6 |
| | |||||
* | scripts/poe-tasks: clean added | Aleš Mrázek | 2024-09-07 | 1 | -0/+20 |
| | |||||
* | python: knot_resolver_manager module renamed to knot_resolver | Aleš Mrázek | 2024-09-07 | 4 | -7/+7 |
| | |||||
* | manager: reorganizing python modules | Aleš Mrázek | 2024-09-07 | 3 | -3/+3 |
| | |||||
* | manager: moved everything out of the directory | Aleš Mrázek | 2024-09-07 | 4 | -8/+8 |
| | |||||
* | scripts/poe-tasks/configure: add user and group | Aleš Mrázek | 2024-09-02 | 1 | -1/+1 |
| | |||||
* | scripts: organize into subdirs and clean up unused | Oto Šťáva | 2024-08-26 | 13 | -15/+81 |
| | |||||
* | scripts/poe-tasks: env vars are accessible by all tasks using _env.sh | Aleš Mrázek | 2024-08-26 | 2 | -18/+20 |
| | |||||
* | scripts: use env shebang | Aleš Mrázek | 2024-08-26 | 11 | -13/+13 |
| | |||||
* | scripts/poe-tasks: kresctl task script added | Aleš Mrázek | 2024-08-26 | 1 | -0/+8 |
| | |||||
* | scripts/poe-tasks: scripts for some tasks | Aleš Mrázek | 2024-08-26 | 4 | -66/+29 |
| | | | | It would be useful to be able to run some tasks outside of the Poetry environment. | ||||
* | scripts/poe-tasks: scripts and pyproject.toml tasks names unification | Aleš Mrázek | 2024-08-26 | 2 | -0/+0 |
| | |||||
* | scripts: subdirectory for ./poe tasks created | Aleš Mrázek | 2024-08-26 | 9 | -0/+298 |