Hi,
This 1.23 release adds a few items to the frontend: download
attachments button right on build view, download metric charts and
known issues on project view.
The release also changes task id for fetch tasks, this will help
debugging fetch-related errors.
Complete list of changes going in:
* ci: tasks: define task_id for fetch tasks
* core:
* frontend add group 'privileged' access level
* make PatchSource.token nullable
* frontend:
* Fix a typo on the delete project button
* add known issues to project view
* export metrics graphs as picture
* rest: add dropdown to download attachments
Ch{eers,arles}
Hi,
This 1.22 release increases the metric name field from 100 characters
to 256, as it is for test name. The release also allows by default all
users to make changes to projects, as long as they belong to the
respective group.
Complete list of changes going in:
* core:
* make metric name 256 characters long instead of 100
* add project perms to default squad group
* migrations: remove print creating permissions
Ch{eers,arles}
Hi,
This 1.21 release changes the lava backend XML-RPC transport layer to
use requests, also including a pre-defined timeout. The release adds
the Celery plugin for Sentry users.
Complete list of changes going in:
* ci: add tests for LAVA backend call timeouts
* ci: lava: change XML-RPC transport to use requests
* frontend: build: include test jobs with no status in Test jobs tab
* settings: add CeleryIntegration to sentry
Ch{eers,arles}
Hi,
This 1.20 release adds log entries when users change objects via API.
It also allows OPTIONS database arguments to be passed via environment
variable.
Complete list of changes going in:
* Translated using Weblate (Portuguese)
* Added translation using Weblate (Portuguese)
* core: add tests for LogEntry when using API
* Allow equal sign in settings variable value.
* api: log user actions as LogEntry
Ch{eers,arles}
Hi,
This 1.19 release adds a filter to the testjob view page that allows
users to query target jobs instead of going page by page.
Complete list of changes going in:
* frontend: add filter to testjobs view
* settings: django-toolbar: use squad jquery
* test: test_listen: fix multiple calls with backends
* ci: backend: Use project settings in LAVA backend
Ch{eers,arles}
Hi,
This 1.18 release fixes tooltips for test jobs view, changes how
groups are displayed in the home page and also prioritizes project
settings over backend settings when resubmitting test jobs.
Complete list of changes going in:
* ci: lava: ensure project settings take priority
* frontend: fix tooltips in testjobs page
* frontend: home: separate groups and user spaces
Ch{eers,arles}
Hi,
This 1.17 release adds a few changes to test results layout in build
view. It collapses all results by default and displays an overall
summary of tests in the box title for suite and environment boxes.
This release also adds an extra button that allows users to select
build comparison type (test or metrics) in build view.
Complete list of changes going in:
* api: rest: add filterset_class attribute to StatusViewSet
* core: commands: add fill_test_metadata command
* frontend:
* add choice of comparison type
* add logo do api page
* fix test result url to point to history
* test_results: add collapse/expand all option
* test_results: add overall summary in suite/environment boxes
* test_results: make suitebox the default layout
* test_results: move toggle box to the left
* plugins: linux_log_parser: create metadata
* release-docker: tag release image name
* settings: init sentry plugin with squad release
* settings: really configure celery max retries when queue server is
out of reach
Ch{eers,arles}
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}