display success alert if on latest EOS after check for update
fix bug with loader dismiss after alert present
fix restart button on update complete alert and fix mocks to account for this state
fix make clean and adjust default registry names
* Feat: js action
wip: Getting async js
feat: Have execute get action config
feat: Read + Write
chore: Add typing for globals
chore: Change the default path, include error on missing function, and add json File Read Write
chore: Change the default path, include error on missing function, and add json File Read Write
wip: Fix the unit test
wip: Fix the unit test
feat: module loading
* fix: Change the source + add input
* fix: Change the source + add input
wip: Fix missing js files during running
fix: Change the source + add input
wip: Fix missing js files during running
* fix: other paths
* feat: Build the arm js snapshot
* fix: test with more
* chore: Make the is_subset a result
* watch config.json for changes when just building frontend
* fix version for data consistency
* clone param ids so not recursively stringified; add global type for stringified instances
* ensure only most recent data source grabbed to fix issue with service auto update on marketplace switch
* use take instead of shallow cloning data
If for some reason make will be interrupted, wget will try to download .zip file and cause the name is taken it will download it to .zip1 which wont be recognized. This fixes it.
* remove deprecated build check
* fixed config types for object and union; cleaned up mock api fixtures
* make form object element transition times consistent and emit expand event on list object items
The reason is that we get better errors and that we get signal strength.
Reworking all the commands to use nmcli instead.
Feat: Wifi List Available
Feat: strength sort for available
fix: Backend to match the frontend asking
feat: New get with all information
chore: Make backend changing country not for NonWire
Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
* update compat build and add to os build process
* copy to explicit file
* fix paths and loading input
* temp save docker images output
* add docker config file to suppress warning
* notes and first attempt of load image script
* pr fixes
* run as root, fix executable path
* wip fixes
* fix pool name and stop docker before umount
* start docker again
* reset docker fs
* remove mkdir
* load system images during embassy-init
* add utils to make build
* fix utils source
* create system-images dir as root
* cleanup
* make loading docker images datadir agnostic
* address PR feedback
* rework load images
* create shutdown channel on failed embassy-init run
* pr feedback
* fix import
* Create BuildGuide.md
* bug fixes
* Update BuildGuide.md
* Update make_image.sh
* Update BuildGuide.md
* Update make_image.sh
additional improvements and "done" message added. Thanks @k0gen!
* Update BuildGuide.md
Added intro notes and made minor adjustments to the guide.
* Update setup.sh
Required adjustments to prevent reboot when following BuildGuide.md
* Update BuildGuide.md
Improvements to final setup steps
* bug fix
additional improvements and "done" message added. Thanks @k0gen!
* Update Makefile
Changes to facilitate building process when using the BuildGuide
* Update BuildGuide.md
Avoiding manual changes to Makefile and cleaning up step 7
* Update BuildGuide.md
Switching from sftp to cp for one line command simplification
* Update BuildGuide.md
Simplified method of transferring .img to desktop. Thanks @k0gen!
* Update BuildGuide.md
update to latest openssl https://www.openssl.org/news/openssl-1.1.1-notes.html
* Update BuildGuide.md
Simplified step 6 and added new required dependency
* Update BuildGuide.md
Added hint on how to check `agent` log
* Update setup.sh
Added missing dependency
* Update BuildGuide.md
Simplified step 6
* Simplifying Rust installation
One line install, reboot is no longer needed.
* make_image.sh +x
Make it executable before running
* Step no longer needed
chmod +x done by Makefile
* Update BuildGuide.md
Added dependency for Rust setup
* Adding BuildGuide branch for the ease of use
* Forgot about the guide file :)
* Update BuildGuide.md
apt -y by default and some environment add-ons
Co-authored-by: Tommy Smith <63304263+t0mmysm1th@users.noreply.github.com>