-
Notifications
You must be signed in to change notification settings - Fork 34
Comparing changes
Open a pull request
base repository: deephaven/web-client-ui
base: main
head repository: deephaven/web-client-ui
compare: release/v0.41
- 11 commits
- 79 files changed
- 6 contributors
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1c90fb - Browse repository at this point
Copy the full SHA d1c90fbView commit details -
fix: DH-15032: Fix incorrect warning about updated shared state (#1364)…
… (#1371) - Update dehydration methods to return null instead of undefined - Add unit tests to catch similar dehydration bugs the future
Configuration menu - View commit details
-
Copy full SHA for 109f47e - Browse repository at this point
Copy the full SHA 109f47eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c75d85 - Browse repository at this point
Copy the full SHA 8c75d85View commit details
Commits on Jun 21, 2023
-
fix: AuthPluginParent wasn't working when embedded in an iframe (#1383)…
Configuration menu - View commit details
-
Copy full SHA for 7e38af3 - Browse repository at this point
Copy the full SHA 7e38af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e99b6e8 - Browse repository at this point
Copy the full SHA e99b6e8View commit details
Commits on Nov 8, 2023
-
fix: Change display of rollup key columns from null to empty string (#…
…1563) (#1630) Cherry-pick of #1563. Also added a few lines from #1365 that were needed to make this work * Previously, key columns containing non-numeric types would display `null` is the rolled up rows have different values for the same column * This behaviour is updated to show an empty cell instead of `null` * Resolves #1483 #### Testing Instructions: 1. Run: ```python from deephaven import empty_table, time_table size = 100 scale = 1000 random_values_with_null_NaN = empty_table(size).update([ "MyString=(i%11==0? null : `a`+(int)(scale*(Math.random()*2-1)))" ]) ``` 2. Add the string and char columns and any other arbitrary columns as rollup columns in any order 3. The key column should only show `null` if it actually represents a null value in the column --------- --------- Co-authored-by: George Wan <[email protected]> Co-authored-by: georgecwan <[email protected]> Co-authored-by: Mike Bender <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0e50ca - Browse repository at this point
Copy the full SHA d0e50caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f6869 - Browse repository at this point
Copy the full SHA 78f6869View commit details
Commits on Feb 9, 2024
-
fix: address chrome 121 scrollbar style behaviour change (#1787) (#1791)
Chrome adopted offical support for scrollbar-color in chrome 121. However, if you have both scrollbar-color and ::webkit-scrollbar styling, they conflict and chrome will only honour the native styling. This is bad because the native chrome mac scrollbars become really small, and overlap too much with out golden-layout drag. Our webkit styling forces scrollbars that match monaco and grid, and are preferred. By removing `scrollbar-color` native styling, our webkit styles work. We only had scrollbar-color to style firefox in dark mode (`//applies to firefox only` is no longer true), however the most recent versions of firefox appear to color scrollbars automatically based on the theme, so this is no longer necessary. The crappy part here is since this is browser change, we will have to backport this for several active enterprise versions. See: - https://stackoverflow.com/questions/77919700/scrollbars-chrome-update-121 - https://issues.chromium.org/issues/41494676 Co-authored-by: Don <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d065679 - Browse repository at this point
Copy the full SHA d065679View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b80d4da - Browse repository at this point
Copy the full SHA b80d4daView commit details
Commits on Apr 3, 2024
-
fix: Cannot import CSV with LOCAL_TIME (#1434) (#1915)
- Fix adding error console history items - They weren't appearing as anything because the command was `''` instead of `undefined` - Map LOCAL_TIME to STRING on CSV import - `LOCAL_TIME` isn't supported on the server in DHC, and isn't really "safe" anyways since we should have other info in there as well (e.g. date or time zone) - When exporting, should be exporting the 'unformatted' value, which gives you the full timestamp - By mapping to String, user can then do an `.update_view` to map it to a timestamp if they wish - Fixes #1432 - Cherry-pick back for DH-15013. Tested against dev-vermilion.
Configuration menu - View commit details
-
Copy full SHA for 27fae23 - Browse repository at this point
Copy the full SHA 27fae23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d78948 - Browse repository at this point
Copy the full SHA 8d78948View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...release/v0.41