1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-23 20:39:05 +02:00
Commit Graph

386 Commits

Author SHA1 Message Date
Alex V Kotelnikov
a66478b3ab exclude from file added.
rebased by upstream
2014-10-29 23:16:52 +04:00
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.
2014-10-29 04:59:58 +02:00
Andrés Montañez
861a823f7e Update AbstractTask.php 2014-10-11 21:16:42 -02:00
Andrés Montañez
74087c9dd9 Tweak 2014-10-11 18:02:16 -02:00
Andrés Montañez
dceb329211 Insight tweaks. 2014-10-11 17:57:30 -02:00
Andrés Montañez
92b22d52a3 Tweak GitRebase and Insight suggestions. 2014-10-11 17:55:08 -02:00
Andrés Montañez
2deaa27a2a Tweak clones. 2014-10-11 17:47:07 -02:00
Andrés Montañez
e40b7d21c9 Yamls 2014-10-11 17:17:01 -02:00
Andrés Montañez
d1fbb9c7db Ioncube Yaml 2014-10-11 17:14:40 -02:00
Andrés Montañez
94234cf6d8 Tests 2014-10-11 17:11:34 -02:00
Andrés Montañez
c630b31bf9 Yaml tweaks. 2014-10-11 16:25:36 -02:00
Andrés Montañez
9653552be7 Text files should end with a newline character. 2014-10-11 15:07:36 -02:00
Andrés Montañez
aaf92d5001 Commented code should not be commited. 2014-10-11 14:54:45 -02:00
Andrés Montañez
b8c23747f0 User specific files should not appear in .gitignore 2014-10-11 14:53:38 -02:00
Andrés Montañez
dbcbcb78ed Remove error suppression. 2014-10-11 14:44:48 -02:00
Andrés Montañez
f20091afc6 Boolean and Null should be compared strictly. 2014-10-11 14:43:57 -02:00
Andrés Montañez
5d39e46d9e Code should not be duplicated 2014-10-11 14:36:22 -02:00
Andrés Montañez
b61e7149d0 Yaml tweaks. 2014-10-11 14:30:29 -02:00
Andrés Montañez
8524de7490 Merge pull request #125 from xboston/patch-1
SCM: Git clone performance
2014-10-11 12:33:31 -02:00
Andrés Montañez
8449f30b0a Merge pull request #136 from denji/develop
Add a box.json file to build PHAR
2014-10-11 12:32:33 -02:00
Andrés Montañez
cd4a4f4100 Merge pull request #137 from ramunasd/develop
built-in task for doctrine migrations
2014-10-11 12:31:37 -02:00
Andrés Montañez
7a9495cf44 Issue #130 2014-10-11 12:10:07 -02:00
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
2014-10-11 12:08:35 -02:00
Kuba Turek
0375a80dcf Fix exit code to 1 due to php exit code that cannot be greater than 254 2014-10-10 21:20:21 +02:00
Kuba Turek
dfbe67622d Throw an error in case when command returns code other than 0 2014-10-10 21:14:58 +02:00
Ramūnas Dronga
e0430cfb68 built-in task for doctrine migrations 2014-10-08 15:22:08 +03:00
Denis Denisov
a4548cb04c Add a box.json file to build PHAR 2014-10-01 07:49:46 +03:00
boston
b066368a50 SCM: Git clone performance
Via:
- http://stackoverflow.com/questions/1778088/how-to-clone-a-single-branch-in-git
- http://stackoverflow.com/questions/6941889/is-git-clone-depth-1-shallow-clone-more-useful-than-it-makes-out
- http://git-scm.com/docs/git-clone
2014-09-15 16:07:21 +06:00
Andrés Montañez
97e9fde28a Merge branch 'develop' 2014-09-13 17:30:17 -03:00
Andrés Montañez
a5ff1facca Prepare for next release. 2014-09-13 17:29:45 -03:00
Andrés Montañez
2ecb7e2dda Merge pull request #118 from edpauto/improved-autoloader
Autoloading classes with composer autoloader
2014-09-13 17:27:14 -03:00
Andrés Montañez
d0e8be2dfe Git Remote Cache #123 2014-09-13 16:45:41 -03:00
Jakub Turek
bc428f466a Use default autoloader when composer autoloader has been not initialized 2014-09-13 21:30:12 +02:00
Jakub Turek
5809a424a7 Revert "Remove old Autoload class"
This reverts commit 3f3253bbee3493c71e09a3074fd28a9d4485fc6c.
2014-09-13 21:30:12 +02:00
Jakub Turek
07326efbe2 Remove old Autoload class 2014-09-13 21:30:12 +02:00
Kuba Turek
ea49214e95 Load custom tasks and commands by composer autoload mechanism 2014-09-13 21:30:12 +02:00
Kuba Turek
300cc4c56f Load core classes wit hcomposer autoloader 2014-09-13 21:30:12 +02:00
Kuba Turek
9af42046db Add "vendor" to gitignore 2014-09-13 21:30:12 +02:00
Andrés Montañez
3b138adba6 Merge branch 'master' into develop 2014-09-13 14:23:05 -03:00
Andrés Montañez
18ce5c2649 Merge pull request #122 from hkdobrev/composer-readme-improvements
Improve Composer notes in the readme
2014-09-05 10:13:04 -03:00
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
2014-09-05 12:00:50 +03:00
Andrés Montañez
1573daa474 Merge pull request #107 from Landkeks/develop-rsync
Fix RsyncTask::excludes().
2014-08-25 14:11:20 -03:00
Andrés Montañez
d4763da37b Manual merge for PR #108 2014-08-25 14:09:42 -03:00
Andrés Montañez
c3204844ea Add possibility for defining the composer_cmd in the global config. 2014-08-25 14:05:01 -03:00
Andrés Montañez
e54baf726a Merge pull request #112 from edpauto/composer
Add composer_cmd as parameter for composer tasks
2014-08-25 14:03:55 -03:00
Kuba Turek
95ffed7e12 Add configurable composer_cmd parameter 2014-08-22 09:54:56 +02:00
Kuba Turek
48420c1c2a Rename composer_path into composer_cmd 2014-08-20 17:45:30 +02:00
Moritz Baumann
3a033b4514 Fix RsyncTask::excludes(). 2014-08-17 22:11:55 +02:00
Andrés Montañez
680e4dd804 Update README.md 2014-08-11 10:17:52 -03:00
Andrés Montañez
6196cda70b Issue #99 2014-08-07 16:32:42 -03:00