1. 16 Apr, 2019 4 commits
  2. 11 Apr, 2019 1 commit
  3. 10 Apr, 2019 1 commit
  4. 09 Apr, 2019 1 commit
  5. 05 Apr, 2019 1 commit
  6. 04 Apr, 2019 2 commits
  7. 03 Apr, 2019 4 commits
  8. 02 Apr, 2019 4 commits
  9. 01 Apr, 2019 9 commits
  10. 29 Mar, 2019 1 commit
  11. 28 Mar, 2019 1 commit
  12. 27 Mar, 2019 5 commits
  13. 26 Mar, 2019 4 commits
  14. 25 Mar, 2019 1 commit
    • Jérome Perrin's avatar
      Remove old slapproxy tables when migrating to new version · c0912336
      Jérome Perrin authored
      Some tools are using directly slapproxy sqlite database and they stopped working when table number was increased in nexedi/slapos.core!76 .
      
      We made a quick improvement to the tools so that they can autodetect the current table names instead of hardcoding ( nexedi/slapos@b8c895cd ) but this failed, because slapproxy remove did not remove the old tables after migration. This branch is about removing the table, to quickly repair these tools.
      
      The long term plan is (hopefully) to improve these tools so that they don't use the private tables like this.
      
      /reviewed-on nexedi/slapos.core!105
      c0912336
  15. 22 Mar, 2019 1 commit
    • Jérome Perrin's avatar
      slapproxy: update database version to 13 · d0ce721b
      Jérome Perrin authored
      Because we want to trigger an upgrade that will remove old tables.
      
      Note that re-dumping database_dump_version_current fixed the column
      order in software table - the dump was incorrect (this also change
      output of `proxy show` for this test)
      d0ce721b