pgr0ss

Paul Gross
ThoughtWorks
Chicago, IL
5
2
  • Remote multi-server automation tool
    Forked from jamis/capistrano Sat Jul 19 14:16:06 -0700 2008
    legend
  • A set of rake tasks to help with checking in code
    Created Sun Jun 08 09:01:16 -0700 2008
    legend

Public Activity  feed

pgr0ss committed to pgr0ss/capistrano 2 months ago

7279a3858e2bcebe84735223d5f8b4397c4ad85b

Added a dry-run option to see what commands will be run without actually running them

pgr0ss forked capistrano 2 months ago
Forked repository is at pgr0ss/capistrano
pgr0ss started watching capistrano 2 months ago
capistrano is at jamis/capistrano
pgr0ss committed to pgr0ss/rake_commit_tasks 2 months ago

aa597bca6ccf5068785edbe0402f59fad4e085b3

Pulled constructing the svn command into its own method with tests

pgr0ss committed to pgr0ss/rake_commit_tasks 2 months ago

71cfe1040be116c6adf662d3541e333687bb28aa

Moved classes to lib folder

pgr0ss committed to pgr0ss/rake_commit_tasks 2 months ago

f8bb9114fe8151874fd4be2bc4525ebe2a794ac0

Pulled the prompting logic into a PromptLine class

pgr0ss committed to pgr0ss/rake_commit_tasks 3 months ago

7e523e3c275129397560947b1cc711194a7a51ca

Handle quotes in commit messages

pgr0ss committed to pgr0ss/rake_commit_tasks 3 months ago

4094830b51d11759f0d5067fc6bd9089fea51fe9

Do not go through commit process if there is nothing to check in

pgr0ss committed to pgr0ss/rake_commit_tasks 3 months ago

ba93b1bf44de290f40a3494a9c9facc25ea29347

Prompt for message at the beginning of rake commit, so you can run it and walk away

pgr0ss committed to pgr0ss/rake_commit_tasks 3 months ago

ae009830c6694001c91e62a9433499950c792114

Pulled retrieve_saved_data method into CommitMessage