Releases: claceio/clace
Releases · claceio/clace
Release v0.10.3
Changelog
Audit event related changes, to provide better support for monitoring system and app level events. Audit event viewer app is at https://github.com/claceio/apps/tree/main/clace/audit_viewer
Code changes v0.10.1...v0.10.3
Release v0.10.1
Added Suggest and Validate support for Actions https://clace.io/docs/actions/#suggest-handler
Changelog
- 307902c: Moved db files to metadata dir (@akclace)
- 1aa6fbb: Added support for action suggest and validate (@akclace)
- ff5c1fe: Renamed load_file to serve_tmp_file (@akclace)
To move the existing metadata database, run
clace server stop
mv $CL_HOME/clace.db $CL_HOME/metadata/clace_metadata.db
mv $CL_HOME/clace.db-shm $CL_HOME/metadata/clace_metadata.db-shm
mv $CL_HOME/clace.db-wal $CL_HOME/metadata/clace_metadata.db-wal
clace server start &
Release v0.9.9 - File handling support for Actions
Release v0.9.8
Changelog
Added file upload/download support for Actions
- 166b98b: #44: Added API to persist user file info in database (@akclace)
- fa8a97c: #44: Added support for Action input of type file, textarea and password (@akclace)
- a241c49: Added exec redirect to temp file (@akclace)
- c1b8cc0: Added file download and image report types (@akclace)
- 01d514b: Added links to other actions (@akclace)
- 66ea307: Added push url for actions (@akclace)
- 8736ebd: Added support for hiding params in specific actions (@akclace)
- 8f617e7: Added test for Action switcher (@akclace)
- a2e9c26: Check for loopback ip (@akclace)
- 90b9727: Fix tests (@akclace)
- c61e5f2: Preserve query string across action switcher (@akclace)
- a256618: Scale action output (@akclace)
Release v0.9.7
Changelog
Added default_domain config param to restrict which domains are allowed to serve apps.
Added support for automatically listing apps when opening default domain at root level.
Release v0.8.2
Changelog
- f793f06: Add support for container API call from http plugin (@akclace)
- af27580: Disable client certs, seems to cause a prompt for certificate dialog on some browsers (@akclace)
- 29b5c97: Fix SSE connect url (@akclace)
- 0c874b2: Fix style handling for action and add live reload (@akclace)
- 590eacf: Update roadmap items which are done (@akclace)
- ec67bc1: Update test config (@akclace)
Release v0.8.1 - Update actions support
Changelog
- 1fe13d0: Added a transition indicator for form submit (@akclace)
- 36f525d: Added action custom report tests (@akclace)
- 2653295: Added action report tests (@akclace)
- 93d3d10: Added auto report generation for actions (@akclace)
- 2e77662: Added initial tests for actions (@akclace)
- 4c6ee56: Added param options test (@akclace)
- 10c628c: Added sort to fix test (@akclace)
- 1c62572: Added support for custom action reports (@akclace)
- f4ee3a8: Added support for non-HTMX submit (@akclace)
- f36df0f: Added support for setting light and dark theme (@akclace)
- 6b8fe4c: Moved report attr from action to result (@akclace)
- 4f55735: Send validation messages to overwrite previous values (@akclace)
- dfe5f55: Updated default style (@akclace)
Release v0.8.0 - App actions support
Added support for app actions
Other
- e501652: Added action form setup based on params (@akclace)
- f76d35e: Added action form template (@akclace)
- edfda8f: Added actions code (@akclace)
- 3cef0cc: Added actions support in app definition (@akclace)
- fafa1ce: Added allowed values (@akclace)
- 7644133: Added cleanup for self-hosted runner (@akclace)
- 6555bb8: Added code coverage report (@akclace)
- 32c28e7: Added exec support for actions (@akclace)
- 7eb0e1d: Added http plugin tests (@akclace)
- 448e86b: Added param struct (@akclace)
- 9d6da10: Added tests for create error and params (@akclace)
- d7f0b03: Change key file perms (@akclace)
- 5de624c: Changed error handling to be stricter (@akclace)
- 5195d01: Changed pull request to run on github hosted runner without Docker, regular build to run on self-hosted runner with Docker (@akclace)
- a5a69a8: Fix health check url creation (@akclace)
- d7638ac: Updated form generation (@akclace)