You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use lumberjack for logs + performance optimizations (#119)
* feat: use file system to store logs
* fix: minor changes
* feat: add context for api response
* feat: add request id context
* feat: add response model
* feat: add request context
* feat: add esresponse context
* feat: add profiling
* fix: logs middleware
* fix: logs for RS API
* fix: minor changes
* fix: log middleware read all
* fix: minor changes
* fix: concurrent write on map
* fix: record 500 logs
* feat: cache bcrypt
* fix: map lock
* fix: minor fixes
* fix: minor fixes
* minor changes
* minor fix
* feat: updates the search index template
* adds a new delimiter analyzer
* uses index_prefixes
* uses index_phrases
* remove profiling
* fix: use sync map
* fix: use sync map
* fix: use sync map
* remove save response method
* use new map
* fix: use pointer
* fix: minor fixes
* fix: response body in logs
* fix: minor fixes
* fix: minor fixes
* Update plugins/logs/logs.go
Co-authored-by: Siddharth Kothari <sids.aquarius@gmail.com>
* fix: minor changes
* fix: add order key so a user's own template has a higher priority
* fix: add order key so a user's own template has a higher priority
* experiment with context
* pulic struct
* fix
* fix
* fix: use ctx for response
* fix: minor changes
* fix: remove sync.Map
* fix: add chan
* fix: remove sync wait
* fix: check for passwordExists condition only once
short-circuiting in L->R with && and || operators is guaranteed in golang
* fix: update template to index numeric types as keyword
Co-authored-by: Siddharth Kothari <sids.aquarius@gmail.com>
0 commit comments