-
Notifications
You must be signed in to change notification settings - Fork 107
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
cumulus-std #3638
Draft
jennyhliu
wants to merge
74
commits into
feature/es-phase-2
Choose a base branch
from
cumulus-std
base: feature/es-phase-2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
cumulus-std #3638
+105
−9
Conversation
This file contains 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
Release 15.0.0
* Update xml2js 0.4.22->0.5 strict * Address GHSA-776f-qx25-q3cc/update allow list * Update CHANGELOG * Update package pins to 0.5.0 for xmljs Co-authored-by: Jonathan Kovarik <[email protected]>
…horization header (#3341) * CUMULUS-3285: Updated isAuthBearTokenRequest to handle non-Bearer authorization header * add integration test
Release 15.0.1
* backport PR * finalizing docs and changing remaining groups * 15.1.0 release * doc updates * PR feedback + testing changes * Revert "doc updates" This reverts commit 5037012. * PR feedback * reverting change * Revert "update changelog" This reverts commit ae4627c. * reverting changes * PR feedback * removing EgressLambda from doc * Update xml2js 0.4.22->0.5 strict (#3330) (#3339) * Update xml2js 0.4.22->0.5 strict * Address GHSA-776f-qx25-q3cc/update allow list * Update CHANGELOG * Update package pins to 0.5.0 for xmljs Co-authored-by: Jonathan Kovarik <[email protected]> * PR feedback * PR feedback * PR feedback * fixing documentation linting * PR feedback * PR feedback * PR feedback * adding variables to tf-modules/workflow * PR feedback * PR feedback * reverting previous change * CUMULUS-3121/3120 v15.1.0 backport (#3346) * backport PR * finalizing docs and changing remaining groups * PR feedback + testing changes * PR feedback * reverting change * Revert "update changelog" This reverts commit ae4627c. * reverting changes * PR feedback * removing EgressLambda from doc * Update xml2js 0.4.22->0.5 strict (#3330) (#3339) * Update xml2js 0.4.22->0.5 strict * Address GHSA-776f-qx25-q3cc/update allow list * Update CHANGELOG * Update package pins to 0.5.0 for xmljs Co-authored-by: Jonathan Kovarik <[email protected]> * PR feedback * PR feedback * PR feedback * fixing documentation linting * PR feedback * PR feedback * PR feedback * adding variables to tf-modules/workflow * PR feedback * PR feedback * reverting previous change --------- Co-authored-by: jennyhliu <[email protected]> Co-authored-by: Jonathan Kovarik <[email protected]> * changing version number * small fixes * small fix --------- Co-authored-by: jennyhliu <[email protected]> Co-authored-by: Jonathan Kovarik <[email protected]>
* CUMULUS-3243:Updated granule delete logic to delete granule which is not in DynamoDB * add unit tests
Release 15.0.3
* CUMULUS-3223:Fix failed granule stuck in queued * skip sqsQueueExists test * update getGranuleTemporalInfo * update test match schema * update getGranuleTemporalInfo * remove extra await * remove skip sqsQueueExists * update `@cumulus/cumulus-message-adapter-js` to `2.0.5` * update sfEventSqsToDbRecords to return partial batch failure * fix typo * handle process error seperately, multiple message test * update test to process multiple messages
…g will enter a retry loop if the Cumulus API returns a 404 (#3298) * first commit * changelog entry * feedback * small change * PR feedback * fixing CI issues * fixing previous changes that were wrong * fixing unit test * fixing CI issues * fixing units * fixing CI failures * Changelog * fixing TS * fixing ingestGranule test failure * fixing clause * added test for expectedStatusCodes * PR feedback * fixing tests * reverting code block back to master * fixing expectedStatusCodes * reverting changes * fixing tests * PR feedback
#3401) * Update integration test scripts to fail on test timeout * Fixup * Fixup * Update script interpreter for test runs * Fix script * Fixup * Fixup * Update timeout pass/fail conditional
Release 15.0.4
* version bump * version bump and changelog * update docs * update docs version * update website package
* Update packages to explicitly private * 16.1.1 version bump and docs * update changelog version * update node runtime to current version
Release 15.0.4
* Update policy (#3649) * Version up to 18.2.1 * Update function docs --------- Co-authored-by: Nate Pauzenga <[email protected]>
* Update ECS Cluster EBS Volume Default Encryption Settings (CUMULUS-3547/NDCUM-1184) (#3580) * Updated Encrypted=true for EBS volume(s) associated with instances in the ECS cluster * Updated the ChangeLog based on CUMULUS-3547 changes --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Tim Clark <[email protected]> Co-authored-by: Jonathan Kovarik <[email protected]> * Jk/bugfix/cumulus 3587 pull in express boom (#3583) * Initial commit - update deps, bring in expressboom * Refactor to more modern JS standards * Add api/lib expressBoom * Fix lint error * Update CHANGELOG * Revert CVE whitelist * Remove express-boom/revert inadvertant merge issue * Proposed CI changes * re-add audit whitelist as sub-dependencies will fail until next release * Merge pull request #3582 from nasa/pp/CUMULUS-3527-sync-granule-sftp-failure (#3652) [CUMULUS-3527] Adds support for additional kex algorithms to sftp-client Co-authored-by: Paul Pilone <[email protected]> * CUMULUS-3673: Fixes Granules API URI encoding by escaping path components. (#3629) * URI encodes granule API path components. * Updates CL for CUMULUS-3673 * Fixes JSDoc linter warnings * Removes JSDoc types from granules API handler * Updates CnmWorkflowFromSqsSpec to not encode collection ID * WIP: Updating specs to not encode collection ID * WIP: Updates specs to not encode collection ID * WIP: Fixes linter errors in spec files * Removes unnecessary JSDoc blocks * WIP: Removes last bits of int test encoding collection IDs * Fix babel package vulnerability (#3622) * Fix babel package vulnerability * update package * update .babelrc * update .eslintrc.js * fix error:ES Modules may not assign module.exports or exports.* * Updates supertest to fix critical vulnerability * Removes libxmljs due to unuse and audit failures * Adds hoek to audit allow list --------- Co-authored-by: Tim Clark <[email protected]> Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Tim Clark <[email protected]> Co-authored-by: Jonathan Kovarik <[email protected]> Co-authored-by: jennyhliu <[email protected]>
* Update ECS Cluster EBS Volume Default Encryption Settings (CUMULUS-3547/NDCUM-1184) (#3580) * Updated Encrypted=true for EBS volume(s) associated with instances in the ECS cluster * Updated the ChangeLog based on CUMULUS-3547 changes --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Tim Clark <[email protected]> Co-authored-by: Jonathan Kovarik <[email protected]> * Jk/bugfix/cumulus 3587 pull in express boom (#3583) * Initial commit - update deps, bring in expressboom * Refactor to more modern JS standards * Add api/lib expressBoom * Fix lint error * Update CHANGELOG * Revert CVE whitelist * Remove express-boom/revert inadvertant merge issue * Proposed CI changes * re-add audit whitelist as sub-dependencies will fail until next release * Merge pull request #3582 from nasa/pp/CUMULUS-3527-sync-granule-sftp-failure (#3652) [CUMULUS-3527] Adds support for additional kex algorithms to sftp-client Co-authored-by: Paul Pilone <[email protected]> * CUMULUS-3673: Fixes Granules API URI encoding by escaping path components. (#3629) * URI encodes granule API path components. * Updates CL for CUMULUS-3673 * Fixes JSDoc linter warnings * Removes JSDoc types from granules API handler * Updates CnmWorkflowFromSqsSpec to not encode collection ID * WIP: Updating specs to not encode collection ID * WIP: Updates specs to not encode collection ID * WIP: Fixes linter errors in spec files * Removes unnecessary JSDoc blocks * WIP: Removes last bits of int test encoding collection IDs * Fix babel package vulnerability (#3622) * Fix babel package vulnerability * update package * update .babelrc * update .eslintrc.js * fix error:ES Modules may not assign module.exports or exports.* * Updates supertest to fix critical vulnerability * CUMULUS-3951 - Deploy all SNS topics with encrypted storage (#3646) * Update SNS topics to be encrypted in terraform * Update example package to encrypt test topics * Update api package test fixtures to match deployed code/encryption options * Update CHANGELOG * Refactor SNS creation into aws-client helper method * Update CHANGELOG * Fix: add missing `await` * Removes libxmljs due to unuse and audit failures * Adds hoek to audit allow list * Removes linter errors from original cherry-pick --------- Co-authored-by: Tim Clark <[email protected]> Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Tim Clark <[email protected]> Co-authored-by: Jonathan Kovarik <[email protected]> Co-authored-by: jennyhliu <[email protected]>
* Bumps package vesions to 18.2.2 * Updates CHANGELOG with release version * Updates CONTRIBUTORS * Updates docs for 18.2.2
jennyhliu
force-pushed
the
cumulus-std
branch
from
November 13, 2024 23:09
5c3e7ac
to
e7de344
Compare
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: Summary of changes
Addresses CUMULUS-XX: Develop amazing new feature
Changes
PR Checklist