Releases: konveyor/tackle2-ui
Releases · konveyor/tackle2-ui
v0.6.0-alpha.2
✨ Features
- Extend filtering in the Set Target step by @rszwajko in #2092
- Add edit icon with ActionColumns property in the Archetypes table by @Shevijacobson in #2098
New Contributors
- @Shevijacobson made their first contribution in #2098
Full Changelog: v0.6.0-alpha.1...v0.6.0-alpha.2
v0.6.0-alpha.1
✨ Features
- Use InfiniteScroller pattern for the Task Drawer by @rszwajko in #2049
- Update stakeholders table to use ActionsColumn by @mguetta1 in #1923
- Add /kai reverse-proxy route. by @jortel in #2089
- Update stakeholder groups table to use ActionsColumn by @MiriSafra in #2095
🐛 Bug Fixes
- Persist filters in URL for applications table by @rszwajko in #2033
- Add application risk filter of "Unassessed" by @sjd78 in #2032
- Upgrade
express
dependency by @sjd78 in #2036 - Analysis - Update the TaskGroup to id selected rulesets by @sjd78 in #2034
- Allow creating archetype without tags by @rszwajko in #2047
- Use default truncation strategy for the archetype description cell by @rszwajko in #2048
- Split the reports landscape unknown/unassessed chart by @sjd78 in #2052
- Use standard filters for languages in the Set Targets step by @rszwajko in #2045
- Change Preemption column tooltip to indicate that tasks are re-scheduled by @rszwajko in #2059
- Remove extra link from empty task drawer by @sjd78 in #2073
- Close dropdown after selection or click outside the list by @rszwajko in #2077
- Fix closing filter chips created via SelectFilterControl by @rszwajko in #2093
- Fix fetching in InfiniteScroller by @rszwajko in #2085
- Support custom serializers in table hooks by @rszwajko in #2079
New Contributors
- @MiriSafra made their first contribution in #2095
Full Changelog: v0.5.3...v0.6.0-alpha.1
v0.5.3
v0.5.2
Full Changelog: v0.5.1...v0.5.2
v0.5.1
🐛 Bug Fixes
- [backport release-0.5] Add application risk filter of "Unassessed" (#2032) by @sjd78 in #2035
- [backport release-0.5] Persist filters in URL for applications table (#2033) by @rszwajko in #2038
- [backport release-0.5] Analysis - Update the TaskGroup to id selected rulesets (#2034) by @konveyor-ci-bot in #2042
- [backport release-0.5] Upgrade
express
dependency (#2036) by @konveyor-ci-bot in #2039 - [backport release-0.5] Allow creating archetype without tags (#2047) by @konveyor-ci-bot in #2050
- [backport release-0.5] Use default truncation strategy for the archetype description cell (#2048) by @konveyor-ci-bot in #2051
Full Changelog: v0.5.0...v0.5.1
v0.5.0
✨ Features
- Reduce form fields in assessment wizard stakeholder page to a single dropdown by @ibolton336 in #1799
- Add custom matchers to client side filters by @rszwajko in #1922
- Move Analysis Details to full page view by @rszwajko in #1930
- Add DateRangeFilter by @rszwajko in #1913
- Persist activeItem in URL on the Applications screen by @rszwajko in #1939
- Fetch tasks with server-based filtering by @rszwajko in #1956
- Provide initial state for column management by @rszwajko in #1964
- [AnalysisWizard] Language discovery changes by @ibolton336 in #1951
- Add mvn:// prefix to application binary value in post request by @ibolton336 in #1968
- View files task attachments by @rszwajko in #1954
- Implement the Task Manager drawer by @sjd78 in #1955
- Task table by @rszwajko in #1957
- Update business services table to use ActionsColumn by @mguetta1 in #1921
- Add application tasks status icon and popover to application table by @sjd78 in #1985
- Add handling for tasks "Succeeded with errors" in task and application tables by @sjd78 in #2011
🐛 Bug Fixes
- Missing manage columns title translation by @ibolton336 in #1904
- Switch sidebar type based on routes by @rszwajko in #1889
- "Effort" with supplemental text info via tooltip by @kpunwatk in #1846
- Use separate chip groups for tag categories by @rszwajko in #1903
- Use natural sort order by @rszwajko in #1918
- Add input text box filtering in new tag's select a tag category field by @kpunwatk in #1919
- On Issues>Affected Application table, update column data-label to match displayed text by @ibolton336 in #1933
- Remove unnecessary initialData from useQuery calls by @rszwajko in #1940
- Provide unique keys for components in MultiselectFilterControl by @rszwajko in #1949
- Fix effort width & visibility conditional removed in app table by @ibolton336 in #1947
- Remove duplicate targets in advanced options screen by @ibolton336 in #1906
- Use initialSort property by @rszwajko in #1962
- Prefer
Task
fieldkind
overaddon
by @sjd78 in #1971 - Update the enabled check for the Analysis button by @sjd78 in #1977
- Refresh tasks page every 5 seconds by @rszwajko in #1979
- Link java dependencies that don't have a sha by @sjd78 in #1983
- Use exact match for filtering by application name by @rszwajko in #1966
- Add task detail links to tasks page by @rszwajko in #1980
- Refactor task state to icon mapping by @rszwajko in #1984
- Change description of application details binary section to Binary(Java) by @rszwajko in #1991
- Drop UTC offset for local time used in tasks table by @rszwajko in #1994
- Add task actions to task manager drawer by @rszwajko in #2004
- Add tooltips for Priority and Preemption columns by @rszwajko in #2005
- Filter credentials by createUser property by @rszwajko in #2006
- Fix application edit data source by @sjd78 in #2008
- Don't use "mvn://::" for an empty binary source in applications by @sjd78 in #2015
- Update task terminal state check to include "SucceededWithErrors" by @sjd78 in #2018
- Address targets falling out of sync after label selection changes by @ibolton336 in #2019
- Fix packaging of fonts by @sjd78 in #2020
- Fix application table
isTaskCancellable
by @sjd78 in #2023 - Archetype table, applications column is now a link by @sjd78 in #2024
- Fix target card behavior and rendering by @sjd78 in #2025
- Update tooltip text for Task's Priority column by @sjd78 in #2028
- Fix field alignment on the Repositories>Maven page by @sjd78 in #2029
- Set filenames for task details downloads by @sjd78 in #2031
New Contributors
- @kpunwatk made their first contribution in #1846
- @dependabot made their first contribution in #1924
Full Changelog: v0.4.0...v0.5.0
v0.5.0-rc.2
v0.5.0-rc.1
🐛 Bug Fixes
- Address targets falling out of sync after label selection changes by @ibolton336 in #2019
- Fix packaging of fonts by @sjd78 in #2020
- Fix application table
isTaskCancellable
by @sjd78 in #2023 - Archetype table, applications column is now a link by @sjd78 in #2024
- Fix target card behavior and rendering by @sjd78 in #2025
Full Changelog: v0.5.0-beta.3...v0.5.0-rc.1
v0.5.0-beta.3
🐛 Bug Fixes
Full Changelog: v0.5.0-beta.2...v0.5.0-beta.3
v0.5.0-beta.2
✨ Features
🐛 Bug Fixes
- Add tooltips for Priority and Preemption columns by @rszwajko in #2005
- Filter credentials by createUser property by @rszwajko in #2006
- Fix application edit data source by @sjd78 in #2008
- Don't use "mvn://::" for an empty binary source in applications by @sjd78 in #2015
Full Changelog: v0.5.0-beta.1...v0.5.0-beta.2