+654
−0
Loading
- go-apps/meep-virt-engine: Parallelize helm chart installations using goroutines to reduce sandbox deployment time. Reorder chart deployment to prioritize meep-sandbox-ctrl. - go-packages/meep-sessions: Add a sync.Map in-memory cache to SessionStore for Get/Set/Del operations, eliminating Redis network round trips for session validation. - go-packages/meep-sessions: Optimize GetCount by using ForEachKey instead of ForEachEntry. Short-circuit GetByName scanning early by returning an error upon finding a match. - go-packages/meep-users: Fix SQL injection in AuthenticateUser by parameterizing the password query. - pyinfra: Update frontend directory resolution to support etsi-mec-sandbox-frontend as a nested submodule.