Skip to content

Commit 3a9cb7f

Browse files
committed
Merge remote-tracking branch 'origin/master' into release/2.2.1
2 parents 4ab16b5 + 0463436 commit 3a9cb7f

File tree

5 files changed

+30
-17
lines changed

5 files changed

+30
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## 2.2.1 - 2019-09-27
7+
## 2.2.2 - 2019-09-27
88

99
### Changed
1010
- Heartbeat is now every five minutes, was every 5 seconds
1111
- the python3 images were actually python2 images
1212

13+
## 2.2.1 - 2019-08-02
14+
15+
### Changed
16+
- sample extractors had bad extractor_info.json. registry needs to be an array.
17+
1318
## 2.2.0 - 2019-04-03
1419

1520
### Fixed

sample-extractors/echo/extractor_info.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
"rabbitmq": "http://clowder.ncsa.illinois.edu/metadata/ncsa.echo#rabbitmq"
1111
}
1212
],
13-
"repository": {
14-
"repType": "git",
15-
"repUrl": "https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
16-
},
13+
"repository": [
14+
{
15+
"repType": "git",
16+
"repUrl": "https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
17+
}
18+
],
1719
"process": {
1820
"file": [
1921
"*"

sample-extractors/wordcount-simple-extractor/extractor_info.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"characters": "http://clowder.ncsa.illinois.edu/metadata/ncsa.wordcount#characters"
1313
}
1414
],
15-
"repository": {
16-
"repType": "git",
17-
"repUrl": "https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
18-
},
15+
"repository": [
16+
{
17+
"repType": "git",
18+
"repUrl": "https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
19+
}
20+
],
1921
"process": {
2022
"file": [
2123
"text/*",

sample-extractors/wordcount-simple-r-extractor/extractor_info.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"characters": "http://clowder.ncsa.illinois.edu/metadata/ncsa.wordcount#characters"
1313
}
1414
],
15-
"repository": {
16-
"repType": "git",
17-
"repUrl": "https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
18-
},
15+
"repository": [
16+
{
17+
"repType": "git",
18+
"repUrl": "https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
19+
}
20+
],
1921
"process": {
2022
"file": [
2123
"text/*",

sample-extractors/wordcount/extractor_info.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"characters": "http://clowder.ncsa.illinois.edu/metadata/ncsa.wordcount#characters"
1313
}
1414
],
15-
"repository": {
16-
"repType": "git",
17-
"repUrl": "https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
18-
},
15+
"repository": [
16+
{
17+
"repType": "git",
18+
"repUrl": "https://opensource.ncsa.illinois.edu/stash/scm/cats/pyclowder.git"
19+
}
20+
],
1921
"process": {
2022
"file": [
2123
"text/*",

0 commit comments

Comments
 (0)