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

DAS-2255: rename service consistently. #7

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

flamingbear
Copy link
Member

@flamingbear flamingbear commented Dec 3, 2024

Description

This PR just just aligns the service names with how the other services are
named by using the full repository name with hyphens.

This was uncovered because the GitHub action builds based on the repository
name. I could have changed it to match the smap-l2-gridder but decided to
follow the lead of other existing services.

Jira Issue ID

DAS-2255

Local Test Steps

verify that you don't have an smap docker images.

❯ docker images | grep smap
ghcr.io/nasa/harmony-smap-l2-gridder  ...

If you do, delete it:

❯ docker rmi ghcr.io/nasa/harmony-smap-l2-gridder
Untagged: ghcr.io/nasa/harmony-smap-l2-gridder:latest
Deleted: sha256:eda04d415891e82c44a80e42af5dfa8301bba53f809fc261af0aea6fc5a7f5fe

Pull this branch and build the image. Verify it has the correct name

❯ docker images | grep smap
ghcr.io/nasa/harmony-smap-l2-gridding-service        latest...

PR Acceptance Checklist

  • [N/A] Jira ticket acceptance criteria met.
  • CHANGELOG.md updated to include high level summary of PR changes.
  • docker/service_version.txt updated if publishing a release.
  • [N/A] Tests added/updated and passing.
  • [N/A] Documentation updated (if needed).

There were a couple of different service names sprinkled throughout.

This just goes with how the other services have been named by using the full
repository name with hyphens.
@flamingbear flamingbear marked this pull request as ready for review December 3, 2024 16:28
Copy link
Member

@owenlittlejohns owenlittlejohns left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@owenlittlejohns
Copy link
Member

There's some future work in the offing that I'll probably be spearheading in the next PI to standardise Harmony services as they are presenting in the UMM-S records, and therefore in EDSC. But that is a separate layer of the cake, being in CMR-land.

(Well, it's on my stack of things that need to be done, at least)

@flamingbear flamingbear merged commit c019441 into nasa:main Dec 3, 2024
6 checks passed
@flamingbear flamingbear deleted the mhs/DAS-2267/rename-service branch December 3, 2024 21:44
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.

3 participants