-
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
164 - Load data improvements #204
Merged
paxtonhare
merged 10 commits into
Marklogic-retired:master
from
maeisabelle:164-LoadDataImprovements
Apr 15, 2016
Merged
164 - Load data improvements #204
paxtonhare
merged 10 commits into
Marklogic-retired:master
from
maeisabelle:164-LoadDataImprovements
Apr 15, 2016
Conversation
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
1. Added new mlcp options which are rearranged into groups (displayed as accordions) 2. Added a section for the mlcp command that changes based on the set mlcp options TODO: Download of config and saving/loading of previously set options
* master:
changelog update for beta 2
fixed #199 - created ML stuff (http server, db, forests) - updated all routes (gradle, quick start) to create tracing - enabled tracing from xquery - updated DataHub code to allow arbitrary changing of http/db names - added config.xqy that can tell xqy code the name of the staging, final, tracing databases. This file gets dynamically written with appropriate values on hub deploy
adding trace server, db, forests
…e "Label" of boolean type options
…option which also applies to the mlcp command displayed.
* master: updating debug logging fixing tests for returning {} for [] in headers rounded out first cut at tracing code added ml-gradle back into main gradle project to ease hub development added gradle plugins for enabling/disabling tracing updated sjs headers to return {} vs [] updating plugin version Conflicts: quick-start/src/main/java/com/marklogic/hub/web/controller/api/FlowApiController.java
brucean52
pushed a commit
to brucean52/marklogic-data-hub
that referenced
this pull request
Mar 2, 2020
…ISHAKA/explorer-ui:DHFPROD-3908 to develop * commit '6cbf5e13906db2d0df8ea196ccc0ec8c43c1cd8d': changed switch view colors changed ant buttons to use mlbuttons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Made major changes to load data improvements. Kindly review.