Commit graph

1093 commits

Author SHA1 Message Date
Yassine Guedidi 8343a2d8f8
Merge pull request #7230 from yguedidi/lazy-commands
Make all commands lazy
2024-02-05 09:07:21 +01:00
Yassine Guedidi 7c4ca62eae Make all commands lazy 2024-02-02 23:54:14 +01:00
Yassine Guedidi 1965b3176d Configure MakerBundle 2024-02-02 23:39:18 +01:00
Yassine Guedidi bda26c21cf Rename wallabag_import to wallabag_core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 2c65169127 Remove ImportBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi 6552c84eec Move Import configuration to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 057dbf0066 Move Import redis to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 47b3a08284 Move Import importers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 6787f598cb Move Import controllers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi ed4b20f27f Move Import consumers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi b6b067c969 Move Import commands to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi adf195623d Remove ApiBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi 81577ef6b0 Move Api entities to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 3fc0b5fa5b Move Api controllers to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 7f8b806b8c Remove UserBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi 0234aa1acf Move User templates to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 615adc81ff Move User event listeners to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi d8f2d3c7ee Move User mailer to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi bdeaa93dd8 Move User repository to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi a37ded9101 Move User entity to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 4a356a6977 Move User fixtures to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 3d7bb85d71 Move User controller to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi 922ddc9d63 Remove AnnotationBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi 1a6036cb23 Move Annotation fixtures to Core 2024-01-25 20:34:39 +01:00
Yassine Guedidi 2ed8c219cc Move Annotation controller to Core 2024-01-25 20:34:39 +01:00
Yassine Guedidi 423f2f792d Make RabbitMQConsumerTotalProxy non-lazy
It's not supported by the bundle, see https://github.com/php-amqplib/RabbitMqBundle/tree/2.13.2?tab=readme-ov-file#important-notice---lazy-connections
2024-01-22 19:15:54 +01:00
Yassine Guedidi 0a117958c9 Apply PHP-CS-Fixer fixes 2024-01-22 19:15:54 +01:00
Yassine Guedidi 25474a7b99 Upgrade from lexik/form-filter-bundle to spiriitlabs/form-filter-bundle 2024-01-22 19:15:54 +01:00
Yassine Guedidi ac9473e755 Upgrade dama/doctrine-test-bundle 2024-01-22 19:15:54 +01:00
Yassine Guedidi 2bef3e4927 Use error routing from FrameworkBundle 2024-01-22 19:15:54 +01:00
Yassine Guedidi 7e40142aa0 Remove need for TEST_DATABASE_PATH 2024-01-14 23:16:31 +01:00
Yassine Guedidi 4eb31d1280
Merge pull request #7161 from yguedidi/make-tests-use-dev-database-config
Make tests use dev database config
2024-01-08 09:45:55 +01:00
Yassine Guedidi 8d3f575c03 Make tests use dev database config 2024-01-07 20:00:30 +01:00
Yassine Guedidi aa7dd67131 Use URL to configure DBAL 2024-01-07 17:53:07 +01:00
Yassine Guedidi a6af149fa3 Add missing test_database_socket parameter 2024-01-07 17:53:07 +01:00
Yassine Guedidi ccd50bca7a Move enabling fosuser_registration in tests to config_test.yml 2024-01-07 17:53:07 +01:00
Yassine Guedidi 16c239aa78 Merge branch '2.6' into merge-2.6-in-master 2024-01-03 11:08:10 +01:00
Jeremy Benoist c8f036ad0f
Prepare 2.6.8 release 2024-01-03 07:31:07 +01:00
Yassine Guedidi 16f31549fd Make database dependent commands lazy
(cherry picked from commit 9927a06cab)
2023-12-28 23:56:54 +01:00
Yassine Guedidi bb688e8b7c Use wallabag rulerz packages 2023-12-27 19:26:34 +01:00
Yassine Guedidi 9927a06cab Make database dependent commands lazy 2023-12-26 21:29:00 +01:00
Simounet 165973d834
Fix add tags input dark mode 2023-12-22 15:01:23 +01:00
Simounet e018daf2fa
Fix disabled URL edit dark mode 2023-12-22 15:01:23 +01:00
Simounet 10d099dc38
Fix add tags input dark mode 2023-12-21 12:24:45 +01:00
Simounet d63db323ad
Fix disabled URL edit dark mode 2023-12-21 12:24:07 +01:00
Kevin Decherf 4a5f769428 Merge remote-tracking branch 'origin/2.6' into port/2.6.7
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2023-10-25 22:09:21 +02:00
Jeremy Benoist fa107116cc
Prepare 2.6.7 release 2023-10-02 14:14:34 +02:00
sonvir249 a0cd522db2
Updated text iTunes to App Store. 2023-10-02 10:07:05 +05:30
Simounet 6fab27f3ce
Add tag form submit button always displayed 2023-09-29 15:35:33 +02:00
Simounet 9bc026f343
Fix #6971 - Full clickable card on mass action 2023-09-27 19:25:16 +02:00