Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 5.2 #549

Open
wants to merge 97 commits into
base: master
Choose a base branch
from
Open

Version 5.2 #549

wants to merge 97 commits into from

Conversation

molotgor
Copy link
Collaborator

@molotgor molotgor commented Mar 3, 2023

No description provided.

osinkinroman and others added 30 commits January 27, 2023 16:36
Cursor is active after inputting session_alias in messages search filter and the list is not automatically shown
…how Filter] form (#520)

* init

* bump version

* useOutsideClickListener now works only when modal opened

* build fix

* fix for autocomplete in MessaageReplayModal

* build fix

* build fix
* autocomplete now can close where neccessary

* fixed, made it simpler

* bump version

* Update package-lock.json
* fixed the duplicate problem

* bump version

* Update package.json

---------

Co-authored-by: Osinkin Roman <[email protected]>
[TH2-4588] Update messagesIds
* Fix events search input clear

* Fix filter panel button toggle

* Fix search token dissappears on bubble blur

* Fix events token search excludes events that out of time range

* Fix worker breaks if some values are observables

* [TH-3773] Fix events search

* Make events search case insensitive

* Fix search results count doesnt update on token delete
* refactor VerificationTable

* refactor ParamsTable

* refactor ParamsTable

* added ability to resize columns in tables

* change version

* bump version
* shorten notification about cut session

* Bump version

---------

Co-authored-by: Igor Razvodov <[email protected]>
…e current option as one of the autocomplete variants. (#539)

* thw-4750 fix missinig autocomplete entry

* first attempt to fix autocomplete over autocomplete

* autocomplete on top of autocomplete fix

* when we tab out of a bubble, we now focus back on the input.
Previously we lost focus completely.

* using arrows to navigate now keeps
the bubble value consistent

* bump version

* revert useless change

* correction for how we submit with arrows

* moving to the left now selects
the correct letters in bubbles

* after tab we focus outer input.
Maybe add some prop to mark it,
so that it doesn't overlap with bubble autocomplete on click outside

* fixed focusing after outsideClick

* remove console.logs

* susbstitute outerRef with lifting bubbleSwitch
attempt

* attempts to fix SearchInput

* get rid of outerInputRef, instead lift
bubbleSwitch

* fix TAB

* remove unused code
…543)

* now startTimestamp can't be more than current time

* bump version

* Math.floor to choosenTimestamp
* merge 5.0 in 5.1

* lint:fix
* fixed graphItem selection

* bump version

* build fix

* Update package.json

---------

Co-authored-by: Egor Yashin <[email protected]>
* fix next and previous buttons

* changed reference for columns

* changed behaviour of scroll on buttons

* added check for hidden columns on resize

* bump version

* changed onbtnup to not required in separator

* changed condition to being hidden

---------

Co-authored-by: Sergey <[email protected]>
* [Th2-4830] Hide next/prev buttons in verificationTable and add button to reset width of columns (#547)

* hide next/prev btns and add resetWidth btn

* bump version

* deleted comments

* changed button to same style as others

* changed buttons styling

* updated readme (#552)

* implemented JSON viewer only with files

* added ability to request files from shared folder

* added styling to load file from server

* moved from axios to fetch

* Moved api requests to ApiSchema

* changed return on error

* bump version

* [TH2-5125] Add opening workspace with event from query parameters (#557)

* TH2-4996: UI: Cannot show event if its scope contains # symbol (#558)

* TH2-4996: UI: Cannot show event if its scope contains # symbol

* bump version

* TH2-4993: UI doesn't provide the list of available books (#559)

* [TH2-4979] UI doesn't update scopes list when I update time range (#560)

* [TH2-4978] UI skips a message that should be highlighted in the messa… (#561)

[TH2-4978] UI skips a message that should be highlighted in the message box when the event is clicked

* [TH2-5155] Add ability to turn back to the attached message (#562)

* bump version (#563)

* [TH2-5158] Outline searched messages (#564)

* [TH2-5164] Raw message in ASCII display mode has incorrect character if the content is in UTF8 (#566)

* [TH2-4909] Add sorting for list of event-scopes in UI (#565)

* added local file upload and basic functions for server load

* bump version to 5.2

---------

Co-authored-by: Osinkin Roman <[email protected]>
Co-authored-by: Petr Zlydenko <[email protected]>
* removed deprecated escape in decoding of rawContent

* encodeURI for cases when it was not alreay done
* [Th2-4830] Hide next/prev buttons in verificationTable and add button to reset width of columns (#547)

* hide next/prev btns and add resetWidth btn

* bump version

* deleted comments

* changed button to same style as others

* changed buttons styling

* updated readme (#552)

* [TH2-5125] Add opening workspace with event from query parameters (#557)

* TH2-4996: UI: Cannot show event if its scope contains # symbol (#558)

* TH2-4996: UI: Cannot show event if its scope contains # symbol

* bump version

* TH2-4993: UI doesn't provide the list of available books (#559)

* [TH2-4979] UI doesn't update scopes list when I update time range (#560)

* [TH2-4978] UI skips a message that should be highlighted in the messa… (#561)

[TH2-4978] UI skips a message that should be highlighted in the message box when the event is clicked

* [TH2-5155] Add ability to turn back to the attached message (#562)

* bump version (#563)

* [TH2-5158] Outline searched messages (#564)

* [TH2-5164] Raw message in ASCII display mode has incorrect character if the content is in UTF8 (#566)

* [TH2-4909] Add sorting for list of event-scopes in UI (#565)

* [TH2-4981] UI: highlight fields that I provide in filters for all messages (#567)

* [TH2-5171] Enhancements: 'Select All' Button for Message Export and Customizable Export Order Options (#568)

* added ability to launch notebooks

* change fetch path

* change fetch path to json-stream-provider

* added directories to file choosing

* updated directories handling

* updated rendering in case of no files/directories

* reset run on fail

* refactor of JSON Custom Data Viewer

* changed behaviout to ignore empty lines

* changed behaviout to ignore empty lines

* missed indexing of multiline file

* added view types for JSON viewer

* disabled decoration for generated information

* split of files view

* add refresh cell

* move refresh in cell

* reset notebooks amount when opening local files

* no replacement in files' path

* changed rendering for json/formatted json in JSON viewer

* changed timeouts for getting results from executed notebook

---------

Co-authored-by: Osinkin Roman <[email protected]>
Co-authored-by: Petr Zlydenko <[email protected]>
…view type of result group,#display-table field, option to view last N results of Notebook, file path and timestamp types (#571)

* fix parameters type parsing

* add ability to cancel launch and proccess failed notebook request

* created DisplayTeble component

* created ParametersRow component

* added option to change viewType of group

* added remove node to store

* change position of Results Result

* add display-table view type

* update launchNotebook and getResults api

* change display when none node is selected

* change split behaviour on selection

* added filepath and timestamp parameters
* add limit to resumption messages id

* added limit to loading messages

* bump version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants