Commit graph

9145 commits

Author SHA1 Message Date
dependabot[bot]
d3aaa2f7f6
Bump nelmio/api-doc-bundle from 4.18.1 to 4.18.2
Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.18.1 to 4.18.2.
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nelmio/NelmioApiDocBundle/compare/v4.18.1...v4.18.2)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 03:05:38 +00:00
dependabot[bot]
8fee8773b7
Bump friendsofphp/php-cs-fixer from 3.47.1 to 3.48.0
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.47.1 to 3.48.0.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.47.1...v3.48.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 03:05:27 +00:00
dependabot[bot]
1bd2f518c2
Bump doctrine/dbal from 3.7.3 to 3.8.0
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.7.3 to 3.8.0.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.7.3...3.8.0)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 03:05:18 +00:00
Yassine Guedidi
2fd1f23833
Merge pull request #7151 from yguedidi/one-bundle
Move to one bundle
2024-01-25 21:52:53 +01:00
Yassine Guedidi
a7fe79dacd Make reset database drop full database 2024-01-25 20:34:40 +01:00
Yassine Guedidi
764f547ba5 Make reset database in tests use migrations instead of schema create 2024-01-25 20:34:40 +01:00
Yassine Guedidi
ce790c8f04 Make sure tags targetEntity uses FQCN 2024-01-25 20:34:40 +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
8b13631e3d Move Import templates 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
48a6948abc Move Import form type 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
85ba249ed1 Move Api form type to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
1bddf4ee19 Move Api repository to Core 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
020c616c9d Remove unused routing file 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
c7bf98923e Remove unused template file 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
87ed669504 Move User form types 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
a615bcce55 Remove unused translation file 2024-01-25 20:34:40 +01:00
Yassine Guedidi
fab4ccb01f Rename Manage template folder to User 2024-01-25 20:34:40 +01:00
Yassine Guedidi
0075456344 Rename ManageController to UserController 2024-01-25 20:34:40 +01:00
Yassine Guedidi
922ddc9d63 Remove AnnotationBundle 2024-01-25 20:34:40 +01:00
Yassine Guedidi
b9a1248c4b Move Annotation form types to Core 2024-01-25 20:34:40 +01:00
Yassine Guedidi
23301b7eac Move Annotation repository to Core 2024-01-25 20:34:39 +01:00
Yassine Guedidi
2190174754 Move Annotation entity to Core 2024-01-25 20:34:39 +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
Kevin Decherf
eb36d692aa
Merge pull request #7137 from yguedidi/upgrade-to-symfony-5
Upgrade to Symfony 5
2024-01-25 20:24:20 +01:00
Nicolas Lœuillet
1696a43a0c
Merge pull request #7210 from wallabag/dependabot/composer/phpstan/phpstan-1.10.57
Bump phpstan/phpstan from 1.10.56 to 1.10.57
2024-01-25 08:06:53 +01:00
dependabot[bot]
16ef7c24dc
Bump phpstan/phpstan from 1.10.56 to 1.10.57
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.56 to 1.10.57.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](https://github.com/phpstan/phpstan/compare/1.10.56...1.10.57)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 03:25:49 +00:00
Yassine Guedidi
ae6b578162
Merge pull request #7209 from yguedidi/add-blackfire-as-sponsor
Add Blackfire as sponsor
2024-01-24 22:51:16 +01:00
Yassine Guedidi
749fc034e9 Add Blackfire as sponsor 2024-01-24 22:21:47 +01:00
Yassine Guedidi
c34a259668 Bump PHP dependencies 2024-01-22 19:15:54 +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
0178c7356d Fix PHPStan errors 2024-01-22 19:15:54 +01:00