-
Notifications
You must be signed in to change notification settings - Fork 9
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
otk/ui: introduce some sort of ui #272
Open
supakeen
wants to merge
8
commits into
osbuild:main
Choose a base branch
from
supakeen:you-spin-me-right-round-baby-right-round
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
otk/ui: introduce some sort of ui #272
supakeen
wants to merge
8
commits into
osbuild:main
from
supakeen:you-spin-me-right-round-baby-right-round
Commits on Nov 11, 2024
-
otk/ui: create an ui submodule
We want prettier outputs, let's create an ui submodule to hold primitives for that. This includes the initial implementation of a spinner (which just prints dots for now). Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a2373f6 - Browse repository at this point
Copy the full SHA a2373f6View commit details -
otk/ui: introduce spinner for externals
Shows a message with dots appearing after it when an external is running. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 7195a9f - Browse repository at this point
Copy the full SHA 7195a9fView commit details -
otk: reduce log level for includes
The log level for includes can be reduced from INFO to DEBUG to be consistent with out log levels. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f1ac485 - Browse repository at this point
Copy the full SHA f1ac485View commit details -
otk/ui: provide and use a print function
Only prints output when stderr is a tty. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ef02fc2 - Browse repository at this point
Copy the full SHA ef02fc2View commit details -
Small MOTD to print version and documentation URL. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for de68ce3 - Browse repository at this point
Copy the full SHA de68ce3View commit details -
Use a logger instance as the default output for the UI. The logger instance is still configured by the entrypoint for its levels. The new `Terminal` instance delegates all `Logger` calls but adds a few others such as a `spinner` and `motd`. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for fca152b - Browse repository at this point
Copy the full SHA fca152bView commit details -
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ea5d39a - Browse repository at this point
Copy the full SHA ea5d39aView commit details -
Probably rebased wrongly? Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ed86a26 - Browse repository at this point
Copy the full SHA ed86a26View commit details
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.