Skip to content

Add nonsense field to BaseHPCCWsClient - #73

Open
rpastrana wants to merge 8 commits into
masterfrom
rpastrana-patch-9
Open

Add nonsense field to BaseHPCCWsClient#73
rpastrana wants to merge 8 commits into
masterfrom
rpastrana-patch-9

Conversation

@rpastrana

Copy link
Copy Markdown
Owner

Type of change:

  • This change is a bug fix (non-breaking change which fixes an issue).
  • This change is a new feature (non-breaking change which adds functionality).
  • This change is a breaking change (fix or feature that will cause existing behavior to change).

Custom Platform Testing (Optional)

Custom HPCC-Platform Repository:
repository:

Custom HPCC-Platform Branch:
branch:

Checklist:

  • I have created a corresponding JIRA ticket for this submission
  • My code follows the code style of this project.
    • I have applied the Eclipse code-format template provided.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly, or...
    • I have created a JIRA ticket to update the documentation.
    • Any new interfaces or exported functions are appropriately commented.
  • I have read the HPCC Systems CONTRIBUTORS document (https://github.com/hpcc-systems/HPCC-Platform/wiki/Guide-for-contributors).
  • The change has been fully tested:
    • This change does not cause any existing JUnits to fail.
    • I have include JUnit coverage to test this change
    • I have performed system test and covered possible regressions and side effects.
  • I have given due consideration to all of the following potential concerns:
    • Scalability
    • Performance
    • Security
    • Thread-safety
    • Premature optimization
    • This change fixes the problem, not just the symptom

Testing:

rpastrana and others added 8 commits February 23, 2026 19:10
Add path-based trigger filters to 9 workflows to reduce unnecessary CI runs by 20-30%:
- Skip publishing/builds for documentation-only changes
- Skip expensive integration tests (baremetal, K8s) for non-code changes
- Skip Java formatting, Javadoc generation, and security scans for doc changes
- Preserve comprehensive scanning through scheduled runs and manual dispatch
- Include specific module paths (*/src/main/**, */src/test/**) and config files
- Expected savings: 5-10 hours of CI time per month with faster PR feedback.

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
- Remove obsolete workflows
- Rename JirabotMerge.yml to jirabot-merge.yml for consistency
- Add new pr-build.yml workflow for targeted PR builds
- Add local AI workflows (ci-ai-index-local.yml, local-query.yml)
- Update all remaining workflows with consistent path filtering for better CI efficiency

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
- Specifies required token rights
- Updates action version
- Expands trigger paths to include dep yamls

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
- Re-externalizes javadoc build
- Renames pr-build -> pr-action-orchestrator

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
Signed-off-by: Rodrigo <rodrigo.pastrana@lexisnexis.com>
@rpastrana
rpastrana force-pushed the master branch 7 times, most recently from 0477f7a to c285347 Compare March 9, 2026 21:38
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