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

Herokuish builds, deployment rework #146

Merged
merged 33 commits into from
Apr 7, 2018
Merged

Herokuish builds, deployment rework #146

merged 33 commits into from
Apr 7, 2018

Commits on Mar 27, 2018

  1. Complete overhaul of daemon deployment management

    * New concurrency-protected Deployment struct to handle deployment control
    * Restructured daemon/project package for reduced interface (mostly the Deployment class now)
    * Streamlined daemon API handler code
    bobheadxi committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e356ccf View commit details
    Browse the repository at this point in the history
  2. Update Travis script for more accurate coverage

    Cherrypicked
    bobheadxi committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e273f27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901b18a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e53bca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    050559c View commit details
    Browse the repository at this point in the history
  6. Smarter status messages and log condition

    Note difference between build started and no build
    bobheadxi committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    ccc2eb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    26eedaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0287674 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Configuration menu
    Copy the full SHA
    7552ca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4082ce8 View commit details
    Browse the repository at this point in the history
  3. Use logger.Success

    bobheadxi committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    385add0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Detect and specify build method

    docker-compose check is back baby
    bobheadxi committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    42a043b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    937e381 View commit details
    Browse the repository at this point in the history
  3. Fix deployment.Up() test

    bobheadxi committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    290925f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Configuration menu
    Copy the full SHA
    6f8863e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab5cba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7ca975 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11ff37c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

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

Commits on Apr 2, 2018

  1. Configuration menu
    Copy the full SHA
    f14be49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7043644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d4656 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37e04ef View commit details
    Browse the repository at this point in the history
  5. Remove test images

    bobheadxi committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    a6b6062 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    40bd898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2d6fda View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    8bb5b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8c4aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47142ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b62b154 View commit details
    Browse the repository at this point in the history
  5. Minor linting fixes

    bobheadxi committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    4062d4d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Configuration menu
    Copy the full SHA
    77b9523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e728842 View commit details
    Browse the repository at this point in the history