Skip to content

Commit 54e7ae5

Browse files
committed
prepping 2.0.2
1 parent 3e7c4e8 commit 54e7ae5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+774
-33
lines changed

CHANGELOG.md

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,52 @@
11
# Change Log
22

3+
## [v2.0.2](https://github.com/marklogic-community/marklogic-data-hub/tree/v2.0.2) (2017-12-01)
4+
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v2.0.1...v2.0.2)
5+
6+
**Implemented enhancements:**
7+
8+
- Delete old jobs [\#534](https://github.com/marklogic-community/marklogic-data-hub/issues/534)
9+
10+
**Fixed bugs:**
11+
12+
- Main is executed in staging db even when setting -PsourceDB=Final [\#565](https://github.com/marklogic-community/marklogic-data-hub/issues/565)
13+
- Blank harmonization page [\#558](https://github.com/marklogic-community/marklogic-data-hub/issues/558)
14+
15+
**Merged pull requests:**
16+
17+
- Feature/bug 558 [\#598](https://github.com/marklogic-community/marklogic-data-hub/pull/598) ([dmcassel](https://github.com/dmcassel))
18+
- fixed \#565 [\#596](https://github.com/marklogic-community/marklogic-data-hub/pull/596) ([paxtonhare](https://github.com/paxtonhare))
19+
- adding the userOrg property [\#586](https://github.com/marklogic-community/marklogic-data-hub/pull/586) ([dmcassel](https://github.com/dmcassel))
20+
- fixed \#547 [\#568](https://github.com/marklogic-community/marklogic-data-hub/pull/568) ([paxtonhare](https://github.com/paxtonhare))
21+
- Feature/delete old jobs [\#566](https://github.com/marklogic-community/marklogic-data-hub/pull/566) ([dmcassel](https://github.com/dmcassel))
22+
323
## [v2.0.1](https://github.com/marklogic-community/marklogic-data-hub/tree/v2.0.1) (2017-11-20)
4-
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v2.0.0...v2.0.1)
24+
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/2.0.1...v2.0.1)
25+
26+
## [2.0.1](https://github.com/marklogic-community/marklogic-data-hub/tree/2.0.1) (2017-11-20)
27+
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v2.0.0...2.0.1)
528

629
**Implemented enhancements:**
730

831
- Harmonize Writer could benefit from more context like $type [\#564](https://github.com/marklogic-community/marklogic-data-hub/issues/564)
32+
- Update hubCreateEntity task to use ES too [\#547](https://github.com/marklogic-community/marklogic-data-hub/issues/547)
933
- Update 2.x version checker to omit pre-release version [\#485](https://github.com/marklogic-community/marklogic-data-hub/issues/485)
34+
- Browse Data: Reset search when changing databases [\#535](https://github.com/marklogic-community/marklogic-data-hub/issues/535)
1035

1136
**Fixed bugs:**
1237

1338
- Error running sample product-catalog example [\#560](https://github.com/marklogic-community/marklogic-data-hub/issues/560)
1439
- Entity definition partially written, everything hosed [\#435](https://github.com/marklogic-community/marklogic-data-hub/issues/435)
40+
- Harmonization code generation fails for a relationships where entities hold mutual references [\#544](https://github.com/marklogic-community/marklogic-data-hub/issues/544)
41+
- Out of memory when flow has too many errors [\#543](https://github.com/marklogic-community/marklogic-data-hub/issues/543)
42+
- admin role required for quick start login [\#542](https://github.com/marklogic-community/marklogic-data-hub/issues/542)
43+
- mlWatch broken for deploying REST extensions [\#538](https://github.com/marklogic-community/marklogic-data-hub/issues/538)
44+
- Options not deployed for Final [\#529](https://github.com/marklogic-community/marklogic-data-hub/issues/529)
1545

1646
**Closed issues:**
1747

1848
- REST search options deployed to wrong location in modules db [\#567](https://github.com/marklogic-community/marklogic-data-hub/issues/567)
49+
- Add e2e tests for Quickstart [\#555](https://github.com/marklogic-community/marklogic-data-hub/issues/555)
1950
- Getting MISSING\_FLOW error when invoking from DMSDK [\#552](https://github.com/marklogic-community/marklogic-data-hub/issues/552)
2051
- Add support for mlcp -input\_file\_pattern [\#550](https://github.com/marklogic-community/marklogic-data-hub/issues/550)
2152
- Browse Data: not obvious that I needed to click Search [\#530](https://github.com/marklogic-community/marklogic-data-hub/issues/530)
@@ -26,6 +57,10 @@
2657
- MLCP fails if no "jobId" parameter specified even with trace off [\#426](https://github.com/marklogic-community/marklogic-data-hub/issues/426)
2758
- Test deploy against ssl enabled server [\#417](https://github.com/marklogic-community/marklogic-data-hub/issues/417)
2859
- Epic - error handling [\#289](https://github.com/marklogic-community/marklogic-data-hub/issues/289)
60+
- Add README.md at top of examples folder [\#549](https://github.com/marklogic-community/marklogic-data-hub/issues/549)
61+
- Quickstart build fails [\#541](https://github.com/marklogic-community/marklogic-data-hub/issues/541)
62+
- hubPreinstallCheck, AdminConfig ignores SSL setting [\#539](https://github.com/marklogic-community/marklogic-data-hub/issues/539)
63+
- Enhance command line to build entity indexes via entity JSON descriptors [\#526](https://github.com/marklogic-community/marklogic-data-hub/issues/526)
2964

3065
**Merged pull requests:**
3166

@@ -541,6 +576,7 @@
541576

542577
**Merged pull requests:**
543578

579+
- Fix mlcp windows issue 89 [\#215](https://github.com/marklogic-community/marklogic-data-hub/pull/215) ([paxtonhare](https://github.com/paxtonhare))
544580
- 192 - Removed automatic closing of notification [\#208](https://github.com/marklogic-community/marklogic-data-hub/pull/208) ([maeisabelle](https://github.com/maeisabelle))
545581

546582
## [v1.0.0-beta.3](https://github.com/marklogic-community/marklogic-data-hub/tree/v1.0.0-beta.3) (2016-04-15)
@@ -609,14 +645,13 @@
609645

610646
**Merged pull requests:**
611647

612-
- Fix mlcp windows issue 89 [\#215](https://github.com/marklogic-community/marklogic-data-hub/pull/215) ([paxtonhare](https://github.com/paxtonhare))
613648
- 130 - Remember the last input path per flow [\#172](https://github.com/marklogic-community/marklogic-data-hub/pull/172) ([maeisabelle](https://github.com/maeisabelle))
614649
- Cleanup - Fix Jshint errors [\#171](https://github.com/marklogic-community/marklogic-data-hub/pull/171) ([maeisabelle](https://github.com/maeisabelle))
615650
- set server.session.timeout=0 to make session last forever. [\#169](https://github.com/marklogic-community/marklogic-data-hub/pull/169) ([divino](https://github.com/divino))
616651
- Add hr hub [\#167](https://github.com/marklogic-community/marklogic-data-hub/pull/167) ([paxtonhare](https://github.com/paxtonhare))
617652
- 143 - Added validation for duplicate REST service extensions and transforms. [\#163](https://github.com/marklogic-community/marklogic-data-hub/pull/163) ([maeisabelle](https://github.com/maeisabelle))
653+
- fixed \#158 [\#161](https://github.com/marklogic-community/marklogic-data-hub/pull/161) ([paxtonhare](https://github.com/paxtonhare))
618654
- 75 - Swagger UI to browse the Hub APIs [\#160](https://github.com/marklogic-community/marklogic-data-hub/pull/160) ([maeisabelle](https://github.com/maeisabelle))
619-
- fixed \#146 - don't reset user prefs on logout [\#151](https://github.com/marklogic-community/marklogic-data-hub/pull/151) ([paxtonhare](https://github.com/paxtonhare))
620655

621656
## [v1.0.0-alpha.4](https://github.com/marklogic-community/marklogic-data-hub/tree/v1.0.0-alpha.4) (2016-03-25)
622657
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v1.0.0-alpha.3...v1.0.0-alpha.4)
@@ -640,10 +675,10 @@
640675

641676
**Merged pull requests:**
642677

643-
- fixed \#158 [\#161](https://github.com/marklogic-community/marklogic-data-hub/pull/161) ([paxtonhare](https://github.com/paxtonhare))
644678
- fixed \#156 -cached in ie [\#157](https://github.com/marklogic-community/marklogic-data-hub/pull/157) ([paxtonhare](https://github.com/paxtonhare))
645679
- fixed \#154 - added sample tweets [\#155](https://github.com/marklogic-community/marklogic-data-hub/pull/155) ([paxtonhare](https://github.com/paxtonhare))
646680
- fixed \#152 - get\_content transform not working for json [\#153](https://github.com/marklogic-community/marklogic-data-hub/pull/153) ([paxtonhare](https://github.com/paxtonhare))
681+
- fixed \#146 - don't reset user prefs on logout [\#151](https://github.com/marklogic-community/marklogic-data-hub/pull/151) ([paxtonhare](https://github.com/paxtonhare))
647682
- fixed \#149 - load compressed archives [\#150](https://github.com/marklogic-community/marklogic-data-hub/pull/150) ([paxtonhare](https://github.com/paxtonhare))
648683
- 142 - Add default collections when loading data using flows [\#148](https://github.com/marklogic-community/marklogic-data-hub/pull/148) ([maeisabelle](https://github.com/maeisabelle))
649684
- 101 - Handle detection of REST directory [\#147](https://github.com/marklogic-community/marklogic-data-hub/pull/147) ([maeisabelle](https://github.com/maeisabelle))
@@ -686,7 +721,6 @@
686721
- 100 new flow and new entity button fix [\#110](https://github.com/marklogic-community/marklogic-data-hub/pull/110) ([gmarintes](https://github.com/gmarintes))
687722
- Updated "in-a-box" to "data-hub" and "data-hub-in-a-box" to "data-hub" [\#108](https://github.com/marklogic-community/marklogic-data-hub/pull/108) ([maeisabelle](https://github.com/maeisabelle))
688723
- 79 - Run-flow transform [\#107](https://github.com/marklogic-community/marklogic-data-hub/pull/107) ([maeisabelle](https://github.com/maeisabelle))
689-
- I stand corrected. There's a reason it's a war. [\#66](https://github.com/marklogic-community/marklogic-data-hub/pull/66) ([paxtonhare](https://github.com/paxtonhare))
690724

691725
## [v1.0.0-alpha.2](https://github.com/marklogic-community/marklogic-data-hub/tree/v1.0.0-alpha.2) (2016-03-09)
692726
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v1.0.0-alpha.1...v1.0.0-alpha.2)
@@ -755,6 +789,7 @@
755789
- fixed \#56 - created a staging and final database [\#83](https://github.com/marklogic-community/marklogic-data-hub/pull/83) ([paxtonhare](https://github.com/paxtonhare))
756790
- Quick start cancel run flow [\#69](https://github.com/marklogic-community/marklogic-data-hub/pull/69) ([gmarintes](https://github.com/gmarintes))
757791
- Fix basic bugs [\#68](https://github.com/marklogic-community/marklogic-data-hub/pull/68) ([paxtonhare](https://github.com/paxtonhare))
792+
- I stand corrected. There's a reason it's a war. [\#66](https://github.com/marklogic-community/marklogic-data-hub/pull/66) ([paxtonhare](https://github.com/paxtonhare))
758793
- Fixed \#62 - added spring batch to run jobs [\#65](https://github.com/marklogic-community/marklogic-data-hub/pull/65) ([paxtonhare](https://github.com/paxtonhare))
759794
- Fixed \#52 - create jar instead of war [\#64](https://github.com/marklogic-community/marklogic-data-hub/pull/64) ([paxtonhare](https://github.com/paxtonhare))
760795
- 5 spec for plugins [\#63](https://github.com/marklogic-community/marklogic-data-hub/pull/63) ([paxtonhare](https://github.com/paxtonhare))

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ plugins {
7373
...
7474
7575
// comment out this line. It pulls the version from the cloud
76-
// id 'com.marklogic.ml-data-hub' version '2.0.1'
76+
// id 'com.marklogic.ml-data-hub' version '2.0.2'
7777
}
7878
7979
// this tells gradle to apply the plugin you included above in the buildscript section

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Or watch the [MarkLogic University - Data Hub Framework On Demand Video Courses]
3535

3636
### The Easiest Way
3737

38-
To use the Data Hub Framework you should download the latest [quickstart.war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.1/quick-start-2.0.1.war).
38+
To use the Data Hub Framework you should download the latest [quickstart.war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.2/quick-start-2.0.2.war).
3939

4040
Then Run the war like so:
4141

4242
```bash
43-
java -jar quick-start-2.0.1.war
43+
java -jar quick-start-2.0.2.war
4444
```
4545

4646
### Using the Hub in your existing Java project
@@ -50,7 +50,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
5050
**Gradle**
5151

5252
```groovy
53-
compile('com.marklogic:marklogic-data-hub:2.0.1')
53+
compile('com.marklogic:marklogic-data-hub:2.0.2')
5454
```
5555

5656
**Maven**
@@ -59,15 +59,15 @@ compile('com.marklogic:marklogic-data-hub:2.0.1')
5959
<dependency>
6060
<groupId>com.marklogic</groupId>
6161
<artifactId>marklogic-data-hub</artifactId>
62-
<version>2.0.1</version>
62+
<version>2.0.2</version>
6363
<type>pom</type>
6464
</dependency>
6565
```
6666

6767
**Ivy**
6868

6969
```xml
70-
<dependency org='com.marklogic' name='marklogic-data-hub' rev='2.0.1'>
70+
<dependency org='com.marklogic' name='marklogic-data-hub' rev='2.0.2'>
7171
<artifact name='$AID' ext='pom'></artifact>
7272
</dependency>
7373
```
@@ -78,7 +78,7 @@ If you prefer to use gradle for all of your hub interactions then you can includ
7878

7979
```groovy
8080
plugins {
81-
id 'com.marklogic.ml-data-hub' version '2.0.1'
81+
id 'com.marklogic.ml-data-hub' version '2.0.2'
8282
}
8383
```
8484

examples/barebones/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
// it includes ml-gradle. This plugin is what lets you
1414
// run DHF (Data Hub Framework) tasks from the
1515
// command line
16-
id 'com.marklogic.ml-data-hub' version '2.0.1'
16+
id 'com.marklogic.ml-data-hub' version '2.0.2'
1717
}
1818
```
1919

examples/barebones/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ plugins {
77
// it includes ml-gradle. This plugin is what lets you
88
// run DHF (Data Hub Framework) tasks from the
99
// command line
10-
id 'com.marklogic.ml-data-hub' version '2.0.1'
10+
id 'com.marklogic.ml-data-hub' version '2.0.2'
1111
}

examples/healthcare/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The sample data is located in the input/ folder.
1515
```
1616

1717
# TLDR; How do I run it?
18-
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.1/quick-start-2.0.1.war) into this folder.
18+
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.2/quick-start-2.0.2.war) into this folder.
1919

20-
1. Run the quick-start jar `java -jar quick-start-2.0.1.war`
20+
1. Run the quick-start jar `java -jar quick-start-2.0.2.war`
2121

2222
1. Open your web browser to [http://localhost:8080](http://localhost:8080).
2323

examples/load-binaries/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
This example shows how to load binary documents with the Hub Framework.
33

44
# TLDR; How do I run it?
5-
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.1/quick-start-2.0.1.war) into this folder.
5+
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.2/quick-start-2.0.2.war) into this folder.
66

7-
1. Run the quick-start war `java -jar quick-start-2.0.1.war`
7+
1. Run the quick-start war `java -jar quick-start-2.0.2.war`
88

99
1. Open your web browser to [http://localhost:8080](http://localhost:8080).
1010

examples/online-store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The data are separated into 2 folders under the input/ folder.
1616
# TLDR; How do I run it?
1717
Check out the [Getting Started Tutorial](https://marklogic-community.github.io/marklogic-data-hub/) on the Datahub Site.
1818

19-
You will want to download the latest 2.x release of the [QuickStart Application](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.1/quick-start-2.0.1.war) and save it in this directory.
19+
You will want to download the latest 2.x release of the [QuickStart Application](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.2/quick-start-2.0.2.war) and save it in this directory.
2020

2121
# Wait. What is a data Hub?
2222
Get started over at the [Data Hub Site](https://marklogic-community.github.io/marklogic-data-hub/what/)

examples/performance-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'net.saliman.properties' version '1.4.6'
3-
id 'com.marklogic.ml-data-hub' version '2.0.1'
3+
id 'com.marklogic.ml-data-hub' version '2.0.2'
44
}
55

66
repositories {

examples/spring-batch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'application'
44
id 'idea'
55
id 'net.saliman.properties' version '1.4.6'
6-
id 'com.marklogic.ml-data-hub' version '2.0.1'
6+
id 'com.marklogic.ml-data-hub' version '2.0.2'
77
}
88

99
repositories {
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
compile 'com.marklogic:marklogic-data-hub:2.0.1'
16+
compile 'com.marklogic:marklogic-data-hub:2.0.2'
1717
compile "com.marklogic:marklogic-spring-batch-core:1.0.1"
1818

1919
testCompile "com.h2database:h2:1.4.193"

0 commit comments

Comments
 (0)