Skip to content

Releases: ibutsu/ibutsu-server

v2.5.5

21 Jun 16:44
c7f999f
Compare
Choose a tag to compare
  • Tweak celery options to better handle redis timeouts/reconnects

v2.5.4

10 May 14:13
ba9d822
Compare
Choose a tag to compare
  • Fix expiry date validation by updating onChange handler

v2.5.3

09 May 17:27
b7bd3c2
Compare
Choose a tag to compare
  • Fix some DatePicker issues

v2.5.2

04 Apr 19:50
363747d
Compare
Choose a tag to compare
  • 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

v2.5.1

27 Mar 21:29
71a1f81
Compare
Choose a tag to compare
  • Fix #441 where project id was not being applied to the results
  • Fix an issue where a run ID in a junit XML filename was not used in Ibutsu
  • Fix an issue in reports where the report ID went missing
  • Some bug fixes for tokens and projects

v2.5.0

14 Mar 17:03
656036a
Compare
Choose a tag to compare
  • 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

16 Jan 17:02
f4328d8
Compare
Choose a tag to compare
  • 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

12 Oct 19:16
5c1f70f
Compare
Choose a tag to compare
  • Fix some issues in the admin controllers

v2.4.1

06 Oct 19:20
b389580
Compare
Choose a tag to compare

Fix some styling issues from using npm in the container image.

v2.4.0

04 Oct 14:11
bbe1762
Compare
Choose a tag to compare
  • 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