Commit graph

76 commits

Author SHA1 Message Date
Lomion 88a65d3272 Prepared Release 1.2.0 2021-11-11 13:57:21 +01:00
Lomion e62000098d Fixed test for name without y: 2021-11-11 13:54:53 +01:00
Lomion 80782de641 Merge remote-tracking branch 'origin/aiohttp' into develop 2021-11-11 13:44:11 +01:00
lomion 2c78919b7f Fixed Unittests 2021-11-08 22:48:18 +01:00
lomion e0497912d0 Merge remote-tracking branch 'refs/remotes/origin/aiohttp' into aiohttp 2021-11-08 22:40:34 +01:00
lomion 81ce86fc60 Clean up
Removes search for id
2021-11-08 22:33:30 +01:00
lomion 16336d61f3 Fixed MoviesPopular 2021-11-08 22:28:34 +01:00
lomion f6ef56fe93 New maubot version requires additional parameter 2021-09-23 22:32:07 +02:00
lomion 339998ab93 Fixed Flake 2021-09-23 22:22:35 +02:00
lomion 954a55e628 Made Popular async as well
Fixed unittests
TODO: Use self.api in all routines
2021-09-23 22:09:49 +02:00
lomion 28c2a9e474 Improved Movie and TvShow search 2021-09-23 13:39:40 +02:00
lomion 67e21f1f1e Disabled unittests for the time being 2021-09-22 09:58:45 +02:00
lomion aecf52a095 Renamed aiphttp_tester.py to aiohttp_tester.py
Fixes flake
2021-09-22 09:54:27 +02:00
lomion 52273ce538 Satisfy Flake 2021-08-20 10:39:08 +02:00
lomion 5204ed5617 Support for maubot 0.1.2 2021-08-20 10:31:47 +02:00
lomion 42555849b2 Fix "No answer if no movie was found" 2021-08-20 10:07:57 +02:00
lomion 2ff78cfd4a Working 2021-07-03 09:29:08 +02:00
lomion 460cb51d86 First tests. Gathering 2 requests takes longer than serial handling 2021-05-14 17:15:13 +02:00
lomion 74ac2415cc Prepared release 2021-03-16 21:58:18 +01:00
lomion 483372284c Add "Most Popular" - Part2 2021-03-16 21:45:27 +01:00
lomion 53d14f153c Add "Most Popular" - Part 1 2021-03-16 17:56:02 +01:00
lomion bb8b6f63f1 Include TmdbBot class 2021-03-16 16:51:57 +01:00
lomion 24a84e508f Fixed Flake error "F541 f-string is missing placeholders" 2021-03-16 16:40:00 +01:00
lomion 2eb62a790f Added flake to drone.yaml
Changes proposed by flake
2021-03-16 16:35:02 +01:00
lomion 5cb36d7f34 Added support for woodpecker CI
Because of historical reasons the pipeline file is still named drone.yaml (might be changed in future).
2021-03-15 16:07:39 +01:00
lomion 1ae2bbf230 Merge branch 'develop' of codeberg.org:lomion/tmdb-bot into develop 2021-03-15 16:04:39 +01:00
lomion 07e43ecf0a Trying to resolve file conflict in pull request 2021-03-15 16:04:15 +01:00
lomion 3c4a313970 Added Concourse CI files 2021-03-12 20:23:52 +01:00
lomion 2d40cd9444 Removed mime type from upload_media call for better preview compatibility. Works better in Android Web and Fluffy Chat. 2021-03-06 21:28:55 +01:00
lomion 2c520ac3e9 Revert error in test cases 2021-03-05 10:14:28 +01:00
lomion 09369395b9 Added error in tests in order to verify CI 2021-03-05 10:10:19 +01:00
lomion 3bdc819c3a Added "requests" to requirements.txt 2021-03-05 10:08:15 +01:00
lomion 5df818e589 Adapted testcases to changed tmdb data 2021-03-05 09:52:27 +01:00
lomion b51139e157 Initial Drone CI 2021-03-04 21:56:17 +01:00
lomion 41180653ac Merge branch 'develop' of codeberg.org:lomion/tmdb-bot into develop 2021-03-04 21:28:38 +01:00
lomion 91ac13cf29 Forced image upload to mimetype "image/jpg"
Test result: Image download working with all clients. Image preview is working with Element Android and FluffyChat but not in Element Web.
Todo: Get mimetype from downloaded image or make sure its always jpg
2021-02-17 12:54:35 +01:00
lomion 92f89dc9a8 Added mime type to poster message. This might address #10 but needs to be verified (not reproduceable). 2021-02-16 15:00:01 +01:00
lomion e3ce109ceb Merge branch 'master' into develop 2021-01-16 10:56:46 +01:00
lomion aba4a0e5da Moved construct_html_message into own class. Next step: additional method to create body. 2021-01-16 09:23:51 +01:00
lomion 17dbdaae12 Added script to create release 2021-01-16 09:02:44 +01:00
lomion 94baaf9296 Fixed handling of poster size and language if user did not set these values 2020-09-29 09:49:16 +02:00
lomion 5069551064 Version bump to Release 1.0.0 2020-09-29 08:32:38 +02:00
lomion 40ea8c0086 Minor fix in search_movies 2020-09-16 17:00:42 +02:00
lomion 3b971ffc7f Updated README.md for poster size command.
Final tas kfor #6
2020-09-11 12:35:55 +02:00
lomion 7b92383d0c Finalized poster size feature 2020-09-11 11:15:04 +02:00
lomion 0127ad1f66 Initial creation of poster size implementation 2020-09-09 15:18:22 +02:00
lomion 14d9ff8654 Ticket #9: Changed default language to english 2020-08-18 15:33:19 +02:00
lomion 90476dd9eb Ticket #8: Changed HTML format of help text since <br> tag seams not to work with the brand new element for Android ... 2020-08-18 15:31:13 +02:00
lomion 03a63987ef Improved command parser for wrong command syntax 2020-07-20 14:07:19 +02:00
lomion fbaf6c6666 Unifed command (see ticket #7) 2020-07-03 15:06:33 +02:00