Skip to content
Snippets Groups Projects
This project is mirrored from https://git.savannah.gnu.org/git/guix/guix-cuirass.git/. Pull mirroring updated .
  1. Feb 20, 2021
    • Mathieu Othacehe's avatar
      Remove favicon in SVG format. · 422de6c3
      Mathieu Othacehe authored
      * src/static/images/icon.svg: Remove it.
      * src/cuirass/http.scm (%file-white-list): Remove "images/icon.svg".
      * src/cuirass/templates.scm (html-page): Remove icon.svg link.
      422de6c3
  2. Feb 19, 2021
    • Mathieu Othacehe's avatar
      Add favicon support. · 2ab6c460
      Mathieu Othacehe authored
      * src/cuirass/http.scm (%file-white-list): Rename "logo.png" into "guix.png".
      Add "icon.png" and "icon.svg".
      * src/cuirass/templates.scm (html-page): Adapt it.
      * src/static/images/logo.png: Rename it ...
      * src/static/images/guix.png: ... into this file.
      * src/static/images/icon.png: New file.
      * src/static/images/icon.svg: New file.
      2ab6c460
    • Mathieu Othacehe's avatar
      Add a lock icon for admin actions. · b200ea89
      Mathieu Othacehe authored
      * src/cuirass/templates.scm (build-details, evaluation-info-table): Add lock
      icons for admin actions.
      b200ea89
  3. Feb 18, 2021
  4. Feb 17, 2021
  5. Feb 14, 2021
  6. Feb 12, 2021
  7. Feb 11, 2021
    • Mathieu Othacehe's avatar
      Pick the first worker build. · b191a2a5
      Mathieu Othacehe authored
      * src/cuirass/templates.scm (machine-status): Pick the first worker build if
      multiple builds are started on the same worker.
      b191a2a5
    • Mathieu Othacehe's avatar
      database: Fix db-get-build-percentage query. · e77a0a94
      Mathieu Othacehe authored
      * src/cuirass/database.scm (db-get-build-percentage): Consider both successful
      and failing builds.
      e77a0a94
    • Mathieu Othacehe's avatar
      remote: Discover server log-port and publish-port without Avahi. · 38701970
      Mathieu Othacehe authored
      * src/cuirass/remote.scm (zmq-server-info, zmq-worker-request-info-message):
      New procedures.
      * src/cuirass/remote-server.scm (%log-port, %publish-port): New parameters.
      (read-worker-exp): Handle 'worker-request-info message.
      (remote-server): Set the new parameters.
      * src/cuirass/remote-worker.scm (start-worker): Rename "server" argument. Send
      a 'worker-request-info message to discover the server log port and publish
      port.
      (remote-worker): Adapt it.
      38701970
  8. Feb 08, 2021
  9. Feb 06, 2021
  10. Feb 02, 2021
  11. Feb 01, 2021
    • Mathieu Othacehe's avatar
      Add weather support in build details. · f9a5cbe0
      Mathieu Othacehe authored
      * src/cuirass/templates.scm (build-details): Display weather.
      f9a5cbe0
    • Mathieu Othacehe's avatar
      Add build weather support. · d7282c05
      Mathieu Othacehe authored
      * src/cuirass/database.scm (build-weather): New macro.
      (build-status->weather): New procedure.
      (db-get-builds): Return the build weather using the new procedure.
      * src/cuirass/http.scm (build->hydra-build): Also return the weather.
      * src/cuirass/templates.scm (weather-class, weather-title): New procedures.
      (build-eval-table): Display the weather.
      * tests/database.scm ("db-get-build weather"): New tests.
      * tests/http.scm (build-query-result): Adapt it.
      d7282c05
    • Mathieu Othacehe's avatar
      database: Fix "db-update-build-status!". · 54244e6e
      Mathieu Othacehe authored
      * src/cuirass/database.scm (db-update-build-status): Only consider evaluations
      that happened before the current one. This is useful when updating the build
      status of old evaluations.
      54244e6e
    • Mathieu Othacehe's avatar
      database: Fix "db-get-worker". · 7697735f
      Mathieu Othacehe authored
      * src/cuirass/database.scm (db-get-worker): Handle the case where no worker
      were found.
      7697735f
    • Mathieu Othacehe's avatar
      Fix SQL syntax. · da93cb96
      Mathieu Othacehe authored
      * src/sql/upgrade-3.sql: Fix syntax.
      da93cb96
Loading