-
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
fixed #197 #213
Merged
Merged
fixed #197 #213
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
fixed #197 |
fixed #213 |
* master: fixing bug in restoring previous load options removing unused files - updating readme - adding appveyor yaml tweaking the form validation Added default input file path in loading data Used angular.forEach instead of jQuery's $.each - Fixed issue in saving options and loading of previous options - Also added validation for missing input file path Changes to fix JS errors in Swagger UI in master enhance performance of hub install pointing build status to correct link cleaning up logging in tests adding appveyor build status for windows 1.0.0-beta.4 release Cleaned up Load UI Fixed unit tests on Windows fixed #89 - refactored mlcp to use mlcp-util from @rjrudin - removed RunInputFlow from the DataHub class and jar. It doesn't make sense to live there - removed the dependencies on ngMaterial because it was conflicting with bootstrap ui - removed unused files to reduce the size of the final quick-start jar - fixed compile errors in Groovy Tasks - added some mlcp options to the load dialog - added the ability to copy the mlcp command to the clipboard - added .. to the directory list to navigate back up - made the "hover over labels" info less "in your face" - updated the MarkLogic Data Hub Banner to fit on smaller terminal windows - broke out mlcp loading stuff in the UI into its own module - moved the download mlcp options to be client side only - updated the saving of current mlcp properties to use json (compatible with mlcp-util) Removed automatic closing of notification Conflicts: marklogic-data-hub/src/main/java/com/marklogic/hub/DataHub.java quick-start/src/main/resources/static/app/services/dataHubService.js
* master: fixing indentation. adding 2 files I missed before fixing regression with uninstalling hub updating trace library to write 1 doc per transaction added range indexes on trace db added more robust tests for tracing added more verbose logging for unit tests updated travis installer to get its marklogic version from a variable fixing bug in trace for errors
Merged
brucean52
pushed a commit
to brucean52/marklogic-data-hub
that referenced
this pull request
Mar 2, 2020
…ISHAKA/explorer-ui:DHFPROD-4278 to develop * commit 'b07797dbf976a2967d3fbcf3f18ff68ad7386930': Date picker fix
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.
fixed #197