This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Releases: Azure/pcs-remote-monitoring-webui
Releases · Azure/pcs-remote-monitoring-webui
2.1.3
2.1.2
2.1.2-rc.1
Fix clicking on map popup to open device details (#1198)
2.1.1-rc.1
Add Diagnostics Events (#1194) * Basic Dashboard events dashboard click, filters selected * Add alert panel explore link event * Add device group events Add events for create/edit device groups * Add rules page click event * Add Help and Refresh events add events for help dropdown. Also add event when refresh is clicked * Add map click event * Style fixes Style fixes. Fix issue with new version of link--doesn't work for external links. Switch to <a> instead * addressed comments style fixes * Remove unused code * Address comments style fixes, some renaming
2.1.0-preview-test
Change to reportedXCount for success and failure in the deployment mo…
2.1.0
2.0.0
1.0.2-preview-test
Merge Edge Feature Branch into Master (#1127) * Add scaffolding for packages page (#1063) * pakages tab * Packages Folder * Reusable Header Components * package svg * fix for mary ellen's comments * Fix for Stephen's comments * README update 1 * oneProperty declarations * Fix 2 for MaryEllen's comments * 8/8 EOD commit * 8/9 SOD * configModels * isaac-d-t * 8 13 localhost * remove package title and header * complete reducer * crazy translation error * scafolding bug fixes * Revert "8 13 localhost" This reverts commit 9de75d0e60ada92fd828d98cac41361c73c45890. * readme merge * fix for mary ellen's cooments 1 * remove css from svg * removing warnings * copy right and spacing * work in progress * Display content in packages grid (#1068) * pakages tab * Packages Folder * Reusable Header Components * package svg * fix for mary ellen's comments * Fix for Stephen's comments * README update 1 * oneProperty declarations * Fix 2 for MaryEllen's comments * 8/8 EOD commit * 8/9 SOD * configModels * isaac-d-t * 8 13 localhost * remove package title and header * complete reducer * crazy translation error * scafolding bug fixes * Revert "8 13 localhost" This reverts commit 9de75d0e60ada92fd828d98cac41361c73c45890. * readme merge * Revert "Revert "8 13 localhost"" This reverts commit 2b42e8c8ca551a2a614e29d9d0fc2189f18bb147. * fix for mary ellen's cooments 1 * remove css from svg * removing warnings * packagesColumnDefs * copy right and spacing * work in progress * Display data in grid * reset app.config * fix for mary ellen's comments * Merge Master into Edge Feature Branch (#1073) * Dev Walkthru: add a new Panel to the Dashboard (#1062) * Dev Walkthru: add a new Panel to the Dashboard * small tweaks, review feedback * fix bad code end marker * Diagnostics bugFix (#1065) * flatMap * Dummy comment to retrigger build * Add Rule Diagnostics (#1064) Add diagnostics logging for rule create/update events. Added the following metrics: Rule_NewClick Rule_EditClick Rule_DeviceGroupClick Rule_CalculationClick Rule_FieldClick Rule_OperatorClick Rule_AddConditionClick Rule_SeverityLevelClick Rule_StatusToggle Rule_ApplyClick Rule_CancelClick Rule_TopXCloseClick Also includes new "sessionid" sections of diagnostics call, which logs the time in ms since Jan 1, 1970 when the page was loaded (amplitude expects session id in this format). This fields will be added by diagnostics to enable logging of session id to amplitude--until those changes go in it will be ignored by the backend. * Add newPackage Flyout (#1070) * newPackage commit 1 * onChange * upload successful * add new package to grid * newPackage complete * alignment * remove color inside theme * combine * .new-package-header combine * error message * single delete * Delete package (#1076) * newPackage commit 1 * onChange * upload successful * add new package to grid * newPackage complete * alignment * remove color inside theme * combine * .new-package-header combine * error message * single delete * deletePackage commit 1 * deletePackage commit 2 * delete commit 3 * delete commit 4 * README.md * ME's review comments fix * Fix for Elvin's Comments * fix for stephen's comments * Merge Master into Edge feature branch (#1083) * Dev Walkthru: add a new Panel to the Dashboard (#1062) * Dev Walkthru: add a new Panel to the Dashboard * small tweaks, review feedback * fix bad code end marker * Diagnostics bugFix (#1065) * flatMap * Dummy comment to retrigger build * Add Rule Diagnostics (#1064) Add diagnostics logging for rule create/update events. Added the following metrics: Rule_NewClick Rule_EditClick Rule_DeviceGroupClick Rule_CalculationClick Rule_FieldClick Rule_OperatorClick Rule_AddConditionClick Rule_SeverityLevelClick Rule_StatusToggle Rule_ApplyClick Rule_CancelClick Rule_TopXCloseClick Also includes new "sessionid" sections of diagnostics call, which logs the time in ms since Jan 1, 1970 when the page was loaded (amplitude expects session id in this format). This fields will be added by diagnostics to enable logging of session id to amplitude--until those changes go in it will be ignored by the backend. * Delete .travis.yml (#1066) * Delete .travis.yml * Update README.md * Add diagnostics for new device funnel (#1075) * Add device metrics Add metrics for new device flyout * Add device created metric Add metric on device create so we can log device id for physical devices * Fix rule apply event Rule apply click event was only emitted for new rules. Move call so it is emitted if a rule is added or edited. * Address comments and align metric names Address comments. Update metric names to be in same format as rule metrics * fix insertion when entities are null for devices and rules (#1078) * Refactor to make walkthrough code less intrusive (#1069) * refactor to make walkthrough code less intrusive * refactor after meeting with team * update MD files, move httpClient * review feedback * fix nit * update breadcrumbs to use isDef instead of checking undefined * example * add packages * Deployments page scaffolding (#1088) * Merge Master into Edge Feature Branch to keep it up to date (#1091) * Dev Walkthru: add a new Panel to the Dashboard (#1062) * Dev Walkthru: add a new Panel to the Dashboard * small tweaks, review feedback * fix bad code end marker * Diagnostics bugFix (#1065) * flatMap * Dummy comment to retrigger build * Add Rule Diagnostics (#1064) Add diagnostics logging for rule create/update events. Added the following metrics: Rule_NewClick Rule_EditClick Rule_DeviceGroupClick Rule_CalculationClick Rule_FieldClick Rule_OperatorClick Rule_AddConditionClick Rule_SeverityLevelClick Rule_StatusToggle Rule_ApplyClick Rule_CancelClick Rule_TopXCloseClick Also includes new "sessionid" sections of diagnostics call, which logs the time in ms since Jan 1, 1970 when the page was loaded (amplitude expects session id in this format). This fields will be added by diagnostics to enable logging of session id to amplitude--until those changes go in it will be ignored by the backend. * Delete .travis.yml (#1066) * Delete .travis.yml * Update README.md * Add diagnostics for new device funnel (#1075) * Add device metrics Add metrics for new device flyout * Add device created metric Add metric on device create so we can log device id for physical devices * Fix rule apply event Rule apply click event was only emitted for new rules. Move call so it is emitted if a rule is added or edited. * Address comments and align metric names Address comments. Update metric names to be in same format as rule metrics * fix insertion when entities are null for devices and rules (#1078) * Refactor to make walkthrough code less intrusive (#1069) * refactor to make walkthrough code less intrusive * refactor after meeting with team * update MD files, move httpClient * review feedback * fix nit * update breadcrumbs to use isDef instead of checking undefined * Treat text and number correctly in device jobs (#1082) * treat text and number correctly in device jobs * fix formatting nit * Rule updates need to send ETag (#1084) UI needs to send the ETag when updating rules. * Rule enable/disable needs to update ETag in redux store (#1086) * Small updates for the add page walkthrough (#1089) * Making cloudToDeviceMethod to empty an string (#1090) * Rename Package Flyouts to be consistent with rest of UI (#1087) * Rename Package Flyouts to be consistent with rest of UI * rename path * Add glimmer icon to newly added grid items (#1095) * Add glimmer icon to newly added grid items * Add new Deployment (#1096) * Add new Deployment * Fix for ME's review coments * DevicesByCondition * undefined * Fix for ME's 2nd comments * alphabetical order * Merge Master into Edge Feature Branch (#1100) * Merge Master into Feature branch for Edge * nits * Add glimmer icon for newly added deployments (#1101) * More context bar arrangement; also page titles (#1104) * More context bar arrangement; also page titles * format per vscode auto formatting * implement new ComponentArray and change existing code to use it (#1108) * Followup to remove more keys for ComponentArray usage (#1109) * Merge Master with Feature Branch (#1111) * Dev Walkthru: add a new Panel to the Dashboard (#1062) * Dev Walkthru: add a new Panel to the Dashboard * small tweaks, review feedback * fix bad code end marker * Diagnostics bugFix (#1065) * flatMap * Dummy comment to retrigger build * Add Rule Diagnostics (#1064) Add diagnostics logging for rule create/update events. Added the following metrics: Rule_NewClick Rule_EditClick Rule_DeviceGroupClick Rule_CalculationClick Rule_FieldClick Rule_OperatorClick Rule_AddConditionClick Rule_SeverityLevelClick Rule_StatusToggle Rule_ApplyClick Rule_CancelClick Rule_TopXCloseClick Also includes new "sessionid" sections of diagnostics call, which logs the time in ms since Jan 1, 1970 when the page was loaded (amplitude expects session id in this format). This fields will be added by diagnostics to enable logging of session id to amplitude--until those changes go in it will be ignored by the backend. * Delete .travis.yml (#1066) * Delete .travis.yml * Update README.md * Add diagnostics for new device funnel (#1075) * Add device metrics Add metrics for new device flyout * Add device created metric Add metric on device create so we can log device id for physical devices * Fix rule apply event Rule apply click event was only emitted for new rules. Move call so it is emitted if a rule is added or edited. * Address comments and align metric names Address comments. Update metric names to be in same format as rule metrics * fix insertion when entities are null for devices and rules (#1078) * Refactor to make walkthrough code less intrusive (#1069) * refactor to make walkthrough code less intrusive * refactor after meeting with team * update MD files, move httpClient * review feedback * fix nit * update breadcrumbs to use isDef instead of checking undefined * Treat text and number correctly in device jobs (#1082) * treat text and number correctly in device jobs * fix formatting nit * Rule updates need to send ETag (#1084) UI needs to send the ETag when updating rules. * Rule enable/disable needs to update ETag in redux store (#1086) * Small updates for the add page walkthrough (#1089) * Making cloudToDeviceMethod to empty an string (#1090) * rearrange controls on context menus (#1093) * Add links to Time Series Insights from Dashboard and Device Details Page (#1085) Add a Hyperlink shared component Fetch the Time Series Explorer URL from Telemetry Add link to dashboard and device details * Adding curly brackets in json Payload (#1094) * Fix alignment of stats on dashbaord (quick fix) (#1097) * Move Add Condition button below the rule conditions (#1103) * Update section decriptions to be more actionable on Device Details (#1110) * Fix device insert reducer function so the id in the items list is a string (not an array) (#1114) * Adding Deployment Details Page (#1112) * Squash DeploymentDetails commits * initial review fixes * review comments fix part 2 * fix for Stephen's review comments * adding test page and minor fixes * ByQuery * fix deployments tests * Delete Modal for Packages and Deployments Page (#1115) * delete Packages and delete Deployments * remove deleteDeployment.container * remove componentArray from deploymentDetailsGrid * remove payload * onrowclicked and softselected for deviceDetails * remove comment * id = '' * Adding Deployment message details formatting and removing onRowClick (#1117) * Deployment message details formatting and removing onRowClick * fix for stephen's comments * minimize setState calls * refactoring componentWillReceiveProps * semicolon and single line * Replacing ids with Names and removing IOThubmanager's dependency on c… (#1120) * replacing ids with Names and removing IOThubmanager's dependency on config service * type * Adding In-porduct telemetry for Packages and Deployments (#1122) * Adding In-porduct telemetry for Packages and Deployments * remove unused model * Styling update (#1124) * Styling update * red * * new line * Merge master into Edge Feature branch (#1125) * Dev Walkthru: add a new Panel to the Dashboard (#1062) * Dev Walkthru: add a new Panel to the Dashboard * small tweaks, review feedback * fix bad code end marker * Diagnostics bugFix (#1065) * flatMap * Dummy comment to retrigger build * Add Rule Diagnostics (#1064) Add diagnostics logging for rule create/update events. Added the following metrics: Rule_NewClick Rule_EditClick Rule_DeviceGroupClick Rule_CalculationClick Rule_FieldClick Rule_OperatorClick Rule_AddConditionClick Rule_SeverityLevelClick Rule_StatusToggle Rule_ApplyClick Rule_CancelClick Rule_TopXCloseClick Also includes new "sessionid" sections of diagnostics call, which logs the time in ms since Jan 1, 1970 when the page was loaded (amplitude expects session id in this format). This fields will be added by diagnostics to enable logging of session id to amplitude--until those changes go in it will be ignored by the backend. * Delete .travis.yml (#1066) * Delete .travis.yml * Update README.md * Add diagnostics for new device funnel (#1075) * Add device metrics Add metrics for new device flyout * Add device created metric Add metric on device create so we can log device id for physical devices * Fix rule apply event Rule apply click event was only emitted for new rules. Move call so it is emitted if a rule is added or edited. * Address comments and align metric names Address comments. Update metric names to be in same format as rule metrics * fix insertion when entities are null for devices and rules (#1078) * Refactor to make walkthrough code less intrusive (#1069) * refactor to make walkthrough code less intrusive * refactor after meeting with team * update MD files, move httpClient * review feedback * fix nit * update breadcrumbs to use isDef instead of checking undefined * Treat text and number correctly in device jobs (#1082) * treat text and number correctly in device jobs * fix formatting nit * Rule updates need to send ETag (#1084) UI needs to send the ETag when updating rules. * Rule enable/disable needs to update ETag in redux store (#1086) * Small updates for the add page walkthrough (#1089) * Making cloudToDeviceMethod to empty an string (#1090) * rearrange controls on context menus (#1093) * Add links to Time Series Insights from Dashboard and Device Details Page (#1085) Add a Hyperlink shared component Fetch the Time Series Explorer URL from Telemetry Add link to dashboard and device details * Adding curly brackets in json Payload (#1094) * Fix alignment of stats on dashbaord (quick fix) (#1097) * Move Add Condition button below the rule conditions (#1103) * Update section decriptions to be more actionable on Device Details (#1110) * fix shell.test.js (#1116) * unit Test fix * entities length > 0 * Fix for bugBash bugs (#1130) # Conflicts: # src/store/reducers/deploymentsReducer.js * keyboard accessibility fix (#1131)