Jérémy Benoist
|
1b8960edc4
|
Merge pull request #7588 from KevinSJ/feat/filter-by-http-status
Add http_status filter to /api/entries
|
2024-09-06 09:34:34 +02:00 |
|
Jeremy Benoist
|
c6a69e595c
|
Fix CS
|
2024-08-14 16:39:36 +02:00 |
|
Kevin Jiang
|
fc14f86ae4
|
test: Add test for http_status filter
|
2024-07-24 20:19:25 +12:00 |
|
Kevin Jiang
|
897aa1d309
|
Adding tests for tagging rules reset
Fix test: associate tagging rule with user config
Update src/Repository/TaggingRuleRepository.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
Update src/Controller/ConfigController.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
Update src/Repository/TaggingRuleRepository.php
Co-authored-by: Jérémy Benoist <j0k3r@users.noreply.github.com>
|
2024-07-16 11:24:09 +12:00 |
|
Jeremy Benoist
|
d5d6b6861e
|
Fix tests
|
2024-07-15 10:32:01 +02:00 |
|
Jeremy Benoist
|
910132fe72
|
Fix tests
Looks like lemonde.fr doesn't work anymore in wallabag for test.
Switching to an other great media.
Also update site configs.
|
2024-07-12 17:08:40 +02:00 |
|
Jérémy Benoist
|
6bdee1671d
|
Fix test
|
2024-04-15 12:17:13 +02:00 |
|
Yassine Guedidi
|
edd0460018
|
Merge pull request #7196 from yguedidi/improve-install-command
Improve install command
|
2024-04-05 05:34:25 +02:00 |
|
Yassine Guedidi
|
c4f097530f
|
Make each install command test uses its own database
|
2024-04-04 23:57:03 +02:00 |
|
Yassine Guedidi
|
ef4964cf48
|
Always run other commands
|
2024-04-04 23:38:32 +02:00 |
|
Yassine Guedidi
|
463b86c143
|
Run install command tests on MySQL
|
2024-04-04 23:38:32 +02:00 |
|
Yassine Guedidi
|
62e412dbd4
|
Rename test to better show expectation
|
2024-04-04 23:38:32 +02:00 |
|
Yassine Guedidi
|
f161c4b437
|
Move resetDatabase() in InstallCommandTest as used only there
|
2024-04-04 23:38:32 +02:00 |
|
Yassine Guedidi
|
5a5a246ae7
|
Use getNewClient() instead of a call to parent::setUp()
|
2024-04-04 23:38:32 +02:00 |
|
Yassine Guedidi
|
49df7d8c52
|
Make install command better support PostgreSQL
|
2024-04-04 23:38:32 +02:00 |
|
Yassine Guedidi
|
247894209c
|
Use IsGranted in SiteCredentialController
|
2024-04-04 23:37:14 +02:00 |
|
Yassine Guedidi
|
b8819cc3d7
|
Use IsGranted in EntryController
|
2024-04-04 10:25:08 +02:00 |
|
Yassine Guedidi
|
b305d72740
|
Fix schema
|
2024-04-02 23:39:33 +02:00 |
|
Yassine Guedidi
|
49ca5f5ed8
|
Use IsGranted in IgnoreOriginInstanceRuleController
|
2024-03-22 10:27:46 +01:00 |
|
Yassine Guedidi
|
beaca32493
|
Use IsGranted in UserController
|
2024-03-21 22:33:58 +01:00 |
|
Jeremy Benoist
|
6740020b7b
|
Fix CS
|
2024-03-19 09:28:19 +01:00 |
|
Yassine Guedidi
|
6d38e0533f
|
Run tests in no debug mode
|
2024-02-26 16:30:16 +01:00 |
|
Yassine Guedidi
|
a221ec8348
|
Use test container to replace test services definitions
|
2024-02-26 16:30:16 +01:00 |
|
Yassine Guedidi
|
a543e8fdd3
|
Merge pull request #7294 from yguedidi/move-assets-to-assets-root-folder-as-is
Move assets to assets/ root folder "as is"
|
2024-02-26 14:05:08 +01:00 |
|
Yassine Guedidi
|
ce391a6801
|
Merge pull request #7292 from yguedidi/rename-wallabagcoretestcase-to-wallabagtestcase
Rename WallabagCoreTestCase to WallabagTestCase
|
2024-02-25 16:33:26 +01:00 |
|
Yassine Guedidi
|
71e7c16dfe
|
Fix logo path in entries.xml.twig
|
2024-02-25 00:28:03 +01:00 |
|
Yassine Guedidi
|
c092e4ddf6
|
Rename WallabagCoreTestCase to WallabagTestCase
|
2024-02-24 20:24:51 +01:00 |
|
Yassine Guedidi
|
6c1ba95781
|
Use lighter PDF file in Pinboard tests
|
2024-02-24 19:27:42 +01:00 |
|
Yassine Guedidi
|
74a98aaae2
|
Rename wallabag_core to wallabag
|
2024-02-23 07:42:48 +01:00 |
|
Yassine Guedidi
|
0b44170e83
|
Remove the CoreBundle namespace
|
2024-02-23 07:42:48 +01:00 |
|
Yassine Guedidi
|
24da70e338
|
Move test files directly under tests/ directory
|
2024-02-23 07:42:48 +01:00 |
|
Yassine Guedidi
|
62fcfe547a
|
Make PocketImport use HttpClient
|
2024-02-19 12:29:06 +01:00 |
|
Yassine Guedidi
|
664b4baa3e
|
Move templates
|
2024-02-19 10:32:55 +01:00 |
|
Yassine Guedidi
|
0576cb613f
|
Make DownloadImages use HttpClient
|
2024-02-13 09:42:27 +01:00 |
|
Yassine Guedidi
|
d48ddde108
|
Merge pull request #7229 from yguedidi/integrate-bdunogier/guzzle-site-authenticator-in-core
Integrate bdunogier/guzzle-site-authenticator in core
|
2024-02-05 09:09:13 +01:00 |
|
Yassine Guedidi
|
7c4ca62eae
|
Make all commands lazy
|
2024-02-02 23:54:14 +01:00 |
|
Yassine Guedidi
|
03111e510c
|
Integrate bdunogier/guzzle-site-authenticator in core
|
2024-02-02 22:36:27 +01:00 |
|
Yassine Guedidi
|
8abea942b3
|
Rename GuzzleSiteAuthenticator namespace to SiteConfig
|
2024-02-02 22:36:23 +01:00 |
|
Yassine Guedidi
|
c93c47cdec
|
Fix CreateConfigListener to not use session in CLI context
|
2024-01-27 16:07:39 +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
|
bda26c21cf
|
Rename wallabag_import to wallabag_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
|
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
|
0234aa1acf
|
Move User templates to Core
|
2024-01-25 20:34:40 +01:00 |
|