si
si copied to clipboard
The System Initiative software
## Description Work in progress! Continuation of the initial efforts in [nick/3b20c5e](https://github.com/systeminit/si/tree/nick/3b20c5e). The strategy is to move each ID one at a time to `si-id`, unlike the aforementioned branch. The...
This change introduces a `CompressingStream` into the Edda server which wraps the underlying Edda requests subscription. It reads message from the upstream subscription, and attempts to "compress" multiple API requests...
This PR implements an admin button to "migrate connections", which gives migrateability status of connections in a changeset: * Finds all socket connections in your changeset * Reports the equivalent...
The secrets subsystem originally was designed to manage and create secrets separately from components. The original Secret MVs were designed to support this, but given secrets will now map 1:1...
Update for clover schemas. Check the diff comment to understand what has changed.
If there are new/removed/changed MVs, then an already built MvIndex should no longer be re-used, and we should treat the change set as though it does not currently have an...
### Bedrock - Performance Testing Framework Initial implementation of a framework designed to allow us to interact at a granular level with each service. **Summary** Bedrock is a service that...
Adds the tailwind prose plugin, so that we can render our markdown in a way that's easily tweakable with tailwind. Adds the MarkdownRender component, which takes the source to render,...
Added libfuse to fuser features Switch EBADFD to EBADF for cross platform bad file descriptor Pass additional link args on mac so the rust binary can link the the macfuse...