Uh oh!
There was an error while loading. Please reload this page.
Merge release v1.1.2 into main - #256
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
* Change error message for testrun already running * Update testing scripts
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 4.5.2 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `vite` from 4.5.1 to 4.5.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) Updates `@angular-devkit/build-angular` from 16.2.11 to 16.2.12 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@16.2.11...16.2.12) --- updated-dependencies: - dependency-name: vite dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jhughesoti
commented
Feb 12, 2024
Download button does not work with remote connections, still hard coded to localhost. Should be updated to use similar methods implemented a233292 |
This comment has been minimized.
This comment has been minimized.
jboddey
commented
Feb 13, 2024
@jhughesbiot Could you try out the changes? I have added api_url to system.json |
jhughesoti
commented
Feb 13, 2024
This shouldn't need to be configured, it should auto detect just like the other download link. This is likely a UI update to complete full remote connection feature. |
jhughesoti
commented
Feb 13, 2024
@jboddey I found an issue with the new container logging that was blocking the main run loop for the test container. I moved this to it's own thread and pushed an update to correct. Please confirm this is good on your end before merging. |
jboddey
commented
Feb 14, 2024
If we want the remote access in this patch version then this implementation will have to do for now. Otherwise it will have to be delayed until v1.2 |
2 similar comments
jboddey
commented
Feb 14, 2024
If we want the remote access in this patch version then this implementation will have to do for now. Otherwise it will have to be delayed until v1.2 |
jboddey
commented
Feb 14, 2024
If we want the remote access in this patch version then this implementation will have to do for now. Otherwise it will have to be delayed until v1.2 |
This comment was marked as resolved.
This comment was marked as resolved.
* Bump fastapi to 0.109.1 * Write container logs to file * Fix tls test module * Pin dependencies * Change error message for testrun already running (#262) * Change error message for testrun already running * Update testing scripts * Bump vite and @angular-devkit/build-angular in /modules/ui (#265) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 4.5.2 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `vite` from 4.5.1 to 4.5.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) Updates `@angular-devkit/build-angular` from 16.2.11 to 16.2.12 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@16.2.11...16.2.12) --- updated-dependencies: - dependency-name: vite dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update URL used by UI (#266) * formatting/pylint score * Bump version * Allow modification of API URL * Resolve container logs on separate thread to prevent blocking * Add appropriate headings (#258) * TLSv1.3 server bug fix * Enable save button when only one interface is available (#271) * Bump version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Sofia Kurilova <sonnycactus@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jhughesbiot <jonathan.hughes@buildingsiot.com>

No description provided.