From 18ba93e83417813179da280918c7395b87a62681 Mon Sep 17 00:00:00 2001 From: Christophe Lejeune Date: Tue, 30 May 2023 08:56:08 +0200 Subject: [PATCH] RELEASE: 3.23.05.30 Improving productivity, layout, performance and administration. Productivity: * Coding fragments - visual cues for selected fragment - suggestions of already created codes - fragment groundings can be removed * Hints and tips for tables and graphs * Reverting a memo to a previous version * Creating cohorts of users * Orienting and situating connections between dimensions Layout: * Explicit `confirm`/`save` and `cancel` buttons (in addition to implicit the `return` validation) * Improved responsive design, with icons and tooltips Performance: Optimized design for faster loading, even under heavy usage: * Function scripts mutualized in static js files * Multiple design documents * Incremental/lazy loading indicated by spinners Installation and administration: The installation and administration now take advantages from Docker, AAAforREST and CouchDB updates: * Docker facilitates installation procedure and allows to choose the amount of server memory to allocate * AAAforREST 2 provides detailed logs * CouchDB 3 includes automatic compaction/clean up features Admin also can henceforth easily customize: * navbars color * sponsors (for LDAP/local users) * duration in maintenance messages --- app/ddocs/cassandre/shows/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ddocs/cassandre/shows/index.js b/app/ddocs/cassandre/shows/index.js index aab4bea..803cd37 100644 --- a/app/ddocs/cassandre/shows/index.js +++ b/app/ddocs/cassandre/shows/index.js @@ -7,7 +7,7 @@ function(o, req) { return { body: JSON.stringify({ service: 'Cassandre', - revision: '3.23.05.28', + revision: '3.23.05.30', update_seq: req.info.update_seq }) }