-
Notifications
You must be signed in to change notification settings - Fork 124
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
Quick Start Input flow and synching #37
Conversation
…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"); |
There was a problem hiding this comment.
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?
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
Feature 2
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
…ow name as they are optional
…ected properties file key
- fixed issue with running conformed flows - added Load Data button to separate it from Input Flow > Run
Quick Start Input flow and synching
…/explorer-ui:dhfprod-3269 to develop * commit '561d4bb59386ebdc661f2576b54eb640cab421a8': updated hubProperties parameters:
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.