sup39
|
132af64a6e
|
refactor (backend-rs): create all_texts macro
|
2024-06-09 16:34:58 +08:00 |
|
naskya
|
09d975bdce
|
chore (backend-rs): accept clippy suggestions
|
2024-06-09 14:02:24 +09:00 |
|
naskya
|
839d4c4d14
|
chore (backend-rs): PartialNoteToElaborate -> PartialNoteToCheckWordMute
Co-authored-by: sup39 <dev@sup39.dev>
|
2024-06-09 01:42:37 +09:00 |
|
naskya
|
9f16c00f0c
|
chore (backend-rs): use Arc for antenna cache
|
2024-06-09 01:13:05 +09:00 |
|
naskya
|
00e9f0ad48
|
chore (backend-rs, minor): fix code style
|
2024-06-07 22:46:46 +09:00 |
|
naskya
|
b9f9e62079
|
chore (backend-rs): be more specific about error variants
|
2024-06-07 22:34:45 +09:00 |
|
naskya
|
0839fe27b2
|
refactor (backend-rs): save nodeinfo cache directly
|
2024-06-07 22:21:53 +09:00 |
|
naskya
|
6d237e98b8
|
chore: fix link
|
2024-06-07 14:02:16 +09:00 |
|
naskya
|
d6bd3af8a9
|
Merge branch 'develop' into refactor/scheduled-posts
|
2024-06-07 07:11:46 +09:00 |
|
naskya
|
5ff6003c6e
|
fix (backend-rs): fix doctest
|
2024-06-06 17:17:51 +09:00 |
|
naskya
|
8fd3f82d0b
|
chore (backend-rs): update comment
|
2024-06-06 17:10:40 +09:00 |
|
naskya
|
b6c16b4e29
|
chore (backend-rs): fix doc link
|
2024-06-06 17:10:40 +09:00 |
|
naskya
|
308ecec341
|
chore: format
|
2024-06-06 17:10:40 +09:00 |
|
naskya
|
40e5bf45bd
|
chore (backend-rs): use async HTTP requests
|
2024-06-06 17:10:40 +09:00 |
|
naskya
|
7413866885
|
chore (backend-rs): change function names
|
2024-06-06 17:10:39 +09:00 |
|
naskya
|
4390dfcbfb
|
perf (backend): store antenna cache in memory
|
2024-06-06 17:10:39 +09:00 |
|
naskya
|
7e2493b257
|
refactor (backend): drop support for MK- environment variables
|
2024-06-06 17:10:39 +09:00 |
|
naskya
|
97765209a2
|
chore (backend-rs): organize imports
|
2024-06-06 17:10:39 +09:00 |
|
naskya
|
642c4cb2c7
|
refactor (backend-rs): remove strum derives
|
2024-06-06 17:10:39 +09:00 |
|
naskya
|
f479ffb0e5
|
chore (backend-rs): refactor storage_usage function
|
2024-06-06 17:10:38 +09:00 |
|
naskya
|
e9d31687f9
|
chore (backend-rs): remove unused derive
|
2024-06-06 17:10:38 +09:00 |
|
naskya
|
fc590c1492
|
chore (backend-rs): use ws or wss for WebSocket
|
2024-06-06 17:10:38 +09:00 |
|
naskya
|
b111e63953
|
chore (backend-rs): prefer unwrap_or_else
|
2024-06-06 17:10:35 +09:00 |
|
naskya
|
167d89e03e
|
Merge branch 'develop' into refactor/scheduled-posts
|
2024-06-06 09:55:57 +09:00 |
|
naskya
|
95b860e820
|
chore (backend-rs): fetch_meta -> local_server_info
|
2024-06-06 07:30:13 +09:00 |
|
naskya
|
28cfaad330
|
perf (backend): always use cache in fetch_meta
|
2024-06-05 12:30:05 +09:00 |
|
naskya
|
219131ef6f
|
chore (backend-rs): return None if the cached value is invalid
|
2024-06-05 08:36:39 +09:00 |
|
naskya
|
fe685c36b9
|
chore: format
|
2024-06-04 10:52:26 +09:00 |
|
naskya
|
6f6cf0cc88
|
chore (backend): show less unhelpful slow query warnings
|
2024-06-04 10:50:41 +09:00 |
|
naskya
|
e87dae896b
|
fix (backend-rs): use the exact same time for id and created_at
|
2024-06-03 08:23:58 +09:00 |
|
naskya
|
98d7eac51b
|
chore (backend-rs): use sea_orm::prelude
|
2024-06-03 08:20:39 +09:00 |
|
naskya
|
8293ed8e87
|
chore (backend-rs): more documents on NodeInfo
|
2024-06-01 11:25:20 +09:00 |
|
naskya
|
23c8636129
|
chore (backend-rs, macro-rs): fix comment style
|
2024-06-01 02:23:58 +09:00 |
|
naskya
|
3407e4b395
|
chore (backend-rs): address cargo doc warning
|
2024-06-01 02:04:02 +09:00 |
|
naskya
|
9ad284bd67
|
chore (backend-rs): rename partial note structs
|
2024-05-31 21:42:59 +09:00 |
|
naskya
|
2e44357665
|
chore (backend-rs): remove unneeded serde derives
|
2024-05-31 21:28:53 +09:00 |
|
naskya
|
890ca846d0
|
chore (backend-rs): documents, organize exports, typo fixes
|
2024-05-30 07:07:01 +09:00 |
|
naskya
|
fac69f8eb5
|
chore (backend-rs): don't use unsafe unwrap() in examples
|
2024-05-29 19:26:01 +09:00 |
|
naskya
|
27de1ddb70
|
chore (backend-rs): add comments
|
2024-05-28 19:42:52 +09:00 |
|
naskya
|
abbbfa9a0a
|
chore: update auto-generated files
|
2024-05-27 21:01:42 +09:00 |
|
naskya
|
42ec6cffa1
|
chore (backend-rs): address cargo doc warning
|
2024-05-27 00:07:54 +09:00 |
|
naskya
|
4968e370f5
|
test (backend-rs): add timestamp check
|
2024-05-27 00:05:53 +09:00 |
|
naskya
|
293c1c6540
|
chore (backend-rs): some more comments
|
2024-05-24 22:36:48 +09:00 |
|
naskya
|
589324cd6d
|
chore (backend-rs): update comment
|
2024-05-24 22:20:52 +09:00 |
|
naskya
|
35f30d9895
|
chore (backend-rs): make internal functions/modules private
|
2024-05-24 22:18:32 +09:00 |
|
naskya
|
0e9d7f388a
|
fix (backend-rs): don't check quoted post in antennas
|
2024-05-24 22:11:56 +09:00 |
|
naskya
|
9c60e8ff8b
|
chore (backend-rs): address cargo doc warnings
|
2024-05-24 01:19:17 +09:00 |
|
naskya
|
81e633eec3
|
chore (backend-rs): antenna::add_new_note -> antenna::process_new_note
|
2024-05-23 20:49:49 +09:00 |
|
naskya
|
85d44aaa2d
|
chore (backend-rs): remove 'Err' suffix from error variants
https://rust-lang.github.io/rust-clippy/master/index.html#/enum_variant_names
|
2024-05-23 20:49:49 +09:00 |
|
naskya
|
55ed733df8
|
chore (backend): remove '_enum' suffix from enum types
|
2024-05-23 20:49:49 +09:00 |
|