Skip to content

Commit b6e78e4

Browse files
committed
prepping beta 1
1 parent a2fdaf7 commit b6e78e4

File tree

8 files changed

+114
-13
lines changed

8 files changed

+114
-13
lines changed

CHANGELOG.md

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,108 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/marklogic/marklogic-data-hub/tree/v2.0.0-alpha.2)
3+
## [Unreleased](https://github.com/marklogic/marklogic-data-hub/tree/v2.0.0-beta.2)
44

5+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.1.3...v2.0.0-beta.2)
6+
7+
**Implemented enhancements:**
8+
9+
- Add a code editor [\#418](https://github.com/marklogic/marklogic-data-hub/issues/418)
10+
11+
**Fixed bugs:**
12+
13+
- Entity properties starting with a capital generate templates with a preceding dash in var names [\#350](https://github.com/marklogic/marklogic-data-hub/issues/350)
14+
15+
## [v1.1.3](https://github.com/marklogic/marklogic-data-hub/tree/v1.1.3) (2017-05-24)
16+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v2.0.0-alpha.4...v1.1.3)
17+
18+
**Implemented enhancements:**
19+
20+
- Expose the ability to pass custom properties via gradle [\#416](https://github.com/marklogic/marklogic-data-hub/issues/416)
21+
- Add gradle wrapper to scaffolded project [\#415](https://github.com/marklogic/marklogic-data-hub/issues/415)
22+
- Entity view: show "Loading entities..." rather than "You don't have any entities yet" [\#411](https://github.com/marklogic/marklogic-data-hub/issues/411)
23+
- Better default document format for input flow [\#410](https://github.com/marklogic/marklogic-data-hub/issues/410)
24+
- Add button to sync indexes [\#393](https://github.com/marklogic/marklogic-data-hub/issues/393)
25+
- ugly scrollbars appear on project list in quickstart [\#385](https://github.com/marklogic/marklogic-data-hub/issues/385)
26+
- Handle Batch Flow Errors [\#379](https://github.com/marklogic/marklogic-data-hub/issues/379)
27+
- Default the harmonize collector to only get items in a standard input collection [\#344](https://github.com/marklogic/marklogic-data-hub/issues/344)
28+
- Add ability to specify source/target database for a Harmonize flow [\#319](https://github.com/marklogic/marklogic-data-hub/issues/319)
29+
30+
**Fixed bugs:**
31+
32+
- MLCP options: Output URI Replace is not working as expected [\#414](https://github.com/marklogic/marklogic-data-hub/issues/414)
33+
- Can't do load on Windows [\#407](https://github.com/marklogic/marklogic-data-hub/issues/407)
34+
- Illegal/unsupported escape sequence in Windows 10 when creating entities [\#406](https://github.com/marklogic/marklogic-data-hub/issues/406)
35+
- Better feedback for client-side validation failures [\#398](https://github.com/marklogic/marklogic-data-hub/issues/398)
36+
- XQuery bug detected but not shown on QuickStart GUI [\#395](https://github.com/marklogic/marklogic-data-hub/issues/395)
37+
- Save Options in Input Flow doesn't save changes to 'Output URI Replace' [\#390](https://github.com/marklogic/marklogic-data-hub/issues/390)
38+
- Default forests are created/attached even with custom forest JSON definitions [\#389](https://github.com/marklogic/marklogic-data-hub/issues/389)
39+
- mlReloadModules may not work [\#386](https://github.com/marklogic/marklogic-data-hub/issues/386)
40+
- Can't run harmonize on 2.0.0-alpha.2 [\#382](https://github.com/marklogic/marklogic-data-hub/issues/382)
41+
- Compile issue [\#381](https://github.com/marklogic/marklogic-data-hub/issues/381)
42+
- When one item fails in a harmonize batch run, other items in the chunk do not get processed [\#279](https://github.com/marklogic/marklogic-data-hub/issues/279)
43+
44+
**Closed issues:**
45+
46+
- Need to update my forest location while setting up the datahub framework; [\#356](https://github.com/marklogic/marklogic-data-hub/issues/356)
47+
- Harmonization flow not hitting staging port defined in gradle.properties [\#342](https://github.com/marklogic/marklogic-data-hub/issues/342)
48+
- gradle commands for flow creation [\#339](https://github.com/marklogic/marklogic-data-hub/issues/339)
49+
- gradle hubInit failing [\#307](https://github.com/marklogic/marklogic-data-hub/issues/307)
50+
- QuickStart App data loaded to incorrect directory? [\#251](https://github.com/marklogic/marklogic-data-hub/issues/251)
51+
- Allow Ingest to feed directly to conform w/o storing data [\#186](https://github.com/marklogic/marklogic-data-hub/issues/186)
52+
- DataHub::isInstalled\(\) is not sufficient [\#165](https://github.com/marklogic/marklogic-data-hub/issues/165)
53+
- Auto Generate Indexes based on entity defs [\#105](https://github.com/marklogic/marklogic-data-hub/issues/105)
54+
- Allow Exploration on the staged, raw data [\#2](https://github.com/marklogic/marklogic-data-hub/issues/2)
55+
56+
**Merged pull requests:**
57+
58+
- display a "Loading" message while retrieving entities [\#412](https://github.com/marklogic/marklogic-data-hub/pull/412) ([dmcassel](https://github.com/dmcassel))
59+
- disabled frame options in quickstart so it can be run inside an iframe [\#364](https://github.com/marklogic/marklogic-data-hub/pull/364) ([ryan321](https://github.com/ryan321))
60+
61+
## [v2.0.0-alpha.4](https://github.com/marklogic/marklogic-data-hub/tree/v2.0.0-alpha.4) (2017-05-12)
62+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v2.0.0-alpha.3...v2.0.0-alpha.4)
63+
64+
## [v2.0.0-alpha.3](https://github.com/marklogic/marklogic-data-hub/tree/v2.0.0-alpha.3) (2017-05-08)
65+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.1.2...v2.0.0-alpha.3)
66+
67+
## [v1.1.2](https://github.com/marklogic/marklogic-data-hub/tree/v1.1.2) (2017-04-12)
68+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.1.1...v1.1.2)
69+
70+
**Fixed bugs:**
71+
72+
- null pointer exception on logout [\#383](https://github.com/marklogic/marklogic-data-hub/issues/383)
73+
74+
**Closed issues:**
75+
76+
- gradle version check fails on multiple dots [\#384](https://github.com/marklogic/marklogic-data-hub/issues/384)
77+
- QuickStart Template Compile Error 2.0-alpha.2 [\#380](https://github.com/marklogic/marklogic-data-hub/issues/380)
78+
79+
## [v1.1.1](https://github.com/marklogic/marklogic-data-hub/tree/v1.1.1) (2017-03-20)
80+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v2.0.0-alpha.2...v1.1.1)
81+
82+
**Implemented enhancements:**
83+
84+
- customize session name to avoid conflicts [\#369](https://github.com/marklogic/marklogic-data-hub/issues/369)
85+
- Change Java Client API dependency to stable build [\#358](https://github.com/marklogic/marklogic-data-hub/issues/358)
86+
- Update Hub to use latest ml-gradle [\#355](https://github.com/marklogic/marklogic-data-hub/issues/355)
87+
88+
**Closed issues:**
89+
90+
- Entities and custom modules fail to deploy - v1.1.0 [\#377](https://github.com/marklogic/marklogic-data-hub/issues/377)
91+
- See if we can bail if the gradle version is too low [\#376](https://github.com/marklogic/marklogic-data-hub/issues/376)
92+
- Unable to login marklogic using hub frame work received "500 Internal Server Error" [\#374](https://github.com/marklogic/marklogic-data-hub/issues/374)
93+
- gradle plugin gets confused about users [\#371](https://github.com/marklogic/marklogic-data-hub/issues/371)
94+
- can't put binary inside envelope [\#366](https://github.com/marklogic/marklogic-data-hub/issues/366)
95+
- MLCP can't find /etc/hadooop [\#365](https://github.com/marklogic/marklogic-data-hub/issues/365)
96+
- Add CLA requirement to CONTRIBUTING [\#361](https://github.com/marklogic/marklogic-data-hub/issues/361)
97+
- Bug: QuickStart Login screen: Long paths aren't completely visible in Chrome [\#354](https://github.com/marklogic/marklogic-data-hub/issues/354)
98+
99+
**Merged pull requests:**
100+
101+
- Adds CLA requirement \(\#361\) [\#363](https://github.com/marklogic/marklogic-data-hub/pull/363) ([jmakeig](https://github.com/jmakeig))
102+
- Adds CLA requirement \(\#361\) [\#362](https://github.com/marklogic/marklogic-data-hub/pull/362) ([jmakeig](https://github.com/jmakeig))
103+
- Updates Java Client API dependency to stable build [\#359](https://github.com/marklogic/marklogic-data-hub/pull/359) ([jmakeig](https://github.com/jmakeig))
104+
105+
## [v2.0.0-alpha.2](https://github.com/marklogic/marklogic-data-hub/tree/v2.0.0-alpha.2) (2017-01-16)
5106
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.1.0...v2.0.0-alpha.2)
6107

7108
**Implemented enhancements:**

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ plugins {
7171
...
7272
7373
// comment out this line. It pulls the version from the cloud
74-
// id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.4'
74+
// id 'com.marklogic.ml-data-hub' version '2.0.0-beta.1'
7575
}
7676
7777
// this tells gradle to apply the plugin you included above in the buildscript section

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
4848
**Gradle**
4949

5050
```groovy
51-
compile('com.marklogic:marklogic-data-hub:2.0.0-alpha.4')
51+
compile('com.marklogic:marklogic-data-hub:2.0.0-beta.1')
5252
```
5353

5454
**Maven**
@@ -57,15 +57,15 @@ compile('com.marklogic:marklogic-data-hub:2.0.0-alpha.4')
5757
<dependency>
5858
<groupId>com.marklogic</groupId>
5959
<artifactId>marklogic-data-hub</artifactId>
60-
<version>2.0.0-alpha.4</version>
60+
<version>2.0.0-beta.1</version>
6161
<type>pom</type>
6262
</dependency>
6363
```
6464

6565
**Ivy**
6666

6767
```xml
68-
<dependency org='com.marklogic' name='marklogic-data-hub' rev='2.0.0-alpha.4'>
68+
<dependency org='com.marklogic' name='marklogic-data-hub' rev='2.0.0-beta.1'>
6969
<artifact name='$AID' ext='pom'></artifact>
7070
</dependency>
7171
```
@@ -76,7 +76,7 @@ If you prefer to use gradle for all of your hub interactions then you can includ
7676

7777
```groovy
7878
plugins {
79-
id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.4'
79+
id 'com.marklogic.ml-data-hub' version '2.0.0-beta.1'
8080
}
8181
```
8282

examples/spring-batch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'application'
44
id 'net.saliman.properties' version '1.4.6'
5-
id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.4'
5+
id 'com.marklogic.ml-data-hub' version '2.0.0-beta.1'
66
}
77

88
repositories {
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
compile 'com.marklogic:marklogic-data-hub:2.0.0-alpha.4'
15+
compile 'com.marklogic:marklogic-data-hub:2.0.0-beta.1'
1616
compile "com.marklogic:marklogic-spring-batch-core:0.7.4"
1717
compile 'com.marklogic:ml-javaclient-util:4.0.alpha4'
1818

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.0.0-alpha.4
1+
version=2.0.0-beta.1

marklogic-data-hub/src/main/resources/scaffolding/build_gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919

2020
// This gradle plugin extends the ml-gradle plugin with
2121
// commands that make the Data Hub Framework do its magic
22-
id 'com.marklogic.ml-data-hub' version '2.0.0-alpha.4'
22+
id 'com.marklogic.ml-data-hub' version '2.0.0-beta.1'
2323
}
2424

2525
repositories {
@@ -30,6 +30,6 @@ repositories {
3030
dependencies {
3131
// this allows you to write custom java code that depends
3232
// on the Data Hub Framework library
33-
compile 'com.marklogic:marklogic-data-hub:2.0.0-alpha.4'
33+
compile 'com.marklogic:marklogic-data-hub:2.0.0-beta.1'
3434
compile 'com.marklogic:marklogic-xcc:9.0.1'
3535
}

marklogic-data-hub/src/trace-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trace-ui",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-beta.1",
44
"license": "APACHE",
55
"homepage": "https://github.com/marklogic/marklogic-data-hub",
66
"scripts": {

quick-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-hub-quickstart",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-beta.1",
44
"license": "APACHE",
55
"homepage": "https://github.com/marklogic/marklogic-data-hub",
66
"scripts": {

0 commit comments

Comments
 (0)