This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 12 Aug, 2019 1 commit
    • Tim Gross's avatar
      client/template: configuration for function blacklist and sandboxing · ffb83e1e
      Tim Gross authored
      When rendering a task template, the `plugin` function is no longer
      permitted by default and will raise an error. An operator can opt-in
      to permitting this function with the new `template.function_blacklist`
      field in the client configuration.
      
      When rendering a task template, path parameters for the `file`
      function will be treated as relative to the task directory by
      default. Relative paths or symlinks that point outside the task
      directory will raise an error. An operator can opt-out of this
      protection with the new `template.disable_file_sandbox` field in the
      client configuration.
      ffb83e1e
  2. 05 Aug, 2019 1 commit
  3. 21 May, 2019 1 commit
  4. 10 Apr, 2019 4 commits
  5. 28 Jan, 2019 1 commit
  6. 30 Nov, 2018 2 commits
  7. 16 Oct, 2018 4 commits
  8. 12 Jun, 2018 2 commits
  9. 11 Mar, 2018 1 commit
  10. 10 Nov, 2017 1 commit
  11. 14 Sep, 2017 1 commit
  12. 10 Aug, 2017 1 commit
    • Alex Dadgar's avatar
      Template emits events explaining why it is blocked · 1e7ae913
      Alex Dadgar authored
      This PR does the following:
      * Adds a mechanism to emit events in the TaskRunner
      * Vendors a new version of Consul-Template that allows extraction of
      missing dependencies
      * Adds logic to our consul_template.go to determine missing events and
      emit them in a batched fashion.
      * Refactors the consul_template code to split the run method and take in
      a config struct rather than many parameters.
      
      Fixes https://github.com/hashicorp/nomad/issues/2578
      1e7ae913
  13. 08 Aug, 2017 1 commit
  14. 07 Aug, 2017 1 commit
  15. 01 Aug, 2017 1 commit
  16. 26 Jul, 2017 1 commit
  17. 23 Jul, 2017 1 commit
    • Alex Dadgar's avatar
      Parallel client tests (#2890) · 08c2ba9b
      Alex Dadgar authored
      * alloc_runner
      
      * Random tests
      
      * parallel task_runner and no exec compatible check
      
      * Parallel client
      
      * Fail fast and use random ports
      
      * Fix docker port mapping
      
      * Make concurrent pull less timing dependant
      
      * up parallel
      
      * Fixes
      
      * don't build chroots in parallel on travis
      
      * Reduce parallelism on travis with lxc/rkt
      
      * make java test app not run forever
      
      * drop parallelism a little
      
      * use docker ports that are out of the os's ephemeral port range
      
      * Limit even more on travis
      
      * rkt deadline
      08c2ba9b
  18. 06 Jul, 2017 1 commit
  19. 02 Jun, 2017 1 commit
  20. 30 May, 2017 1 commit
  21. 26 May, 2017 1 commit
  22. 24 May, 2017 1 commit
  23. 23 May, 2017 2 commits
  24. 08 May, 2017 1 commit
  25. 28 Feb, 2017 1 commit
    • Alex Dadgar's avatar
      Fix vet script and fix vet problems · 07f7e195
      Alex Dadgar authored
      This PR fixes our vet script and fixes all the missed vet changes.
      
      It also fixes pointers being printed in `nomad stop <job>` and `nomad
      node-status <node>`.
      07f7e195
  26. 01 Feb, 2017 1 commit
  27. 23 Jan, 2017 1 commit
  28. 02 Nov, 2016 1 commit
  29. 28 Oct, 2016 1 commit
  30. 21 Oct, 2016 1 commit
  31. 10 Oct, 2016 1 commit