navidrome/utils
Deluan Quintão 669c8f4c49
refactor(server): replace RangeByChunks with Go 1.23 iterators (#3292)
* refactor(server): replace RangeByChunks with Go 1.23 iterators

* chore: fix comments re: SQLITE_MAX_VARIABLE_NUMBER

* test: improve playqueue test

* refactor(server): don't create a new iterator when it is not required
2024-09-22 11:47:10 -04:00
..
cache Remove potential integer overflow conversion uint64 -> int64 2024-08-22 19:28:22 -04:00
gg Replace gg.If with cmp.Or 2024-06-05 22:48:00 -04:00
gravatar Use SHA256 in Gravatar URLs 2024-07-23 17:49:46 -04:00
hasher fix(subsonic): random albums not reshuffling. 2024-09-20 16:59:46 -04:00
merge Upgrade Go to 1.23 (#3190) 2024-08-19 17:47:54 -04:00
number Remove duplicated test 2024-05-11 20:15:02 -04:00
pl Use sync/atomic package, now that we are at Go 1.19 2023-02-15 21:21:59 -05:00
random Fix G404 gosec lint error 2024-05-19 21:55:19 -04:00
req Uses Unix milliseconds support from standard Go lib 2024-05-11 19:50:30 -04:00
singleton Make the GetInstance concurrent test more readable 2023-12-28 16:50:07 -05:00
slice refactor(server): replace RangeByChunks with Go 1.23 iterators (#3292) 2024-09-22 11:47:10 -04:00
str Allow searching songs by filepath, for songs without Title 2024-09-13 18:04:21 -04:00
context.go Refactored agents calling into its own struct 2021-06-08 17:00:02 -04:00
context_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
encrypt.go Encrypt passwords in DB (#1187) 2021-06-18 18:38:38 -04:00
encrypt_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
files.go Move TempFileName to utils 2024-02-18 12:52:06 -05:00
index_group_parser.go More micro-optimizations 2024-06-06 07:11:43 -04:00
index_group_parser_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
utils_suite_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00