Releases: ibutsu/ibutsu-server
Releases · ibutsu/ibutsu-server
v2.5.1
v2.5.0
- Add a default dashboard to a project, so that it appears when you select the project
- Making a start
- Try to direct the log files to stdout/stderr
- Try to fix some permissions issues in the container, and send the logs to stdout
- Use a multi-stage build and use nginx to just serve the static files
- In OpenShift, /.npm is used
- Expose the port and build the files at build time
- New filter-heatmap widget for making flexible heatmaps
- Hotfix: Frontend container used non-existent script
- Migrate container images to use UBI8 minimal
- Adjust container images so that they manually build psycopg2
- Add target ports to Routes
- Import the properties if set in JUnit XML
- Add missing email for superadmin
- Add OCP templates for AppInterface
- Auto select fields for MetaFilter
- metadata.team filter in frontend
- Fix some issues in the widget config controller
v2.4.3
- Added accessibility marker filter to remove irrelevant results
- Adding ability to edit dashboard widgets
- Fixing test history bug
- Add more UUID validation
- Updated precommit
- Migration to component testing using Cypress
- Fixed url for flake8 hook
- Fixing Jenkins Bar and Line charts
- Change the homemade copy-paste component to the one from PatternFly
- Add instructions for how to download an artifact
- Adding days and project_id to compare-runs-data calls
v2.4.2
v2.4.1
v2.4.0
- Fix various API errors found in fuzzy testing
- Add/update the accessibility dashboard
- Promote user_properties on archive import
- Add schemathesis to actions
- Upgrade Celery to the latest version
- Update podman and Docker Compose configurations
- Flask listens on 127.0.0.1 by default, add the ability to specify it for podman
- Drop the tarfile open mode to autodetect compression
v2.3.0
- Bump terser from 4.8.0 to 4.8.1 in /frontend
- comparison view
- disable py3.11 for the five bugs on celery
- restore usage of _orig_func instead of wrapped
- get_app returns a flask app instead of connexion
- ensure db url parsing handles test configuration
- drop nose dependency
- remove python 3.7 and add the modern ones
- restore env var prefixes in podman pod yaml
- split ibutsu pod config into configmaps
- fixup! restore ports
- black fixes
- create flask based entrypoints and enable podman play usage
- tox config: update for python 3.8+ and usedevelop
- summaries computation: allow any custom summary
- fix extraction of celery wrappers
- steamline configuration setup
- make flask >2 the minimum
- default settings: use pod name instead of localhost for celery
- use non-interactive non-terminal containers for ibutsu_pod.sh
- fix ports in frontend json commands
- add manual/blocked states to api spec
- modernmize pre commit config