Skip to content

Releases: ibutsu/ibutsu-server

v1.11.3

27 Oct 17:53
95b0bbd
Compare
Choose a tag to compare
  • Release 1.11.3 (#81)
  • Fix bugs #78 and #79 (#83)
  • Fix issue #75 (#80)
  • Fix task tests (#80)
  • Updates to support xfail in Ibutsu
  • Update file pruning for PSQL

v1.11.2

21 Oct 21:18
4930587
Compare
Choose a tag to compare

Fix an additional bug with the project selector

v1.11.1

21 Oct 17:29
d3774af
Compare
Choose a tag to compare

A new bug fix release in the 1.11.x series, this fixes the following bugs:

  • Screenshots not showing up on the results page
  • Project selector causes a blank screen when trying to change project
  • Widget grouping by metadata.component instead of component

Migrate to PostgreSQL

15 Oct 22:07
f7587d2
Compare
Choose a tag to compare

In order to overcome some performance and other issues, and due to MongoDB's license changes, Ibutsu has now migrated to use PostgreSQL.

v1.10.2

06 Aug 17:58
1c24173
Compare
Choose a tag to compare
  • Fix a small celery error Cannot mix new and old setting keys

v1.10.1

06 Aug 17:28
de630ce
Compare
Choose a tag to compare
  • Fix styling of count skips on Jenkins Job Analysis page (#29)
  • [Heatmap] Sort builds by start_time, not the string build_number
  • [Heatmap] Use an aggregation to get the correct number of jobs that exist in the DB
  • [Heatmap] Don't show columns in which all the plugins failed
  • Add link to JIRA issues.redhat.com
  • Convert failure classification table into its own component
  • Expose the count_skips parameter in the UI (#24)
  • Check to make sure "start_time" exists

v1.10.0

21 Jul 20:42
63b292e
Compare
Choose a tag to compare
  • Add a switch to change from overall health from bar to area chart
  • Show active filters and make exception name clickable in failure classification table
  • Apply a limit to the amount of runs from which we create the JJV
  • Make failure classification table expandable, to aid in debugging
  • Add a tooltip to the generic area chart
  • Fix warnings for links, limit reports to 1e5 documents
  • Make links open in a new tab
  • Add link to submit upstream issue, make links open in new tab
  • Limit documents returned by reports to a reasonable number
  • Add trademark and file retention policy to About modal
  • Add a link to the docs on the about modal
  • Limit the number of results we can display in the results table.
  • Made run-list component and env pills clickable for filtering
  • Update the rtd conf file location
  • Fix the master_doc for Sphinx
  • Make the docs requirements file match the config file
  • Add readthedocs config
  • Change Travis config to support both Python and JS
  • Initial import from Gitlab