si
si copied to clipboard
The System Initiative software
This fixes an edge case, where if you're changing the bindings for Props/Output Sockets and the variant in question has components created that are auto-upgrading, if the existing attribute values...
Due to a recent change to allow a workspace token to create and manage the workspace lifecycle, we need to revoke the tokens for a workspace when the workspace has...
## How does this PR change the system? #### Screenshots: #### Out of Scope: ## How was it tested? - [ ] Integration tests pass - [ ] Manual test:...
This PR introduces a comprehensive framework for defining manually-managed assets in Clover's code generation pipeline. Previously, Clover only supported auto-generated CloudFormation resources from AWS schemas. This enhancement allows developers to...
prisma wants a more recent node (we're at 20.9, it wants 20.19+), and we need to update this periodically anyway. ## How was it tested? - [x] buck2 run dev...
## Summary Adds a new GET endpoint to Luminork that provides a comprehensive, pre-processed review of all changes in a change set. This endpoint aggregates and processes data from multiple...
## How does this PR change the system? * adds a crate to hang a simple webserver off of a service * currently provides a simple `/health` endpoint and a...
## Problem The Luminork API currently requires separate HTTP requests for each component operation (create, update, delete, erase). When users need to perform operations on multiple components—such as provisioning infrastructure...
## Problems ### The new luminork endpoint is giving me a 404 ``` curl -v -X 'GET' \ 'http://127.0.0.1:5380/v1/w/01HRFEV0S23R1G23RP75QQDCA7/change-sets/01JYPTEC5JM3T1Y4ECEPT9560J/mv/?entityId=01JYPVCJC71BRFCK1KZKRMN5HX&kind=Component' \ < HTTP/1.1 404 Not Found ``` While SDF shows me...