Wykres commitów

14 Commity (0f775f5fe15013c1286735da29afc2521645eee3)

Autor SHA1 Wiadomość Data
halcy 0f775f5fe1 fix #398 and also fix pagination info not surviving persisting 2025-03-02 11:13:35 +02:00
Jonathan Kamens 74eb57203b fetch_next and fetch_previous shouldn't crash on last page
When `fetch_next` reaches the last page, the `_pagination_next`
attribute exists in the page structure but is set to None; similarly
for `_pagination_prev` in `fetch_previous`. If this occurs we need to
return `None` rather than trying to interate over `None` and
generating an exception.
2025-02-27 20:18:08 -05:00
Andrés Ignacio Torres 04dbc496d9
[minor] remove commented print statements 2025-02-26 13:49:48 -08:00
halcy 0e142812c2 fix pagination from pagination info dicts 2025-02-15 22:36:14 +02:00
halcy 2fde93fd3c add grouped notifications 2025-02-15 21:06:27 +02:00
halcy 0959c06c80 Add many, many tests, and fix bugs found while adding them. also serialization. 2025-02-14 20:08:00 +02:00
halcy 8f563d5e60 refactor some stuff to rename types, since that shadows a functools module, and update docs 2025-02-14 01:14:07 +02:00
halcy 936b77e2ed change some internals and rerun tests, lets see how CI likes this 2024-02-11 15:18:53 +02:00
halcy 9b77278b81 very massive commit that adds type annotations everywhere and breaks all the tests lol 2023-06-20 00:35:03 +03:00
amaargiru 68ac32b6be Format code with PEP 8 standards 2023-01-02 18:39:16 +05:00
Miroslav Šedivý 325cc917d5 refactor: use f-strings 2022-12-02 22:04:23 +01:00
halcy e483d16014 Finish moving code out into smaller files 2022-12-01 01:39:08 +02:00
halcy d9cd7547fd Move some more methods, fix crypto heckup 2022-11-30 23:47:46 +02:00
halcy 262d150c05 Start moving functions out of main module 2022-11-30 22:31:54 +02:00