NEWS 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. -*- org -*-
  2. #+TITLE: Cuirass NEWS – history of user-visible changes
  3. #+STARTUP: content hidestars
  4. Copyright © 2021 Mathieu Othacehe <othacehe@gnu.org>
  5. Copying and distribution of this file, with or without modification,
  6. are permitted in any medium without royalty provided the copyright
  7. notice and this notice are preserved.
  8. Please send Guix bug reports to bug-guix@gnu.org.
  9. * Changes in 1.0.0 (since 0.0.1)
  10. ** Database
  11. *** Switch from SQLite to PostgreSQL
  12. *** New test cases covering most of the SQL queries
  13. ** Notifications
  14. *** New notification mechanism with Email and Mastodon backends
  15. *** Add RSS events support
  16. ** Remote building
  17. *** Add a remote building mechanism
  18. *** Add a live build log mechanism
  19. *** Honor timeout and max-silent-time package properties
  20. *** Add specification and package priorities support
  21. *** Add Workers monitoring support with Zabbix
  22. ** Evaluation
  23. *** Rewrite evaluation mechanism to rely on Guix inferiors.
  24. *** Change the specifications format from an association list to a record.
  25. *** Use Guix Channels instead of custom Inputs.
  26. ** Web
  27. *** Add a Workers status page to monitor the remote workers status
  28. *** Add actions
  29. - Add a specification
  30. - Edit a specification
  31. - Delete a specification
  32. - Cancel an evaluation pending builds
  33. - Retry all build of an evaluation
  34. - Retry an evaluation
  35. - Restart a build
  36. *** Improve the specification display
  37. *** Fix pagination
  38. *** Add build weather support
  39. *** Add build history support