Skip to content

Merge into main for release 1.7.0 (Build 17) - #800

Merged
jordanpadams merged 167 commits into
mainfrom
develop
Jul 15, 2026
Merged

Merge into main for release 1.7.0 (Build 17)#800
jordanpadams merged 167 commits into
mainfrom
develop

Conversation

@tloubrieu-jpl

Copy link
Copy Markdown
Member

🗒️ Summary

🤖 AI Assistance Disclosure

  • No AI assistance used
  • AI used for light assistance (e.g., suggestions, refactoring, documentation help, minor edits)
  • AI used for moderate content generation (AI generated some code or logic, but the developer authored or heavily revised the majority)
  • AI generated substantial portions of this code

Estimated % of code influenced by AI: ___ %

⚙️ Test Data and/or Report

♻️ Related Issues

🤓 Reviewer Checklist

Reviewers: Please verify the following before approving this pull request.

Documentation and PR Content

  • Documentation: README, Wiki, or inline documentation (Sphinx, Javadoc, Docstrings) have been updated to reflect these changes.
  • Issue Traceability: The PR is linked to a valid GitHub Issue
  • PR Title: The PR title is "user-friendly" clearly identifying what is being fixed or the new feature being added, that if you saw it in the Release Notes for a tool, you would be able to get the gist of what was done.

Security & Quality

  • SonarCloud: Confirmed no new High or Critical security findings.
  • Secrets Detection: Verified that the Secrets Detection scan passed and no sensitive information (keys, tokens, PII) is exposed.
  • Code Quality: Code follows organization style guidelines and best practices for the specific language (e.g., PEP 8, Google Java Style).

Testing & Validation

  • Test Accuracy: Verified that test data is accurate, representative of real-world PDS4 scenarios, and sufficient for the logic being tested.
  • Coverage: Automated tests cover new logic and edge cases.
  • Local Verification: (If applicable) Successfully built and ran the changes in a local or staging environment.

Maintenance

  • Backward Compatibility: Confirmed that these changes do not break existing downstream dependencies or API contracts (or that breaking changes are clearly documented).

Al Niessner and others added 30 commits October 23, 2025 09:52
Updated the language to allow for finding documents that have a specific field name. If the FIELD is given, then it assumes that an exact match is being requested. If a STRINGVAL is given, then it treats it as a regular expression.

Processing regular expressions collects all of the known field names from the mapping and pulls out all matching field names. It then creates an existance check for each of the matching field names.
Use the functionality in ProductsController to collect the property mappings. Use the names in mappings to then find the set of matches for the exists.
…archListener.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…lr4SearchListenerTest.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Added various tests for specific names and wildcards. Both exists and not exists. Flushed out some bugs and fixed them.
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Add API support for checking if a search field exists in a result (e.g. not null)
…op/actions/checkout-6

Bump actions/checkout from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…op/actions/upload-artifact-6

Bump actions/upload-artifact from 5 to 6
…op/actions/cache-5

Bump actions/cache from 4 to 5
Add ALL(FIELDNAME) and ANY(FIELDNAME) where FIELDNAME is same as ANY(FIELDNAME). Tests say that it works not as expected but good enough.

Also, may the wildcard character * such that *apple will be treated as all field names ending in apple.
Thomas Loubrieu and others added 25 commits June 29, 2026 20:36
Support for the structured products in the registry
* Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.8

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.2.8.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.2.8)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-version: 3.2.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump org.opensearch.client:opensearch-rest-high-level-client

Bumps [org.opensearch.client:opensearch-rest-high-level-client](https://github.com/opensearch-project/OpenSearch) from 3.2.0 to 3.6.0.
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md)
- [Commits](opensearch-project/OpenSearch@3.2.0...3.6.0)

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-high-level-client
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump com.github.joschi.jackson:jackson-datatype-threetenbp

Bumps [com.github.joschi.jackson:jackson-datatype-threetenbp](https://github.com/joschi/jackson-datatype-threetenbp) from 2.12.5 to 2.18.2.
- [Release notes](https://github.com/joschi/jackson-datatype-threetenbp/releases)
- [Changelog](https://github.com/joschi/jackson-datatype-threetenbp/blob/master/CHANGELOG.md)
- [Commits](joschi/jackson-datatype-threetenbp@jackson-datatype-threetenbp-2.12.5...jackson-datatype-threetenbp-2.18.2)

---
updated-dependencies:
- dependency-name: com.github.joschi.jackson:jackson-datatype-threetenbp
  dependency-version: 2.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump io.swagger.core.v3:swagger-models from 2.2.8 to 2.2.49

Bumps io.swagger.core.v3:swagger-models from 2.2.8 to 2.2.49.

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump joda-time:joda-time from 2.14.0 to 2.14.2

Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.14.0 to 2.14.2.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)
- [Commits](JodaOrg/joda-time@v2.14.0...v2.14.2)

---
updated-dependencies:
- dependency-name: joda-time:joda-time
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump org.springframework:spring-webmvc from 6.2.17 to 6.2.18

Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) from 6.2.17 to 6.2.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.17...v6.2.18)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
  dependency-version: 6.2.18
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump actions/checkout from 6 to 7

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update hashicorp/aws requirement from ~> 6.32.1 to ~> 6.52.0

Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v6.32.1...v6.52.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-version: 6.52.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump actions/cache from 5 to 6

Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump dcarbone/install-jq-action from 3 to 4

Bumps [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action) from 3 to 4.
- [Release notes](https://github.com/dcarbone/install-jq-action/releases)
- [Commits](dcarbone/install-jq-action@v3...v4)

---
updated-dependencies:
- dependency-name: dcarbone/install-jq-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update the integration test not to wait with a sleep

* update integration test

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Loubrieu <loubrieu@jpl.nasa.gov>
* match ssm parameter with cloudfront expectation, simplify not useful variables

* update integration test results

* Run tests

* Successful integration test run

---------

Co-authored-by: Thomas Loubrieu <loubrieu@jpl.nasa.gov>
Co-authored-by: Jordan Padams <jordan.h.padams@jpl.nasa.gov>
Make ECS service and load balancer security groups distincts
@tloubrieu-jpl
tloubrieu-jpl requested a review from a team as a code owner July 15, 2026 18:46
@sonarqubecloud

Copy link
Copy Markdown

@jordanpadams
jordanpadams merged commit a4d9947 into main Jul 15, 2026
3 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.

5 participants