These were already in .gitignore but had been committed before the
.gitignore rule was added, so git was still tracking changes to
them — every rebuild dirtied the working tree with compiled .beam
artifacts and the occasional crash dump landed in commits.
`git rm -r --cached` removes them from the index without deleting
from disk. Future builds won't show in `git status` anymore.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- authenticate_against_hostbill/2: validates credentials against HostBill API
- sync_user_to_lldap/1: fires webhook to ops backend to add missing user to LLDAP
- Service dropdown in emergency form is now optional (empty string default)
- Updated to 0.1.12
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>