-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
182089941 add log strings (Part 1) (#1385)
* Adds uuid library for session key in logging Initial commit of event logging * Logs component title change, create or show component, component closed Adds document metadata to document model properties Log message now has document title as activity property value. * Clean up some of the changes for getting document title from V2 documents to Logger. * removes metadata property from document model since we are storing that information in `properties` prop * Clean up logger code. Adds a error catcher when logger is not initialized. Fixes logger jest tests and skips some of them. Adds xhr-mock for jest test. Temporarily removes logger.debug.test * Adds log string to calculator * Adds console log of string sent to log server * Adds event_value prop to the log. Adds log to some case table actions * Uses the new implemention of sending log messages throught the model.applyModelChanges * Adds `event-value` to the log props * Change incorrect model to apply changes to for logging * Adds logs to graph parent visibility and show measures toggle Adds logs for graph background and point color change * Removes uuid library * Adds logging for graph adornment checkbox Adds logging for graph adornments: movable point adornment, movable value, plotted function formula * Removes uuid Adds undo/redo to cases expand/collapse cases Move graph transparency and background color apply model change to the point format palette Fixes logic for logging parent toggle and measures for selection * Removed unused logger types * Changes the ILogMessage type * Changes log `event_value` to string, and `parameters` to Record <string, unknown> Adds use logging context to be able to pass info from one component to another for logging. Moves logging for plotted function from plotted-function-formula-adapter to plotted-function-adornment-banner Moves logging cell edits from cell-text-editor to use-rows Changes logging `args` to keys: string[], and values: unknown[] * Removes logging for cell text changes until further investigation * Clean up merge errors in attribute-menu-list * Remove logging from plotted function formula adapter Update ILogMessage type to use object instead arrays of keys and values * chore: code review suggestions --------- Co-authored-by: Kirk Swenson <[email protected]>
- Loading branch information
Showing
26 changed files
with
220 additions
and
77 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.