samuel4x4
308a67359c
Add task for force updating a working copy
...
Downloads the latest from remote without trying to merge or rebase
anything. Resets the master branch to what you just fetched. Changes all
the files in your working tree to match the files in origin/master, so
if you have any local changes, they will be lost.
10 years ago
Andrés Montañez
861a823f7e
Update AbstractTask.php
10 years ago
Andrés Montañez
74087c9dd9
Tweak
10 years ago
Andrés Montañez
dceb329211
Insight tweaks.
10 years ago
Andrés Montañez
92b22d52a3
Tweak GitRebase and Insight suggestions.
10 years ago
Andrés Montañez
2deaa27a2a
Tweak clones.
10 years ago
Andrés Montañez
e40b7d21c9
Yamls
10 years ago
Andrés Montañez
d1fbb9c7db
Ioncube Yaml
10 years ago
Andrés Montañez
94234cf6d8
Tests
10 years ago
Andrés Montañez
c630b31bf9
Yaml tweaks.
10 years ago
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