-
Notifications
You must be signed in to change notification settings - Fork 5
Run preflights in manager UI / API #2234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
3af8ff1
wip preflgihts ui
miaawong 088dcdd
update types to match api preflight structure
miaawong f4dd47a
add comment
miaawong 86ac03e
Merge branch 'main' into miawong/sc-124239/preflight-ui-step-for-the-…
miaawong 548468b
fix for loading web
miaawong 1d964e6
Merge branch 'main' into miawong/sc-124239/preflight-ui-step-for-the-…
miaawong e4035b6
f
miaawong d90cd90
Merge branch 'main' into miawong/sc-124239/preflight-ui-step-for-the-…
miaawong b82dbfc
fix the web dev
miaawong f0dca98
Run host preflights in manager UI
sgalsaleh a15bd63
Merge branch 'miawong/sc-124239/preflight-ui-step-for-the-new-install…
sgalsaleh c77250a
f
sgalsaleh d2d10d2
f
sgalsaleh 45643ba
preflight checks
sgalsaleh 2d1b7eb
[skip ci] testing
sgalsaleh 3825c4e
f
sgalsaleh 56ce746
f
sgalsaleh 3db1168
runtimeconfig interface
sgalsaleh a8c01e1
Merge branch 'main' into run-preflights-in-manager-ui
sgalsaleh b04f5fc
f
sgalsaleh e932601
f
sgalsaleh c617d9c
fix dagger build
sgalsaleh 6ca3f08
fix dagger build
sgalsaleh 5bc987c
add polling for installation/status
miaawong 11d558b
update
miaawong 5810a7e
f
miaawong cd592a4
f
miaawong cb8f113
f
miaawong c91c351
fix dbus error
sgalsaleh 5763381
[skip ci] f
sgalsaleh 4adddd9
Merge branch 'miawong/preflights-manager-ui-cleanup' into run-preflig…
sgalsaleh 34fbd09
[skip ci] no-op
sgalsaleh 9acd699
fix ui
sgalsaleh 3b78a3e
more ui improvements
sgalsaleh 464411d
update complete step wording
miaawong b23c198
f
miaawong d5d92e6
clean up success message
miaawong 87ad72c
address feedback
sgalsaleh 39b45fe
regenerate swagger
sgalsaleh 4d77b19
fix tests
sgalsaleh 4204e58
no-op
sgalsaleh ff2d783
Merge remote-tracking branch 'origin/main' into run-preflights-in-man…
sgalsaleh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ name: CI | |
|
||
on: | ||
pull_request: {} | ||
|
||
push: | ||
branches: | ||
- main | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should likely review some of these struct properties to understand if they need to be pointers to structs and we're making that choice deliberately or not. Right now I'm worried that we receive pointers to structs that we then pass to the controllers (and maybe these can even end up being used by things such as managers). If some end up unintentionally mutating state we can be in trouble trying to debug a particularly airy bug.