~bigbes/sr-ht-dolt: 2dfab043

rename module to sourcecraft.dev/bigbes/sr-ht-dolt; depend on sourcecraft sr-ht-core

Eugene Blikh <bigbes@gmail.com> — 2026-07-18 19:01:26 UTC

Commit 2dfab0430aafd5c239d92df9feba482e0e770b6aview raw patch

Parent(s): d6f19a1f

42 changed file(s)

FileStatus+
README.md M +2 -2
authn/authn_test.go M +3 -3
authn/backend.go M +1 -1
authn/cookie.go M +2 -2
authn/cookie_test.go M +1 -1
authn/ctx.go M +2 -2
authn/ctx_test.go M +2 -2
authn/grpc.go M +1 -1
authn/grpc_test.go M +1 -1
authn/jwt.go M +1 -1
authn/jwt_test.go M +1 -1
authn/token.go M +2 -2
authn/token_test.go M +2 -2
cmd/doltsrht-migrate/main.go M +1 -1
cmd/doltsrht/main.go M +7 -7
db/access.go M +1 -1
db/access_test.go M +1 -1
db/db_test.go M +1 -1
db/keys.go M +1 -1
db/keys_test.go M +1 -1
db/repos.go M +1 -1
db/repos_test.go M +1 -1
db/store.go M +1 -1
docs/DESIGN.md M +1 -1
go.mod M +2 -4
go.sum M +2 -4
remoteapi/credsvc.go M +3 -3
remoteapi/integration_test.go M +6 -6
remoteapi/interceptors.go M +6 -6
remoteapi/interceptors_test.go M +5 -5
remoteapi/keystore.go M +2 -2
remoteapi/server.go M +2 -2
storage/dbcache.go M +1 -1
web/adapters.go M +5 -5
web/chrome.go M +3 -3
web/deps.go M +5 -5
web/handlers_browse.go M +2 -2
web/handlers_keys.go M +1 -1
web/handlers_repo.go M +4 -4
web/handlers_settings.go M +2 -2
web/router.go M +1 -1
web/web_test.go M +5 -5