Yury Molodov
Yury Molodov
Add check for `Intl.supportedValuesOf()` method for getting time zones. If the method is not supported, a default list is used as a substitute.
**Add select of Tenant ID to Settings** You can either enter a custom value or choose from a list of options. The selected `tenantID` value is saved in the URL...
This pull request fixes the display of `Popper` in some cases: - After closing the autocomplete list by clicking outside the field, the list would not display when entering a...
The pull request adds a time picker to the "Logs Explorer" page. - The selected time range is implicitly included in the query. For example: 1. User's input in the...
1. Added the ability to filter logs. 2. The filter consists of three selectors: `field type`: _stream or extra field,`key`, `value`. 3. To remove a filter, click on the cross...
Added a field for setting the log entries limit, defaulting to `1000`. Changes to the limit are saved in `localStorage` #5674
### Describe Your Changes Resolves an issue where the first query trace in VMUI failed to expand due to incorrect handling within `useLayoutEffect`. This fix involves replacing `useLayoutEffect` with `useEffect`...
### Describe Your Changes This PR for ui vmanomaly eliminates URL parameters to automatically use the default server URL, simplifying URLs like: From http://localhost:3000/#/?g0.expr=vm_blocks... to http://localhost:3000 From http://localhost:3000/select/0/vmui/#/?g0.expr=vm_blocks... to http://localhost:3000/select/0/vmui/...
Adds correct handling of `head|limit` in expressions. For example, the query `* | limit 10` will be transformed into `_time:[some_interval] AND (*) | limit 10`. Related pull request: [https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6154](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/6154).
### Describe Your Changes Fix the calendar display issue occurring with the `UTC+00:00` timezone #6239 ### Checklist The following checks are **mandatory**: - [ ] My change adheres [VictoriaMetrics contributing...