Merge into main for release 1.7.0 (Build 17) - #800
Merged
Conversation
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.
…ction for dependabot PR's
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🗒️ Summary
🤖 AI Assistance Disclosure
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
Security & Quality
Testing & Validation
Maintenance