1. 07 Dec, 2015 8 commits
  2. 04 Dec, 2015 4 commits
  3. 03 Dec, 2015 3 commits
  4. 02 Dec, 2015 1 commit
  5. 01 Dec, 2015 1 commit
  6. 30 Nov, 2015 1 commit
  7. 27 Nov, 2015 5 commits
  8. 26 Nov, 2015 2 commits
  9. 25 Nov, 2015 4 commits
    • Rafael Monnerat's avatar
      agent has no recipe anymore. · cfbab038
      Rafael Monnerat authored
      cfbab038
    • Rafael Monnerat's avatar
    • Kirill Smelkov's avatar
      check-url: Quote $URL in -z check · c1ecf017
      Kirill Smelkov authored
      If one wants to check URLs on UNIX-sockets, there is no full URL schema
      in curl for this, but the following has to be used instead:
      
          curl --unix-socket /path/to/socket http:/<url-path>
      
      For this to work, one can do e.g. the following trick:
      
          [promise-unicorn]
          recipe  = slapos.cookbook:check_url_available
          url     = --unix-socket ${unicorn:socket}  http:/
      
      but then generated promise scripts fails this way:
      
          ./etc/promise/unicorn: line 7: [: too many arguments
      
      via quoting $URL in emptiness check we can support both usual URLs and
      urls with --unix-socket prepended trick.
      
      /reviewed-by @cedric.leninivin  (on nexedi/slapos!31)
      c1ecf017
    • Kirill Smelkov's avatar
      check-url: Allow to specify expected HTTP code · 35024175
      Kirill Smelkov authored
      In gitlab SR a service I need to check - gitlab-workhorse, returns 200
      only when request comes to some repository and authentication backend
      allows it.
      
      Requiring access to repositories is not very good just to check if the
      service is alive, and also auth backend can be not alive, and initially
      there are no repositories at all. So gitlab-workhorse is checked to be
      alive by pinging it with non-existing URL and expecting 403.
      
      For this to work we need to allow clients to specify expected HTTP code
      instead of previously hardcoded 200 (which still remains the default).
      
      /reviewed-by @cedric.leninivin  (on nexedi/slapos!31)
      35024175
  10. 24 Nov, 2015 2 commits
  11. 23 Nov, 2015 4 commits
  12. 19 Nov, 2015 1 commit
  13. 18 Nov, 2015 1 commit
  14. 17 Nov, 2015 1 commit
  15. 09 Nov, 2015 1 commit
  16. 06 Nov, 2015 1 commit