Commit graph

5979 commits

Author SHA1 Message Date
naskya
b62f7b099c Merge branch 'renovate/aws-sdk-2.x' into 'develop'
fix(deps): update dependency aws-sdk to v2.1624.0

Co-authored-by: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>

See merge request firefish/firefish!10881
2024-05-21 07:24:12 +00:00
naskya
da9fe83986
perf (backend-rs): reduce note copy operations 2024-05-21 16:12:11 +09:00
naskya
1f082bfb56
chore (macro-rs): ts_only_warn -> ts_export 2024-05-21 16:12:11 +09:00
naskya
4bb6f6e0e3
chore (backend-rs): cleanup 2024-05-21 16:12:11 +09:00
naskya
d750af3d79
fix (backend-rs): don't check in-reply-to post in antennas 2024-05-21 16:12:10 +09:00
naskya
f1e3395783
fix (backend-rs): active users count in nodeinfo (close #10935) 2024-05-21 16:12:07 +09:00
CI
050baec00f fix(deps): update dependency aws-sdk to v2.1624.0 2024-05-21 04:05:37 +00:00
naskya
02361b6dc6
fix (backend): remove unused parameter from manifest 2024-05-21 09:59:55 +09:00
CI
183c771dc3 fix(deps): update dependency axios to v1.7.1 2024-05-20 20:05:10 +00:00
naskya
9955a62e6b
fix (backend): overlooked change 2024-05-20 20:21:44 +09:00
naskya
b87351673c
fix (backend): typo 2024-05-20 20:11:59 +09:00
naskya
8c497014d9
chore: format 2024-05-20 20:04:23 +09:00
naskya
06bed6f230
Merge branch 'develop' into feat/schedule-create 2024-05-20 20:02:43 +09:00
naskya
cf0c7b4687
chore (backend): rename the job 2024-05-20 20:01:25 +09:00
naskya
cd901cd703
chore (client): change variable names 2024-05-20 19:55:45 +09:00
naskya
84c374da20
chore (backend-rs): cleanup 2024-05-20 19:23:54 +09:00
CI
b22efdeaf8 fix(deps): update dependency axios to v1.7.0 2024-05-20 04:05:43 +00:00
CI
32c00d3014 fix(deps): update dependency fluent-ffmpeg to v2.1.3 2024-05-19 12:05:27 +00:00
naskya
9fd98cc5f7
fix (backend): fix imports 2024-05-19 20:11:21 +09:00
naskya
08233bc0af
chore (firefish-js): update note entity 2024-05-19 20:11:11 +09:00
naskya
196f8c13ec
chore: update auto-generated files 2024-05-19 20:01:31 +09:00
naskya
fdc46bcee7
chore: format 2024-05-19 19:56:51 +09:00
naskya
64d7aa40b1
chore (backend): use timestamptz 2024-05-19 19:56:29 +09:00
naskya
ba7fa4393a
chore (backend): ScheduledNoteCreation -> ScheduledNote 2024-05-19 19:55:20 +09:00
naskya
ec152499bf
Merge branch 'develop' into feat/schedule-create 2024-05-19 19:44:11 +09:00
naskya
8174d646f9
fix (backend): add back timezone 2024-05-19 19:15:58 +09:00
naskya
9dbf6d07c4
fix (backend): pug config loading 2024-05-19 19:11:13 +09:00
naskya
c73ce2ff39
chore (backend-rs): don't iterate the same process 2024-05-19 12:49:45 +09:00
naskya
797c768f24
feat (backend-rs): add Mastodon push notification type 2024-05-19 12:19:58 +09:00
naskya
fb232b4797 Merge branch 'renovate/got-14.x' into 'develop'
fix(deps): update dependency got to v14.3.0

Co-authored-by: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>

See merge request firefish/firefish!10871
2024-05-18 21:31:48 +00:00
naskya
3661c4da74 Merge branch 'fold-poll' into 'develop'
feat: fold poll notifications

Co-authored-by: Lhcfl <Lhcfl@outlook.com>

See merge request firefish/firefish!10869
2024-05-18 21:31:21 +00:00
CI
654e71e43a fix(deps): update dependency got to v14.3.0 2024-05-18 20:06:04 +00:00
Lhcfl
c18987e3b4 feat: fold poll 2024-05-18 21:09:11 +08:00
CI
3d5003acc2 fix(deps): update dependency bull to v4.12.6 2024-05-18 12:04:48 +00:00
naskya
1c0d2e43b4
chore (backend-rs, minor): use crate::export 2024-05-18 19:45:38 +09:00
sup39
c4a7cd6029
refactor (backend): port greet to backend-rs
Co-authored-by: naskya <m@naskya.net>
2024-05-18 17:39:45 +08:00
sup39
2a8193fa6c
meta: macro_rs -> macro-rs 2024-05-18 17:39:45 +08:00
sup39
ada5ff7e75
refactor (backend-rs): read version from package.json at compile time 2024-05-18 17:39:17 +08:00
naskya
88890153a1 Merge branch 'renovate/eslint-monorepo' into 'develop'
chore(deps): update dependency eslint to v9.3.0

Co-authored-by: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>

See merge request firefish/firefish!10867
2024-05-18 05:17:08 +00:00
naskya
abc9d58f7c
refactor (backend-rs): use bb8 connection pool for Redis 2024-05-18 13:20:47 +09:00
Daniel Smith
ab3ca2a20b
feat (backend-rs): impl bb8::ManageConnection for RedisConnectionManager
62597aa45a/redis/src/lib.rs

Co-authored-by: Kyle Huey <khuey@kylehuey.com>
2024-05-18 13:20:47 +09:00
naskya
fdc77b74ae
chore: lint 2024-05-18 13:20:46 +09:00
naskya
61562a0943
refactor (backend-rs): use async redis commands 2024-05-18 13:20:43 +09:00
CI
a298302f76 chore(deps): update dependency eslint to v9.3.0 2024-05-18 04:05:11 +00:00
naskya
1904fbaa43 Merge branch 'renovate/aws-sdk-2.x' into 'develop'
fix(deps): update dependency aws-sdk to v2.1623.0

Co-authored-by: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>

See merge request firefish/firefish!10865
2024-05-17 20:32:28 +00:00
CI
fcb4017700 fix(deps): update dependency aws-sdk to v2.1623.0 2024-05-17 20:20:15 +00:00
CI
52456a509e chore(deps): update dependency chart.js to v4.4.3 2024-05-17 20:19:03 +00:00
naskya
8c9a1abd32 Merge branch 'renovate/bull-4.x' into 'develop'
fix(deps): update dependency bull to v4.12.5

Co-authored-by: CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>

See merge request firefish/firefish!10861
2024-05-17 19:54:25 +00:00
Lhcfl
1d1e9105e5 fix: add key to v-for in MkNotificationFolded 2024-05-17 22:30:10 +08:00
CI
e9287357f7 fix(deps): update dependency bull to v4.12.5 2024-05-17 12:05:08 +00:00