setup update, fixed brain auto start, fixed gateway bug - #68
Merged
balcaubogdanbosch merged 1 commit intoJul 22, 2026
Merged
Conversation
balcaubogdanbosch
deleted the
ci/setup-update-fixed-brain-auto-start-fixe-20260722-112419
branch
July 22, 2026 08:24
balcaubogdanbosch
added a commit
that referenced
this pull request
Jul 22, 2026
* created setup.cmd, added windows support for the code (now can be ran on windows too), added mock camera * changed frontend table, console and settings design * added fast stream in processDashboard.py, added local firmware upload * added measurements save for calibration * added mock for Nucleo, added --dev mode * dirs restructure * Update tsconfig.json * added synthetic points for calibration spline curves and fixed package.json * updated dashboard mobile driving * changes to update codebase * . * fix * . * added deployable key for private repos * design changes * added go to deployable keys button * added update button * added branch switch * fix * fix * firmware update * trigger check for update when opened * firmware update rate limit message * fix * . * . * fix * fix * fix * switched to token for brain * switched to yaml from json * changed async mode from eventlet to threading * slient rest api console prints * added logs files inside temp dir * . * swapped print with logger * . * . * . * added ci * testing ci (#54) * remove test text (#55) * moved newComponent.py inside scripts dir (#56) * fix (#57) * added ciFlow logs (#58) * added tests for ci (#59) * added tests for ci * fixed install dependencies issue * fixed install dependencies issue * ciFlow.py now deletes the left over local branch too (#60) * added camera shared memory for main and lores channels, added hasSubscribers() method for messageHandlerSender.py, other improvements and fixes (#61) * added camera shared memory for main and lores channels, added hasSubscribers() method for messageHandlerSender.py, other improvements and fixes * fix dependencies for ci * added pip-audit for ci (#62) * added pip-audit for ci * fix lib versions for pip-audit * added SHM ring history * added info logs for subscribe/unsubscribe * fixed shm bug * updated setup.cmd to install picamera only on rpi os (#63) * added docker files (#64) * added docker files * ci vulnerability fix * removed mock for camera and added picamera sim (#65) * removed mock for serialHandler and added serial sim (#66) * . * . * Update setup.cmd * fixed picamera and serial issues on read hardware (#67) * . * test * code update fix * Remove commented test line from main.py * Update setup.cmd * Update setup.cmd * Update main.py * Remove commented test line from main.py * setup update, fixed brain auto start, fixed gateway bug (#68) * fixed console log (#69) * fixed settings design (#70) * updated settings design (#71) * Update ci.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated PR via ciFlow.py.
setup update, fixed brain auto start, fixed gateway bug