Skip to content

Conversation

PRATHAM2002-DS
Copy link

@PRATHAM2002-DS PRATHAM2002-DS commented Oct 7, 2025

Change description

Description here

Type of change

  • Bug fix (fixes an issue)
  • New feature (adds functionality)

Related issues

Fix #1

Helm Config Changes for Running Tests (Staging PR)

Does this PR require Helm config changes for testing?

  • Tests are NOT required for this commit. (You can proceed with the PR.) ✅
  • No, Helm config changes are not needed. (You can proceed with the PR.) ✅
  • Yes, I have already updated the config-values on enpla9up36. (You can proceed with the PR.) ✅
  • Yes, but I have NOT updated the config-values. (Please update them before proceeding; or, tests will run with default values.)⚠️

Checklists

Development

  • Lint rules pass locally
  • Application changes have been tested thoroughly
  • Automated tests covering modified code pass

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

Code review

  • Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary
  • "Ready for review" label attached and reviewers assigned
  • Changes have been reviewed by at least one other contributor
  • Pull request linked to task tracker where applicable

Note

Introduce bulk entity attribute repair API with pluggable strategies, including removal of invalid outputPortGuids references.

  • API (EntityREST):
    • Add POST /v2/entity/guid/bulk/repairattributes to repair attributes for multiple entities using repairType and repairAttributeName.
    • Wire in AtlasRepairAttributeService via constructor injection; enforce admin authorization and perf tracing.
  • Repair Framework:
    • Introduce AtlasRepairAttributeService to validate requests and orchestrate repairs via strategies.
    • Define AtlasRepairAttributeStrategy interface and RepairAttributeFactory for strategy resolution.
    • Implement RemoveInvalidGuidsRepairStrategy for REMOVE_INVALID_OUTPUT_PORT_GUIDS to validate vertices, strip invalid GUIDs from OUTPUT_PORT_GUIDS_ATTR, batch commits, and log results.

Written by Cursor Bugbot for commit db53377. This will update automatically on new commits. Configure here.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

@PRATHAM2002-DS PRATHAM2002-DS merged commit c54a45b into staging Oct 7, 2025
14 of 15 checks passed
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.

1 participant