Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Add a multistage recipe #61

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Add a multistage recipe #61

wants to merge 9 commits into from

Commits on Nov 8, 2011

  1. Simple multistage recipe

    samfoo committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    a157894 View commit details
    Browse the repository at this point in the history
  2. Rename some methods in stage

    "fail" is a keyword and while *technically* "fail?" is a valid method
    name it's a bit confusing.
    
    Naming things "fail" and "ok" isn't consistent with our user facing
    "FAILED" and "PASSED" verbiage. It might as well be the same, that way
    it's less confusing as time goes on.
    samfoo committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    55c5056 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecb7ae9 View commit details
    Browse the repository at this point in the history
  4. Ready shouldn't mean "not done"

    For example:
    
    I am a rockstar developer
    I want to be able to run my build multiple times for a given commit
    Because sometimes environment failures happen and builds really mean
    "green" when they say "red"
    
    Before this commit, any failure broke the build until the next code
    commit. This was a bit silly.
    
    By default now, $ bt-go runs all stages again.
    samfoo committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    38cdca0 View commit details
    Browse the repository at this point in the history
  5. Start a file with user stories

    To be added to as we all become less lazy about docs. (What was that? I
    was too busy wailing on my electric guitar to write docs?...)
    samfoo committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    e716a00 View commit details
    Browse the repository at this point in the history
  6. Removed a bunch of cached gems.

    Actually this *must* have been why cloning bt takes forever.
    samfoo committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    e1cc6c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f6394e View commit details
    Browse the repository at this point in the history
  8. Fixing changes for pull #61

    samfoo committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    1ff1a29 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2011

  1. Vanity

    samfoo committed Nov 11, 2011
    Configuration menu
    Copy the full SHA
    18c024f View commit details
    Browse the repository at this point in the history