Skip to content
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 3220 #3320

Merged
merged 21 commits into from
Jun 23, 2023
Merged

Cumulus 3220 #3320

merged 21 commits into from
Jun 23, 2023

Conversation

mikedorfman
Copy link
Contributor

@mikedorfman mikedorfman commented Mar 27, 2023

Summary: Summary of changes

Addresses CUMULUS-XX: Develop amazing new feature

Changes

  • Detailed list or prose of changes
  • ...

PR Checklist

  • Update CHANGELOG
  • Unit tests
  • Ad-hoc testing - Deploy changes and test manually
  • Integration tests

jennyhliu and others added 21 commits March 13, 2023 10:39
* release v15.0.0 (nasa#3303)

* fix 'npm ERR! notarget No matching version found for @aws-sdk/[email protected]' error
…3300)

* upgrade to orca v6.0.3

* fix lambda.zip huge size issue
* Add new checksumType to LZARDs backup task

* Add integration tests for other checksum types, update changelog

* Fix lint errors

* Modify changelog

* Update LzardsBackupSpec to consolidate spec to use a single granule with multiple files of different checksum types

* Update IngestGranule input payloads for integration tests to include checksums

* Remove console log statements

---------

Co-authored-by: jennyhliu <[email protected]>
* initial organize deployment pages

* add content and admonitions

* fix sidebar, links, add content

* final content edits

* lint error fixes

* update CHANGELOG

* Update docs/deployment/postgres-database-deployment.md

Co-authored-by: Jennifer Tran <[email protected]>

* Update docs/deployment/share-s3-access-logs.md

Co-authored-by: Jennifer Tran <[email protected]>

* Update docs/deployment/upgrade.md

Co-authored-by: Jennifer Tran <[email protected]>

* Update docs/deployment/postgres-database-deployment.md

Co-authored-by: Jennifer Tran <[email protected]>

* Update docs/troubleshooting/troubleshoot_deployment.md

Co-authored-by: Jennifer Tran <[email protected]>

* Update docs/troubleshooting/troubleshoot_deployment.md

Co-authored-by: Jennifer Tran <[email protected]>

* Update CHANGELOG.md

Add missing punctuation.

---------

Co-authored-by: Jennifer Tran <[email protected]>
In `cumulus/packages/pvl` the exports were located in `t.js` and
`index.js` was empty. This was causing a dependency failure in
`cumulus/packages/api/models/pdrs.js`, which uses
`require('@cumulus/pvl')`.

At the same time, `cumulus/tasks/parse-pdr/index.js` had been
configured to use `require('@cumulus/pvl/t')` in order to get around
the empty PVL `index.js` file.

This commit moves `t.js` to `index.js` and updates the `require` in
the parse-pdr task.
Downgrade the `got` package to 11.8.6. The 12.x version was converted
to native ESM and no longer supports CommonJS `require`.
Fixed pdr replacement so we replace only instances of .pdr
@Jkovarik
Copy link
Member

Hi @mikedorfman -- thanks for the contribution/tying it to a Core ticket. If you'd like review/discussion prioritized, please get in touch with teams leads/via SAFE processes.

@Jkovarik Jkovarik added needs prioritization External review needs prioritized and removed needs review labels Apr 26, 2023
@mikedorfman
Copy link
Contributor Author

Thanks @Jkovarik. This doesn't have a PI 23.2 deadline - we'll be sure to coordinate when it bubbles up in priority.

@jennyhliu jennyhliu changed the base branch from master to from-nsidc-CUMULUS-3220 June 23, 2023 19:22
@jennyhliu jennyhliu changed the base branch from from-nsidc-CUMULUS-3220 to release-15.0.x June 23, 2023 19:25
@jennyhliu jennyhliu changed the base branch from release-15.0.x to master June 23, 2023 19:30
@jennyhliu jennyhliu changed the base branch from master to from-nsidc-CUMULUS-3220 June 23, 2023 19:30
@jennyhliu jennyhliu merged commit 47696f0 into nasa:from-nsidc-CUMULUS-3220 Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs prioritization External review needs prioritized User Contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants