Commits on Source (7)
-
Rastislav Kruták authored
-
Jiří Prokop authored
refactor: ruff formater not passing See merge request !76
-
-
Jiří Prokop authored
chore(deps): update commitlint See merge request !75
-
Jan Pavlíček authored
-
Jan Pavlíček authored
feat: run_probes.py now allows to select probes to run with optional argument See merge request !78
-
semantic-release-bot authored
# [3.1.0](v3.0.0...v3.1.0) (2025-04-28) ### Features * run_probes.py now allows to select probes to run with optional argument ([53e638a4](53e638a4))
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- package-lock.json 126 additions, 107 deletionspackage-lock.json
- package.json 4 additions, 4 deletionspackage.json
- perun/proxy/utils/run_probes.py 21 additions, 0 deletionsperun/proxy/utils/run_probes.py
- perun/proxy/utils/separate_oidc_logs.py 4 additions, 3 deletionsperun/proxy/utils/separate_oidc_logs.py
- perun/proxy/utils/separate_ssp_logs.py 4 additions, 3 deletionsperun/proxy/utils/separate_ssp_logs.py
- setup.cfg 1 addition, 1 deletionsetup.cfg
... | ... | @@ -4,12 +4,12 @@ |
"private": true, | ||
"devDependencies": { | ||
"@beepbeepgo/semantic-release-python": "1.1.0", | ||
"@commitlint/config-conventional": "19.2.2", | ||
"@commitlint/cz-commitlint": "19.2.0", | ||
"@commitlint/config-conventional": "19.6.0", | ||
"@commitlint/cz-commitlint": "19.6.1", | ||
"@perun/commitlint-config-perun": "1.0.1", | ||
"@perun/semantic-release-perun-config": "1.0.1", | ||
"commitizen": "4.3.0", | ||
"inquirer": "9.2.19" | ||
"commitizen": "4.3.1", | ||
"inquirer": "9.3.7" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
... | ... |