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
reduce log spam from DownloadService
Hazelnoot
2
-9
/
+10
2025-06-06
reduce log spam from DriveService
Hazelnoot
1
-15
/
+16
2025-06-06
reduce log spam from ApDbResolverService.refetchPublicKeyForApId
Hazelnoot
1
-7
/
+12
2025-06-06
reduce log spam from FileInfoService
Hazelnoot
1
-4
/
+5
2025-06-06
reduce log spam from SkNoteTranslation
Hazelnoot
1
-1
/
+0
2025-06-06
remove debug logger printing entire AP object to console
Hazelnoot
1
-1
/
+0
2025-06-06
reduce frontend log spam from debug messages
Hazelnoot
22
-32
/
+32
2025-06-06
reduce log spam from FetchInstanceMetadataService.ts
Hazelnoot
1
-7
/
+7
2025-06-06
minimize logs from node-fetch FetchErrors
Hazelnoot
1
-2
/
+2
2025-06-06
record details of recursive proxy rejections
Hazelnoot
1
-1
/
+1
2025-06-06
log source URL when failing resolution for a response with missing AP ID
Hazelnoot
3
-8
/
+11
2025-06-06
clarify logs and reduce spam from RemoteUserResolveService.ts
Hazelnoot
1
-38
/
+12
2025-06-06
avoid "unhandled rejection" errors from updatePerson
Hazelnoot
1
-3
/
+6
2025-06-06
suppress large error messages from Got
Hazelnoot
1
-1
/
+5
2025-06-06
reduce, clarify, and normalize more error messages
Hazelnoot
34
-97
/
+114
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