-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🛠️] Minor Issues and Enhancements Backlog #29
Labels
Comments
How mongoDb data Updates workhttps://database.guide/how-to-remove-a-field-from-a-mongodb-document-unset/ |
Expand docker build to more platforms/archs |
Importable Packages from wunderDB (for Go)
|
Fix Lint Issuesinternal/roles/roles.go:209:16: Error return value of `json.Unmarshal` is not checked (errcheck)
json.Unmarshal(mergedGrantBytes, &privileges)
^
internal/wfs/unloader.go:18:12: Error return value of `os.Create` is not checked (errcheck)
os.Create(w.namespacesBasePath)
^
internal/wfs/unloader.go:35:12: Error return value of `os.Create` is not checked (errcheck)
os.Create(w.databasesBasePath)
^
internal/wfs/unloader.go:52:12: Error return value of `os.Create` is not checked (errcheck)
os.Create(w.rolesBasePath)
^
internal/server/middlewares/recovery/recovery.go:90:12: Error return value of `c.Send` is not checked (errcheck)
c.Send(r.Marshal())
^
internal/server/handlers/common.go:70:8: Error return value of `c.Send` is not checked (errcheck)
c.Send(marshaledResponse)
^
internal/users/users.go:9:2: const `tokenAuthentication` is unused (unused)
tokenAuthentication = "token"
^
internal/users/users.go:8:2: const `passwordAuthentication` is unused (unused)
passwordAuthentication = "password"
^
internal/wfs/loader.go:88:6: func `loadEntity` is unused (unused)
func loadEntity(entityPath string, entity any) (any, error) {
^
internal/server/lifecycle/shutdown/shutdown.go:18:3: S1005: unnecessary assignment to the blank identifier (gosimple)
_ = <-ch |
Explore in-code execution of toolsThis branch https://github.com/TanmoySG/wunderDB/tree/tools-within-code-usage-backup has the required code/sample to run wdb-tools from within code. Can explore for other purposes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This Issue tracks some identified minor Issues and Enhancements that can be picked up in future.
The text was updated successfully, but these errors were encountered: