Commit graph

55 commits

Author SHA1 Message Date
5323245cf6
Fix /post_entry 2026-03-15 20:45:00 +01:00
71695c2987
WIP 2026-03-15 19:37:55 +01:00
dfa6ea48e5
Refactor tag retrieval to use default values and remove missing_tags module 2026-03-15 15:50:04 +01:00
8805da33b6
Remove end-to-end test for git backup push 2026-03-15 15:39:15 +01:00
727057439e
Refactor reader dependency injection in FastAPI routes and tests 2026-03-15 15:39:05 +01:00
168f38b764
Add pytest option to run real git backup tests and skip by default 2026-03-15 15:13:32 +01:00
ed395a951c
Refactor URL change logic, mark all the new entries as read 2026-03-15 15:13:25 +01:00
b19927af0f
Preserve Discord timestamp tags in message
All checks were successful
Test and build Docker image / docker (push) Successful in 1m30s
2026-03-14 05:26:48 +01:00
5215b80643
Add endpoint to see all the entries for a webhook 2026-03-07 19:00:11 +01:00
dcd86eff69
Randomize test order 2026-03-07 06:43:32 +01:00
d87341d729
Add feed URL change functionality and related tests 2026-03-07 06:29:12 +01:00
24d4d7a293
Add support for changing the update interval for feeds
Some checks failed
Test and build Docker image / docker (push) Has been cancelled
2026-03-07 05:50:20 +01:00
567273678e
Only show backup button in navbar if backups are enabled 2026-03-07 05:50:20 +01:00
e8bd528def
Add git backup functionality
Fixes: https://github.com/TheLovinator1/discord-rss-bot/issues/421
Merges: https://github.com/TheLovinator1/discord-rss-bot/pull/422
2026-03-07 01:01:09 +01:00
fb4910430a Refactor search response to use named parameters and update search context test 2025-08-29 16:41:34 +02:00
44f50a4a98
Remove test for updating an existing feed 2025-05-17 04:07:13 +02:00
2a6dbd33dd
Add button for manually updating feed 2025-05-17 03:58:08 +02:00
ffd6f2f9f2
Add Hoyolab API integration 2025-05-04 03:48:22 +02:00
cd0f63d59a
Add tldextract for improved domain extraction and add new tests for extract_domain function 2025-04-16 13:32:31 +02:00
8b50003eda
Group feeds by domain 2025-04-03 16:47:53 +02:00
97d06ddb43
Embed YouTube videos in /feed HTML. Strong code, many bananas! 🦍🦍🦍🦍 2025-04-03 06:20:01 +02:00
ac63041b28
Add regex support to blacklist and whitelist filters. Strong code, many bananas! 🦍🦍🦍🦍 2025-04-03 05:44:50 +02:00
45fa4c3c39
Fix warnings and other type checking issues 2025-02-10 04:44:09 +01:00
7ba3716b98
Stuff and things 2024-10-30 18:45:02 +01:00
73b171dbfd
Fix markdown looking like shit 2024-05-24 01:11:38 +02:00
73cf7c489c
Fix all the bugs 2024-05-18 04:05:05 +02:00
948a5a2af9
Use Ruff and fix all its warnings and errors 2023-03-18 01:50:45 +01:00
9a90385fae
You can now filter the author 2023-01-30 01:21:16 +01:00
10e335e6e2
Add test for is_word_in_text 2023-01-30 00:01:47 +01:00
bc00be6f71
Refactor whitelist/blacklist 2023-01-29 02:16:36 +01:00
155b94cff2
Remove images and URLs without any text when converting HTML to Markdown 2023-01-29 01:08:28 +01:00
4d8a0e9ded
Update HTML to markdown converter 2023-01-28 23:01:17 +01:00
596238420a
Remove unneeded variable 2023-01-28 21:22:45 +01:00
5a4e56056f
Remove unneeded function 2023-01-28 21:15:42 +01:00
fa061782f4
Move things away from main and refactor things 2023-01-28 21:11:20 +01:00
e571ad9ee2
Readd request to context and add tests 2023-01-28 19:44:59 +01:00
3f81b532fe
Delete webhook after deleting feed in tests 2023-01-28 19:27:14 +01:00
4824fa9452
Add more tests 2023-01-25 11:35:43 +01:00
e612444737
Run add_missing_tags when testing and adding feed 2023-01-22 23:11:32 +01:00
d3849a60ab
Add more tests 2023-01-22 10:09:12 +01:00
f39c9056fd
Add more tests 2023-01-19 04:05:35 +01:00
504f1c5fe6
Fix all errors and warnings 2023-01-10 23:07:15 +01:00
b0e9e80b14
Run Black 2023-01-10 17:19:06 +01:00
b7d786e2c7
Add #noqa and #TODOs 2022-12-19 17:24:29 +01:00
bcc2e98f29
Remove broken test 2022-12-17 23:47:03 +01:00
3dbe6ba79d
Add type hints and other small stuff 2022-12-14 02:16:33 +01:00
a704a63582
Add tests 2022-12-13 22:09:51 +01:00
7182326a52
Remove old tests 2022-12-05 13:25:51 +01:00
400b72dbf4
Add config file, dropdown for webhooks, and sends stuff to Discord 2022-12-02 16:47:47 +01:00
b8a94b6009
Update to newest version of Reader, fix webhooks and fix tests 2022-09-26 19:43:51 +02:00