Releases: ibutsu/ibutsu-server
Releases · ibutsu/ibutsu-server
v2.5.11
v2.5.10
v2.5.9
What's Changed
- Small doc fixes and percentages for importance widget by @jjaquish in #496
- React 18 & Patternfly 5 Upgrades by @LightOfHeaven1994 in #494
- Replace npm with yarn by @LightOfHeaven1994 in #501
- Pin backend dependencies by @LightOfHeaven1994 in #502
- Update from localhost to 127.0.0.1 by @mshriver in #499
- Move to Ruff Formatting and Linting by @mshriver in #498
- Migrate to pyproject.toml by @mshriver in #503
- Use httpstatus module by @mshriver in #505
- Bump ws from 7.5.9 to 7.5.10 in /frontend by @dependabot in #506
- "Fix" invisible projects by @mshriver in #507
- Fix: RuntimeError - generator didn't yield by @digitronik in #468
- Bump webpack from 5.91.0 to 5.94.0 in /frontend by @dependabot in #509
- React Context and Project Nested Routing by @mshriver in #508
- Bump micromatch from 4.0.7 to 4.0.8 in /frontend by @dependabot in #510
- Bump express from 4.19.2 to 4.21.0 in /frontend by @dependabot in #511
- Bump rollup from 2.79.1 to 2.79.2 in /frontend by @dependabot in #512
- Rename master branch to main by @mshriver in #513
- Update dockerfiles to ubi9/py39 by @mshriver in #514
- Fix dashboard clearing on project change by @mshriver in #515
- [IQE-3104] Update packages by @mshriver in #518
- Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /frontend by @dependabot in #519
- split layers EVEN MORE by @mshriver in #520
- Update path of npm bin in node:18 image by @Fynardo in #522
- Enable project routing in widgets URLs by @Fynardo in #523
- Fix result-list URL generation on pagination by @Fynardo in #525
- Automated release commit for 2.5.9 by @mshriver in #527
New Contributors
- @digitronik made their first contribution in #468
- @Fynardo made their first contribution in #522
Full Changelog: v2.5.8...v2.5.9
v2.5.8
What's Changed
- Correct check condition on group field by @LightOfHeaven1994 in #493
- Fix report deletion through API by @LightOfHeaven1994 in #492
- Release 2.5.8 by @LightOfHeaven1994 in #495
Full Changelog: v2.5.7...v2.5.8
v2.5.7
What's Changed
- Pin swagger-ui-bundle by @LightOfHeaven1994 in #487
- Pin some victory core differently by @LightOfHeaven1994 in #488
- Pin victory packages to make Ibutsu widgets work by @LightOfHeaven1994 in #489
- Control sensitive fields better by @LightOfHeaven1994 in #491
- Release 2.5.7 by @LightOfHeaven1994 in #490
Full Changelog: v2.5.6...v2.5.7
v2.5.6
What's Changed
- Fix local dev setup by @LightOfHeaven1994 in #471
- Fix creation user by admin by @LightOfHeaven1994 in #472
- Make default dashboard by @LightOfHeaven1994 in #473
- Update .readthedocs.yml by @psav in #474
- Add empty state for filter heatmap by @LightOfHeaven1994 in #475
- Add mpp templates by @Victoremepunto in #476
- Update OCP mpp backend templates by @patchkez in #478
- Add resolution to victory core package by @LightOfHeaven1994 in #479
- [MPP] Deploy templates - Make backup and postgres volumes bigger by @patchkez in #481
- increase requests/limits for postgresql pod by @patchkez in #483
- add resource limits for ibutsu worker by @patchkez in #484
- Add codeowners for visibility by @LightOfHeaven1994 in #486
- Fix cronjobs image stream references by @LightOfHeaven1994 in #480
- Initial draft commit for importance widget component by @jjaquish in #485
New Contributors
- @LightOfHeaven1994 made their first contribution in #471
- @psav made their first contribution in #474
- @Victoremepunto made their first contribution in #476
- @patchkez made their first contribution in #478
Full Changelog: v2.5.5...v2.5.6
v2.5.5
v2.5.4
v2.5.3
v2.5.2
- Fix up the colours of the fonts of various charts/widgets
- Migrate to use the built-in TreeView component from PatternFly
- Check if values are None and default to 0 if they are (fix #418)
- Add the ability to disable SSL verification
- Fix the download buttons so that they actually download the artifact or report
- Parameter should be a string, force the value to be a string
- Expose the Keycloak login environment in App Interface