Karl Matthias
4fa2026b00
Merge pull request #22 from mydrive/cap3
...
Rewritten for Capistrano 3
1.0.0
2014-07-08 16:51:11 -07:00
Gavin Heavyside
0945596b2f
Rename to capistrano/deploytags
2014-06-25 12:08:35 +01:00
Gavin Heavyside
8ed22009d7
Use error-level logging for error
2014-06-15 14:53:40 +01:00
Gavin Heavyside
7f0a7e516b
Update readme for Cap 3 and new conventions
2014-06-15 14:39:39 +01:00
Gavin Heavyside
0ad8061fbb
Tweak gemspec, elide specs which don't work with Cap 3 :(
2014-06-15 14:35:07 +01:00
Gavin Heavyside
0cdc527259
First cut of Capistrano 3 version
...
Working with a local project, no specs or doc updates yet
2014-06-14 20:54:53 +01:00
Karl Matthias
1e2687ce83
Added Rubygems tag to README.
2014-05-01 20:17:50 -07:00
Karl Matthias
ce07273ce1
Rev for release 0.9.2.
0.9.2
2014-05-01 19:44:15 -07:00
Karl Matthias
2c0cb6098a
Merge pull request #21 from bramswenson/custom_tag_commit_messages
...
Added support for customizable tag commit messages
2014-05-01 19:41:37 -07:00
Bram Swenson
e3abc74e5b
Updated readme on customizable commit messages
2014-04-30 12:14:33 -07:00
Bram Swenson
7bbf24343e
Added support for customizable tag commit messages
2014-04-30 12:06:35 -07:00
Karl Matthias
7c50957282
Added additional test for configurable time format. Clean up tests.
2014-04-09 20:23:49 -07:00
Karl Matthias
2015eb534e
Merge pull request #20 from polleverywhere/override_time_format
...
Make the time format customizable
2014-04-09 20:16:43 -07:00
Mike Foley
207023eb42
Make the time format customizable
2014-04-09 14:42:46 -07:00
Karl Matthias
f10e66b69a
Reflect use of UTC time in the README.
2014-01-14 20:38:12 -08:00
Karl Matthias
989665c52a
Only package up lib, plus README and LICENSE.
2014-01-14 20:29:18 -08:00
Karl Matthias
b187533157
Use git ls-files to only package up tracked files! (No .orig)
2014-01-14 20:28:07 -08:00
Karl Matthias
90177a7ff5
Rev for bugifxed release 0.9.1.
0.9.1
2014-01-14 20:17:01 -08:00
Karl Matthias
257b59c37d
Rev for release 0.9.0.
0.9.0
2014-01-13 21:14:29 -08:00
Karl Matthias
b5b1cae948
Fix a bunch of test failures due to new git fetch code.
2014-01-13 21:06:45 -08:00
Karl Matthias
72224b2d96
Add test for validating git fetch.
2014-01-13 20:57:13 -08:00
Karl Matthias
d5a6d036c9
Merge pull request #17 from aspiers/master
...
correctly handle failing git fetch
2014-01-13 20:39:04 -08:00
Adam Spiers
c247629356
correctly handle failing git fetch
...
If the repository doesn't have an upstream branch configured, git fetch
will output an error; handle this separately to prevent it interfering
with the git diff call which checks to see if we have any pending
changes.
2013-12-13 11:53:56 +00:00
Karl Matthias
b8b4ffce03
Added information about running deployments from Jenkins.
2013-11-19 15:43:01 -08:00
Karl Matthias
bcecbcc885
Added utc to the tag to make the change obvious.
2013-10-16 11:36:54 -07:00
relistan
85a7fcd2f4
Merge pull request #15 from tute/patch-1
...
Use UTC timestamp for teams in different timezones [fixes #14 ]
2013-10-16 11:30:23 -07:00
Tute Costa
368ec7e2a2
Use UTC timestamp for teams in different timezones [ fixes #14 ]
2013-10-11 23:25:57 +02:00
Karl Matthias
06b6042ab9
Rev for release 0.8.0.
0.8.0
2013-08-27 15:24:18 +01:00
Karl Matthias
b0133c88c0
Use a configurable remote, or default to the first in git remote list.
...
Also, don't use double quotes where we don't need them.
2013-08-27 15:22:53 +01:00
Karl Matthias
e934cead87
Make it explicit that the plugin will do a git pull.
2013-08-27 14:28:24 +01:00
Karl Matthias
2dbec99914
Documenation bug fix.
2013-08-27 12:23:15 +01:00
Karl Matthias
c24bab3f37
Further documentation improvements.
2013-08-27 12:22:28 +01:00
Karl Matthias
3c6fc42623
Added explanation of how to disable tagging in the README.
2013-08-27 12:20:42 +01:00
Karl Matthias
bb520be7e3
Add ability to disable all tagging/git checking based on a setting.
2013-08-27 12:15:34 +01:00
Karl Matthias
a24c306e6b
Updated README to talk about editing deployment scripts.
2013-08-27 11:53:38 +01:00
Karl Matthias
221b7246c1
Added clarification on deployment history.
2013-07-29 12:08:14 +01:00
Karl Matthias
b85a7a3e48
Added info to README on how to show your deployment history.
2013-07-29 12:06:33 +01:00
Karl Matthias
01f5e36a89
Update on deploying a previous commit.
2013-05-15 09:09:47 +01:00
Karl Matthias
2bd711ab9c
Rev for release 0.7.0.
0.7.0
2012-10-02 20:49:46 +01:00
relistan
f3fb400e98
Merge pull request #7 from pusewicz/master
...
Fix tagging on deploy:migrations
2012-10-02 12:40:32 -07:00
Piotr Usewicz
029074e3d4
Fix deploy:migrations tagging
2012-10-02 11:45:01 +01:00
Karl Matthias
c76311a2b8
Use more modern rspec syntax for lambda
2012-09-28 20:26:21 +01:00
Karl Matthias
c38a4dc9d5
Fix test broken by one-line pul request!
2012-09-28 20:05:14 +01:00
relistan
ae3b749937
Merge pull request #4 from mydrive/gh3_inconsistent_validation_vs_exception
...
Issue 3: bring exception message inline with code
2012-09-28 12:00:19 -07:00
Barrie Bremner
f713b5ab48
GH issue 3: bring exception message inline with code, :branch _and_ :stage must be defined.
2012-09-26 11:27:57 +01:00
Karl Matthias
68619ccdea
Added helpful git config.
2012-08-30 20:50:13 +01:00
Gavin Heavyside
982dc81bd9
Update README.md
2012-07-29 13:17:21 +02:00
Karl Matthias
7f17000d0c
Update description for rubygems.
2012-05-30 23:00:35 +01:00
Karl Matthias
a3b1734ffb
Update gemspec for new release.
0.6.0
2012-05-30 22:37:18 +01:00
Karl Matthias
c52d174dcf
Updated README to reflect changed behavior.
2012-05-30 22:25:17 +01:00