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.
11 years ago
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!
11 years ago
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.
11 years ago
Andrés Montañez
7f6cd952df
Issue #24 . New Deployment Strategy for not Deploying.
11 years ago
Andrés Montañez
d8961674d3
Experimental, git rebase deployment strategy.
11 years ago
Andrés Montañez
fdc9f4e12e
Make all Magento tasks to gues where they should run (local or remote).
11 years ago
Andrés Montañez
974304e707
Make all Symfony2 tasks to gues where they should run (local or remote).
11 years ago
Andrés Montañez
6f6cf2436a
Allows to guess where a command should be executed (remote or local) based on the stage of the task.
11 years ago
Andrés Montañez
1653b6354d
Add Magento Tasks for clearing cache. Features by Oscar Reales.
11 years ago
Andrés Montañez
0722a33137
New Feature. Deploy Strategy: rsync or tar.gz; by default it tries to guess the best strategy.
11 years ago
Andrés Montañez
1e65281ca3
Rollback.
11 years ago
Andrés Montañez
f961a51c37
Big refactoring. Use of Namespaces and codestyles. PSR-0, PSR-1, PSR-2.
11 years ago
Andrés Montañez
c32bb708cf
Add license information.
11 years ago
Andrés Montañez
fe60dfbdd4
Allow to fail a task with a message via Mage_Task_ErrorWithMessageException
11 years ago
Andrés Montañez
3872fc35f0
Rewrite Symfony v2 Commands.
11 years ago
Andrés Montañez
f6df60a406
Add new Run Command method which gusses on the deployment stage to run it local or remote.
11 years ago
Andrés Montañez
a29eb1e207
Remove Symfony v1 commands.
11 years ago
Andrés Montañez
80e0a283ff
Remove SCM config.
12 years ago
Andrés Montañez
67a7f9d6fe
Tweak config and logs.
12 years ago
Andrés Montañez
39b1bf7cd5
Change SCM configs.
12 years ago
Andrés Montañez
ca12e74a6d
Change Branch on pre-deployment.
12 years ago
Andrés Montañez
14b36eab88
Escape " from remote commands.
12 years ago
Andrés Montañez
ad6f3cb6ee
Show how much time ago was the release.
12 years ago
Andrés Montañez
b6a0bad25b
Delegate Releases Deletion to Rsync.
12 years ago
Andrés Montañez
d33b0b4858
Tweaked the Post-Releases and Scheduled the Release as a separate batch.
12 years ago
Andrés Montañez
87fac2a7a8
Renamed Symfony1 tasks.
13 years ago
Andrés Montañez
bf53652141
Renamed Symfony1 tasks.
13 years ago
Andrés Montañez
969caa0bbb
Allow parameter configuration on the Task configuration definition.
13 years ago
Andrés Montañez
811c83e13a
Major overhauling and refactoring of Magallanes Command and Tasks modulairty and workflow.
...
ADVICE: there is no Backwards Compatibility with custom tasks, those
using the _config instance will be broken or those using the
getEnvironmentName().
13 years ago
Andrés Montañez
05b102b273
Major overhauling and refactoring of Magallanes Command and Tasks modulairty and workflow.
...
ADVICE: there is no Backwards Compatibility with custom tasks, those
using the _config instance will be broken or those using the
getEnvironmentName().
13 years ago
Andrés Montañez
adb3a67924
More flexibility on releases path. Addresses Issue #7 .
13 years ago
Andrés Montañez
59cdb24087
Reloads config after SCM Update.
13 years ago
Andrés Montañez
04b194d91a
New LOCK feature.
13 years ago
Andrés Montañez
d63ca9cc04
Verify if environment is defined. Verify that rollback has release point.
13 years ago
Ismael Ambrosi
c44879dc22
New PHAR compiler for the library
13 years ago
Ismael Ambrosi
6b7d60dfb4
Removed cache:clear command from Warmup task
13 years ago
Ismael Ambrosi
50f2781649
Renamed classes to match the command
13 years ago
Javier Eguíluz
a2e88b8a4f
Added a missing PHP_EOL
13 years ago
Andrés Montañez
8874641a66
Version 0.9.10.
13 years ago
Andrés Montañez
0410c0efec
New feature: Override Release.
13 years ago
Andrés Montañez
aaa65800d0
New option, max releases.
13 years ago
Andrés Montañez
6e3e8e0768
Time information feature.
13 years ago
Andrés Montañez
b252555655
New Built-In Tasks for Symfony v1 and v2.
13 years ago
Andrs Montaez
3f0efc1a42
New version. Added getters to config and task.
...
New concept of "stage" where the task runs.
13 years ago
Andrs Montaez
de772028bb
Tweaks on file permissions for releases.
13 years ago
Andrs Montaez
6bd9d888df
Bugfix on host:port config.
13 years ago
Andrs Montaez
51e7de0676
Tweaks on port definition.
...
Now port can be defined into the hostname.
13 years ago
Andrs Montaez
e42a1f1193
Update Fix.
13 years ago
Andrs Montaez
2ec4f58c77
Tweak on yaml parser. Added option for ssh port.
13 years ago
Andrs Montaez
949750fc1e
Fixes and tweaks on command execution.
13 years ago