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

Run now dialog improvements #977

Merged
merged 29 commits into from
Apr 5, 2016
Merged

Run now dialog improvements #977

merged 29 commits into from
Apr 5, 2016

Commits on Mar 24, 2016

  1. Merge branch 'master' into run-now-dialog-improvements

    Calvin Pomerantz committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    dd62b3a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2016

  1. Configuration menu
    Copy the full SHA
    ad41a24 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Create a runId in the UI (rather than let the API do it) in runNow di…

    …alog on submit if we're tracking the task
    Calvin Pomerantz committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    713a5bd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Fix for run now button broken for pending tasks. Also Autotailer is n…

    …ow run from request.promptRun rather than each time that function is called.
    Calvin Pomerantz committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    3c247cb View commit details
    Browse the repository at this point in the history
  2. Add ability to open up a task's page once it starts running. Big chan…

    …ges to the poller that directed to the log tailer to enable this without absurd duplication of code
    Calvin Pomerantz committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    ae8e2d6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into run-now-dialog-improvements

    Calvin Pomerantz committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    7d2f421 View commit details
    Browse the repository at this point in the history
  4. Browse to sandbox by default

    Calvin Pomerantz committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    02cf54d View commit details
    Browse the repository at this point in the history
  5. Clearer code for displaying 'Run' or 'Rerun'

    Calvin Pomerantz committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    715e18b View commit details
    Browse the repository at this point in the history
  6. Better wording for browse to sandbox option

    Calvin Pomerantz committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    741e82e View commit details
    Browse the repository at this point in the history
  7. Default filename for run now is now the name of config.runningTaskLog…

    …Path
    Calvin Pomerantz committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    174069f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Configuration menu
    Copy the full SHA
    9c8af8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    150b47a View commit details
    Browse the repository at this point in the history
  3. Fix task poller timeout constant ignored bug

    Calvin Pomerantz committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    0ff49d6 View commit details
    Browse the repository at this point in the history
  4. Fix awkward wording

    Calvin Pomerantz committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    f847347 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed894db View commit details
    Browse the repository at this point in the history
  6. We don't need the prefix parameter since the localStorage command lin…

    …e arg population has been nuked
    Calvin Pomerantz committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    a14b879 View commit details
    Browse the repository at this point in the history
  7. Poll for historical tasks by runId instead of by reset event

    Calvin Pomerantz committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    43a6966 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Better calculation of minutes to milliseconds for timeout; Smaller me…

    …ssage to tell user to ignore expected http 404 error
    Calvin Pomerantz committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    096a89b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    688d659 View commit details
    Browse the repository at this point in the history
  3. Poll for running tasks like for completed tasks

    Calvin Pomerantz committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    481785f View commit details
    Browse the repository at this point in the history
  4. Detects if task has entered terminal state and will never have the co…

    …rrect file; Text box for file to tail is disabled, not hidden, when a different box is clicked
    Calvin Pomerantz committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    2dd46b8 View commit details
    Browse the repository at this point in the history
  5. No fun allowed in user messages

    Calvin Pomerantz committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    7f7e5db View commit details
    Browse the repository at this point in the history
  6. Better message for task in terminal state and file not found

    Calvin Pomerantz committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    acbc6a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Bug fix

    Calvin Pomerantz committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    eb0c767 View commit details
    Browse the repository at this point in the history
  2. Fix bug that caused file to revert to undefined after running with 'b…

    …rowse to task sandbox' checked
    Calvin Pomerantz committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    74c161f View commit details
    Browse the repository at this point in the history
  3. Re-fix bug that prevented run now dialog from opening from the pendin…

    …g tasks page
    Calvin Pomerantz committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    857c495 View commit details
    Browse the repository at this point in the history
  4. Revert "Re-fix bug that prevented run now dialog from opening from th…

    …e pending tasks page"
    
    This reverts commit 857c495.
    It broke the build
    Calvin Pomerantz committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    40a0895 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e1e910 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Fix bug that was stopping autotailer from loading

    Calvin Pomerantz committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    9e22341 View commit details
    Browse the repository at this point in the history