- always render task tree link; render action buttons based on server response
- add same logic to details cards in table
- add multiple choice for tasks
- add prop for custom status names
- add prop for hiding null data in meta table
- add prop for custom search help
- small update of layout
- Add new bundler Vite instead of WebPack
- Update Node to v20
- Update yarn to v4
- Update back link arrows
- fix link to parent task
- update react-router-dom library to version 6
- Replace
moment.js
withdate-fns
- Fast date filters (front) now work in local time
SkbKontur.Cassandra.DistributedTaskQueue.Monitoring
explicitly setstrack_total_hits=true
when searching in elasticsearch (since v7.0 it defaults to 10000 - https://www.elastic.co/guide/en/elasticsearch/reference/7.17/breaking-changes-7.0.html#track-total-hits-10000-default)
- Update
Elasticsearch.NET
to 7.17.2 - Monitoring compatibility with elasticsearch v6.x and v7.x
- Update packages:
@skbkontur/react-ui
3.3.1 => 4.1.0@skbkontur/react-icons
5.1.0 => 5.2.4@skbkontur/react-ui-validations
1.4.0 => 1.8.3
- Update Elasticsearch.NET to v6.8.9
- Reporting pending tasks count by topic and name
- Add support for dark theme using react-ui ThemeContext
- Update supported peerDependencies versions range
- Fix bug with TaskDataJsonSerializer: add TimeGuid and Timestamp converters
- Update dependencies.
- Run tests against net5.0 tfm.
- Add cancelation token to the
RtqPeriodicJobRunner
.
- Update
@skbkontur/react-ui
package - Remove deprecated react lifecycle methods
- More customisation for Graphite profiler prefixes.
- Publish
@skbkontur/cassandra-distributed-task-queue-ui
package. - More reasonable Elasticsearch indexer default settings.
- Extract this module from internal git repository.
- Use Nerdbank.GitVersioning to automate generation of assembly and nuget package versions.
- Use SourceLink to help ReSharper decompiler show actual code.