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

Get rid of default predeploy_commands.rb #59

Merged
merged 19 commits into from Feb 3, 2017
Merged

Get rid of default predeploy_commands.rb #59

merged 19 commits into from Feb 3, 2017

Commits on Feb 2, 2017

  1. no need for variable context

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    8c175d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7085d75 View commit details
    Browse the repository at this point in the history
  3. Get rid of stupid predeploy commands constants

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    ed154f1 View commit details
    Browse the repository at this point in the history
  4. Validate ssh config

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    b8db3b7 View commit details
    Browse the repository at this point in the history
  5. less code

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    72af1ce View commit details
    Browse the repository at this point in the history
  6. MissingVariableError

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    ad01133 View commit details
    Browse the repository at this point in the history
  7. Cleaner

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    e0de1f6 View commit details
    Browse the repository at this point in the history
  8. move raise

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    ff4d61c View commit details
    Browse the repository at this point in the history
  9. Error message

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    d34e981 View commit details
    Browse the repository at this point in the history
  10. Remove comment

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    471ba9d View commit details
    Browse the repository at this point in the history
  11. hound

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    c917024 View commit details
    Browse the repository at this point in the history
  12. Merge master

    apurvis@lumoslabs.com committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    67a50b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Undo merge damage

    apurvis@lumoslabs.com committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    b52da6e View commit details
    Browse the repository at this point in the history
  2. Appease hound; add a basic spec for Configuration object

    apurvis@lumoslabs.com committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    0e63131 View commit details
    Browse the repository at this point in the history
  3. Fix load order; print debug statements about which file is being proc…

    …essed
    apurvis@lumoslabs.com committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    58cc4a5 View commit details
    Browse the repository at this point in the history
  4. Use rspec .ordered feature

    apurvis@lumoslabs.com committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    23fbe5d View commit details
    Browse the repository at this point in the history
  5. Deal with the case of the missing ssh user

    apurvis@lumoslabs.com committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    d70654a View commit details
    Browse the repository at this point in the history
  6. hound

    apurvis@lumoslabs.com committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    8a73eae View commit details
    Browse the repository at this point in the history
  7. Use MissingVariableError instead of ArgumentError on missing proxy

    apurvis@lumoslabs.com committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    d2a1cb8 View commit details
    Browse the repository at this point in the history