Commits on Source (7)
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
fix: allow use check_saml probe on proxyidp See merge request perun-proxy-aai/python/perun-proxy-utils!48
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
Pavel Břoušek authored
-
semantic-release-bot authored
## [2.2.1](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.2.0...v2.2.1) (2024-01-09) ### Bug Fixes * **check_saml:** follow all redirects on ProxyIdP ([f7c8fc76](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/f7c8fc768c4a989f523da77777cc4b28b210786f))
Showing
- .commitlintrc.json 28 additions, 0 deletions.commitlintrc.json
- .npmrc 2 additions, 0 deletions.npmrc
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- package-lock.json 18342 additions, 0 deletionspackage-lock.json
- package.json 19 additions, 0 deletionspackage.json
- perun/proxy/utils/nagios/check_saml.py 1 addition, 0 deletionsperun/proxy/utils/nagios/check_saml.py
- setup.cfg 1 addition, 1 deletionsetup.cfg
.commitlintrc.json
0 → 100644
.npmrc
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "perun-proxy-utils", | ||
"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-proxy-aai/semantic-release-proxy-config": "^1.1.10", | ||
"commitizen": "4.3.0", | ||
"inquirer": "8.2.6", | ||
"semantic-release": "^22.0.12" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/@commitlint/cz-commitlint" | ||
} | ||
} | ||
} |