Skip to content
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

feat: introduce warning system #255

Merged
merged 7 commits into from
Nov 30, 2023
Merged

feat: introduce warning system #255

merged 7 commits into from
Nov 30, 2023

Conversation

shreddedbacon
Copy link
Member

@shreddedbacon shreddedbacon commented Nov 3, 2023

This just introduces some basic warning capturing functionality.

It doesn't capture warnings from anything that a user may do during a build, but anything that we decide to capture will easily be able to utilise the functionality.

It would be cool to be able to capture things from a docker image build process, or from a pre/post rollout task, but this would require parsing the logs from these processes, which we currently do not do (but could maybe do in the future?)

This does not require the UI changes to be merged, the UI changes just make the warnings actually show up, otherwise the warning features are ignored.

@shreddedbacon shreddedbacon force-pushed the build-warnings branch 2 times, most recently from d424e15 to c7e6a67 Compare November 3, 2023 04:43
@shreddedbacon shreddedbacon force-pushed the build-warnings branch 9 times, most recently from 28692bc to 1a7968d Compare November 6, 2023 04:35
@shreddedbacon shreddedbacon marked this pull request as ready for review November 21, 2023 08:32
Copy link
Member

@tobybellwood tobybellwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy with this - works as advertised, and will add great functionality to other aspects of Lagoon BUilds

@shreddedbacon shreddedbacon merged commit a429aff into main Nov 30, 2023
2 checks passed
@shreddedbacon shreddedbacon deleted the build-warnings branch November 30, 2023 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants