1. 11 Jun, 2021 1 commit
    • Xavier Thompson's avatar
      slapgrid: Add --force-stop option · 01eaccf5
      Xavier Thompson authored
      This option applies only the processing of partitions as in:
        `slapos node instance --force-stop`
      
      This option affects how `started` partition are processed:
      - buildout is processed normally
      - the services are stopped instead of started
      - no promises are run
      - no report is sent to master
      
      See merge request nexedi/slapos.core!298
      01eaccf5
  2. 09 Jun, 2021 1 commit
  3. 08 Jun, 2021 5 commits
  4. 07 Jun, 2021 10 commits
  5. 02 Jun, 2021 4 commits
  6. 01 Jun, 2021 4 commits
  7. 31 May, 2021 2 commits
  8. 28 May, 2021 8 commits
  9. 27 May, 2021 1 commit
    • Jérome Perrin's avatar
      grid: note git revision when installing from a git checkout · 69095b74
      Jérome Perrin authored
      Installing from a git checkout is a bad practice for production, but it's a
      common thing during development. One problem I often face is that I have a
      software release installed from a given revision and I want to make a small
      change to the software, but not recompile everything. To achieve this, I need
      to use the exact same git revision that was installed before, but most of the
      time, I don't remember what revision I have been using last time I installed.
      
      This change is about adding a buildout comment in the generated buildout.cfg
      made to install the profile, with the revision that was used for installing, so
      that we can re-install the same software again.
      69095b74
  10. 26 May, 2021 4 commits