index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
queue
/
QueueProcessorModule.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-06-06
render condensed errors when fetching following/followers/featured/outbox/emo...
Hazelnoot
1
-11
/
+43
2025-06-06
do not retry SyntaxErrors
Hazelnoot
1
-0
/
+1
2025-06-06
fix lint errors in ApPersonService.ts
Hazelnoot
1
-2
/
+1
2025-06-06
add renderInlineError to serialize errors in a consistent way
Hazelnoot
4
-36
/
+42
2025-06-06
improve retryable error detection in ApPersonService.ts
Hazelnoot
1
-6
/
+11
2025-06-06
remove duplicate error checking blocks from ApInboxService.ts
Hazelnoot
1
-22
/
+4
2025-06-06
recognize FetchError as retryable
Hazelnoot
1
-1
/
+2
2025-06-06
recognize more retryable errors when resolving actor for signature verification
Hazelnoot
1
-5
/
+4
2025-06-06
ensure that permanent errors always terminate the inbox job
Hazelnoot
1
-0
/
+9
2025-06-06
improve "condensed line" error logging in QueueProcessorService.ts
Hazelnoot
1
-1
/
+15
2025-06-06
fix error logs and response in drive/files/create.ts
Hazelnoot
1
-2
/
+2
2025-06-06
emit IdentifiableErrors from validator.ts
Hazelnoot
2
-4
/
+9
2025-06-06
match attributionDomains entity to database schema
Hazelnoot
3
-7
/
+21
2025-06-06
create IDX_note_url over note.url
Hazelnoot
2
-0
/
+17
2025-06-05
additional fixes and cleanup to all note endpoints
Hazelnoot
19
-202
/
+282
2025-06-05
fix performance regression in mentions endpoint
Hazelnoot
1
-27
/
+43
2025-06-05
fix performance regression in home timeline
Hazelnoot
1
-55
/
+18
2025-06-05
use index when checking visibleUserIds and mentions in generateVisibilityQuery
Hazelnoot
1
-3
/
+30