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

[Go Docs] Update Documentation #60

Merged
merged 17 commits into from
Dec 31, 2023
Merged

[Go Docs] Update Documentation #60

merged 17 commits into from
Dec 31, 2023

Conversation

H0llyW00dzZ
Copy link
Owner

No description provided.

- [+] refactor(helper.go): improve function and parameter descriptions in getParamAsString, getParamAsInt64, getParamAsInt, and logTaskStart functions
- [+] refactor(helper.go): improve comments and function names for clarity and consistency
- [+] feat(helper.go): add logErrorWithFields function to log errors with additional context
- [+] feat(helper.go): add logResultsFromChannel function to log messages received from a channel
- [+] feat(crew.go): add function signatures and parameter descriptions for CrewWorker, processTask, handleFailedTask, handleSuccessfulTask, performTaskWithRetries, and CrewProcessPods functions
- [+] fix(crew.go): fix parameter type for handleFailedTask function
- [+] fix(crew.go): fix parameter type for performTaskWithRetries function
- [+] fix(crew.go): fix parameter type for CrewProcessPods function
- [+] fix(crew.go): fix return type for performTaskWithRetries function
- [+] fix(crew.go): fix return type for CrewCheckingisPodHealthy function
- [+] refactor(captain.go): update function signature and add parameter descriptions
- [+] chore(captain.go): remove unused imports
- [+] chore(worker/error_and_retry.go): refactor function signatures and add parameter descriptions
- [+] feat(worker/error_and_retry.go): add logRetryAttempt function to log retry attempts
- [+] feat(worker/error_and_retry.go): add logFinalError function to log final error
- [+] feat(worker/error_and_retry.go): add handleTaskError function to handle task errors
- [+] feat(worker/error_and_retry.go): add handleConflictError function to handle conflict errors
- [+] feat(worker/error_and_retry.go): add handleGenericError function to handle generic errors
- [+] chore(labels_pods.go): fix formatting and add missing parameter descriptions in function comments
- [+] docs(list_options.go): update function signature and add parameter description
- [+] docs(list_pods.go): update function signature and parameter descriptions for listPods function
- [+] chore(worker): update function signatures and add comments for clarity
- [+] refactor(worker): rename variables for better readability
- [+] docs(pvc_storage.go): update function signature and parameter descriptions for createPVC function
- [+] refactor(scale.go): improve comments and parameter names for ScaleDeployment and scaleDeploymentOnce functions
- [+] chore(scale.go): fix formatting and indentation in int32Ptr function
- [+] refactor(worker): update comments in setup.go
- [+] The comments in the `setup.go` file have been updated to provide more clarity and consistency.
- [+] feat(tasks_crew.go): add InitializeTasks function to load tasks from configuration file
- [+] feat(tasks_crew.go): add extractScaleParameters function to extract scaling parameters from task
- [+] feat(tasks_crew.go): add performScaling function to carry out scaling operation for Kubernetes deployment
- [+] chore(track_task.go): update comments and formatting in TaskStatusMap struct and methods
- [+] chore(track_task.go): remove deadcode comments and update parameter comments in TaskStatusMap methods
- [+] docs(update_image.go): update function signature and parameter descriptions in UpdateDeploymentImage function
- [+] chore(worker): update function signatures and add parameter descriptions in update_network_policy.go
- [+] chore(worker): update function signature and add parameter description in unmarshalPolicySpec function
- [+] fix(task.go): add comments explaining unmarshalJSON and unmarshalYAML functions
- [+] fix(task.go): add comments explaining parseTasks function
- [+] fix(task.go): add comments explaining ParseDuration function
@H0llyW00dzZ H0llyW00dzZ added the documentation Improvements or additions to documentation label Dec 31, 2023
@H0llyW00dzZ H0llyW00dzZ marked this pull request as ready for review December 31, 2023 05:25
@H0llyW00dzZ H0llyW00dzZ merged commit 39f0c22 into master Dec 31, 2023
2 checks passed
@H0llyW00dzZ H0llyW00dzZ deleted the docs branch December 31, 2023 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant