2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00
guix-cuirass/NEWS
Mathieu Othacehe b7eb2c7036
Update NEWS.
* NEWS: Update it.
2021-06-13 12:44:04 +02:00

69 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-*- org -*-
#+TITLE: Cuirass NEWS history of user-visible changes
#+STARTUP: content hidestars
Copyright © 2021 Mathieu Othacehe <othacehe@gnu.org>
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Please send Guix bug reports to bug-guix@gnu.org.
* Changes in 1.1.0 (since 1.0.0)
** Database
*** Add Jobs table
*** Add BuildDependencies table
*** Add Dashboards table
** Remote building
*** Add GC roots for the build outputs
*** Increase the fetch workers count to 8
*** Build derivations in a topological order using the BuildDependencies table
*** Resume dependent builds when a build is successful after a restart
*** Display the remote-server fetch queue size
** Specifications
*** Add period support
*** Add "images", "system-tests" and tarball build types
** Web
*** Add a footer with the Cuirass version
*** Add table order buttons
*** Add a pagination button on the evaluation page
*** Add a build dashboard page
*** Improve accessibility and add the Accessiblity Foundation report
*** Add badges support
*** Display build dependencies in the build details page
* Changes in 1.0.0 (since 0.0.1)
** Database
*** Switch from SQLite to PostgreSQL
*** New test cases covering most of the SQL queries
** Notifications
*** New notification mechanism with Email and Mastodon backends
*** Add RSS events support
** Remote building
*** Add a remote building mechanism
*** Add a live build log mechanism
*** Honor timeout and max-silent-time package properties
*** Add specification and package priorities support
*** Add Workers monitoring support with Zabbix
** Evaluation
*** Rewrite evaluation mechanism to rely on Guix inferiors.
*** Change the specifications format from an association list to a record.
*** Use Guix Channels instead of custom Inputs.
** Web
*** Add a Workers status page to monitor the remote workers status
*** Add actions
- Add a specification
- Edit a specification
- Delete a specification
- Cancel an evaluation pending builds
- Retry all build of an evaluation
- Retry an evaluation
- Restart a build
*** Improve the specification display
*** Fix pagination
*** Add build weather support
*** Add build history support