Skip to content

Commit d850216

Browse files
committed
Merge branch 'release/1.0.0-rc.1'
2 parents f17eead + e82f473 commit d850216

File tree

386 files changed

+13015
-15679
lines changed

Some content is hidden

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

386 files changed

+13015
-15679
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
.settings/
44
.metadata/
55
.idea/
6+
.gradletasknamecache
7+
npm-debug.log
68
marklogic-data-hub/bin/
79
marklogic-data-hub/src/main/resources/ml-modules/root/trace-ui
810
quick-start/bin/

CHANGELOG.md

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

3+
## [v1.0.0-rc.1](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-rc.1)
4+
5+
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.6...v1.0.0-rc.1)
6+
7+
**Fixed bugs:**
8+
9+
- Failed test : DataHubTest.testInstallUserModules [\#106](https://github.com/marklogic/marklogic-data-hub/issues/106)
10+
11+
**Closed issues:**
12+
13+
- Unable to run the harmonize flows [\#242](https://github.com/marklogic/marklogic-data-hub/issues/242)
14+
- ML Version is unnaceptable [\#241](https://github.com/marklogic/marklogic-data-hub/issues/241)
15+
- rename config to marklogic-config [\#239](https://github.com/marklogic/marklogic-data-hub/issues/239)
16+
- Allow many developers to share a server, each with their own Data Hub [\#237](https://github.com/marklogic/marklogic-data-hub/issues/237)
17+
- Change colors and icons to match other MarkLogic content/GUIs [\#236](https://github.com/marklogic/marklogic-data-hub/issues/236)
18+
- Tracing UI [\#210](https://github.com/marklogic/marklogic-data-hub/issues/210)
19+
- During install, list the artifacts being created [\#194](https://github.com/marklogic/marklogic-data-hub/issues/194)
20+
- Performance tracing [\#193](https://github.com/marklogic/marklogic-data-hub/issues/193)
21+
- Refactor the Spring Boot API [\#145](https://github.com/marklogic/marklogic-data-hub/issues/145)
22+
- Support index configuration as a part of pushbutton deploy. [\#10](https://github.com/marklogic/marklogic-data-hub/issues/10)
23+
324
## [v1.0.0-beta.6](https://github.com/marklogic/marklogic-data-hub/tree/v1.0.0-beta.6) (2016-06-20)
425
[Full Changelog](https://github.com/marklogic/marklogic-data-hub/compare/v1.0.0-beta.5...v1.0.0-beta.6)
526

@@ -304,4 +325,4 @@
304325

305326

306327

307-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
328+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This project allows you to deploy a skeleton Data Hub into MarkLogic. With some
1111

1212
# Getting Started
1313

14-
Head over to our [Getting Started Tutorial](http://marklogic.github.io/marklogic-data-hub/) to get up and running with the Data Hub.
14+
Head over to our [Getting Started Tutorial](https://marklogic.github.io/marklogic-data-hub/) to get up and running with the Data Hub.

examples/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
config
2+
build.gradle
3+
gradle.properties
4+
gradle-local.properties

examples/gradle-advanced/build.gradle

Lines changed: 0 additions & 104 deletions
This file was deleted.

examples/gradle-advanced/gradle.properties

Lines changed: 0 additions & 23 deletions
This file was deleted.

examples/gradle-advanced/src/main/ml-config/databases/final-database.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/gradle-advanced/src/main/ml-config/databases/modules-database.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/gradle-advanced/src/main/ml-config/databases/schemas-database.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/gradle-advanced/src/main/ml-config/databases/staging-database.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)