No description
Find a file
LeNooby09 868263c0f0
Some checks failed
ci / build (push) Failing after 9m44s
ci / lexicons (push) Successful in 50s
ci / release (push) Has been skipped
fixed resolver issued in the export command
2026-05-08 21:19:54 +00:00
.forgejo/workflows Add native smoke tests for agent, binary file handling, channel operations, and merge functionality 2026-05-02 08:00:25 +00:00
.idea Add AtprotoSyncClient and supporting DTOs for at:// protocol support 2026-04-30 18:20:07 +00:00
core fixed resolver issued in the export command 2026-05-08 21:19:54 +00:00
gradle/wrapper Add initial implementation of core functionality for CLI and supporting libraries. 2026-04-28 21:34:19 +00:00
server Registered an explicit KSerializer for every @Serializable DTO the server's HTTP boundary touches HealthDto, RepoListDto, RepoSummaryDto, ChannelStateDto, ApplyResponseDto, ErrorDto, CreateRepoRequestDto, FollowStatusDto, PatchEnvelope, WireTagListDto, WireTagUpdateDto, WirePeersUpdateDto, SignedTag, SignedPeersManifest via Json.serializersModule = SerializersModule { contextual(...) }; the slow path of serializerByKTypeImpl falls back to getContextual(rootClass) which is a pure HashMap lookup with no reflection. 2026-05-02 10:53:24 +00:00
src fixed resolver issued in the export command 2026-05-08 21:19:54 +00:00
transport-ipfs Implemented tags accross all publishing methods 2026-05-01 15:39:40 +00:00
.gitignore Add initial implementation of core functionality for CLI and supporting libraries. 2026-04-28 21:34:19 +00:00
build.gradle.kts Add native smoke tests for agent, binary file handling, channel operations, and merge functionality 2026-05-02 08:00:25 +00:00
gradle.properties Add initial implementation of core functionality for CLI and supporting libraries. 2026-04-28 21:34:19 +00:00
gradlew Add initial implementation of core functionality for CLI and supporting libraries. 2026-04-28 21:34:19 +00:00
gradlew.bat Add initial implementation of core functionality for CLI and supporting libraries. 2026-04-28 21:34:19 +00:00
settings.gradle.kts Add AtprotoSyncClient and supporting DTOs for at:// protocol support 2026-04-30 18:20:07 +00:00