Skip to content

Commit

Permalink
Merge pull request #221 from cumulus-nasa/version_1.0.1
Browse files Browse the repository at this point in the history
Version 1.0.1
  • Loading branch information
Alireza authored Feb 27, 2018
2 parents d3df8e6 + f701634 commit 1078a62
Show file tree
Hide file tree
Showing 42 changed files with 120 additions and 102 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [v1.0.1] - 2018-02-27

### Added
- More tests for discover-pdrs, dicover-granules by @yjpa7145
- Schema validation utility for tests by @yjpa7145

### Changed
- Fix an FTP listing bug for servers that do not support STAT [CUMULUS-334] by @kkelly51

## [v1.0.0] - 2018-02-23

4 changes: 2 additions & 2 deletions cumulus/services/sfn-scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/sfn-scheduler",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Runs ingest timers as configured in /config/products.json",
"main": "index.js",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"lodash": "^4.17.4",
"uuid": "^3.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions cumulus/tasks/copy-idx-from-s3-to-efs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/copy-idx-from-s3-to-efs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Task to copy idx file from S3 to EFS for OnEarth 2.0.",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -35,8 +35,8 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0-beta.20",
"@cumulus/test-data": "^1.0.0-beta.20"
"@cumulus/common": "^1.0.1",
"@cumulus/test-data": "^1.0.1"
},
"devDependencies": {
"@ava/babel-preset-stage-4": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/delete-ingest-tracking-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/delete-ingest-tracking-data",
"version": "1.0.0",
"version": "1.0.1",
"description": "Task to delete ingest tracking data when ingest has completed.",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -36,7 +36,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0"
"@cumulus/common": "^1.0.1"
},
"devDependencies": {
"@ava/babel-preset-stage-4": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/delete-pdr-ftp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/delete-pdr-ftp",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "SIPS handler PDR discovery task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/delete-pdr-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/delete-pdr-s3",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "SIPS handler PDR discovery task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/discover-cmr-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/discover-cmr-granules",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Discovers granules from the CMR",
"main": "index.js",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"moment": "^2.19.2",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1"
Expand Down
8 changes: 4 additions & 4 deletions cumulus/tasks/discover-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/discover-granules",
"version": "1.0.0",
"version": "1.0.1",
"description": "Discover Granules in FTP/HTTP/SFTP endpoints",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -37,10 +37,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"@cumulus/cumulus-message-adapter-js": "0.0.1-beta.3",
"@cumulus/ingest": "^1.0.0",
"@cumulus/test-data": "^1.0.0",
"@cumulus/ingest": "^1.0.1",
"@cumulus/test-data": "^1.0.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.23.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/discover-http-tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/discover-http-tiles",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Crawls an HTTP endpoint to discover tiled imagery",
"main": "index.js",
"keywords": [
Expand All @@ -14,7 +14,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"async": "^2.0.0",
"lodash": "^4.15.0",
"simplecrawler": "git+https://github.com/cgiffard/node-simplecrawler.git#193e506c39164ddf045c7c6c502e1a015d85a290"
Expand Down
6 changes: 3 additions & 3 deletions cumulus/tasks/discover-pdr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/discover-pdr",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "SIPS handler PDR discovery task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -36,8 +36,8 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/ingest": "^1.0.0",
"@cumulus/common": "^1.0.1",
"@cumulus/ingest": "^1.0.1",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
8 changes: 4 additions & 4 deletions cumulus/tasks/discover-pdrs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/discover-pdrs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Discover PDRs in FTP and HTTP endpoints",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"@cumulus/cumulus-message-adapter-js": "~0.0.1-beta.3",
"@cumulus/ingest": "^1.0.0",
"@cumulus/test-data": "^1.0.0",
"@cumulus/ingest": "^1.0.1",
"@cumulus/test-data": "^1.0.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.23.0",
Expand Down
8 changes: 4 additions & 4 deletions cumulus/tasks/discover-s3-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/discover-s3-granules",
"version": "1.0.0",
"version": "1.0.1",
"description": "Discover granules from an S3 bucket",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"@cumulus/cumulus-message-adapter-js": "~0.0.1-beta.3",
"@cumulus/ingest": "^1.0.0",
"@cumulus/test-data": "^1.0.0",
"@cumulus/ingest": "^1.0.1",
"@cumulus/test-data": "^1.0.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.23.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/download-activity-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/dowload-activity-mock",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Mock for provider gateway",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/filter-payload/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/filter-payload",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Task to filter the payload from one task to the next",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0"
"@cumulus/common": "^1.0.1"
},
"devDependencies": {
"@ava/babel-preset-stage-4": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/generate-mrf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate-mrf",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Generates MRFs for ingested tiles",
"main": "index.js",
"keywords": [
Expand All @@ -14,7 +14,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"async": "^2.0.0",
"lodash": "^4.13.1",
"mustache": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/generate-pan/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate-pan",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "SIPS handler PAN generation/upload task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
6 changes: 3 additions & 3 deletions cumulus/tasks/generate-pdr-file-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate-pdr-file-list",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "SIPS handler PDR processing task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,8 +35,8 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/ingest": "^1.0.0",
"@cumulus/common": "^1.0.1",
"@cumulus/ingest": "^1.0.1",
"@cumulus/pvl": "^1.0.0",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/generate-pdrd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate-pdrd",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "SIPS handler generating a PDRD when PDR validation fails",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion cumulus/tasks/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/hello-world",
"version": "1.0.0",
"version": "1.0.1",
"description": "Example task",
"main": "index.js",
"directories": {
Expand Down
8 changes: 4 additions & 4 deletions cumulus/tasks/parse-pdr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/parse-pdr",
"version": "1.0.0",
"version": "1.0.1",
"description": "Download and Parse a given PDR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -39,10 +39,10 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"@cumulus/cumulus-message-adapter-js": "~0.0.1-beta.3",
"@cumulus/ingest": "^1.0.0",
"@cumulus/test-data": "^1.0.0",
"@cumulus/ingest": "^1.0.1",
"@cumulus/test-data": "^1.0.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
Expand Down
8 changes: 4 additions & 4 deletions cumulus/tasks/pdr-status-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/pdr-status-check",
"version": "1.0.0",
"version": "1.0.1",
"description": "Checks execution status of granules in a PDR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -40,10 +40,10 @@
]
},
"dependencies": {
"@cumulus/common": "^1.0.0",
"@cumulus/common": "^1.0.1",
"@cumulus/cumulus-message-adapter-js": "~0.0.1-beta.3",
"@cumulus/ingest": "^1.0.0",
"@cumulus/test-data": "^1.0.0",
"@cumulus/ingest": "^1.0.1",
"@cumulus/test-data": "^1.0.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
Expand Down
Loading

0 comments on commit 1078a62

Please sign in to comment.