towerops/lib
Graham McInitre b038094dc4 fix: use Keyword.get for API key to respect explicit nil, add ecto.migrate to test alias
- DeepSeek.complete: use Keyword.get/3 instead of || so passing api_key: nil
  is respected even when DEEPSEEK_API_KEY env var is set (nil is explicit
  'no key', not 'use default'). Also fixed base_url and model for consistency.
- test alias: add ecto.migrate after ecto.load so Oban migrations are applied,
  fixing 'Found version 12, but version 14 is required' on oban 2.23
2026-07-16 09:31:11 -05:00
..
mix/tasks fix: resolve all Elixir 1.20 type system warnings across project 2026-05-28 14:52:30 -05:00
snmpkit Fix failing tests and clean up code 2026-06-16 14:54:34 -05:00
towerops fix: use Keyword.get for API key to respect explicit nil, add ecto.migrate to test alias 2026-07-16 09:31:11 -05:00
towerops_web fix: resolve dependency vulnerabilities (mint CVE-2026-59249, cowlib CVE-2026-43966/43969) 2026-07-16 07:48:26 -05:00
snmp_lib.ex bring in snmpkit 2026-01-23 12:52:17 -06:00
snmp_mgr.ex credo fixes 2026-01-23 14:01:52 -06:00
snmpkit.ex complete overhaul of snmp engine 2026-01-30 10:41:07 -06:00
towerops.ex init 2025-12-21 11:10:43 -06:00
towerops_native.ex credo fixes 2026-06-14 08:27:57 -05:00
towerops_web.ex feat(coverage): write rasters to NFS-backed dir, serve via dedicated static plug 2026-05-07 07:38:05 -05:00