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

#183: Refactor Foundation Data Access module with latest aiSSEMBLE landscape #189

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

habibimoiz
Copy link
Contributor

#183: Refactor Foundation Data Access module with latest aiSSEMBLE landscape:

  • Refactor the Foundation Data Access module.
    • /foundation/foundation-data-access
  • Refactor all the child directories, classes, and methods.
  • Corrected all the imports inside the velocity templates to ensure a successful build Foundation Data Access.
  • Baton migration scripts for automated migrations from legacy package names to the new aiSSEMBLE landscape.

while((line = aiopsReferenceJavaConfig.readLine()) !=null && !shouldExecute) {
for (String key : AIOPS_REFERENCE_JAVA_PACKAGE_MAP.keySet()) {
if (line.contains(key)) {
return true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should set shouldExecute to true here for clarity

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Just made the change to set true to the shouldExecute variable.

@habibimoiz habibimoiz force-pushed the 183-rename-foundation-data-access branch from 1d76812 to 7afbca4 Compare July 5, 2024 19:21
@Cho-William
Copy link
Contributor

Draft release notes markdown needs the migrations listed there

  - Refactor all the child directories, classes, and methods.
  - Corrected all the imports inside the velocity templates to ensure a successful build Foundation Data Access.
  - Baton migration scripts for automated migrations from legacy package names to the new aiSSEMBLE landscape.
@habibimoiz habibimoiz force-pushed the 183-rename-foundation-data-access branch from 7afbca4 to fcdee0d Compare July 5, 2024 20:15
@habibimoiz habibimoiz merged commit a32a6fa into dev Jul 5, 2024
@habibimoiz habibimoiz deleted the 183-rename-foundation-data-access branch July 5, 2024 20:17
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.

3 participants