Skip to content

Commit

Permalink
Update change log for release v7.4-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Apr 10, 2024
1 parent 009cca1 commit a9fccfb
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 302 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,36 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
~~~


## [v7.4-beta.2] - 2024-04-10

* Issue **#4161** : Fix cron schedule time UI.

* Issue **#4160** : Fix date time picker.

* Add the `ctrl+enter` key bind to dashboards to start/stop the query. Make the `ctrl+enter` key bind work on any part of the screen for Queries.

* Add various 'Goto' type sequential key binds, e.g. `gt` for 'Goto Server Tasks'.

* Change the Documentation tab to default to edit mode if the user has write permission and there is currently no documentation.

* Add `ctrl+/` and `/` key binds for focusing on the explorer tree and current tab quick filters respectively.

* Create a 'Copy As' explorer tree context menu sub-menu containing 'Copy (Name|UUID|Link) to Clipboard'.

* Issue **#4184** : Add API specification link to help menu.

* Issue **#4167** : Add templating of email subject and body in scheduled query rules. Template language is a sub-set of Jinja templating.

* Issue **#4039** : Make tick boxes in conditional formatting table clickable.

* Add help buttons to edit conditional rule dialog and add F1 keybind for opening help.

* Issue **#4119** : Set stepping location from a popup and not inline editor.

* Issue **#4187** : Fix scheduled executor stop behaviour.

* Rename DB migration script from `V07_03_00_001__job_node.sql` to `V07_04_00_005__job_node.sql`. If you are deploying this version onto an existing 7.4 version then you will need to run the following sql `delete from job_schema_history where version = '07.03.00.001';`.

* Issue **#4172** : Fix NPE when running an empty sQL query.

* Issue **#4168** : Increase width of Id column on Annotations Linked Events dialog. Also increase size of dialog and the width of the left hand split pane.
Expand Down Expand Up @@ -417,6 +447,7 @@ eval EventId = first(EventId)`, `evt` => `eval EventId = first(EventId)` and `st
* Issue **#3830** : Add S3 data storage option.


[Unreleased]: https://github.com/gchq/stroom/compare/v7.4-beta.1...HEAD
[Unreleased]: https://github.com/gchq/stroom/compare/v7.4-beta.2...HEAD
[v7.4-beta.2]: https://github.com/gchq/stroom/compare/v7.4-beta.1...v7.4-beta.2
[v7.4-beta.1]: https://github.com/gchq/stroom/compare/v7.3-beta.11...v7.4-beta.1
[v7.2.2]: https://github.com/gchq/stroom/compare/v7.2.1...v7.2.2
24 changes: 0 additions & 24 deletions unreleased_changes/20240318_153144_554__4161.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240321_145844_103__4160.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20240322_134554_939__0.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20240325_154439_932__0.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20240325_154531_099__0.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20240325_154632_713__0.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20240325_165258_598__0.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240327_142130_960__4184.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240328_125605_803__4167.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240328_172419_019__4039.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20240328_172525_658__0.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240329_152529_561__4119.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20240329_165925_124__4187.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20240410_145726_599__0.md

This file was deleted.

0 comments on commit a9fccfb

Please sign in to comment.