Commit Graph

8937 Commits

Author SHA1 Message Date
aa7dd67131 Use URL to configure DBAL 2024-01-07 17:53:07 +01:00
a6af149fa3 Add missing test_database_socket parameter 2024-01-07 17:53:07 +01:00
ccd50bca7a Move enabling fosuser_registration in tests to config_test.yml 2024-01-07 17:53:07 +01:00
36a97e5d79 Merge pull request #7158 from wallabag/dependabot/composer/phpstan/phpstan-1.10.51 2024-01-05 08:47:41 +01:00
635c77714d Merge pull request #7157 from wallabag/dependabot/composer/j0k3r/graby-2.4.5 2024-01-05 08:47:24 +01:00
c1fb90d59b Bump phpstan/phpstan from 1.10.50 to 1.10.51
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.50 to 1.10.51.
- [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.50...1.10.51)

---
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-05 03:02:48 +00:00
5fefc9056a Bump j0k3r/graby from 2.4.4 to 2.4.5
Bumps [j0k3r/graby](https://github.com/j0k3r/graby) from 2.4.4 to 2.4.5.
- [Release notes](https://github.com/j0k3r/graby/releases)
- [Commits](https://github.com/j0k3r/graby/compare/2.4.4...2.4.5)

---
updated-dependencies:
- dependency-name: j0k3r/graby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 03:01:55 +00:00
4be822625c Merge pull request #7155 from yguedidi/use-phpunit-directly
Use PHPUnit directly
2024-01-04 12:13:49 +01:00
15d5eb5e6a Use PHPUnit directly 2024-01-03 23:46:08 +01:00
0e7b4641a1 Merge pull request #7154 from yguedidi/transitive-dependencies
Add directly used transitive dependencies as root ones
2024-01-03 23:02:42 +01:00
ed9f120ad6 Add directly used transitive dependencies as root ones 2024-01-03 21:30:03 +01:00
6a8f4822fd Merge pull request #7150 from wallabag/dependabot/npm_and_yarn/sass-1.69.6
Bump sass from 1.69.5 to 1.69.6
2024-01-01 04:03:48 +00:00
6b7c44af99 Merge pull request #7149 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.10
Bump terser-webpack-plugin from 5.3.9 to 5.3.10
2024-01-01 04:00:39 +00:00
76ad8b3b0b Merge pull request #7148 from wallabag/dependabot/npm_and_yarn/babel-dependencies-b458a94c33
Bump the babel-dependencies group with 2 updates
2024-01-01 03:57:46 +00:00
682d90d48a Bump sass from 1.69.5 to 1.69.6
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.5 to 1.69.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.5...1.69.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 03:55:10 +00:00
5356b29273 Bump terser-webpack-plugin from 5.3.9 to 5.3.10
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.9...v5.3.10)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 03:54:51 +00:00
539a1d2a68 Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.23.6 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-core)

Updates `@babel/preset-env` from 7.23.6 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 03:54:16 +00:00
828dd3080c Merge pull request #7145 from yguedidi/make-database-dependent-commands-lazy
Make database dependent commands lazy
2023-12-29 08:53:32 +01:00
16f31549fd Make database dependent commands lazy
(cherry picked from commit 9927a06cab)
2023-12-28 23:56:54 +01:00
a1154927c3 Merge pull request #7144 from wallabag/fix/node-20 2023-12-27 23:10:58 +01:00
019e978846 Use Node 20
Backported from the 2.6 branch.
Also, update composer & node deps.
2023-12-27 23:00:49 +01:00
84838b4952 Merge pull request #7138 from wallabag/dependabot/composer/phpstan/phpstan-symfony-1.3.6
Bump phpstan/phpstan-symfony from 1.3.5 to 1.3.6
2023-12-27 22:17:37 +01:00
5a19a32450 Merge pull request #7135 from yguedidi/use-wallabag-rulerz-packages
Use wallabag rulerz packages
2023-12-27 19:31:23 +01:00
bb688e8b7c Use wallabag rulerz packages 2023-12-27 19:26:34 +01:00
7fbf83f3bb Merge pull request #7139 from yguedidi/fix-doctrine-deprecation-notices
Fix Doctrine deprecation notices
2023-12-27 19:19:47 +01:00
8b9d3795da Fix setSQLLogger() depreciation 2023-12-27 19:10:17 +01:00
e5a8b152eb Fix getSchemaManager() depreciation 2023-12-27 19:10:17 +01:00
0cbd0ce28a Fix getEntity() depreciation 2023-12-27 19:10:17 +01:00
4846dd00c3 Merge pull request #7136 from yguedidi/fix-deprecation
Fix deprecation
2023-12-27 19:09:55 +01:00
babe87c33b Fix createClient() depreciation 2023-12-25 10:39:25 +01:00
10dd6d4315 Bump phpstan/phpstan-symfony from 1.3.5 to 1.3.6
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.3.5...1.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 03:38:06 +00:00
a351b0aada Fix canonicalize depreciation 2023-12-24 20:29:11 +01:00
3caf65865b Merge pull request #7132 from Simounet/feat/wallassets-folder-added-to-gitignore
wallassets folder added to .gitignore
2023-12-22 09:53:06 +01:00
7eda9811b8 wallassets folder added to .gitignore 2023-12-21 18:03:18 +01:00
16863c5307 Merge pull request #7131 from Simounet/fix/dark-mode-disabled-url
Fix/dark mode disabled url
2023-12-21 14:00:04 +01:00
10d099dc38 Fix add tags input dark mode 2023-12-21 12:24:45 +01:00
d63db323ad Fix disabled URL edit dark mode 2023-12-21 12:24:07 +01:00
44f362236d Merge pull request #7129 from wallabag/dependabot/composer/php-amqplib/rabbitmq-bundle-2.13.2 2023-12-21 05:46:42 +01:00
d2699005d5 Merge pull request #7130 from wallabag/dependabot/composer/doctrine/orm-2.17.2 2023-12-21 05:46:19 +01:00
9f2b874f2f Bump doctrine/orm from 2.17.1 to 2.17.2
Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.17.1 to 2.17.2.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.17.1...2.17.2)

