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 Dec, 2019 4 commits
    • ebarriosjr's avatar
      ba1e66c4
    • Buck Doyle's avatar
      UI: Fix client sorting (#6817) · 83d92251
      Buck Doyle authored
      There are two changes here, and some caveats/commentary:
      
      1. The “State“ table column was actually sorting only by status. The state was not an actual property, just something calculated in each client row, as a product of status, isEligible, and isDraining. This PR adds isDraining as a component of compositeState so it can be used for sorting.
      
      2. The Sortable mixin declares dependent keys that cause the sort to be live-updating, but only if the members of the array change, such as if a new client is added, but not if any of the sortable properties change. This PR adds a SortableFactory function that generates a mixin whose listSorted computed property includes dependent keys for the sortable properties, so the table will live-update if any of the sortable properties change, not just the array members. There’s a warning if you use SortableFactory without dependent keys and via the original Sortable interface, so we can eventually migrate away from it.
      83d92251
    • Michael Lange's avatar
      Merge pull request #6808 from hashicorp/b-ui/unclosed-log-streams · 630723cf
      Michael Lange authored
      UI: Unclosed log streams
      630723cf
    • Tim Gross's avatar
      e2e: run client/allocs metrics tests nightly (#6842) · 7cda1409
      Tim Gross authored
      Refactor the metrics end-to-end tests so they can be run with our e2e
      test framework. Runs fabio/prometheus and a collection of jobs that
      will cause metrics to be measured. We then query Prometheus to ensure
      we're publishing those allocation metrics and some metrics from the
      clients as well.
      
      Includes adding a placeholder for running the same tests on Windows.
      7cda1409
  2. 11 Dec, 2019 4 commits
  3. 10 Dec, 2019 6 commits
  4. 09 Dec, 2019 9 commits
  5. 07 Dec, 2019 1 commit
  6. 06 Dec, 2019 11 commits
  7. 05 Dec, 2019 5 commits