52 Commits

Author SHA1 Message Date
roitsch ef8a02a0b5 try to fix failing composer script on windows
commands executed from the post-update-cmd are not executed on windows. unshifting the executable as parameter seems to the fix the problem.
2023-03-08 10:54:59 +01:00
roitsch ad162c6bad fix "fix-bundles" in PostUpdateScript.php
Remove .php ending of fix-bundles script #3330
2022-10-04 16:20:33 +02:00
Vitalii Nagara a9059bfe76 Fix version compare for composer self-update versions. 2022-05-06 08:16:53 +01:00
Bob den Otter 1d006b6ce5 Let's make it work on both Composer 2.3.x as well as 2.2.x 2022-03-31 09:55:57 +02:00
Bob den Otter b2f0f11341 Refactor Composer scripts to work with Composer 2.3.0 2022-03-30 19:15:32 +02:00
Bob den Otter 5b589225e6 Fix boolean logic 🤦 2022-01-05 14:32:59 +01:00
Ivo Valchev cd52d5d94b Fix php unit relation test 2021-12-13 11:33:44 +01:00
Bob den Otter 5e68faafe1 CS fixes 2021-10-13 18:59:59 +02:00
Bob den Otter a9b4c2a415 Add fix-bundles script 2021-08-29 16:09:24 +02:00
Bob den Otter 4b134fe358 Fixing Composer scripts 2021-08-28 11:46:48 +02:00
Bob den Otter e564ca869d Fix Script.php 2021-08-27 14:57:43 +02:00
Bob den Otter a06642881a Update Script.php 2021-08-27 14:57:43 +02:00
Ivo Valchev f6b60fdb30 Remove copyEnv from post-create-project script 2021-08-23 17:07:04 +02:00
Bob den Otter 0ecb1de65d Update Script.php 2021-08-13 09:48:36 +02:00
Bob den Otter f38de46463 Merge branch '4.2' 2021-08-13 09:39:52 +02:00
Bob den Otter 695eb18406 Update Script.php 2021-08-12 14:51:55 +02:00
Bob den Otter 0e0ae9ff09 Workaround for constructor signature change in Symfony/Process 2021-08-12 14:44:24 +02:00
Bob den Otter 0e5078fbbc Merge branch '4.2' 2021-08-11 14:35:46 +02:00
Bob den Otter 6293cfaecd Despite what the arguments say, this should be a string 2021-08-11 14:13:56 +02:00
Bob den Otter 8631c7e989 Re-add method that went missing somehow 2021-08-10 16:07:46 +02:00
Ivo Valchev f977985125 Merge branch '4.2' 2021-08-10 15:38:19 +02:00
Ivo Valchev 98a403ad59 Use Symfony Process component instead of passthru 2021-08-09 12:15:44 +02:00
Ivo Valchev c3e2cb9bc4 Run bin/console bolt:reset-secret when creating a new project 2021-07-30 15:02:06 +02:00
Bob den Otter d930174a6b CS fixkes 2021-06-03 14:57:25 +02:00
Bob den Otter 494a973d9a Get rid of run.php 2021-06-03 14:52:40 +02:00
Bob den Otter b704fcb5ba Update Script.php 2021-06-03 14:42:43 +02:00
Bob den Otter 6d5ef01e1c Refactoring out SymfonyStyleFactory 2021-06-03 14:40:33 +02:00
Bob den Otter ec8065d8d8 Ensure installation of Bolt Assets on composer update 2021-04-12 14:49:45 +02:00
Bob den Otter ceb3db41d1 Don't run migrations in composer scripts, if the Database is not initialised yet. 2021-04-09 13:31:46 +02:00
Ivo Valchev c7b1424a57 Run migrations check on composer install and show how to migrate 2021-03-18 16:56:54 +01:00
Ivo Valchev e6129ca66e Run yaml migrations on composer update 2021-03-10 13:42:23 +01:00
Bob den Otter 2ab2ee0fed Don't remove these lines 2021-02-27 14:25:17 +01:00
Bob den Otter fb0ef58c61 Merge branch '4.2' 2021-02-27 14:23:42 +01:00
Bob den Otter 37cd91a390 Tweaking the composer scripts 2021-02-27 14:20:21 +01:00
Bob den Otter 538cfc1b90 Merge branch '4.2' 2021-02-24 15:12:58 +01:00
Ivo Valchev 9811bea3c6 Add project update/install callables 2021-02-24 12:54:42 +01:00
Ivo Valchev a442e32657 Allow for colored output in update scripts 2021-02-24 12:50:25 +01:00
Bob den Otter b5b51b4dd5 Merge branch '4.2' 2021-02-24 11:47:56 +01:00
Ivo Valchev 75e3775a2f Delete ProjectEventHandler.php 2021-02-22 16:46:34 +01:00
Ivo Valchev b701d5f71e Remove outdated project update scripts 2021-02-22 16:46:34 +01:00
Ivo Valchev da85ded893 Composer script callbacks 2021-02-22 16:46:34 +01:00
Bob den Otter 406deaeb37 Merge branch '4.2' 2021-02-18 12:15:27 +01:00
Bob den Otter abdb60c6a6 CS fixes 2021-02-15 16:06:02 +01:00
Bob den Otter 6493bcf007 Add Composer scripts for 4.2 2021-02-15 16:04:38 +01:00
Ivo Valchev b87614c833 Allow migratiosn to run from project. Check migrations in composer install 2021-01-06 15:37:14 +01:00
Ivo Valchev 3bdfb4a3a3 Call yaml-migrations correctly 2021-01-06 14:59:37 +01:00
Ivo Valchev f54a419348 Fix for public dir and info output 2021-01-06 14:30:28 +01:00
Ivo Valchev 08fd670588 Fix correct path from a project 2021-01-06 14:30:28 +01:00
Ivo Valchev 4eb9376ef7 Add more scripts 2021-01-06 14:30:28 +01:00
Ivo Valchev f8757db5ab Warn of outstanding migrations 2020-12-14 15:20:02 +01:00