Commit graph

194 commits

Author SHA1 Message Date
Andrés Montañez a97d172a6d New Release - Version 1.0.1 2014-03-16 18:43:37 -03:00
Andrés Montañez 5d03d945cb Issue #46 - Add post-release tasks on rollback 2014-03-16 18:42:29 -03:00
Andrés Montañez 7c883d2436 Tweaks for issue #45
- Issue #45 - Adds "ssh_needs_tty" which appends "-t" to the ssh.
- Issue #45 - Rsync is incremental if there are previous releases.
2014-03-16 18:21:42 -03:00
Andrés Montañez 8b43a136dd Merge pull request #45 from drmikecrowe/master
Adds "ssh_needs_tty" general parameter, and rsync copy option
2014-03-16 10:15:27 -07:00
Andrés Montañez ae785225fa Issue #43 - Exit code should indicate that something failed. 2014-03-16 13:31:36 -03:00
Andrés Montañez fc3b7d87a5 Update SPYC Library. 2014-03-16 12:29:09 -03:00
mikec e7d8d5ce68 Adds general.yml parameter "ssh_needs_tty" which appends "-t" to the ssh
command
Adds deployment parameter "rsync: { copy: yes }" which copies the prior
release then rsync's (to increase speed)
2014-01-28 21:43:43 -05:00
Andrés Montañez 5cc9c02c3e IonCube task cleanup. 2014-01-11 16:12:01 -02:00
Andrés Montañez b6e32215ee Merge pull request #33 from marl-scot/ioncube
Added first version of the IonCube encoder extension task
2014-01-11 10:02:52 -08:00
Andrés Montañez ff54ded172 Rollback to old yaml parser. 2014-01-11 15:39:22 -02:00
Andrés Montañez a3171c59dd Yaml Tweks for Insights. 2013-12-19 16:39:28 -02:00
Andrés Montañez d6e7e5b6ab Remove SPYC library for Yamls and use Symfony/Component/Yaml instead. 2013-12-19 16:27:53 -02:00
Andrés Montañez 72a1a19518 SensioLabs Inslights. Remove unused namespaces. 2013-12-19 16:12:51 -02:00
Andrés Montañez 0f17468553 Cleanup for SensioLabs Insights. 2013-12-19 15:37:26 -02:00
Andrés Montañez 2220b2fef5 Tweak on Upgrade Command. 2013-12-19 15:23:46 -02:00
Andrés Montañez e9045cc55e Issue 37. Disable color output. 2013-12-19 13:07:57 -02:00
Andrés Montañez 5c51f593d0 Fix typo. 2013-12-19 12:49:02 -02:00
Andrés Montañez 13e6311ba7 Tweak doc. 2013-12-18 02:20:23 -08:00
Andrés Montañez 3014f8855e Update composer instructions. 2013-12-18 02:15:59 -08:00
Andrés Montañez 1448d65994 Tweak composer. 2013-12-17 17:42:06 -08:00
Andrés Montañez c0ff700f88 Tweak upgrade command. 2013-12-17 22:09:49 -02:00
Andrés Montañez c44eeeeaf0 Tweak readme. 2013-12-17 22:01:48 -02:00
Andrés Montañez 0a8187c11d Fix on Upgrade command. 2013-12-17 21:45:43 -02:00
Andrés Montañez ac08d1874c Upgrade command. 2013-12-17 21:31:04 -02:00
Andrés Montañez f646647036 Send mail notifications. 2013-12-15 23:44:28 -02:00
Andrés Montañez 75a2463240 Tweak on compiler. 2013-12-15 17:27:26 -02:00
Andrés Montañez eecf9bf4ea Change Deploy Stages with Constants. 2013-12-15 17:11:53 -02:00
Andrés Montañez d55e18b34b Add Stage Constants. 2013-12-15 16:24:13 -02:00
Andrés Montañez a94f550a6c Documentation. 2013-12-15 15:27:57 -02:00
Andrés Montañez ceee587bb0 Fix typo in GitRebase Deploy strategy. 2013-12-08 20:17:45 -02:00
Andrés Montañez 6563678b83 Merge pull request #34 from bguse/master
added missing exclude Files to TarGzTask
2013-12-08 09:16:36 -08:00
Matt Lowe 379d3ce1b7 syncing local to remote for backup 2013-12-01 10:22:09 +00:00
Bastian Guse 935e9bf896 remove tab set space 2013-11-25 11:01:22 +01:00
Bastian Guse 899809dc33 added missing exclude Files to TarGzTask 2013-11-25 10:51:38 +01:00
Matt Lowe f864fa7b8e updated sample config file at end of script 2013-11-22 13:06:31 +00:00
Matt Lowe 96981b72c7 Added method to allow checking the source code once IonCube has run for
any un-encoded/encrypted files.
This checks against an array of file extens (used mainly to exclude
images and javascript etc.)
It also checks against an array of paths/filenames.
These 2 should maybe be combined into a single array?
If any files are found to not be encoded and havnt been excluded, then
user is prompted to confirm they wish to proced.
This is designed as a last confirmation that you have encoded all the
files that you need, and are not about to push unsecured files to a
server.
2013-11-22 13:03:37 +00:00
Matt Lowe 5fe1fdc168 adding new 'check encryption' function, to check that all
files have been encrypted/encoded, and prompt user to confirm
if the deploy should continue if any files are found to
not be encoded.
TEST - DO NOT USE!
2013-11-21 14:11:45 +00:00
Matt Lowe 9282e770f4 Added first version of the IonCube encoder extension task
This allows you to encrypt a project prior to pushing it
to a server.
2013-11-16 16:36:46 +00:00
Andrés Montañez 7f6cd952df Issue #24. New Deployment Strategy for not Deploying. 2013-11-13 20:13:13 -02:00
Andrés Montañez 6e1d2cb19d Issue #28. 2013-11-13 18:53:41 -02:00
Andrés Montañez 03b158c0a5 Abort Deployment when pre-deploy task fails. Addresses issue #29 2013-11-08 13:42:34 -02:00
Andrés Montañez d8961674d3 Experimental, git rebase deployment strategy. 2013-11-08 11:00:07 -02:00
Andrés Montañez c36f82ea4e Fixes for Per Host Configuration. 2013-11-07 23:48:59 -02:00
Andrés Montañez fdc9f4e12e Make all Magento tasks to gues where they should run (local or remote). 2013-11-07 23:33:19 -02:00
Andrés Montañez 974304e707 Make all Symfony2 tasks to gues where they should run (local or remote). 2013-11-07 23:32:37 -02:00
Andrés Montañez 6f6cf2436a Allows to guess where a command should be executed (remote or local) based on the stage of the task. 2013-11-07 23:32:16 -02:00
Andrés Montañez 1653b6354d Add Magento Tasks for clearing cache. Features by Oscar Reales. 2013-11-07 23:12:30 -02:00
Andrés Montañez 0722a33137 New Feature. Deploy Strategy: rsync or tar.gz; by default it tries to guess the best strategy. 2013-11-07 21:49:15 -02:00
Andrés Montañez 4f60b89e31 Tweaks on Compiler. 2013-11-07 19:57:44 -02:00
Andrés Montañez ee0bc27bc7 Revert "Tweaks on Compile."
This reverts commit 426858cb00.
2013-11-07 19:51:48 -02:00