Commits on Source (9)
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Perun-GitLab Service Account authored
-
Pavel Břoušek authored
chore(deps): update commitlint monorepo to v18 (major) See merge request !54
-
Perun-GitLab Service Account authored
-
Pavel Břoušek authored
chore(deps): lock file maintenance See merge request !56
-
-
Pavel Břoušek authored
feat: run_probes outputs in check_mk format with metrics to graphs Closes PRX-360 See merge request !53
-
semantic-release-bot authored
# [2.4.0](v2.3.0...v2.4.0) (2024-02-01) ### Features * run_probes outputs in check_mk format with metrics to graphs ([26da3f35](26da3f35))
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- package-lock.json 249 additions, 455 deletionspackage-lock.json
- package.json 5 additions, 5 deletionspackage.json
- perun/proxy/utils/run_probes.py 34 additions, 2 deletionsperun/proxy/utils/run_probes.py
- renovate.json 1 addition, 1 deletionrenovate.json
- setup.cfg 1 addition, 1 deletionsetup.cfg
... | ... | @@ -3,11 +3,11 @@ |
"version": "0.0.0-development", | ||
"private": true, | ||
"devDependencies": { | ||
"@beepbeepgo/semantic-release-python": "^1.1.0", | ||
"@commitlint/config-conventional": "17.8.1", | ||
"@commitlint/cz-commitlint": "17.8.1", | ||
"@perun/commitlint-config-perun": "^1.0.0", | ||
"@perun/semantic-release-perun-config": "^1.0.1", | ||
"@beepbeepgo/semantic-release-python": "1.1.0", | ||
"@commitlint/config-conventional": "18.6.0", | ||
"@commitlint/cz-commitlint": "18.6.0", | ||
"@perun/commitlint-config-perun": "1.0.0", | ||
"@perun/semantic-release-perun-config": "1.0.1", | ||
"commitizen": "4.3.0", | ||
"inquirer": "8.2.6" | ||
}, | ||
... | ... |