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 Sep, 2022 4 commits
  2. 09 Sep, 2022 11 commits
  3. 08 Sep, 2022 13 commits
  4. 07 Sep, 2022 12 commits
    • Phil Renaud's avatar
      dd44596c
    • Phil Renaud's avatar
      Merge pull request #14408 from hashicorp/f-ui/service-discovery · 0029de8a
      Phil Renaud authored
      Service discovery in the Nomad UI
      0029de8a
    • Phil Renaud's avatar
      Remove an unused internal test comment · e9169e1b
      Phil Renaud authored
      e9169e1b
    • Phil Renaud's avatar
      Further unused test deletion · 9a1d7210
      Phil Renaud authored
      9a1d7210
    • Phil Renaud's avatar
      Changelog added and unused tests removed · 5674dd42
      Phil Renaud authored
      5674dd42
    • Phil Renaud's avatar
      [ui] Service Discovery: Allocation Service fly-out (#14389) · e68f07e9
      Phil Renaud authored
      * Bones of a new flyout section
      
      * Basic sidebar behaviour and style edits
      
      * Concept of a refID for service fragments to disambiguate task and group
      
      * A11y audit etc
      
      * Moves health check aggregation to serviceFragment model and retains history
      
      * Has to be a getter
      
      * flyout populated
      
      * Sidebar styling
      
      * Sidebar table and details added
      
      * Mirage fixture
      
      * Active status and table styles
      
      * Unit test mock updated
      
      * Acceptance tests for alloc services table and flyout
      
      * Chart styles closer to mock
      
      * Without a paused test
      
      * Consul and Nomad icons in services table
      
      * Alloc services test updates in light of new column changes
      
      * without using an inherited scenario
      e68f07e9
    • Jai's avatar
      ui: add to collection (#14472) · 9f0d9c92
      Jai authored
      9f0d9c92
    • Phil Renaud's avatar
      [ui] Jobs/jobid/services table sorting (#14410) · e39246f1
      Phil Renaud authored
      * Sortable job service table
      
      * sorting removed from specific service page
      e39246f1
    • Phil Renaud's avatar
      Job Services: fixtures and acceptance tests (#14319) · bf73a51a
      Phil Renaud authored
      * Added to subnav and basic table implemented
      
      * Existing services become service fragments, and services tab aggregated beneath job route
      
      * Index page within jobs/job/services
      
      * Watchable services
      
      * Lintfixes
      
      * Links to clients and individual services set up
      
      * Child service route
      
      * Keyboard shortcuts on service page
      
      * Model that shows consul services as well, plus level and provider cols
      
      * lintfix
      
      * Level as query param
      
      * Watch job for service name changes too
      
      * Group level service fixtures established
      
      * Progress at task level and job-linked services
      
      * Task and group services on update
      
      * Fixture side-effect cleanup
      
      * Basic acceptance tests for job services
      
      * Testmodel cleanup
      
      * Disabled mirage logging
      
      * New cluster type specifically for services
      
      * Without explicit job-model binding
      
      * Trying to isolate a tostring error
      
      * Account for new tab in keyboardnav
      
      * More test isolation attempts
      
      * Remove skipped tests and link task to paren...
      bf73a51a
    • Jai's avatar
      ui: long poll `/checks` endpoint (#14354) · 08fe41fe
      Jai authored
      * chore: add lodash isEqual package
      
      * ui: fetch non ember-data records
      
      * ui: create watcher to poll non ember-data records
      08fe41fe
    • Phil Renaud's avatar
      Nomad Services: job routes, model, and serializer updates (#14226) · 90fbaa15
      Phil Renaud authored
      * Added to subnav and basic table implemented
      
      * Existing services become service fragments, and services tab aggregated beneath job route
      
      * Index page within jobs/job/services
      
      * Watchable services
      
      * Lintfixes
      
      * Links to clients and individual services set up
      
      * Child service route
      
      * Keyboard shortcuts on service page
      
      * Model that shows consul services as well, plus level and provider cols
      
      * lintfix
      
      * Level as query param
      
      * Watch job for service name changes too
      
      * Lintfix
      
      * Testfixes
      
      * Placeholder mirage route
      90fbaa15
    • Tim Gross's avatar
      autopilot: deflake tests (#14475) · 534869eb
      Tim Gross authored
      Includes:
      
      * Remove leader upgrade raft version test, as older versions of raft are now
        incompatible with our autopilot library.
      
      * Remove attempt to assert initial non-voter status on the `PromoteNonVoter`
        test, as this happens too quickly to reliably detect.
      
      * Unskip some previously-skipped tests which we should make stable.
      
      * Remove the `consul/sdk` retry helper for these tests; this uses panic recovery
        in a kind of a clever/gross way to reduce LoC but it seems to introduce some
        timing issues in the process.
      
      * Add more test step logging and reduce logging noise from the scheduler
        goroutines to make it easier to debug failing tests.
      
      * Be more consistent about using the `waitForStableLeadership` helper so that we
        can assert the cluster is fully stable and not just that we've added peers.
      534869eb