@cumulus/common
Advanced tools
Changelog
[v1.7.1] - 2018-07-27 - [BACKPORT]
Changelog
[v1.8.0] - 2018-07-23
CUMULUS-718 Adds integration test for Kinesis triggering a workflow.
GITC-776-3 Added more flexibility for rules. You can now edit all fields on the rule's record We may need to update the api documentation to reflect this.
CUMULUS-681 - Add ingest-in-place action to granules endpoint
CUMULUS-685 - Add parent exeuction arn to the execution which is triggered from a parent step function
Changelog
[v1.5.5] - 2018-05-30
pdr
property to the sync-granule task's input config and output payload.@cumulus/deployment
's default cloudformation template now configures storage for Docker to match the configured ECS Volume. The template defines Docker's devicemapper basesize (dm.basesize
) using ecs.volumeSize
. This addresses ECS default of limiting Docker containers to 10GB of storage (Read more).Changelog
[v1.5.4] - 2018-05-21
@cumulus/deployment/app/config.yml
.
To change the provider name, please add ems: provider
property to app/config.yml
.Changelog
[v1.5.3] - 2018-05-18
Changelog
[v1.5.2] - 2018-05-15
deletedgranule
type to cumulus
index.es: elasticSearchMapping: 7
es: null
to your app/config.yml
file. This is only useful for debugging purposes. Cumulus still requires ElasticSearch to properly operate.@cumulus/integration-tests
includes and exports the addRules
function, which seeds rules into the DynamoDB table.@cumulus/cmrjs
uses an environment variable USER_IP_ADDRESS
or fallback
IP address of 10.0.0.0
when a public IP address is not available. This
supports lambda functions deployed into a VPC's private subnet, where no
public IP address is available.Changelog
[v1.5.1] - 2018-04-23
Changelog
[v1.5.0] - 2018-04-23
example
folder CUMULUS-512ecs.restartTasksOnDeploy
is set to truegranuleIdExtraction
is no longer a propertyprocess
is now an optional propertyprovider_path
is no longer a propertydelete
method to the @common/CollectionConfigStore
classexample
integration-tests populates providers and collections to databaseexample
workflow messages are populated from workflow templates in s3, provider and collection information in database, and input payloads. Input templates are removed.https
protocol to provider schema