1. 30 Jul, 2012 11 commits
  2. 29 Jul, 2012 5 commits
  3. 28 Jul, 2012 5 commits
  4. 27 Jul, 2012 4 commits
  5. 26 Jul, 2012 4 commits
    • Add postgresql_db and postgresql_user module. · def1fa23
      These modules are based on the mysql_db and mysql_user modules.
      
      Currently, the postgresql_user module can only grant all permissions
      on a database, fine-grained access has not been implemented yet.
      Lorin Hochstein committed
    • Merge pull request #694 from sfromm/git · b3b12b5e
      Update git module to handle branches better
      Michael DeHaan committed
    • Update git module to handle branches better · 1727bd3b
      This drops the branch option.  The version option is overloaded
      to mean either a sha1, branch, or tag.  This also adds the option
      'remote' which defaults to 'origin'.
      clone() was simplified by removing the checkout operation.  That
      happens later when switch_version() is called.
      
      Added the methods get_branches(), is_remote_branch(), and
      is_local_branch().  get_branches() returns an array listing all
      of the branches for the git repository.  is_remote_branch() checks
      whether the arguments supplied correspond to a remote branch.
      Similarly, is_local_branch() checks for a local branch.
      
      The pull() method now checks to see if it is on the desired branch.
      If not, it checks out the requested branch and then does a pull.
      This should keep issue #604 still fixed.
      
      switch_version(), formerly switchver(), looks to see if it is
      checking out a branch.  If a branch, it checks it out with the --track
      option.  This type of checkout was in pull() before.
      
      Updated pull, clone, and switch_version to return (rc, out, err).
      Stephen Fromm committed
  6. 27 Jul, 2012 4 commits
  7. 26 Jul, 2012 7 commits