Bug Fixes
- (#179) update installation script URL from 'main' to 'master' branch (c45e9e7)
- add go version check (9c36b59)
- add missing install air hot reload function to main (00e2554)
- address review comments (3359adf)
- Domain deployment fails due to unresolved helpers/caddy.json path (b3bb53c)
- env sample loading issues (623f8f1)
- feature flags shows disabled on login until refresh (14c247b)
- fixture loader helps us to create dummy data to the table during development, this sets up the base for creating the development environment with different set of fixtures like testing, development, minimal, complete etc (11fa6d7)
- installation message to print out ip:port format (12f0354)
- make use of users home directory to source the air command after downloading (67d5644)
- make view server and api server to run in the background without stopping the program at that point (7e6a6d4)
- move to parent directory before starting the view (ccb3f75)
- Optional chaining prevents the null pointer error (f7d9c9b)
- permission issues related to air installation, go existance check, and echo statements (ddd3fdc)
- port not displayed after installation with ip based installs (b88730c)
- pressing logout from settings page throws null pointer error (07b68e6)
- prevents non admin users to have the default organization, and only be added to the requested organization through invitation (0897de5)
- remove asking for confirmation from user when domain validation fails (0014e84)
- remove base from config.mts for documentation site (33ce717)
- remove checkout to feat/develop branch (af2eb79)
- remove interactive admin credential asking through installation wizard (cfdb159)
- remove mac-os temporarily (534a695)
- remove Makefile as it is no longer needed (8cf8d52)
- remove nixopus-staging-redis from the list (79b4e85)
- remove string quotes on parameter passing in qemu steps (73746af)
- remove triggering the dev env setup on every pull request and pushes (c85375d)
- remove version comparision check (240716c)
- removed docker compose dependency (d680381)
- removed go installation and auto installation of docker git etc deps as it may cause errors and conflicts (ed9207f)
- seperate jobs for domain based installation and ip based installation (b0736ad)
- unsupported architecture golang install (e96271c)
- update complete.yml to use the split imports for different fixtures, and add custom support for importing the fixtures using gopkg/yaml (01e587f)
- uses logging module instead of print_debug function for extendability for future changes and to keep consistency (f709e45)
Features
- add dev environment setup qemu action (340e2e3)
- Create Issue from dashboard with reporting template and user client infromation in place (01953f2)
- development environment oneclick setup (81b275a)
- include build step for macos (b15c534)
- setup script for macos (b92b04e)
- Sponsors Showcase on docs (bb04962)
- Sponsorship Marquee on the Home page (d7e1211)
- ssh setup logic added for dev setup (1205995)