working commit

This commit is contained in:
2026-02-15 11:54:32 +02:00
parent c7d041f416
commit af44293195
10 changed files with 274 additions and 339 deletions
+12 -1
View File
@@ -29,6 +29,7 @@ CWD=$(shell pwd)
EXTRA_mstored_SOURCES = \
app/config/config.go \
app/config/variant.go \
\
app/descr/account.go \
app/descr/blob.go \
app/descr/file.go \
@@ -36,6 +37,7 @@ EXTRA_mstored_SOURCES = \
app/descr/manifest.go \
app/descr/response.go \
app/descr/server.go \
\
app/handler/aaafunc.go \
app/handler/account.go \
app/handler/blob.go \
@@ -48,6 +50,7 @@ EXTRA_mstored_SOURCES = \
app/handler/service.go \
app/handler/version.go \
app/logger/logger.go \
\
app/maindb/account.go \
app/maindb/blob.go \
app/maindb/file.go \
@@ -56,6 +59,7 @@ EXTRA_mstored_SOURCES = \
app/maindb/maindb.go \
app/maindb/manifest.go \
app/maindb/scheme.go \
\
app/operator/account.go \
app/operator/blob.go \
app/operator/file.go \
@@ -73,9 +77,11 @@ EXTRA_mstored_SOURCES = \
app/router/pathc.go \
app/router/recovermw.go \
app/router/router.go \
\
app/server/server.go \
app/service/service.go \
app/storage/storage.go \
\
pkg/auxhttp/basic.go \
pkg/auxhttp/crange.go \
pkg/auxoci/ociaux.go \
@@ -107,15 +113,18 @@ EXTRA_DIST = \
go.sum \
LICENSE.txt \
README.md \
\
app/logger/logger_test.go \
app/maindb/file_test.go \
app/maindb/grant_test.go \
app/router/pathc_test.go \
app/router/router_test.go \
\
pkg/auxpwd/passwd_test.go \
pkg/auxx509/x509cert_test.go \
attic/account_test.go \
attic/file_test.go \
\
chart/Chart.yaml.in \
chart/.gitignore \
chart/.helmignore \
@@ -129,10 +138,10 @@ EXTRA_DIST = \
chart/templates/_userpass.tpl \
chart/templates/volumeclaim.yaml \
chart/values.yaml.in \
\
debian/changelog.in \
debian/compat \
debian/control.in \
debian/debhelper-build-stamp \
debian/files \
debian/.gitignore \
debian/mstore-control.install \
@@ -151,9 +160,11 @@ EXTRA_DIST = \
debian/source/format \
debian/source/include-binaries \
debian/watch \
\
initrc/.gitignore \
initrc/mstored.in \
initrc/mstored.service.in \
\
test/account_test.go \
test/file_test.go \
test/image_test.go \