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

CMR-10268 - Update CMR Support Email References to Use [email protected] #2206

Merged
merged 5 commits into from
Jan 8, 2025

Conversation

mandyparson
Copy link
Contributor

Overview

What is the feature/fix?

The domain earthdata.nasa.gov has been removed and we need to update all references to cmr-support email from [email protected] to [email protected]

What is the Solution?

Wherever we were referring to the old email, updated it to the new and added a variable where appropriate

What areas of the application does this impact?

common-app-lib/src/cmr/common_app/config.clj
system-int-test/test/cmr/system_int_test/search/granule/all_granule_search_test.clj
system-int-test/test/cmr/system_int_test/search/granule/granule_search_test.clj
search-app/test/cmr/search/test/unit/results_handlers/opendata_results_handler.clj
search-app/resources/schema/swagger.json
search-app/resources/public/site/swagger.json
search-app/docs/api.md
search-app/src/cmr/search/validators/leading_wildcard_validation.clj

Checklist

  • I have updated/added unit and int tests that prove my fix is effective or that my feature works
  • New and existing unit and int tests pass locally and remotely
  • clj-kondo has been run locally and all errors corrected
  • I have removed unnecessary/dead code and imports in files I have changed
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have cleaned up integration tests by doing one or more of the following:
    • migrated any are2 tests to are3 in files I have changed
    • de-duped, consolidated, removed dead int tests
    • transformed applicable int tests into unit tests
    • refactored to reduce number of system state resets by updating fixtures (use-fixtures :each (ingest/reset-fixture {})) to be :once instead of :each

@mandyparson mandyparson force-pushed the CMR-10268 branch 4 times, most recently from b34b9b8 to 45c8d44 Compare January 7, 2025 21:36
Copy link
Contributor

@eereiter eereiter left a comment

Choose a reason for hiding this comment

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

I saw 1 spacing issue.

@mandyparson mandyparson merged commit a598844 into master Jan 8, 2025
6 checks passed
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