-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
59 changed files
with
777 additions
and
1,684 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -173,15 +173,15 @@ git checkout develop | |
#### Do you have the latest code? | ||
Better make sure... | ||
|
||
##### You clone from the github.com/marklogic-community/marklogic-data-hub repo | ||
##### You clone from the github.com/marklogic/marklogic-data-hub repo | ||
|
||
```bash | ||
git pull origin develop | ||
``` | ||
##### Your forked then cloned your fork | ||
Make sure you have the upstream set: | ||
```bash | ||
$ git remote add upstream git://github.com/marklogic-community/marklogic-data-hub.git | ||
$ git remote add upstream git://github.com/marklogic/marklogic-data-hub.git | ||
``` | ||
|
||
Then fetch the upstream: | ||
|
@@ -214,13 +214,13 @@ features, by not reporting duplicate issues. Please fill out the issue template | |
|
||
#### Fork marklogic-data-hub | ||
|
||
Fork the project [on GitHub](https://github.com/marklogic-community/marklogic-data-hub/fork) and clone | ||
Fork the project [on GitHub](https://github.com/marklogic/marklogic-data-hub/fork) and clone | ||
your copy. | ||
|
||
```sh | ||
$ git clone [email protected]:username/marklogic-data-hub.git | ||
$ cd marklogic-data-hub | ||
$ git remote add upstream git://github.com/marklogic-community/marklogic-data-hub.git | ||
$ git remote add upstream git://github.com/marklogic/marklogic-data-hub.git | ||
``` | ||
|
||
We ask that you open an issue in the [issue tracker][] and get agreement from | ||
|
@@ -379,5 +379,5 @@ from the main (upstream) repository: | |
git pull --ff upstream develop | ||
``` | ||
|
||
[issue tracker]: https://github.com/marklogic-community/marklogic-data-hub/issues | ||
[issue tracker]: https://github.com/marklogic/marklogic-data-hub/issues | ||
[.editorconfig]: http://editorconfig.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# This script will build the javadocs for the DHF jar file | ||
# and push them into the docs branch to be magically published | ||
# via travis to the https://marklogic-community.github.io/marklogic-data-hub site | ||
# via travis to the https://marklogic.github.io/marklogic-data-hub site | ||
|
||
# run this after you update gradle.properties to contain the new version | ||
# preferable after you do a release | ||
|
@@ -15,7 +15,7 @@ tmpdir=$(mktemp -d) | |
hubversion=$(cat gradle.properties | awk -F"=" '{print $2}') | ||
echo "tmpdir: ${tmpdir}" | ||
echo "version: ${hubversion}" | ||
git clone -b docs [email protected]:marklogic-community/marklogic-data-hub.git ${tmpdir}/docs | ||
git clone -b docs [email protected]:marklogic/marklogic-data-hub.git ${tmpdir}/docs | ||
./gradlew javadoc | ||
mkdir -p ${tmpdir}/docs/javadocs/${hubversion} | ||
cp -R marklogic-data-hub/build/docs/javadoc ${tmpdir}/docs/javadocs/${hubversion} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,7 +146,7 @@ Node pomCustomizations = new NodeBuilder(). project { | |
name 'marklogic-data-hub' | ||
packaging 'jar' | ||
textdescription 'Library for Creating an Operational Data Hub on MarkLogic' | ||
url 'https://github.com/marklogic-community/marklogic-data-hub' | ||
url 'https://github.com/marklogic/marklogic-data-hub' | ||
|
||
scm { | ||
url '[email protected]:marklogic/marklogic-data-hub.git' | ||
|
@@ -172,7 +172,7 @@ Node pomCustomizations = new NodeBuilder(). project { | |
name 'MarkLogic Github Contributors' | ||
email '[email protected]' | ||
organization 'Github Contributors' | ||
organizationUrl 'https://github.com/marklogic-community/marklogic-data-hub/graphs/contributors' | ||
organizationUrl 'https://github.com/marklogic/marklogic-data-hub/graphs/contributors' | ||
} | ||
} | ||
} | ||
|
@@ -204,12 +204,12 @@ bintray { | |
pkg { | ||
repo = 'Maven' | ||
name = project.name | ||
userOrg = 'marklogic-community' | ||
userOrg = 'marklogic' | ||
desc = pomCustomizations.textdescription.text() | ||
licenses = ['Apache-2.0'] | ||
websiteUrl = pomCustomizations.url | ||
vcsUrl = pomCustomizations.scm.url | ||
issueTrackerUrl = 'https://github.com/marklogic-community/marklogic-data-hub/issues' | ||
issueTrackerUrl = 'https://github.com/marklogic/marklogic-data-hub/issues' | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.