From 38be4becbe8656c7b8e8282a1cf746f645394d0b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 26 Feb 2019 21:15:28 +0200 Subject: Publish log entry --- blog/2019/02/26/planning_meeting_iteration_32.mdwn | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 blog/2019/02/26/planning_meeting_iteration_32.mdwn diff --git a/blog/2019/02/26/planning_meeting_iteration_32.mdwn b/blog/2019/02/26/planning_meeting_iteration_32.mdwn new file mode 100644 index 0000000..ac1ce60 --- /dev/null +++ b/blog/2019/02/26/planning_meeting_iteration_32.mdwn @@ -0,0 +1,61 @@ +[[!meta title="Planning meeting (iteration 32)"]] +[[!tag draft meeting]] +[[!meta date="2019-02-26 21:05"]] +[[!meta author="liw"]] + +THIS IS A DRAFT + +People +============================================================================= + +* [[Lars|people/liw]] +* Ivan +* Pyry + +Agenda +============================================================================= + +* Discuss and decide goals for this iteration. + +Notes +============================================================================= + +* This iteration is about moving Ick forward to using Muck. + +Tasks for this week +============================================================================= + +Tasks may be part of a project or be random small ones (max an hour) +that just need doing. + +[[!table data=""" +what | Who | estimate(h) + +Write trivial facade for ickui | Ivan+Pyry | 1 +Make Muck benchmark to simulate log storage | Lars | 1 + +Total | Ivan+Pyry | 1 +Total | Lars | 1 +"""]] + +Task descriptions +------------------------------------------------------------------------------ + +* **Write trivial facade for ickui:** Write a facade that provides a + trivial `/version` endpoint, which reports the facade's version, + without requiring a login. + + _Acceptance criteria:_ Facade `/version` can be tested manually with + curl. The output includes the git commit, if the facade is running + from a git clone. + +* **Make Muck benchmark to simulate log storage:** The design of how + build logs should be stored in Muck was discussed on the Ick mailing + list. The design that the discussion ended up with should be + validated by having a benchmark show that it works acceptably fast + with a 100,000 lines of build log. + + _Acceptance criteria:_ The benchmark simulates how the controller + would store logs, and reports a speed for re-assembling the log from + snippets. (It is not necessary to make it fast; that's out of scope + for the task.) -- cgit v1.2.1