Hi,
This 0.8 release fixes the number of suites retrieved in build_report
and allows users to create projects using the client. A newer version
will come in quickly allowing all models to be created/deleted.
Complete list of changes going in:
core: models allow project creation
examples: fix suite retrieval in build_report.py
Ch{eers,arles}
Hi,
This 1.16.2 release fixes a bug when filtering objects by project's full name.
Complete list of changes going in:
* api: rest: fix project filter
* Dockerfile: allow containers make ssh connections
Ch{eers,arles}
Hi,
This 1.16.1 release fixes a lava crash when trying to download big log
files from a lava instance that times out. The release also improves
load time in test history view.
Complete list of changes going in:
* ci: fix lava backend log download
* frontend: test_history: improve load time
Ch{eers,arles}
Hi,
This 1.16 release improves load time when comparing tests across
different projects, creates a default authentication group so that
users have object-level permission and allows download of build
attachments.
Complete list of changes going in:
* frontend:
* add URL for downloading build attachments
* add test history link in test list
* allow serving files from database
* compare: improve compare load times
* fix attachment downloads
* test the actual response contents of all download urls
* add migrations to create auth group and add users
* api: rest: add more status details
* attachment: add a sample unit test
* core: store Attachment's mime-type in the model
* pytest: only check coverage on ci
Ch{eers,arles}
Hi,
This 1.15.1 release improves load time of group, project and build page.
Complete list of changes going in:
* core: admin: fix timeout deleting objects in admin view
* frontend:
* improve group page load times
* improve load times for project and builds page
* views: fix page view for unauthenticated users
* views: improve build page load time
Ch{eers,arles}