diff options
| author | Alex Kost <alezost@gmail.com> | 2018-08-25 23:58:49 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2018-08-26 00:06:26 +0300 |
| commit | 8834f4617cc084bb5c4b09569bcc06f5dfa301d3 (patch) | |
| tree | c9086ad345a9ecddafcd431983210d89507819da /build-farm.el | |
| parent | jobset: Add ID parameter if it is missing (diff) | |
| download | emacs-build-farm-8834f4617cc084bb5c4b09569bcc06f5dfa301d3.tar.gz | |
Add interface for Cuirass evaluations
* build-farm-url.el (build-farm-evaluation-url)
(build-farm-latest-evaluations-api-url): New procedures.
* build-farm-evaluation.el: New file.
(build-farm-latest-evaluations): New command.
* build-farm-popup.el (build-farm-popup): Add sub-popup for evaluations.
(build-farm-evaluation-popup-maybe)
(build-farm-popup-format-number-of-evaluations)
(build-farm-popup-latest-evaluations): New procedures.
Diffstat (limited to 'build-farm.el')
| -rw-r--r-- | build-farm.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-farm.el b/build-farm.el index c3df0a5..089b29c 100644 --- a/build-farm.el +++ b/build-farm.el @@ -35,7 +35,7 @@ ;; The entry point for the available features is "M-x build-farm". It ;; provides a Magit-like interface for the commands to display builds, -;; jobsets and projects. +;; jobsets, evaluations and projects. ;; Alternatively, you can use the following M-x commands directly: ;; @@ -45,6 +45,7 @@ ;; - `build-farm-jobsets' ;; - `build-farm-projects' ;; - `build-farm-project' +;; - `build-farm-latest-evaluations' ;; You can press RET in a list (of builds, etc.) to see more info on the ;; current entry. You can also select several entries in the list (with |
