1. 08 Jun, 2018 3 commits
  2. 06 Jun, 2018 1 commit
    • Jérome Perrin's avatar
      Introduce an InstallMonitor · 2731aa6e
      Jérome Perrin authored
      To monitor which files are created by buildout when installing parts
      
      This version is based on git because it was easy to implement, but with
      git tools, it's easy to inspect what exactly installing a part had
      changed and also to revert to a previous state by using git commands
      with the same `--git-dir` and `--work-dir`.
      2731aa6e
  3. 30 Mar, 2018 1 commit
  4. 25 Jan, 2018 1 commit
  5. 18 Jan, 2018 2 commits
  6. 10 Nov, 2017 3 commits
  7. 07 Nov, 2017 1 commit
  8. 06 Nov, 2017 1 commit
  9. 02 Nov, 2017 1 commit
  10. 03 Oct, 2017 1 commit
  11. 21 Aug, 2017 1 commit
  12. 09 Jun, 2017 2 commits
  13. 05 Jun, 2017 2 commits
  14. 01 Jun, 2017 2 commits
    • Julien Muchembled's avatar
      Use setuptools <34 · 632b6015
      Julien Muchembled authored
      zc.buildout >= 2.5.3 is required to use newer versions.
      
      This change is required to setup a test environment for this branch.
      632b6015
    • Łukasz Nowak's avatar
      fixup! Add support for a few built-in python object types as values · 43839169
      Łukasz Nowak authored
      get is used by __getitem__, but also by other callers as it is public
      method. So deserialize values if needed on each access by get, and
      remove now needless deserialization in __getitem__
      
      As Options.get is used internally, add Options._get without
      deserialisation and use it in places, which expect clean result, and
      adapt Options.get to be simple wrapper with deserialization without
      using decoration with functools.
      
      /reviewed-on nexedi/slapos.buildout!10
      43839169
  15. 31 May, 2017 2 commits
  16. 14 Mar, 2017 1 commit
  17. 10 Mar, 2017 1 commit
  18. 28 Nov, 2016 1 commit
  19. 04 Nov, 2016 1 commit
  20. 31 Oct, 2016 3 commits
  21. 27 Oct, 2016 9 commits