This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f0119b5c75
authelia
/
.github
/
commit-msg
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ci: add husky with pre-commit and commit-msg hooks (#2352) * ci: add husky with pre-commit and commit-msg hooks This change includes two new hooks as part of our GitHub workflow with husky: * `pre-commit`: Performs linting with golangci-lint and eslint/prettier * `commit-msg`: Ensures that the commit messages conform to our guidelines and will error and provide context to a user when they do not. The `prepare` command which has been included is executed each time a `yarn install` is executed. * ci: extend @commitlint/config-conventional configuration * fix: lint all dot js files
2021-09-09 02:22:11 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
refactor: replace yarn with pnpm (#2424) * Check for pnpm in authelia-scripts * Improve husky hooks to check for required apps * Use pnpm in coverage dockerfile * Use pnpm in dev workflow * Stop buildx log truncation * Ignore pnpm lockfile in yamllint * Update versions required for docker and docker-compose in contributing docs
2021-09-29 07:24:21 +00:00
. "$(dirname "$0")/required-apps"
ci: add husky with pre-commit and commit-msg hooks (#2352) * ci: add husky with pre-commit and commit-msg hooks This change includes two new hooks as part of our GitHub workflow with husky: * `pre-commit`: Performs linting with golangci-lint and eslint/prettier * `commit-msg`: Ensures that the commit messages conform to our guidelines and will error and provide context to a user when they do not. The `prepare` command which has been included is executed each time a `yarn install` is executed. * ci: extend @commitlint/config-conventional configuration * fix: lint all dot js files
2021-09-09 02:22:11 +00:00
feat(duo): multi device selection (#2137) Allow users to select and save the preferred duo device and method, depending on availability in the duo account. A default enrollment URL is provided and adjusted if returned by the duo API. This allows auto-enrollment if enabled by the administrator. Closes #594. Closes #1039.
2021-12-01 03:32:58 +00:00
cd web && ${PMGR} commit