src/Pure/Build/build_manager.scala
Mon, 01 Jul 2024 15:25:27 +0200 Fabian Huch tuned;
Mon, 01 Jul 2024 15:24:04 +0200 Fabian Huch add timeout to build manager tasks/jobs (e.g. for cluster builds that don't terminate after error on host);
Mon, 01 Jul 2024 14:46:51 +0200 Fabian Huch clarified: more operations;
Mon, 01 Jul 2024 14:31:30 +0200 Fabian Huch tuned website;
Fri, 28 Jun 2024 17:13:25 +0200 Fabian Huch abort tasks with invalid host specs;
Fri, 28 Jun 2024 16:18:40 +0200 Fabian Huch tuned cli;
Fri, 28 Jun 2024 13:49:29 +0200 Fabian Huch proper build command;
Fri, 28 Jun 2024 12:10:26 +0200 Fabian Huch tuned website;
Fri, 28 Jun 2024 11:51:46 +0200 Fabian Huch better results view;
Fri, 28 Jun 2024 11:33:09 +0200 Fabian Huch better build summaries;
Fri, 28 Jun 2024 09:54:06 +0200 Fabian Huch clarified: more operations;
Thu, 27 Jun 2024 09:41:16 +0200 Fabian Huch add Isabelle settings to managed tasks and ci jobs;
Wed, 12 Jun 2024 17:12:13 +0200 Fabian Huch moved ci_build module to build_ci;
Wed, 12 Jun 2024 17:06:34 +0200 Fabian Huch overhauled ci_build: clarified, removed unused, removed implicit Jenkins assumptions;
Tue, 25 Jun 2024 18:09:53 +0200 Fabian Huch tuned;
Tue, 25 Jun 2024 17:57:08 +0200 Fabian Huch tuned;
Tue, 25 Jun 2024 17:56:49 +0200 Fabian Huch add root entry for non-local components;
Tue, 25 Jun 2024 17:55:37 +0200 Fabian Huch clarified;
Tue, 25 Jun 2024 13:53:45 +0200 Fabian Huch extra timer delay, to limit db transactions;
Tue, 25 Jun 2024 13:44:20 +0200 Fabian Huch proper synchronized;
Sun, 16 Jun 2024 21:54:09 +0200 wenzelm merged
Sun, 16 Jun 2024 18:41:57 +0200 wenzelm Base64: proper support for large Bytes, with subtle change of types (Bytes instead of String);
Wed, 12 Jun 2024 10:47:53 +0200 Fabian Huch tuned messages;
Wed, 12 Jun 2024 08:52:36 +0200 Fabian Huch clarified web server paths;
Tue, 11 Jun 2024 11:07:48 +0200 Fabian Huch proper available hosts;
Tue, 11 Jun 2024 10:30:55 +0200 Fabian Huch tuned comments;
Tue, 11 Jun 2024 08:58:22 +0200 Fabian Huch add build_manager_database tool to restore db from log files;
Mon, 10 Jun 2024 18:45:21 +0200 Fabian Huch use build log in build manager to store meta-data persistently;
Mon, 10 Jun 2024 17:08:47 +0200 Fabian Huch improve build manager log (for build_log);
Mon, 10 Jun 2024 16:37:16 +0200 Fabian Huch clarified;
Mon, 10 Jun 2024 16:14:44 +0200 Fabian Huch proper web server address;
Mon, 10 Jun 2024 16:02:53 +0200 Fabian Huch clarified names: more canonical;
Mon, 10 Jun 2024 15:13:21 +0200 Fabian Huch clarified;
Mon, 10 Jun 2024 14:08:15 +0200 Fabian Huch remove unused;
Mon, 10 Jun 2024 14:03:19 +0200 Fabian Huch tuned;
Mon, 10 Jun 2024 13:55:59 +0200 Fabian Huch add title;
Mon, 10 Jun 2024 13:45:12 +0200 Fabian Huch use build_cluster in ci builds;
Fri, 07 Jun 2024 19:14:36 +0200 Fabian Huch add favicon to web app;
Fri, 07 Jun 2024 18:50:46 +0200 Fabian Huch build manager: echo error messages to server output;
Fri, 07 Jun 2024 18:16:50 +0200 Fabian Huch omit showing previous failures for user builds;
Fri, 07 Jun 2024 17:40:12 +0200 Fabian Huch always handle interrupted jobs;
Fri, 07 Jun 2024 15:47:19 +0200 Fabian Huch add cluster/hosts configurations to build manager: allows running jobs in parallel on distinct hardware;
Fri, 07 Jun 2024 15:04:07 +0200 Fabian Huch clarified context: operations now in build process;
Fri, 07 Jun 2024 14:00:59 +0200 Fabian Huch clarified: add explicit build process;
Fri, 07 Jun 2024 13:54:00 +0200 Fabian Huch remove unnecessary subdir;
Fri, 07 Jun 2024 13:52:25 +0200 Fabian Huch tuned;
Thu, 06 Jun 2024 22:26:40 +0200 wenzelm clarified names;
Thu, 06 Jun 2024 22:13:10 +0200 wenzelm clarified signature;
Thu, 06 Jun 2024 22:03:20 +0200 wenzelm tuned whitespace;
Thu, 06 Jun 2024 21:48:36 +0200 wenzelm clarified signature;
Thu, 06 Jun 2024 14:51:28 +0200 Fabian Huch add triggers to ci jobs: on commit vs timed;
Thu, 06 Jun 2024 13:37:27 +0200 Fabian Huch manage components of ci builds;
Thu, 06 Jun 2024 09:04:01 +0200 Fabian Huch use external CSS for build manager page;
Thu, 06 Jun 2024 08:58:58 +0200 Fabian Huch more build manager page;
Wed, 05 Jun 2024 17:41:16 +0200 Fabian Huch ensure permissions when starting build task (e.g., due to misconfigured client);
Wed, 05 Jun 2024 17:27:13 +0200 Fabian Huch add verbose option to build_task;
Wed, 05 Jun 2024 15:01:20 +0200 Fabian Huch build manager: manage directories/permissions, to minimize local administration;
Tue, 04 Jun 2024 18:55:55 +0200 Fabian Huch read prefs properly;
Tue, 04 Jun 2024 18:43:04 +0200 Fabian Huch allow explicit Isabelle rev in build task (e.g., for older Isabelle versions);
Tue, 04 Jun 2024 09:02:36 +0200 Fabian Huch add build manager module;
less more (0) tip