Changelog Highlights 🚀
Following are the changes to the release V0.1.0-alpha.4
Features
- #66 - Users can enable or disable features in Nixopus as needed, giving them full control based on their individual preferences and use cases.
- #69 - Caching Layer which makes the api endpoints not to wait for frequently accessed middleware checks like finding the user based on the jwt token, or the user organization and permissions , roles , feature availability checks
- #72 – Users can view and manage all their containers with ease. Each container has its own detail page, where users can see associated images and perform actions like restart, stop, or remove.
Fixes
- #71 - Skips automatic update checks and disables update functionality when ENV=development, even if triggered manually via the UI.
- #73 - Nixopus automatically finds the available port and maps it as the external port of the docker config, so user need not to enter host:container port mappings manually!
Tests
- #68 - Includes unit tests for audit, auth, domain features service and storage layers
CI
- Spin up Test CI during feat/develop or master branches as the target and for PR's
- Fixes Auto commit not working for formatting nixopus api and nixopus view