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

Cleanup Code Base #37

Merged
merged 4 commits into from
Dec 24, 2023
Merged

Cleanup Code Base #37

merged 4 commits into from
Dec 24, 2023

Conversation

H0llyW00dzZ
Copy link
Owner

@H0llyW00dzZ H0llyW00dzZ commented Dec 24, 2023

"simplicity is a sign of Go programming mastery"

- [+] feat(configuration): add package-level documentation for the configuration package
- [+] feat(configuration): add Task struct to represent task configurations
- [+] feat(configuration): add LoadTasksFromJSON function to load task configurations from JSON files
- [+] feat(configuration): add LoadTasksFromYAML function to load task configurations from YAML files
- [+] refactor(worker): update import paths for configuration package
- [+] refactor(worker): update function signatures to use configuration.Task instead of Task
- [+] refactor(worker): remove unused Task struct and related functions
- [+] feat(README.md): add shipsNamespace field to task configurations
- [+] chore(README.md): update YAML example with shipsNamespace field
- [+] chore(README.md): update Go code example with shipsNamespace field and namespace handling
- [+] chore(README.md): fix indentation and remove unnecessary empty line
- [+] docs(README.md): update warning message about task names in multiple workers scenario
@H0llyW00dzZ H0llyW00dzZ marked this pull request as ready for review December 24, 2023 23:41
@H0llyW00dzZ H0llyW00dzZ merged commit a7e81d6 into master Dec 24, 2023
2 checks passed
@H0llyW00dzZ H0llyW00dzZ deleted the codebase branch December 24, 2023 23:42
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