Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update demos, bump dependency. * Remove end demo include. * Add failing test spec for server command. Need to disable the networking for tests and demos. * Prepare for offline mode. * Write pending enrollment to disc. Remove when enrollment finishes successfully. * Add test spec for pending enrollment file. * Add re-export for PendingEnrollment. * Support offline argument for account creation. * Move constructors out of trait. Now that the network and local constructors have diverged to account for the offline option it's better they are not defined in the trait. * Tweak server boot output. Avoid using tracing for startup messages. * Prepare for folders demo. * Tidy success message handling. * Move shell specs to individual files. * Improve folders demo. * Sort folders list, accept comments in shell. * Invert sort order. * Update shell demo. * Add quit to shell demo. * Add security-report and audit specs/demos. Improve handling of SOS_OFFLINE. * Fix RUST_LOG for audit logs demo. * Add device list to specs and demos. * Tidy default device meta data. * Support preferences command. * Add preferences command test spec. * Add preferences demo, prepare environment command. * Support path filter for env paths command. * Add integrity check demo. * Add events command demo. * Tidy device list output. Just print the entire slice when verbose. * Tidy audit log test script. Use new `env` command. * Add commands for printing enum variants. * Add demo of the environment command.
- Loading branch information