navidrome/server
Kendall Garner 3179966270
fix(metrics): write system metrics on start (#3641)
* fix(metrics): write system metrics on start

* add broken basic auth test

* refactor: simplify Prometheus instantiation

Signed-off-by: Deluan <deluan@navidrome.org>

* fix: basic authentication

Signed-off-by: Deluan <deluan@navidrome.org>

* refactor: move magic strings to constants

Signed-off-by: Deluan <deluan@navidrome.org>

* refactor: simplify prometheus http handler

Signed-off-by: Deluan <deluan@navidrome.org>

* add artist metadata to aggregrate sql

---------

Signed-off-by: Deluan <deluan@navidrome.org>
Co-authored-by: Deluan <deluan@navidrome.org>
2025-01-11 21:02:36 -05:00
..
backgrounds feat: cache login background images (#3462) 2024-11-08 20:23:30 -05:00
events Add log.IsGreaterOrEqualTo, that take into consideration path-scoped log levels 2023-12-25 16:35:16 -05:00
nativeapi feat(Insights): add anonymous usage data collection (#3543) 2024-12-17 17:10:55 -05:00
public Fix wrong placement of When in test 2024-09-15 17:26:58 -04:00
subsonic fix(subsonic): make Share's lastVisited optional 2025-01-09 16:10:53 -05:00
auth.go fix(metrics): write system metrics on start (#3641) 2025-01-11 21:02:36 -05:00
auth_test.go fix(metrics): write system metrics on start (#3641) 2025-01-11 21:02:36 -05:00
initial_setup.go fix(server): encrypt jwt secret at rest 2024-12-05 21:52:15 -05:00
initial_setup_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
middlewares.go feat(ui): show user's lastAccess (#3342) 2024-09-30 20:46:10 -04:00
middlewares_test.go feat(ui): show user's lastAccess (#3342) 2024-09-30 20:46:10 -04:00
serve_index.go Make the UI use the new ShareURL option 2024-09-15 17:26:58 -04:00
serve_index_test.go Do not use lastFM api key and secret to determine if LastFM.Enabled should be set. 2024-06-10 16:26:39 -04:00
server.go fix(metrics): write system metrics on start (#3641) 2025-01-11 21:02:36 -05:00
server_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
server_test.go Make server unix socket file permission configurable via flag UnixSocketPerm (#2763) 2024-01-20 14:50:30 -05:00