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

#122 & #169 Feature rename Foundation Core Python & Policy Decision Point Python #178

Merged
merged 3 commits into from
Jun 28, 2024

Conversation

habibimoiz
Copy link
Contributor

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

  • 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.

#169: Refactor Policy Decision Point (PDP) Python module with latest aiSSEMBLE landscape.

PR: #122 Refactoring the Foundation Core Python module; removing aiops references.

  • Refactor the PDP package.
  • 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.

…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.
@habibimoiz habibimoiz force-pushed the feature-rename-foundation-core-python branch from f05f2fb to fdf4196 Compare June 27, 2024 21:02
}

/**
* Performs the migration if the shouldExecuteOnFile() returns true.
Copy link
Contributor

@aaron-gary aaron-gary Jun 27, 2024

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.

Copy link
Contributor Author

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.
Copy link
Contributor

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

Copy link
Contributor Author

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.
@habibimoiz habibimoiz force-pushed the feature-rename-foundation-core-python branch from fdf4196 to 94c3799 Compare June 28, 2024 13:37
@habibimoiz habibimoiz merged commit 72319a1 into dev Jun 28, 2024
@habibimoiz habibimoiz deleted the feature-rename-foundation-core-python branch June 28, 2024 14: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.

2 participants