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

Create git hooks runner #77

Open
AdeAttwood opened this issue Mar 26, 2024 · 0 comments
Open

Create git hooks runner #77

AdeAttwood opened this issue Mar 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@AdeAttwood
Copy link
Collaborator

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

@AdeAttwood AdeAttwood added the enhancement New feature or request label Mar 26, 2024
@AdeAttwood AdeAttwood added this to the 2.x milestone Mar 26, 2024
@AdeAttwood AdeAttwood self-assigned this Mar 26, 2024
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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant