Skip to content

v0.0.12

Choose a tag to compare

@github-actions github-actions released this 31 May 09:34
· 26 commits to master since this release

Changelog

  • d413739 StringList support
  • d74dc70 add /healthz
  • bf3a668 add pass eye + rebranding
  • 27b54d0 add polling
  • ea2997b code fixes
  • 25ad142 code modernation
  • f7c57f6 code refactoring
  • 1e70520 collapse / expand improvements
  • a473d0d disable line wrapping in task logs, add horizontal scroll
  • da2fb32 factor out session options
  • 7cc0470 factor out ssh options
  • 8555958 feat(config): strict schema validation with graceful degradation
  • 52fcb27 feat: add auth and job packages for session management and async job store
  • 62356c2 feat: add cascade entity enabling
  • 5eb1b64 feat: add cascade entity restriction
  • 21ca2de feat: add config package with YAML loading, validation, cascade, and ACL
  • 5c4aea4 feat: add exec package for command building and local/SSH execution
  • ee7071a feat: add main entry point and wire all components
  • 9d2d99e feat: add security middleware and HTTP handlers with routing
  • dd22c24 feat: migrate Docker setup from Node to Go
  • 088e0c4 feat: migrate yaml.v3 → yaml/v4, update x/time to v0.15.0
  • ef9210c feat: scaffold Go project structure with go.mod and .gitignore
  • d14f7f5 fix docker image
  • 04e3933 fix executeAsync stderr fallback; correct ShellEscape doc
  • fef7da1 fix readme
  • c592eaa fix self-doc
  • 21096d3 fix slow tests
  • 4f590a1 fix(config): relabel YAML type errors onto their field as 'invalid type' (one issue, no element-path leak)
  • 27d703c fixes
  • 2698bbe improve toast messaging
  • a635df6 improve toast modals + logging
  • 1023c8c improvements ...
  • df5a8b6 init
  • d5fd3f1 job: table-driven tests, status constants, TestGenerateID
  • 76868a3 plain text password support
  • 5a6fac9 pre-compute resolved ACL
  • 74a4f6a readme
  • 69b08a9 refactor auth/handler: drop dead middleware, dedupe error responses
  • 66dec58 refactor config: unify cascade helpers, make Section a value
  • 4cc4dbd refactor ui.js: drop dead var, dedupe section title, simplify grouping
  • 986a591 refactor(config): structural shape validation with clear issue labels
  • adaded8 refactoring
  • 5997a89 refactoring
  • 12cb5c9 refactoring ...
  • 8987917 remove needless auth error messages
  • 95a3a39 remove needless fields and checks
  • 8923552 remove windows support
  • 0dc002b reorganize tests
  • b0a2f5a resolve cascade once in Flatten, remove dead Get* methods
  • 064fa34 self hash password
  • 73dd8c2 update config tests
  • a5a229a update config.yaml
  • a87356d update login buttpn
  • 4487b67 update readme
  • 77e1547 update tests
  • 16497a9 updates
  • dd58d21 updates ...
  • ab78f3b validate remote hosts at config load via [user@]host[:port] parser