linstrom/shared
mStar e182949a8d
Remove id autogeneration from db models
Remove automatic uuid v4 ID generation from the models and replace it
with `shared.NewId()`, which generates an Id depending on the config
setting
2025-05-06 14:34:32 +02:00
..
identicon Start move to unify ID generation 2025-04-28 17:28:28 +02:00
constants.go Add username validation function for non-scripted actors 2025-04-16 16:43:37 +02:00
flags.go More attempt at getting this shit to work 2025-04-14 17:00:11 +02:00
fswrapper.go Add testing 2025-04-14 16:59:59 +02:00
fswrapper_test.go Add testing 2025-04-14 16:59:59 +02:00
ids.go Remove id autogeneration from db models 2025-05-06 14:34:32 +02:00
interfaces.go Fix interface name typo 2025-04-08 16:33:37 +02:00
isWritable.go Add testing 2025-04-14 16:59:59 +02:00
isWritable_windows.go Add testing 2025-04-14 16:59:59 +02:00
signing.go More attempt at getting this shit to work 2025-04-14 17:00:11 +02:00
signing_test.go Add testing 2025-04-14 16:59:59 +02:00
tagsFromString.go Add testing 2025-04-14 16:59:59 +02:00
tagsFromString_test.go Add testing 2025-04-14 16:59:59 +02:00
tracing.go Add testing 2025-04-14 16:59:59 +02:00
validation.go Add username validation function for non-scripted actors 2025-04-16 16:43:37 +02:00
zerologGormAdapter.go Add testing 2025-04-14 16:59:59 +02:00
zerologPasskey.go Add testing 2025-04-14 16:59:59 +02:00