Skip to content

Commit 45353c9

Browse files
committed
prepping 1.1.5
1 parent e920dff commit 45353c9

File tree

10 files changed

+46
-16
lines changed

10 files changed

+46
-16
lines changed

CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,43 @@
11
# Change Log
22

3-
## [v1.1.4](https://github.com/marklogic-community/marklogic-data-hub/tree/v1.1.4)
3+
## [v1.1.5](https://github.com/marklogic-community/marklogic-data-hub/tree/v1.1.5)
44

5-
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v2.0.0-rc.1...v1.1.4)
5+
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v1.1.4...v1.1.5)
6+
7+
**Implemented enhancements:**
8+
9+
- Update Quickstart Ready message [\#478](https://github.com/marklogic-community/marklogic-data-hub/issues/478)
10+
- Example: Migrating a RDBMS to Data Hub using Spring Batch [\#473](https://github.com/marklogic-community/marklogic-data-hub/issues/473)
611

712
**Fixed bugs:**
813

14+
- Providing different source/dest DB for the hubRunFlow does not work [\#488](https://github.com/marklogic-community/marklogic-data-hub/issues/488)
15+
- Path to code has wrong slash on Windows [\#467](https://github.com/marklogic-community/marklogic-data-hub/issues/467)
16+
- Job status stuck on STARTED for Input Flows [\#466](https://github.com/marklogic-community/marklogic-data-hub/issues/466)
917
- File not saving properly from quickstart to fix a bug [\#430](https://github.com/marklogic-community/marklogic-data-hub/issues/430)
18+
- Error on initial run of QuickStart GUI [\#394](https://github.com/marklogic-community/marklogic-data-hub/issues/394)
19+
- Error saving entity - collation not legal [\#337](https://github.com/marklogic-community/marklogic-data-hub/issues/337)
1020

1121
**Closed issues:**
1222

23+
- collection name is hard coded in online store example [\#474](https://github.com/marklogic-community/marklogic-data-hub/issues/474)
24+
- add \(rest-extension-user,read\) to XML documents in modules-db [\#470](https://github.com/marklogic-community/marklogic-data-hub/issues/470)
25+
- column-width, or tooltip with full "Identifier" in traces table [\#469](https://github.com/marklogic-community/marklogic-data-hub/issues/469)
26+
- Initializing DHF Project against existing DB is dropping indexes [\#468](https://github.com/marklogic-community/marklogic-data-hub/issues/468)
1327
- Saving the changes in a flow code never finishes \*sometimes\* [\#462](https://github.com/marklogic-community/marklogic-data-hub/issues/462)
28+
- Sometimes a trace for a failed Harmonize job is not available/not existing [\#461](https://github.com/marklogic-community/marklogic-data-hub/issues/461)
29+
- Unable to ingest image \(.png\) documents using DHF Quick-Start application [\#420](https://github.com/marklogic-community/marklogic-data-hub/issues/420)
30+
- Load files into the data hub schemas database [\#288](https://github.com/marklogic-community/marklogic-data-hub/issues/288)
31+
- Ability to override uri for input flows [\#182](https://github.com/marklogic-community/marklogic-data-hub/issues/182)
32+
- Create concept of a domain [\#82](https://github.com/marklogic-community/marklogic-data-hub/issues/82)
33+
34+
**Merged pull requests:**
35+
36+
- Feature/473 msb example [\#480](https://github.com/marklogic-community/marklogic-data-hub/pull/480) ([sastafford](https://github.com/sastafford))
37+
- Some typos and suggestions [\#475](https://github.com/marklogic-community/marklogic-data-hub/pull/475) ([patrickmcelwee](https://github.com/patrickmcelwee))
38+
39+
## [v1.1.4](https://github.com/marklogic-community/marklogic-data-hub/tree/v1.1.4) (2017-07-25)
40+
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v2.0.0-rc.1...v1.1.4)
1441

1542
## [v2.0.0-rc.1](https://github.com/marklogic-community/marklogic-data-hub/tree/v2.0.0-rc.1) (2017-07-24)
1643
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v2.0.0-beta.1...v2.0.0-rc.1)

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 '1.1.4'
74+
// id 'com.marklogic.ml-data-hub' version '1.1.5'
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
@@ -46,7 +46,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
4646
**Gradle**
4747

4848
```groovy
49-
compile('com.marklogic:marklogic-data-hub:1.1.4')
49+
compile('com.marklogic:marklogic-data-hub:1.1.5')
5050
```
5151

5252
**Maven**
@@ -55,15 +55,15 @@ compile('com.marklogic:marklogic-data-hub:1.1.4')
5555
<dependency>
5656
<groupId>com.marklogic</groupId>
5757
<artifactId>marklogic-data-hub</artifactId>
58-
<version>1.1.4</version>
58+
<version>1.1.5</version>
5959
<type>pom</type>
6060
</dependency>
6161
```
6262

6363
**Ivy**
6464

6565
```xml
66-
<dependency org='com.marklogic' name='marklogic-data-hub' rev='1.1.4'>
66+
<dependency org='com.marklogic' name='marklogic-data-hub' rev='1.1.5'>
6767
<artifact name='$AID' ext='pom'></artifact>
6868
</dependency>
6969
```
@@ -74,7 +74,7 @@ If you prefer to use gradle for all of your hub interactions then you can includ
7474

7575
```groovy
7676
plugins {
77-
id 'com.marklogic.ml-data-hub' version '1.1.4'
77+
id 'com.marklogic.ml-data-hub' version '1.1.5'
7878
}
7979
```
8080

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 '1.1.4'
5+
id 'com.marklogic.ml-data-hub' version '1.1.5'
66
}
77

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

1414
dependencies {
15-
compile 'com.marklogic:marklogic-data-hub:1.1.4'
15+
compile 'com.marklogic:marklogic-data-hub:1.1.5'
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=1.1.4
1+
version=1.1.5

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 '1.1.4'
22+
id 'com.marklogic.ml-data-hub' version '1.1.5'
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:1.1.4'
33+
compile 'com.marklogic:marklogic-data-hub:1.1.5'
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": "1.1.4",
3+
"version": "1.1.5",
44
"license": "APACHE",
55
"homepage": "https://github.com/marklogic-community/marklogic-data-hub",
66
"scripts": {

quick-start/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949

5050
// Needed for the Upload feature using mlcp
5151
compile("com.marklogic:mlcp-util:0.3.0")
52-
compile("com.marklogic:mlcp:9.0.1") {
52+
compile("com.marklogic:mlcp:9.0.2") {
5353
exclude group: 'org.apache.avro', module: 'avro-tools'
5454
}
5555
compile("com.marklogic:marklogic-spring-web:1.0")

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": "1.1.4",
3+
"version": "1.1.5",
44
"license": "APACHE",
55
"homepage": "https://github.com/marklogic-community/marklogic-data-hub",
66
"scripts": {

quick-start/src/main/ui/app/app.module.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ import { TitlecasePipe } from './titlecase.pipe';
5151
import { FacetsComponent } from './facets/facets.component';
5252
import { ObjectToArrayPipe } from './object-to-array.pipe';
5353

54+
import { Ng2DeviceDetectorModule } from 'ng2-device-detector';
55+
5456
@NgModule({
5557
declarations: [
5658
AppComponent,
@@ -99,7 +101,8 @@ import { ObjectToArrayPipe } from './object-to-array.pipe';
99101
TooltipModule,
100102
MomentModule,
101103
GridManiaModule,
102-
RouterModule.forRoot(ROUTES, { useHash: true })
104+
RouterModule.forRoot(ROUTES, { useHash: true }),
105+
Ng2DeviceDetectorModule.forRoot()
103106
],
104107
providers: [
105108
AUTH_PROVIDERS,

0 commit comments

Comments
 (0)