---
updated-dependencies:
- dependency-name: doctrine/orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 03:55:52 +00:00
d4678b2e10 Bump php-amqplib/rabbitmq-bundle from 2.13.1 to 2.13.2
Bumps [php-amqplib/rabbitmq-bundle](https://github.com/php-amqplib/RabbitMqBundle) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/php-amqplib/RabbitMqBundle/releases)
- [Changelog](https://github.com/php-amqplib/RabbitMqBundle/blob/master/CHANGELOG)
- [Commits](https://github.com/php-amqplib/RabbitMqBundle/compare/2.13.1...2.13.2)

---
updated-dependencies:
- dependency-name: php-amqplib/rabbitmq-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 03:55:33 +00:00
838099cdcc Merge pull request #7126 from wallabag/dependabot/npm_and_yarn/eslint-8.56.0
Bump eslint from 8.55.0 to 8.56.0
2023-12-18 04:02:51 +00:00
5836fb7172 Bump eslint from 8.55.0 to 8.56.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.55.0...v8.56.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:55:01 +00:00
1bd2ae84ac Merge pull request #7125 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.29.1
Bump eslint-plugin-import from 2.29.0 to 2.29.1
2023-12-18 03:53:44 +00:00
791e37cfc8 Merge pull request #7124 from wallabag/dependabot/npm_and_yarn/babel-dependencies-6f8bf1c51e
Bump the babel-dependencies group with 2 updates
2023-12-18 03:50:59 +00:00
69be48ad04 Bump eslint-plugin-import from 2.29.0 to 2.29.1
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2.29.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:48:23 +00:00
6642adcabb Bump the babel-dependencies group with 2 updates
Bumps the babel-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).


Updates `@babel/core` from 7.23.5 to 7.23.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-core)

Updates `@babel/preset-env` from 7.23.5 to 7.23.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: babel-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 03:47:22 +00:00
9dd29901c3 Merge pull request #7122 from wallabag/dependabot/composer/jms/serializer-3.29.1
Bump jms/serializer from 3.29.0 to 3.29.1
2023-12-15 08:52:27 +01:00
1be5b107e0 Bump jms/serializer from 3.29.0 to 3.29.1
Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.29.0 to 3.29.1.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.29.0...3.29.1)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 03:20:19 +00:00
d040a8db0f Merge pull request #7119 from wallabag/dependabot/composer/phpstan/phpstan-1.10.50 2023-12-13 20:21:42 -08:00