Migrate three pure-function modules from Elixir to Gleam: - polling_offset: deterministic hash-based polling offset (pure Gleam, no FFI) - changelog_parser: text parsing logic in Gleam, thin Elixir wrapper for File I/O - user_agent_parser: regex-based UA parsing in Gleam with Erlang FFI for atom-keyed map conversion Add gleam_regexp dependency for regex support in Gleam modules. Update all call sites and tests to use Gleam module atoms. Reviewed-on: graham/towerops-web#103 |
||
|---|---|---|
| .. | ||
| account_deletion_test.exs | ||
| browser_session_test.exs | ||
| grant_sudo_mode_test.exs | ||
| hibp_test.exs | ||
| login_attempt_test.exs | ||
| policy_version_test.exs | ||
| scope_test.exs | ||
| user_agent_parser_test.exs | ||
| user_consent_test.exs | ||
| user_notifier_test.exs | ||
| user_recovery_code_test.exs | ||
| user_test.exs | ||
| verify_totp_only_test.exs | ||