Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Job Writes #4600

Merged
merged 54 commits into from
Aug 30, 2018
Merged

UI: Job Writes #4600

merged 54 commits into from
Aug 30, 2018

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    751b6e2 View commit details
    Browse the repository at this point in the history
  2. New layout helper for associating two elements vertically

    By default, blocks have a margin of 1.5em to create a consistent
    vertical rhythm. However, sometimes elements need to be associated with
    the element above them. In this cases, the gap between elements needs to
    be tighter. There are many ways to do this, but this approach asks the
    latter content to be marked as associative. The implication is that the
    association is with the previous block.
    DingoEatingFuzz committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    53f2ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33956a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    302401d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Configuration menu
    Copy the full SHA
    da1e179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f4a59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21da150 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f212887 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f29f435 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a970741 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09e6432 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Use the job name as the job id

    This has bit me more than once. It's best just to make Mirage consistent
    with the API even if it currently means indeterminate job ids
    DingoEatingFuzz committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    4b12c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b8b894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    875ba99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b5d96b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6fa757 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Configuration menu
    Copy the full SHA
    635411f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d6790 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

  1. Configuration menu
    Copy the full SHA
    da8a6e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4592 from hashicorp/f-ui-new-job

    UI: Run a job from the Web UI
    DingoEatingFuzz committed Aug 18, 2018
    Configuration menu
    Copy the full SHA
    e329ab7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c94fdb View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    9b7b465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223dae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0805c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. New job edit page

    DingoEatingFuzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d64491b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c12b9 View commit details
    Browse the repository at this point in the history
  3. Fix a blocking queries bug

    The lowest valid blocking query index is 1, but the API will return 0 if
    there has yet to be an index set (no response). This in conjunction with
    that 0 being stored as a string made the "fallback to 1" guard not work.
    DingoEatingFuzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    e9190f4 View commit details
    Browse the repository at this point in the history
  4. Fix multiple highlight bug in the distribution-bar component

    Caused by the re-indexing that occurs to remove zero-value bars.
    DingoEatingFuzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    8031a0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e4ca09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    522f6d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdc37ec View commit details
    Browse the repository at this point in the history
  8. fixup-adapter

    DingoEatingFuzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    91f8c15 View commit details
    Browse the repository at this point in the history
  9. fixup-job-editor

    DingoEatingFuzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    d36270b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69d28de View commit details
    Browse the repository at this point in the history
  11. Fix bug where scrolling wasn't using the document

    Instead it was using the page-layout is-right div
    DingoEatingFuzz committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    b68ba61 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b478d71 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    684f45c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Since registerHelper doesn't work in integration tests a new way is n…

    …eeded
    
    This exports a function that returns the pertinent function when given a
    container. This way it works in registerHelper and in integration tests
    beforeEach hooks
    DingoEatingFuzz committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    4ae15be View commit details
    Browse the repository at this point in the history
  2. Test coverage for the job-editor component

    Most of this was ported over from the existing job run acceptance tests
    DingoEatingFuzz committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    6463efe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d44fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8db71a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4603 from hashicorp/f-ui-new-job-improved-plan

    UI: New job improved plan screen
    DingoEatingFuzz committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    a0cdc96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85aaa53 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    78b9d32 View commit details
    Browse the repository at this point in the history
  2. Change the latest deployment component to include a Promote Canary bu…

    …tton
    
    Before it would say the deployment required promotion, now it has a
    button that triggers the promotion.
    DingoEatingFuzz committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    c510060 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Merge pull request #4612 from hashicorp/f-ui-job-edit

    UI: Edit a job
    DingoEatingFuzz committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    916cc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    619376c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b481a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f09e9a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f79f037 View commit details
    Browse the repository at this point in the history
  6. Fix the flickering issue with start/stop job

    When the server doesn't respond immediately, there is a visible window
    of time between the action being submitted and the blocking query coming
    back with the new job status.
    DingoEatingFuzz committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    f4ceb22 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    c96c99a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4616 from hashicorp/f-ui-promote-canary

    UI: Promote canary
    DingoEatingFuzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    d824b70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4615 from hashicorp/f-ui-restart-stopped-job

    UI: Restart stopped job
    DingoEatingFuzz committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    334358a View commit details
    Browse the repository at this point in the history