Skip to content
  1. Jun 11, 2018
  2. Jun 10, 2018
  3. Jun 08, 2018
  4. Jun 06, 2018
  5. Jun 03, 2018
    • Jo-Philipp Wich's avatar
      luci-base: cbi: atomically reorder uci sections · 2d352a92
      Jo-Philipp Wich authored
      
      
      Since the switch to ubus uci operations we do not have a local application-
      side cursor cache anymore, instead uci operations happen synchronously in
      the rpcd backend server.
      
      This may cause cbi section reorder operations involving multiple elements
      to fail, because anonymous section hashes may change due to rehashing
      between consecutive ubus uci reorder calls.
      
      In order to avoid that problem, use the ubus uci batch reorder extension,
      which allows to pass a complete (or partial) list of section ids in the
      desired order in one call, bypassing the volatile section id problem.
      
      Fixes #1844.
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      2d352a92
  6. May 31, 2018
  7. May 30, 2018
  8. May 28, 2018
  9. May 27, 2018
  10. May 25, 2018
  11. May 23, 2018
  12. May 20, 2018
  13. May 19, 2018
  14. May 18, 2018