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

Refactor repo structure, configuration files, and executable runners #44

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

jahvon
Copy link
Owner

@jahvon jahvon commented Nov 19, 2023

Summary

Significant reorganization of codebase. Pulling all configs together, providing a must cleaner integration of runners. With the new clean approach, adding more executable types should be seamless as seen by the addition of the serial and parallel executables.

Notable Changes

  • Addition of serial and parallel executable types
  • Completely refactor executable definition configuration file
  • Cache executables and rework workspace caching
  • Reorganize code structures

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

config/file/file.go Fixed Show fixed Hide fixed
config/file/file.go Fixed Show fixed Hide fixed
@jahvon jahvon merged commit 6c63866 into main Nov 24, 2023
4 checks passed
@jahvon jahvon deleted the simplify-executables branch November 24, 2023 05:28
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.

Params can be passed into executable spec values Sequence executable type Parallel executable type
1 participant