Skip to content
  1. Jul 02, 2018
  2. Jul 01, 2018
  3. Jun 30, 2018
  4. Jun 28, 2018
  5. Jun 27, 2018
  6. Jun 25, 2018
  7. Jun 23, 2018
  8. Jun 22, 2018
  9. Jun 17, 2018
  10. Jun 16, 2018
  11. Jun 11, 2018
  12. Jun 10, 2018
  13. Jun 08, 2018
  14. Jun 06, 2018
  15. 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
  16. May 31, 2018
  17. May 30, 2018
  18. May 28, 2018
  19. May 27, 2018
  20. May 25, 2018
  21. May 23, 2018
  22. May 20, 2018