Kyle Baran
Kyle Baran
### Version 0f27df2(1.5.0) ### Operating Systems - [ ] macOS - [ ] Windows - [ ] Linux - [ ] Android - [ ] IOS ### Browser (if applicable)...
### Version 0f27df2(1.5.0) ### Operating Systems - [ ] macOS - [ ] Windows - [ ] Linux - [ ] Android - [ ] IOS ### Browser (if applicable)...
## Summary builder-info.class.ts was using the wrong value from privateECRRegexExec. findBuilderTags in project-helper.ts was not using the new fromIni method to get credentials for AWS. Updated it to do so....
## Summary Since new scene creation runs off of default-project/public/scenes/default.gltf, if this file has been moved, scene creation will break. The backend now disallows moving or deleting this scene and...
## Summary Resolved all dependency versioning issues that resulted from this change. ## References closes #_insert number here_ ## Checklist - [ ] If this PR is still a WIP,...
## Summary detect-port does not detect UDP processes running on a port. Switched to running lsof and searching through its outputs to determine if a port is in use. ##...
## Summary _A summary of changes being made in this PR_ ## References closes #_insert number here_ ## Checklist - [ ] If this PR is still a WIP, convert...
## Summary Prior behavior was to prune images for a service after that service had built successfully. This still had holes in the logic of which ones to remove, and...
## Summary New authentication-setting fields for JWT algorithm and JWT public key. Keys should be inserted as strings with '\n' replacing new lines. Replaced the last of the API.instance.client uses...