1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
Commit graph

12 commits

Author SHA1 Message Date
Ryan McGeary
32d0b9a7df Renamed test for error handling to be more specific 2008-05-12 23:42:01 -04:00
Ryan McGeary
ebe3d9eecb Improved test coverage for copy strategy compression.
DRY'd up the compression type lookups and invalid compression type error handling.
2008-05-12 23:36:51 -04:00
Jamis Buck
1f3fdf3079 Use upload() instead of put() with the copy strategy 2008-05-06 21:03:30 -06:00
Jamis Buck
b4bd52826c fix tests to depend on a preset load path rather than an explicit require path in each 2008-04-25 09:21:12 -06:00
Jamis Buck
9e07fd2a23 for cached local copies, do the exclude and the copy in the same step, it is much faster
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@9005 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-03-10 21:08:57 +00:00
Jamis Buck
8e639fe393 allow :copy_exclude to work for both normal and cached copies
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@8994 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-03-08 19:31:50 +00:00
Jamis Buck
bf89d31d39 Improved "copy" strategy, including support for local caching and pattern exclusion
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@8993 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2008-03-08 19:07:46 +00:00
Jamis Buck
bf3423ae33 explicitly require stringio in copy_test
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7859 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-13 14:22:14 +00:00
Jamis Buck
e5a0d29f44 fix tests broken by [7376]
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7377 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-08-30 14:43:12 +00:00
Jamis Buck
5089e08d95 Added :copy_remote_dir for :copy strategy to indicate where the file should be copied to
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-27 02:41:26 +00:00
Jamis Buck
8d98302a40 copy strategy should chdir to local tmpdir before building tarball
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6713 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-11 03:12:05 +00:00
Jamis Buck
c472b3641f Start writing tests for the deployment code. Make the copy strategy checkout to a customizable tmpdir, instead of merely using cwd
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6589 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-04-27 02:20:21 +00:00