Andrés Montañez
9653552be7
Text files should end with a newline character.
10 years ago
Andrés Montañez
aaf92d5001
Commented code should not be commited.
10 years ago
Andrés Montañez
b8c23747f0
User specific files should not appear in .gitignore
10 years ago
Andrés Montañez
dbcbcb78ed
Remove error suppression.
10 years ago
Andrés Montañez
f20091afc6
Boolean and Null should be compared strictly.
10 years ago
Andrés Montañez
5d39e46d9e
Code should not be duplicated
10 years ago
Andrés Montañez
b61e7149d0
Yaml tweaks.
10 years ago
Andrés Montañez
8449f30b0a
Merge pull request #136 from denji/develop
...
Add a box.json file to build PHAR
10 years ago
Andrés Montañez
cd4a4f4100
Merge pull request #137 from ramunasd/develop
...
built-in task for doctrine migrations
10 years ago
Andrés Montañez
7a9495cf44
Issue #130
10 years ago
Andrés Montañez
03680b8271
Merge pull request #141 from edpauto/failed-builds
...
Throw an error in case when command returns code other than 0
10 years ago
Kuba Turek
0375a80dcf
Fix exit code to 1 due to php exit code that cannot be greater than 254
10 years ago
Kuba Turek
dfbe67622d
Throw an error in case when command returns code other than 0
10 years ago
Ramūnas Dronga
e0430cfb68
built-in task for doctrine migrations
10 years ago
Denis Denisov
a4548cb04c
Add a box.json file to build PHAR
10 years ago
Andrés Montañez
a5ff1facca
Prepare for next release.
11 years ago
Andrés Montañez
2ecb7e2dda
Merge pull request #118 from edpauto/improved-autoloader
...
Autoloading classes with composer autoloader
11 years ago
Andrés Montañez
d0e8be2dfe
Git Remote Cache #123
11 years ago
Jakub Turek
bc428f466a
Use default autoloader when composer autoloader has been not initialized
11 years ago
Jakub Turek
5809a424a7
Revert "Remove old Autoload class"
...
This reverts commit 3f3253bbee3493c71e09a3074fd28a9d4485fc6c.
11 years ago
Jakub Turek
07326efbe2
Remove old Autoload class
11 years ago
Kuba Turek
ea49214e95
Load custom tasks and commands by composer autoload mechanism
11 years ago
Kuba Turek
300cc4c56f
Load core classes wit hcomposer autoloader
11 years ago
Kuba Turek
9af42046db
Add "vendor" to gitignore
11 years ago
Andrés Montañez
3b138adba6
Merge branch 'master' into develop
11 years ago
Andrés Montañez
18ce5c2649
Merge pull request #122 from hkdobrev/composer-readme-improvements
...
Improve Composer notes in the readme
11 years ago
Haralan Dobrev
08a0de9316
Improve Composer notes in the readme
...
`require-dev` is better than `require` for such tool, because it is not
needed to be installed on production.
`composer update` without specifying vendor libraries as an argument
will try to update all dependencies which may not be desired.
Related to: https://github.com/andres-montanez/MagallanesSite/pull/3
11 years ago
Andrés Montañez
1573daa474
Merge pull request #107 from Landkeks/develop-rsync
...
Fix RsyncTask::excludes().
11 years ago
Andrés Montañez
d4763da37b
Manual merge for PR #108
11 years ago
Andrés Montañez
c3204844ea
Add possibility for defining the composer_cmd in the global config.
11 years ago
Andrés Montañez
e54baf726a
Merge pull request #112 from edpauto/composer
...
Add composer_cmd as parameter for composer tasks
11 years ago
Kuba Turek
95ffed7e12
Add configurable composer_cmd parameter
11 years ago
Kuba Turek
48420c1c2a
Rename composer_path into composer_cmd
11 years ago
Moritz Baumann
3a033b4514
Fix RsyncTask::excludes().
11 years ago
Andrés Montañez
680e4dd804
Update README.md
11 years ago
Andrés Montañez
6196cda70b
Issue #99
11 years ago
Andrés Montañez
eb9427d322
Example tweak.
11 years ago
Andrés Montañez
8bc0a0316e
Tweak.
11 years ago
Andrés Montañez
de51ce2b04
Issue #51
...
Possibility of custom commands.
11 years ago
Andrés Montañez
825fc64b0a
Issue #47
...
Movie cleanup of releases on release task.
11 years ago
Andrés Montañez
1bcaca36f0
Issue #62
...
Add strategy flags.
11 years ago
Andrés Montañez
9c0682d222
Tweak.
11 years ago
Andrés Montañez
846237fabb
Tweaks.
11 years ago
Andrés Montañez
7e2d7d4e57
Issue #72
...
Add -h option to tar command deployment strategy.
-h, --dereference
follow symlinks; archive and dump the files they point to
11 years ago
Andrés Montañez
5d728a9105
Proper exit code. Issue #52
11 years ago
Andrés Montañez
8df5534470
Check if classes exists.
11 years ago
Andrés Montañez
981f752c49
Fixed issue #91 .
11 years ago
Andrés Montañez
20de8eb7e0
Fix Autoload for Custom Tasks.
11 years ago
Andrés Montañez
ce0e707dc6
Support Composer and Symfony App paths. Issue #86
...
Also specify symfony version (2 o 3).
11 years ago
Andrés Montañez
5fb711593a
Add flag --deleteCurrent to delete current release on rollback. Issue #93
11 years ago