Skip to content

Feature/cumulus consolidate update - #117

Merged
sliu008 merged 8 commits into
developfrom
feature/cumulus_consolidate_update
Jun 24, 2026
Merged

Feature/cumulus consolidate update#117
sliu008 merged 8 commits into
developfrom
feature/cumulus_consolidate_update

Conversation

@sliu008

@sliu008 sliu008 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Fixes #116

This pull request primarily updates references in the CHANGELOG.md to point to the correct repository for issues, and also updates the GitHub Actions workflow files to use a newer version of the actions/checkout action. These changes help ensure proper tracking of issues and take advantage of improvements in the GitHub Actions ecosystem.

Changelog corrections:

  • Updated all issue links in CHANGELOG.md to reference the podaac/tig repository instead of podaac/hitide, ensuring accurate issue tracking. [1] [2] [3]

Workflow updates:

  • Updated actions/checkout from version v6 to v7 in .github/workflows/.release-created.yml and .github/workflows/build.yml to use the latest features and fixes. [1] [2]

Changelog additions:

  • Added a new entry under "Changed" in CHANGELOG.md for updating Python libraries for cumulus consolidation.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project changelog to reference the correct GitHub repository for issue links and bumps actions/checkout to a newer major version in GitHub Actions workflows.

Changes:

  • Added an “Unreleased / Changed” changelog entry for the Poetry/Python library update related to Cumulus consolidation.
  • Updated several CHANGELOG.md issue URLs to point to podaac/tig instead of podaac/hitide.
  • Updated workflow(s) to use actions/checkout@v7 (note: not all checkout steps were updated consistently within build.yml).

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 6 comments.

File Description
CHANGELOG.md Adds a new Unreleased entry and updates multiple issue links to the podaac/tig repository.
.github/workflows/build.yml Updates one actions/checkout step to v7 in the build job (deploy job still uses v6).
.github/workflows/.release-created.yml Updates actions/checkout to v7 for the release-branch-created workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment on lines +28 to +30
- [issue/72] (https://github.com/podaac/tig/issues/72): empty granules for VIIRS_NPP-NAVO-L2P-v3.0 moved up code where we test lon lat for nans.
- [issue/78] (https://github.com/podaac/tig/issues/78): error message for empty granules
- [issue/87] (https://github.com/podaac/tig/issues/87): output message from cli call on input used to call tig.
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment on lines +28 to +30
- [issue/72] (https://github.com/podaac/tig/issues/72): empty granules for VIIRS_NPP-NAVO-L2P-v3.0 moved up code where we test lon lat for nans.
- [issue/78] (https://github.com/podaac/tig/issues/78): error message for empty granules
- [issue/87] (https://github.com/podaac/tig/issues/87): output message from cli call on input used to call tig.
Comment on lines +40 to 42
- uses: actions/checkout@v7
with:
fetch-depth: 0 # Needed for proper versioning

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.

Comment thread CHANGELOG.md
- [issue/26](https://github.com/podaac/tig/issues/26): Added cli command to generate hitide configurations for tig/forge
- ** Added in swot expert image generation **
- [issue/18] (https://github.com/podaac/hitide/issues/18): Added in code to generate ssha_karin_2 in swot expert
- [issue/18](https://github.com/podaac/hitide/issues/18): Added in code to generate ssha_karin_2 in swot expert
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
sliu008 and others added 2 commits June 22, 2026 16:18
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@sliu008
sliu008 requested a review from jamesfwood June 23, 2026 21:15
@sliu008
sliu008 merged commit 867df9b into develop Jun 24, 2026
4 checks passed
@sliu008
sliu008 deleted the feature/cumulus_consolidate_update branch June 24, 2026 23:52
@tloubrieu-jpl tloubrieu-jpl moved this from needs:triage to closed in podaac Jun 24, 2026
sliu008 added a commit that referenced this pull request Jul 21, 2026
* /version 0.16.0a0

* Add automatic project assignment workflow

This workflow automatically:
- Adds new issues and PRs to the podaac project
- Sets their status to 'needs:triage'

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Add automatic team/project assignment workflow

This workflow automatically, when team label is assigned to an issue:
- Set podaac project status to triage
- Assign to the team github project when it exists, with a New status.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Add automatic team/project assignment workflow

This workflow automatically, when team label is assigned to an issue:
- Set podaac project status to triage
- Assign to the team github project when it exists, with a New status.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* /version 0.14.0a0

* /version 0.16.0a1

* Remove workflow: add-to-project.yml

This workflow is being removed from the organization.

Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>

* /version 0.16.0a2

* Deploy workflow: org-add-to-project.yml

This workflow is being deployed across the organization.

Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>

* /version 0.16.0a3

* Deploy workflow: org-close-pr-status.yml

This workflow is being deployed across the organization.

Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>

* /version 0.16.0a4

* Remove workflow: team-assignment.yml

This workflow is being removed from the organization.

Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>

* Deploy workflow: org-team-assignment.yml

This workflow is being deployed across the organization.

Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>

* /version 0.16.0a5

* Feature/cumulus consolidate update (#117)

* update python libraries for cumulus consolidation efforts

* update changelog

* update changelog

* update changelog and workflow

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* poetry update

* update cumulus-process minimum version

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* /version 0.16.0a6

* 0.16.0 release

* /version 0.16.0rc1

* update changelog

* /version 0.16.0rc2

---------

Co-authored-by: podaac-thumbnail-generator bot <podaac-thumbnail-generator@noreply.github.com>
Co-authored-by: thomas loubrieu <60993872+tloubrieu-jpl@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: podaac-tig bot <podaac-tig@noreply.github.com>
Co-authored-by: James Wood <8115931+jamesfwood@users.noreply.github.com>
Co-authored-by: jamesfwood <jamesfwood@users.noreply.github.com>
Co-authored-by: tloubrieu-jpl <tloubrieu-jpl@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: sliu008 <sliu008@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: closed

Development

Successfully merging this pull request may close these issues.

Upgrade tig to Python 3.12 and CMA 2.0.5/2.0.0

4 participants