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. 25 May, 2022 17 commits
  2. 24 May, 2022 11 commits
  3. 23 May, 2022 1 commit
  4. 20 May, 2022 2 commits
    • PinkLolicorn's avatar
      docs: `mount_flags` takes a slice of strings (#13087) · b181919c
      PinkLolicorn authored
      The description of `mount_flags` provides incorrect example
      of the accepted value format.
      
      This fixes the issue by changing the example from a string
      `ro,noatime` to a slice of strings `["ro", "noatime"]`.
      b181919c
    • Tim Gross's avatar
      e2e: upgrade playwright package and container image (#13080) · e0c29079
      Tim Gross authored
      The nightly playwright tests are currently failing because of a
      mismatch between the expected version of Chromium and what's in the
      container image. Unfortunately the previous specific tag we were using
      for the container image is no longer tagged on the registry. With some
      testing, I was able to find an image tag that results in a good run.
      e0c29079
  5. 19 May, 2022 6 commits
  6. 17 May, 2022 3 commits