Releases: podaac/cumulus-metadata-aggregator
Release v7.0.0-alpha.2-SNAPSHOT - refs/heads/develop
Changes in this release:
Feature/podaac 4248 - Only require start, stop, and creation times for ISO files (#2)
- Migrate NSIDC ISO changes
Migrated NSIDC ISO related changes from old repo to new, cleaned up codebase.
- Fix ISO method call
Make sure we call the new wrapper readIsoMetadataFile method
-
Only require start, stop, and create times for ISO
-
Minor cleanups
Add more JavaDoc comments to existing methods
Removed some unused local variables
Removed duplicate code fragments in getIsoType
- Fix config path bug
Fix/revert the instances of src/main/resources/config from intellij refactoring.
- Update changelog & readme.
Updated changelog and readme files.
- Refactor Iso enum to IsoType
Move the embedded Iso enum to it’s own class file.
- Remove empty values from UMM-G json
Add new JSONUtils class, with cleanJson method to remove empty elements from a json object.
Added helper methods to ensure values are parsable to prevent NumberFormatException errors with iso granules.
-
Trim whitespace when adding input granules section
-
Unit Test for PODAAC-4248
Initial Unit test for PODAAC-4248.
Add modified ISO file for unit testing PODAAC-4248.
Co-authored-by: nchung nga.t.chung@jpl.nasa.gov
Release v7.0.0+31523cf - refs/heads/feature/PODAAC-4248
Changes in this release:
Merge remote-tracking branch 'origin/develop' into feature/PODAAC-4248
Conflicts:
src/main/java/gov/nasa/cumulus/metadata/aggregator/MetadataFilesToEcho.java
src/main/java/gov/nasa/cumulus/metadata/aggregator/UMMGranuleFile.java
Release v7.0.0-alpha.1-SNAPSHOT - refs/heads/develop
Changes in this release:
PODAAC-4327 - Migrate NSIDC ISO changes (#1)
- Migrate NSIDC ISO changes
Migrated NSIDC ISO related changes from old repo to new, cleaned up codebase.
- Fix ISO method call
Make sure we call the new wrapper readIsoMetadataFile method
Release v7.0.0+92cb528 - refs/heads/feature/PODAAC-4327+4248
Changes in this release:
Merge branch 'feature/PODAAC-4248' into feature/PODAAC-4327+4248
Release v7.0.0+d06ec98 - refs/heads/feature/PODAAC-4328
Changes in this release:
Merge branch 'develop' into feature/PODAAC-4328
Conflicts:
.github/workflows/build-pipeline.yml
builder/builder.py
builder/requirements.txt
Release v7.0.0+789d9b0 - refs/heads/feature/PODAAC-4327+4248
Changes in this release:
Merge branch 'feature/PODAAC-4248' into devtest
Release v7.0.0-alpha.0-SNAPSHOT - refs/heads/develop
Changes in this release:
added CI/CD required modules