Commit graph

206 commits

Author SHA1 Message Date
MarkusRost e457757d6b Merge branch 'testing' into 'horse-thread-support'
# Conflicts:
#   src/discord/queue.py
2022-03-11 22:47:45 +00:00
Frisk 23b5a5db1c
Added fix to possible None comparison on HTTP status check 2022-02-24 07:16:43 +01:00
MarkusRost 1247e5f408 Don't run redaction on archives 2022-02-02 08:11:39 +00:00
Frisk 9196a9cbbe
Added migration test, fixes in previous tests 2022-01-14 10:01:44 +01:00
Frisk 5d48533e69
Added some additional typing information and some spacing fixes 2022-01-13 17:23:26 +01:00
Frisk c87c066861
Added some additional typing information 2022-01-13 17:18:40 +01:00
Frisk 56fd7aefb7
Added tests for registering formatters and hooks 2022-01-08 13:37:33 +01:00
Frisk 68303dd18b
Actually fix pytest tests 2022-01-06 15:42:33 +01:00
Frisk 71b7188d97
Added resilience against file database corruption/deletion on error_tolerance > 1 2022-01-06 15:36:53 +01:00
Frisk 977894036a
Cleaned up unused imports 2022-01-02 20:59:17 +01:00
Frisk d9ae3306cf
Applied fixes to previous commit (thanks Markus!) 2022-01-02 20:56:50 +01:00
Frisk adb3b42074
Fixed #235 2022-01-02 15:31:11 +01:00
Frisk bf9e4bc855
Added some more testing cases 2022-01-02 14:39:20 +01:00
Frisk 241e2844ee
Added test files and completed(?) scripts 2021-12-30 15:46:18 +01:00
Frisk 8631a41ef6
Actually decrease amount of unnecessary writes 2021-11-19 13:35:36 +01:00
Frisk e9049b922a
do less writes 2021-11-19 12:50:52 +01:00
Frisk f7b60ec87d
Added argparser which I forgot in last commits 2021-11-19 12:42:36 +01:00
Frisk b52cc80b61
Fixes to previous commit 2021-11-18 17:27:02 +01:00
Frisk b63aadb74d
Added #233 and fixed #234 2021-11-18 17:22:16 +01:00
Frisk 468c381883
Merge remote-tracking branch 'origin/testing' into testing 2021-10-14 12:30:10 +02:00
Frisk 5d7647e862
Fix #227 and bump version 2021-10-14 12:29:45 +02:00
MarkusRost 78da5a1367 fix typo 2021-07-30 10:44:25 +00:00
MarkusRost 2efcfcecdd Support webhooks with thread_id
closes #225
2021-07-30 00:01:55 +00:00
MarkusRost fd9a49b157 fix moved lines edit diff sync error 2021-07-20 06:16:34 +00:00
MarkusRost 92d0d5d007 Change "Removed" to "~~hidden~~"
Matches formatters then edit already stats partially hidden, no need to specifically state that the info got removed.

close #222
2021-07-08 10:35:26 +00:00
Frisk 3a521e060d
Merge remote-tracking branch 'origin/testing' into testing 2021-07-08 11:45:03 +02:00
Frisk 40e87ab5a6
Bump version 2021-07-08 11:44:13 +02:00
MarkusRost 810fb31311 Merge branch 'horse-wikibot-edit-diff-sync' into 'testing'
Sync diff parser with Wiki-Bot: Fix moved lines edit diff

See merge request piotrex43/RcGcDw!92
2021-06-20 10:30:34 +00:00
Frisk a69cbecffd
Fixed #219 2021-06-20 02:43:43 +02:00
Frisk 02dce0f3ae
Fixed a potential crash when author is not assigned 2021-06-12 23:32:13 +02:00
MarkusRost ba2bddb8a9 fix moved lines edit diff
close #218
2021-06-12 17:22:25 +00:00
Frisk 966d28700a
Fixed #216 With message deletion turned on sometimes messages are not being deleted 2021-06-11 21:25:59 +02:00
Frisk 288e532dbd
Fixed a possibility when init_info fails 2021-06-05 15:01:14 +02:00
Frisk 908b42288d
Fixed #215 2021-06-05 14:44:05 +02:00
Frisk fbb9904d75
Trying to fix circular import 2021-05-23 21:06:59 +02:00
Frisk 6c1d786d19 Merge branch 'horse-notifications' into 'testing'
Horse noticiations

See merge request piotrex43/RcGcDw!90
2021-05-22 23:54:28 +00:00
MarkusRost 6b0701e589 * Add action icons back to embeds
* Fix links in summaries
* Add user (talk) page notifications
2021-05-22 23:16:18 +00:00
Frisk 6e985be8be
Actually fix the context translation issue 2021-05-22 21:51:12 +02:00
Frisk 28e8c91871
Transformed the main RC fetching function to use new API requesting function 2021-05-22 16:54:14 +02:00
Frisk 4eb87b3095 Merge branch 'MarkusRost-testing-patch-59581' into 'testing'
Fix fields and rights changes

See merge request piotrex43/RcGcDw!89
2021-05-22 14:30:27 +00:00
Frisk 0109f7e165
Create backwards compatibility with Python 3.7 for formatters_i18n 2021-05-22 16:07:08 +02:00
MarkusRost 5ca438372d Fix fields and rights changes 2021-05-22 13:59:36 +00:00
Frisk 586aaf5a50
Fix GitLab pipeline crashes due to discussions not being initialized 2021-05-22 15:54:58 +02:00
Frisk 87e70d9779
Fixed URL in util 2021-05-22 14:48:26 +02:00
Frisk 6215cb81bf
Some typing methods seem not to be supported by Python 3.7, removed them 2021-05-22 14:22:23 +02:00
Frisk 4cd5e42bee
Added additional argument to post-hooks containing main change body
This was a suggestion by MarkusRost
2021-05-22 13:48:01 +02:00
Frisk 843fc0c7bc
Some small fixes and tweaks to make translation better 2021-05-21 20:18:39 +02:00
Frisk 99669a1702
Merge branch '1.14' into testing
# Conflicts:
#	locale/de/LC_MESSAGES/rc_formatters.mo
#	locale/fr/LC_MESSAGES/discussion_formatters.mo
#	locale/fr/LC_MESSAGES/discussion_formatters.po
#	locale/fr/LC_MESSAGES/misc.po
#	locale/fr/LC_MESSAGES/rc_formatters.mo
#	locale/hi/LC_MESSAGES/rc_formatters.mo
#	locale/pl/LC_MESSAGES/rc_formatters.mo
#	locale/pt-br/LC_MESSAGES/rc_formatters.mo
#	locale/ru/LC_MESSAGES/rc_formatters.mo
#	locale/uk/LC_MESSAGES/rc_formatters.mo
#	locale/zh-hans/LC_MESSAGES/rc_formatters.mo
2021-05-20 21:04:24 +02:00
Frisk e8be05cd6e
Merge remote-tracking branch 'origin/testing' into testing 2021-05-20 21:02:11 +02:00
Frisk 0a9c86cbef
added #210 2021-05-19 16:27:01 +02:00