-
Notifications
You must be signed in to change notification settings - Fork 9
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
#122 & #169 Feature rename Foundation Core Python & Policy Decision Point Python #178
Conversation
…BLE landscape - Renamed the Foundation Core Python package. - Renamed the Foundation Metadata Core (Python) package. - Renamed the Foundation Encryption Policy (Python) package. - Renamed the Extensions Encryption Vault Python package. - Renamed the Extensions Data Delivery Spark (Python) package. - Renamed all the child directories, classes, and methods. - Corrected all the imports inside of the velocity templates to ensure a successful build of the Foundation Core Python. - Baton migration scripts for automated migrations from legacy package names to the new aiSSEMBLE landscape.
…as not able to find a python function which was renamed to aissemble.
f05f2fb
to
fdf4196
Compare
} | ||
|
||
/** | ||
* Performs the migration if the shouldExecuteOnFile() returns true. |
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.
minor: shouldExecuteOnFile() is external to this method. Can the description instead just say that it renames a file? Meaning, technically this method can be called by any other private method regardless of what shouldExecuteOnFile() returns. I can see that this method was intended to work in conjunction with shouldExecuteOnFile(), but it isn't part of this method.
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.
Updated the description to better describe functionality.
} | ||
|
||
/** | ||
* Performs the migration if the shouldExecuteOnFile() returns true. |
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.
same comment as above. This method can be called regardless of what shouldExecuteOnFile() returns
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.
Updated the description to better describe functionality.
- Refactor all the child directories, classes, and methods. - Corrected all the imports inside the velocity templates to ensure a successful build of PDP Python. - Baton migration scripts for automated migrations from legacy package names to the new aiSSEMBLE landscape.
fdf4196
to
94c3799
Compare
Merging in the feature branch which consists of changes found in Issues: #122 & #169. Refactoring the foundation-core-python policy-decision-point python to remove all the aiops to aissemble.
#122: Rename Foundation Core Python module with latest aiSSEMBLE landscape
#122 Refactoring the Foundation Core Python module; removing aiops references. #163
#169: Refactor Policy Decision Point (PDP) Python module with latest aiSSEMBLE landscape.
PR: #122 Refactoring the Foundation Core Python module; removing aiops references.