Skip to content

Commit

Permalink
Update zed to v1.15.0, brimcap to v1.7.0, and prep Zui v1.7.0 (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Apr 2, 2024
1 parent a2e178d commit 7d1dc62
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions apps/zui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.7.0
- Update Zed to [v1.15.0](https://github.com/brimdata/zed/releases/tag/v1.15.0)
- Update Brimcap to [v1.7.0](https://github.com/brimdata/brimcap/releases/tag/v1.7.0), which includes a new Zeek [v6.2.0-brim1](https://github.com/brimdata/build-zeek/releases/tag/v6.2.0-brim1)
- For Zeek `files` events, the `is_orig` value is now used to determine the `tx_host` and `rx_host` values in the Correlation view (#3004)
- The Zed service launched by Zui now attempts to compact stored data every 5 minutes (#3006)
- **Export Results** has been enhanced to allow export to pools or the clipboard (paste buffer) (#2985, #3017)
- Improve syntax error presentation by using the `/compile` endpoint of the Zed service rather than the JS Zed query parser (#2972, #3034)
- Fix an issue where Zui's query editor would not load when running air-gapped (i.e., no Internet connection) (#3032)
- Fix an issue where issuing the query `yield typeof({})` produced a stack trace (#2996)
- Fix an issue where issuing a new query while the stacked bar chart is loading triggered an error (#2996)
- Fix an issue in dark mode where font colors made text invisible during pool renames (#3028)
- Fix an issue where a large JSON object could not be loaded in Zui (#3026)
- Fix an issue where hitting the Back button too many times could cause the lost of session history (#3041)

## v1.6.0
- Update Zed to [v1.13.0](https://github.com/brimdata/zed/releases/tag/v1.13.0)
- Update Brimcap to [v1.6.0](https://github.com/brimdata/brimcap/releases/tag/v1.6.0), which includes a new Zeek [v6.0.3-brim1](https://github.com/brimdata/build-zeek/releases/tag/v6.0.3-brim1)
Expand Down
6 changes: 3 additions & 3 deletions apps/zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Zed User Interface",
"repository": "https://github.com/brimdata/zui",
"license": "BSD-3-Clause",
"version": "1.6.0",
"version": "1.7.0",
"main": "dist/main.js",
"author": "Brim Data <[email protected]> (http://www.brimdata.io)",
"lake": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"acorn": "^7.4.1",
"ajv": "^6.9.1",
"animejs": "^3.2.0",
"brimcap": "brimdata/brimcap#9b5db462f28984c900d32eb57f517e16762ac019",
"brimcap": "brimdata/brimcap#v1.7.0",
"chalk": "^4.1.0",
"chevrotain": "^10.5.0",
"chrono-node": "^2.5.0",
Expand Down Expand Up @@ -156,7 +156,7 @@
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"web-streams-polyfill": "^3.2.0",
"zed": "brimdata/zed#2a487ee2a63ed09700bb26f70f08324244227cc2",
"zed": "brimdata/zed#v1.15.0",
"zui-test-data": "workspace:*"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6868,12 +6868,12 @@ __metadata:
languageName: node
linkType: hard

"brimcap@brimdata/brimcap#9b5db462f28984c900d32eb57f517e16762ac019":
"brimcap@brimdata/brimcap#v1.7.0":
version: 1.1.2
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=9b5db462f28984c900d32eb57f517e16762ac019"
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=bf7fb4996738767bb4f27eee939ec67dd21aab52"
bin:
brimcap: build/dist/brimcap
checksum: 1d83333919b5a34793de177c7134d27c3d2407a5b9871378d76bf6a802a910efa2cbfc166344358f4872048ece6f0111b40f83cced6a7ffbbe2795e6aa29308d
checksum: 373040f07d9708cdced76c98d261488186633193d817dc448db783b3073671f8c9e88147d97a09794e2cdca93f678afb4d6a19f6ddee650cc5e361046c6d7e0f
languageName: node
linkType: hard

Expand Down Expand Up @@ -19204,10 +19204,10 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#2a487ee2a63ed09700bb26f70f08324244227cc2":
"zed@brimdata/zed#v1.15.0":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=2a487ee2a63ed09700bb26f70f08324244227cc2"
checksum: 1630032f68a48a0bae43e8cdbd59e2be1665ea4c9627e7fe4fc726ec1be94ca4dd191732174c43be23ed0cdb31c9f5ef084785a7adb05afc45cb556362aa40ed
resolution: "zed@https://github.com/brimdata/zed.git#commit=3af2a9b52bebeab00d60d561f464e1a87e29e336"
checksum: 6eb3161aa4337297b8cef70a701190a2bd6ea277ad4b5b691618b2e4ec0dd3c820221a50d987a85b1cb872f73564ed2eeea22dcd8144f2074d0549ef0213c53c
languageName: node
linkType: hard

Expand Down Expand Up @@ -19318,7 +19318,7 @@ __metadata:
acorn: ^7.4.1
ajv: ^6.9.1
animejs: ^3.2.0
brimcap: "brimdata/brimcap#9b5db462f28984c900d32eb57f517e16762ac019"
brimcap: "brimdata/brimcap#v1.7.0"
chalk: ^4.1.0
chevrotain: ^10.5.0
chrono-node: ^2.5.0
Expand Down Expand Up @@ -19403,7 +19403,7 @@ __metadata:
use-resize-observer: ^8.0.0
web-file-polyfill: ^1.0.4
web-streams-polyfill: ^3.2.0
zed: "brimdata/zed#2a487ee2a63ed09700bb26f70f08324244227cc2"
zed: "brimdata/zed#v1.15.0"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 7d1dc62

Please sign in to comment.