-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create git hooks runner #77
Comments
AdeAttwood
added a commit
that referenced
this issue
Apr 3, 2024
Summary: This command is compatible with the V1 git hook so everything we have still works. This implements a custom command runner and writer that will run shell commands in parallel and display the output in a nice way. This is a full replacement for the previous implementation and packages. Test Plan: This has been tested manually and the tests have been run. Right now this is still a bit work in progress but it's a good start. Ref: #77
AdeAttwood
added a commit
that referenced
this issue
Apr 10, 2024
Summary: This command is compatible with the V1 git hook so everything we have still works. This implements a custom command runner and writer that will run shell commands in parallel and display the output in a nice way. This is a full replacement for the previous implementation and packages. Test Plan: This has been tested manually and the tests have been run. Right now this is still a bit work in progress but it's a good start. Ref: #77
AdeAttwood
added a commit
that referenced
this issue
Apr 14, 2024
Summary: This command is compatible with the V1 git hook so everything we have still works. This implements a custom command runner and writer that will run shell commands in parallel and display the output in a nice way. This is a full replacement for the previous implementation and packages. Test Plan: This has been tested manually and the tests have been run. Right now this is still a bit work in progress but it's a good start. Ref: #77
AdeAttwood
added a commit
that referenced
this issue
Apr 14, 2024
Summary: This command is compatible with the V1 git hook so everything we have still works. This implements a custom command runner and writer that will run shell commands in parallel and display the output in a nice way. This is a full replacement for the previous implementation and packages. Test Plan: This has been tested manually and the tests have been run. Right now this is still a bit work in progress but it's a good start. Ref: #77
GeorgeCadwallader
pushed a commit
that referenced
this issue
Apr 17, 2024
Summary: This command is compatible with the V1 git hook so everything we have still works. This implements a custom command runner and writer that will run shell commands in parallel and display the output in a nice way. This is a full replacement for the previous implementation and packages. Test Plan: This has been tested manually and the tests have been run. Right now this is still a bit work in progress but it's a good start. Ref: #77
AdeAttwood
added a commit
that referenced
this issue
May 29, 2024
Summary: This command is compatible with the V1 git hook so everything we have still works. This implements a custom command runner and writer that will run shell commands in parallel and display the output in a nice way. This is a full replacement for the previous implementation and packages. Test Plan: This has been tested manually and the tests have been run. Right now this is still a bit work in progress but it's a good start. Ref: #77
AdeAttwood
added a commit
that referenced
this issue
May 29, 2024
Summary: This command is compatible with the V1 git hook so everything we have still works. This implements a custom command runner and writer that will run shell commands in parallel and display the output in a nice way. This is a full replacement for the previous implementation and packages. Test Plan: This has been tested manually and the tests have been run. Right now this is still a bit work in progress but it's a good start. Ref: #77
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We want to be able to run git hooks as we did in V1. All the previous hooks should still work, and we should maintain BC. We can iterate on this in the future to include extra features like using different shell environments.
Links / References
The text was updated successfully, but these errors were encountered: