-
Notifications
You must be signed in to change notification settings - Fork 32
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
Change worfkow engine name in README.md files #5460
Change worfkow engine name in README.md files #5460
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Job, only there are still some references within:
-
readme.md: for example, there are references to workflow_engine without modifying, an example:
https://github.com/wazuh/wazuh-qa/blob/enhancement/5458-change-workflow-name-in-readme/deployability/README.MD?plain=1#L44-L51 -
References in setup.py:
https://github.com/wazuh/wazuh-qa/blob/enhancement/5458-change-workflow-name-in-readme/deployability/modules/setup.py#L28-L29
https://github.com/wazuh/wazuh-qa/blob/enhancement/5458-change-workflow-name-in-readme/deployability/modules/setup.py#L32
https://github.com/wazuh/wazuh-qa/blob/enhancement/5458-change-workflow-name-in-readme/deployability/modules/setup.py#L39-L41 -
Examples of executions, an example:
https://github.com/wazuh/wazuh-qa/blob/enhancement/5458-change-workflow-name-in-readme/deployability/modules/workflow_engine/examples/agent/aws/test-agent-basic-info.yaml#L2C19-L2C27
deployability/README.MD
Outdated
@@ -1,4 +1,4 @@ | |||
## Deployability general documentation | |||
## JobFlow - Deployability general documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JobFlow is a module within deployability, we should remove it from here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in commit 8b07c42
@@ -1,12 +1,12 @@ | |||
## Allocation Module | |||
## JobFlow - Allocation Module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JobFlow is a module within deployability just like Allocation, we should remove it from here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in commit 8b07c42
@@ -1,14 +1,14 @@ | |||
## Provision module | |||
## JObFlow - Provision module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JobFlow is a module within deployability just like Provision, we should remove it from here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in commit 8b07c42
@@ -1,4 +1,4 @@ | |||
## Testing Module | |||
## JobFlow - Testing Module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JobFlow is a module within deployability just like Testing, we should remove it from here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed in commit 8b07c42
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ!, some small changes were requested.
6596881
to
9946aab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Notes
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not going to review the rest of it because it is too repetitive
- The name of the module is JobFlow, not Jobflow or jobflow
- If you are referring to the module directory, a path, or the pip module, it is jobflow because it is coded like that
- Do not use mass replace, there are a lot of double spaces between words
- What happened to the .gitignore file? There is a workflow reference
- Some sentences should be reviewed as jobflow does not match the context
Fixed .gitignore Line 9 in 746eb38
|
746eb38
to
e7ac71f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are going to take another approach to this PR
- Revert all commits
- Change README titles
- Change the directory module from
workflow_engine
tojobflow
- Change all code that is affected by this directory change
- Review code and change
Workflow
(as name) toJobFlow
,workflow
is a word and has a meaning, take that into account
deployability/modules/jobflow/examples/agent/vagrant/test-agent-complete-1.yaml
Show resolved
Hide resolved
e7ac71f
to
5d9d780
Compare
Description
Related issue: #5458
This PR changes the name of the workflow engine in the README.md files.