-
-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial SysTray api PR #1829
initial SysTray api PR #1829
Conversation
conlan0
commented
Apr 3, 2024
- Added celery task to send nats command to agent every 5 mins to update systray
- Added site-based json tray configs
- Added global toggle for systray to be enabled
- Added agent api communication for config, status, icon and name
do i need to add my migrations here too? |
yes migrations need to be added |
how do i fix these errors |
look at the test failures to see what it's complaining about, in this case you need to format your code with black The systray should be it's own django app, not under apiv3 so please move it out of there. You can still write the views under |
Okay awesome thanks, will take care of those and get it updated! |
…ility webhook invalid escape