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

Provide smarter output on the client, fixes #77 #79

Merged
merged 1 commit into from
Oct 7, 2020

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Oct 2, 2020

All events are directly forwarded to the client. The client is now responsible for ordering them per project and displaying them if needed. A thread is now started to read the terminal input with support for '+' to display one more line per project, '-' to display one line less, and 'Ctrl+L' to redraw the display which could become messed if the build messages are a bit unusual (this may require a better fix though).

@gnodet gnodet force-pushed the issue-77 branch 8 times, most recently from f5a368a to 8e82eb8 Compare October 7, 2020 06:35
All events are directly forwarded to the client.  The client is now responsible for ordering them per project and displaying them if needed.  A thread is now started to read the terminal input with support for '+' to display one more line per project, '-' to display one line less, and 'Ctrl+L' to redraw the display which could become messed if the build messages are a bit unusual (this may require a better fix though).
@gnodet gnodet merged commit dd32f41 into apache:master Oct 7, 2020
@gnodet gnodet deleted the issue-77 branch October 26, 2020 14:29
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.

1 participant