Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Start Input flow and synching #37

Merged
merged 15 commits into from
Feb 17, 2016

Conversation

maeisabelle
Copy link
Contributor

Glenn and I already made the change to run the flow and fix the synching of the user modules. Kindly review.

FYI: This is based on a previous PR #36.

maeisabelle08 and others added 8 commits February 15, 2016 21:34
…class that models the required tree data of the plugin used.
- when running a plugin that has no destination
- when running a plugin that has no module uri
- sync status is now updated when user modules are deployed
- input flow and conformance flow sync status are now updated when a file system change is detected
- assumptions:
  - MLCP is in ./mlcp (beside the plugins directory)
  - input data is in ./plugins/input (beside domains directory)
arguments.add("-mode");
arguments.add("local");
arguments.add("-host");
arguments.add("localhost");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these values be hard coded? host, port, user, password?

@paxtonhare
Copy link
Contributor

Normally we don't send in 2 separate pull requests with a lot of duplicate changes. The typical flow is something like this:

Feature 1

  • from master create a feature branch
  • make a bunch of changes
  • submit pull

Feature 2

  • from master create a separate feature branch
  • make a bunch of other changes
  • submit a pull

It looks like you did feature 1 then you created the feature2 branch off of the feature 1 branch.

Conflicts:
	quick-start/src/main/java/com/marklogic/hub/factory/DomainModelFactory.java
	quick-start/src/main/webapp/WEB-INF/static/top/modal/domainModal.html
	quick-start/src/main/webapp/WEB-INF/static/top/modal/flowModal.html
paxtonhare added a commit that referenced this pull request Feb 17, 2016
@paxtonhare paxtonhare merged commit e3c6537 into Marklogic-retired:master Feb 17, 2016
brucean52 pushed a commit to brucean52/marklogic-data-hub that referenced this pull request Mar 2, 2020
…/explorer-ui:dhfprod-3269 to develop

* commit '561d4bb59386ebdc661f2576b54eb640cab421a8':
  updated hubProperties parameters:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants