forked from Marklogic-retired/marklogic-data-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Test pr cd #10
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
Open
kkanthet
wants to merge
192
commits into
master
Choose a base branch
from
test-pr-cd
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test pr cd #10
Conversation
This file contains hidden or 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
* Changelog update * Update version numbers in code * Update version number in properties files * 4.0.2 example changes * gradle-tasks-demo Readme update * Create priv directories under the security directors to make more clear, equals ignore case on jobs just incase someone has a lower-case version of it (Marklogic-retired#1499) (Marklogic-retired#1501) * 4.0.2 reference changes * Updating version to be 4.0.2 * Updating version to be 4.0.2 * Updating version to be 4.0.2 * Updating version to be 4.0.2 * updating for 4.0.2 * Update CHANGELOG.md Fix format * 4.0.3 example changes * Update change log with 4.0.2 and 4.0.3 issues * Updating version to be 4.0.3 * Updating version to be 4.0.3 * Updating version to be 4.0.3 * Updating version to be 4.0.3 * Correcting version update for performance example * Changed version to 4.1.0 * Notices.txt and changelog.md updates * New legal notice * Update CHANGELOG.md
…rklogic-retired#1700) HubAppDeployer now extends SimpleAppDeployer in a way that it doesn't lose any functionality.
…arklogic-retired#1640) Most of the tests in VerifyDeploymentTest do not pass when using DHF 4.0.3
* Formatted and made some edits to DHS-e2e examples readme * Using DHF 4.0.3 in example and making necessary changes to DSF files * Renamed Customer input and harmonization flows * Deleting old input/harm flows with cryptic names * Creating gradle wrappers so users dont have to install gradle * Capitalizing class name * Incorporated review comments for README * Updated import task so it takes values from gradle.properties for everything * Commits with 4.1 updates
* add timeout * completed story for new entity component * More fixes with login html properties and event bindings, fixes in the story * added requested changes * fixed issues * MLUI-220: Scoping for search-viewer.component * refactored choose collation component * Settings components wrap-up * updated choose collation story * files reorganized, story created TODO: Fix story errors * Missed settings service * Dependencies fix * Settings components wrap-up * moved component * added provider * async/await experiment * MLUI-127 - FocusElementDirective story complete Added new shared/directives folder + added directive stories section * refactored component dialog to be declaritive * add timeout * completed story for new entity component * added requested changes * fixed issues * reverting deletion of select-key-values component * files reorganized, story created TODO: Fix story errors * Missed settings service * Dependencies fix * Settings components wrap-up * Fixed "Data" definition error * entity box component * removed entity box export * MLUI-221: Add Stories for search-viewer.components * updated imports * removed readme * updated imports * Move services back to /app folder * Fixed MLUI-221: Refactored with search-viewer-ui * Fix merge issues with settings ui component and story * fixing build: imports and missed propeerties * MLUI-178: Scoping, Refactoring, Regression for grid.component * MLUI-179: Stories for grid.component * MLUI add knobs functionality Add knobs to the following components: facets, new-map-ui, pagination * MLUI fix filename new-map-ui story * Jobs Component complete * File clean-up + mysterious component error fix (thanks Sasha!) * Job Output Component complete with story * Removed console.log() from new UI component, used to get JSON for story * Story fix - close X action renamed to cancelClicked * Has Bugs Dialog complete * Job Export Component complete * Move MdlDialogService to Presentational component * Moved MdlDialogService to UI component and invoked it via ViewChild ref * CodeMirror component refactoring and story in progress * remove ignore bit artifacts * Path fix for Search Viewer story + tweak to CM story for action handler * Add Codemirror option "mode" to highlight JS code properly * try to use default timeout * MLUI-174: Scoping flows.components.ts to flows-ui * Fix MLUI-174: Add more event binding. * MLUI-175: Story for flows.component * MLUI-121: rebase with latest mlui-integration * MLUI-208: rename mlcp-ui component to mlcp * MLUI-208: rename mlcp-ui component to mlcp * MLUI map component refactor * MLUI map component story * MLUI map component error fixes editDescVal not needed in map component Remove OnInit from export declaration, not implemented * MLUI map component error fix Make sampleDocSrcProps a public property * fixed number of errors and missed parameters for the logout page * fixing the story and angular.json * fix await * add async/await * MLUI-209: Finish Story for mlcp-ui * restore to default * restore to default * refresh browser * debugging viewer page * more debugging * debug viewer page * atomic value change * DHFPROD-1516: fix for search viewer * change back to use viewerPage isLoaded * MLUI-232: Scoping traces.components.ts * DHFPROD-1517 fix * arg fix. * MLUI-233: story for traces.component * Fix code structure * refine story for mlcp * refactor file structure * refine storys by adding mockService * add @types/clipboard to make clipboard load correctly in storybook * MLUI mappings refactor and story * MLUI map story dialog-outlet fix * fix clipboard typescript import * MLUI map story bootstrap CSS support * MLUI move listfilter pipe into mappings Only place listfilter is used is map component. * MLUI map do not reorder list items after filter In map view, list items should not be sorted after filter as that can potentially reorder the list which is bad UX. * Tooltip Component complete * Tooltip story * Build fix * Fix build error caused by missing loadingTraces Input * fix code format and trigger jenkins * refactored run harmonize options * MLUI map fix ListFilterPipe import * header refactor and storybook * Trigger build * refactored and created storybook for entity editor * refactored trace viewer component * cleaned * fix code structure by removing html and scss file in flow * MLUI map component trigger update * disable remove props * created trace viewer component * New Flow story and UI component * fix build error * App Story + Util Router Stub + app.component.ts component * Wrapped display of route information when clicking on a route in header I won't be able to make improvements over this code, as I am out of time. It is functional, but not elegant. Ideal solution would have hooked into routing and somehow listened to the routing events, updating the DummyComponent template information dynamically. After over 10 hours sunk into trying to figure that out, I went with the dynamic creation of DummyComponent and their templates instead, which renders a simple component template with the route path text. * Build fix - files no longer used. Previously taken from Ops Dir to try to stub router and manipulate, which didn't pan out. Removing to fix build. * refactored and added trace viewer storybook * Search Component complete + Search Viewer Component reorg * trigger build * fixed the images location and angular app location * adding browser.sleep * fixing the login problem with initial project * Merge branch 'develop' into mlui-integration * fixing compilation problems * changed header logic to be consistent with the develop branch * MLUI-150: fix bugs of 'Last Deployed' in flow.component * run input flow debug * Fix ExpressionChangedAfterItHasBeenCheckedError in app.component * change back the wait * MLUI-138: Fix bugs in mlcp that doesn't update input File Type * debug restore button * fixed progress bar * added percent complete to the setting component in storybook * debug remove entity * debug on redeploy * Revert "MLUI-150: fix bugs of 'Last Deployed' in flow.component" This reverts commit 587fcc8. * fix regression failure due to locator mismatch * sleep on remove prop * fixed naming conflict with modules and some bugs * MLUI fix tooltips * add sleep for more stability * add sleep on save map * add sleep on save map * add sleep on harmonize flow * add sleep on entity dialog display * add sleep on harmonize flow page * add sleep on entity dialog * add sleep after dialog box * add browser navigate * increase sleep * add wait for input flow plus button * updated job service logic to observable * fixing the storybook build * docs generaion for angular project added * redeploy before creating harmonize flow * name change for docs generation * externaldef dialog refactor * fixed css in storybook * removed storybook.css * dashboard storybook * Fixes to issues occurring with new-flow after merge with latest develop * DHFPROD-1658 fix mapping view Part of mlui-integration merge
…etired#1722) * Passing more than one options in input flows using mlcp * Enables debugging
…red#1718) * beautified trace error * updated css for error message
* Updated logic to enable finished button Added finished method * Updated UI test to click Finished button after Installation
…ic-retired#1723) * added invalid character check for entity title * updated regex to not allow spaces in entity title * added check if entity title is an empty string * force push * forcing push
* GH #1652 If $type is undefined, don't nest * Make flow-lib XQuery consistent with SJS change
* Populating 'errors' and 'hasErrors' object (Fix for DHFPROD-1698) * Place bug icon on the correct line (DHFPROD-1698)
* Setting content db to final db * Test to verify if content db is set to final db
* Revert "Upgrade Spring boot ver for QS (Marklogic-retired#1698)" This reverts commit c2b1323 * Update authenticated.ts * Update authenticated.ts
* add po for invalid title alert * add po for duplicate flowname alert * add test for invalid char on entity title * add test for duplicate flow names
* Test docs for ES alignment * Move entity management logic from QS to core lib (Marklogic-retired#1735) * Move enitiy management logic from QS to core lib * Update tests to not rely on list order for comparison * Save the entity on disk * Add triggers for entity model TDE generation (Marklogic-retired#1734) * Support for ES models in content creation (Marklogic-retired#1738) * Support for content creation with ES models * Fixing variable assignment and indentation * Incorporate referenced entity model definitions in same definitions (Marklogic-retired#1739) * Add triggers for entity model TDE generation * Combine referenced entities into a single entity model * Es alignment - Fix failing tests (Marklogic-retired#1747) * Add triggers for entity model TDE generation * Combine referenced entities into a single entity model * Add triggers folder to upgrade test example * Adjust TDEs to be more forgiving * Retain namespaces when creating search options * Clean up entity models after loading them * Create 'LoadUserArtifactsCommand' for loading entities, mappings (Marklogic-retired#1755) * Prevent mappings files being loaded to the hub modules db * Create a separate command for loading user artifacts * Create corresponding gradle command for loading user artifacts * Run 'LoadUserArtifactsCommand' after 'LoadUserModulesCommand' is run * Modify existing tests/ add new tests * fixing #1736 (Marklogic-retired#1737) * Updating test for DHFPROD-1581 (Marklogic-retired#1740) * Fix for DHFPROD-590 and DHFPROD-1698 (Marklogic-retired#1741) * Populating 'errors' and 'hasErrors' object (Fix for DHFPROD-1698) * Place bug icon on the correct line (DHFPROD-1698) * Setting content db to final db (Marklogic-retired#1744) * Setting content db to final db * Test to verify if content db is set to final db * Revert Spring boot version upgrade for QS (Marklogic-retired#1748) * Revert "Upgrade Spring boot ver for QS (Marklogic-retired#1698)" This reverts commit c2b1323 * Update authenticated.ts * Update authenticated.ts * 2019 copyright update (Marklogic-retired#1752) * Updating gradle-dhs.properties to run DHF core tests in DHS (Marklogic-retired#1753) * E2e/qs misc test (Marklogic-retired#1756) * add po for invalid title alert * add po for duplicate flowname alert * add test for invalid char on entity title * add test for duplicate flow names * Move entity management logic from QS to core lib (Marklogic-retired#1735) * Move enitiy management logic from QS to core lib * Update tests to not rely on list order for comparison * Save the entity on disk * Create 'LoadUserArtifactsCommand' for loading entities, mappings (Marklogic-retired#1755) * Prevent mappings files being loaded to the hub modules db * Create a separate command for loading user artifacts * Create corresponding gradle command for loading user artifacts * Run 'LoadUserArtifactsCommand' after 'LoadUserModulesCommand' is run * Modify existing tests/ add new tests
* Update npm packages for security vulns * DHFPROD-1734 - down to 0 vulns
SameeraPriyathamTadikonda
approved these changes
Feb 20, 2019
kkanthet
pushed a commit
that referenced
this pull request
Jun 14, 2019
Don't add timestamp prefixes when timestamp is empty
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.
No description provided.