An error occurred fetching the project authors.
  1. 03 Aug, 2020 2 commits
  2. 24 Apr, 2020 1 commit
  3. 05 Mar, 2020 1 commit
  4. 04 Mar, 2020 1 commit
  5. 17 Feb, 2020 1 commit
  6. 19 Nov, 2019 1 commit
  7. 08 Nov, 2019 1 commit
  8. 30 Nov, 2018 2 commits
  9. 29 Oct, 2018 1 commit
    • Kirill Smelkov's avatar
      golang: Don't require users to put \ into gowork.install · 754acb1b
      Kirill Smelkov authored
      Previously it was required to put \ into multi-entry gowork.install,
      because the way it was processed was to directly pass it into bash
      command, and if \n were there the command was cut by bash and the
      trailing was considered as another command.
      
      We can avoid that by explicitly processing \n in gowork.install and
      translate it to just ' '. This helps people because now gowork.install
      becomes just a regular multiline buildout entry, similar e.g. to
      gowork.cpkgpath et all.
      
      Here is one example where it helps:
      
      jerome/slapos@95c45fe0 (comment 68408)
      
      /reviewed-by @jerome
      /reviewed-on nexedi/slapos!430
      754acb1b
  10. 17 Sep, 2018 3 commits
  11. 13 Jun, 2018 1 commit
  12. 05 Jun, 2018 2 commits
  13. 16 Mar, 2018 1 commit
  14. 25 Jan, 2018 1 commit
  15. 11 Dec, 2017 1 commit
  16. 20 Oct, 2017 1 commit
  17. 18 Oct, 2017 2 commits
  18. 13 Oct, 2017 1 commit
  19. 10 Oct, 2017 1 commit
  20. 13 Sep, 2017 1 commit
    • Rafael Monnerat's avatar
      Stop develop slapos-cookbook, use eggs instead · 0cb923ac
      Rafael Monnerat authored
        There is no reason to git clone by default, as slapos.cookbook should be developed independently.
      
        Anyone an include develop, locally, to test on the edge changes, or include local modification
        when they use webrunner or a development server.
      0cb923ac
  21. 03 Jun, 2017 1 commit
  22. 09 May, 2017 1 commit
  23. 18 Apr, 2017 1 commit
  24. 24 Feb, 2017 3 commits
  25. 31 Jan, 2017 1 commit
  26. 26 Jan, 2017 1 commit
  27. 12 Jan, 2017 1 commit
  28. 05 Jan, 2017 1 commit
  29. 30 Dec, 2016 1 commit
    • iv's avatar
      gitlab: fix PATH for gitlab-exporter script · dcfe9c5f
      iv authored
      In prevision for gitlab-backup restore to be done in a script. In fact, it requires `sed` command to be available.
      We have to add /bin to the PATH as `which sed` returns `/bin/sed`.
      dcfe9c5f
  30. 29 Dec, 2016 2 commits
    • iv's avatar
      gitlab: start automation of gitlab-backup · ae7b4120
      iv authored
        - git-clone and build git-backup sources
        - add a cron job doing `gitlab-backup-pull` every 4 hours by default
        - add instance parameter to change backup frequency
        - add xnice for using less resources while backuping
        - add lock to avoid concurrent calls of backup script
        - add a specific software type `gitlab-export` doing all this instead of in
          `default`; this can be changed in Services > parameters (kirr's changes)
      
      `coreutils`, `grep` and `tar` components are used by `gitlab-backup-pull`
      script, as it is called from a cron and the PATH has to include these
      binaries paths
      ae7b4120
    • iv's avatar
      gitlab: use slapos-cookbook-develop + pin slapos cookbook version · 25acc473
      iv authored
      This is needed until the patch regarding `pidfile` in wrapper.py
      (571d6514) is added to released SlapOS cookbook egg.
      25acc473
  31. 20 Oct, 2016 1 commit
    • iv's avatar
      gitlab: Update software to gitlab 8.8 · 0abde9c5
      iv authored
      Update GitLab software to
      
          - gitlab-ce 8.8.9 + NXD patches
      
          - gitlab-shell stays at 2.7.2 + 1 patch to remove unneeded hooks.old in *.git
            because gitlab-ce 8.7.x sticks to this version (i.e. no shell upgrade for
            gitlab 8.7 -> 8.8)
      
          - gitlab-workhorse stays at 0.7.1 + NXD patches because gitlab-ce 8.8.x
            sticks to this version (i.e. no workhorse upgrade for gitlab 8.7 -> 8.8)
      
      This only updates software and begins SR update to 8.8 - for now gitlab
      instance starts using gitlab-ce appropriate version.
      0abde9c5