Deluan
422d72f016
Reorder Makefile dev targets
2026-01-02 19:31:10 +00:00
Deluan
fbfe1af318
Upgrade TagLib to 1.12
2026-01-02 19:31:10 +00:00
Deluan
3e56e834a4
Upgrade to go-chi 5
2026-01-02 19:31:07 +00:00
Deluan
357f57cbe7
Revert "Better way to invoke make single"
...
This reverts commit 73efbd90
2026-01-02 19:26:43 +00:00
Deluan
c692dca897
Better way to invoke make single
2026-01-02 19:26:43 +00:00
Deluan
5fe1997a62
Clean-up Makefile, add help
2026-01-02 19:26:42 +00:00
Deluan
f64e27dcae
Simplify build targets
2026-01-02 19:26:42 +00:00
Deluan
13f18a819d
Clean up some make targets
2026-01-02 19:26:41 +00:00
Deluan
c4047d5254
Uses GoLang 1.16.3
...
Also add a target to build snapshots for a single platform
2026-01-02 19:26:40 +00:00
Deluan
7663bda06d
Increase golangci-lint timeout. Fix #1001
2026-01-02 19:26:37 +00:00
Deluan
f14f435191
Add 'lint to pre-push git hook
2026-01-02 19:23:03 +00:00
Deluan
3fa95064c3
Show go mod download commands
2026-01-02 19:22:07 +00:00
Ketan Gupta
aa30a5a902
improved makefile message to developer
2026-01-02 19:22:07 +00:00
Deluan
9e33a545bf
Call go mod tidy after go mod download to undo any changes to go.sum
2026-01-02 19:22:07 +00:00
Deluan
5543c56061
Bump GoLang to 1.16.2 for releases
2026-01-02 19:22:06 +00:00
Deluan Quintão
165af5b850
Remove dependency of go-bindata ( #818 )
...
* Use new embed functionality for serving UI assets
* Use new embed functionality for serving resources. Remove dependency on go-bindata
* Remove Go 1.15
2026-01-02 19:22:04 +00:00
Nelyah
9076cc3e9b
Accept more recent node and Go versions when building dev or server
...
This will allow developers to experiment with different versions of Go.
2026-01-02 19:21:29 +00:00
Deluan
c1ab2e0fea
Upgrade to GoLang 1.16.0
2026-01-02 19:21:29 +00:00
Deluan
10cf2372f8
Move project to Navidrome GitHub organization
2026-01-02 19:20:16 +00:00
Deluan
f708686485
Use tools.go commands without installing
2026-01-02 19:20:14 +00:00
Deluan
0030e1f118
Bump github.com/golangci/golangci-lint from 1.33.0 to 1.36.0
2026-01-02 19:20:13 +00:00
Deluan
76dccf2ae8
Use netgo (instead of C bindings). Fix #700
2026-01-02 19:20:12 +00:00
Deluan
c2d5f061ad
Docker run does not need to be interactive for building snapshots
2026-01-02 19:20:10 +00:00
Deluan
641ca52ba0
Bump GoLang to 1.15.5
2026-01-02 19:20:06 +00:00
Deluan
52941909fd
Upgrade GoLang to 1.15.3
2026-01-02 19:18:25 +00:00
Deluan
bd68dbd438
Add better process lifecycle management
2026-01-02 19:17:32 +00:00
Deluan
ae817da223
Upgrade golangci-lint
...
- Fix a SQL string concatenation
- Install golangci-lint using `tools.go`
2020-10-12 12:21:01 -04:00
Jay R. Wren
fd6edf967f
Add size to album details ( #561 )
...
* add size to album details
for #534
* addressing review comments:
* create index album(size)
* remove unneeded Size field from refresh struct
* add whitespace to album details
* add size to album list view
* prettier
2020-10-12 11:10:07 -04:00
Deluan
bbd4503ac8
Move tools installation to tools.go
2020-10-03 11:14:19 -04:00
Deluan
943f35f7a5
Update to GoLang 1.15
2020-10-01 08:41:11 -04:00
Deluan
4a4a8aff34
Build ARM with armel instead of armhf. Fixes #525
2020-09-26 13:08:45 -04:00
Deluan
a99924ea20
Converted pre-push hook into a make target, avoid calling tests twice when releasing
2020-09-24 17:24:31 -04:00
Deluan
669f293f1f
Fix ci-goreleaser
2020-09-10 17:49:25 -04:00
Deluan
532833ac7c
Fix ci-goreleaser
2020-09-10 17:02:52 -04:00
Deluan
59f1d7e88a
Use new ci-goreleaser, to fix generating Linux binaries for old kernels
2020-09-10 16:24:39 -04:00
Deluan
58a0c44600
Embed audiotags lib, to make it static compilable
2020-09-08 13:33:07 -04:00
Deluan
6a6d4c3f87
Use new ci-releaser image, that contains static taglib library
2020-09-08 13:33:07 -04:00
Deluan
b5567090ed
Remove -e option from grep, make the command more portable
2020-08-19 15:40:31 -04:00
Deluan
608129963f
Fix migration target
2020-08-19 11:18:30 -04:00
Deluan
15a06fcd27
Removed support for Jamstash in dev mode. Not needed anymore :)
2020-08-15 23:11:31 -04:00
Deluan
4ef12f91e0
Support Linux 32 bits releases
2020-08-07 13:36:00 -04:00
Deluan
3c2b14d362
Rename make target for creating a new migration
2020-07-31 11:38:56 -04:00
Deluan
037f6b606e
Replace lefthook with shell script
2020-07-16 18:14:02 -04:00
Deluan
dc50f672b8
Fix Makefile target name
2020-07-16 16:57:19 -04:00
Deluan
b96ff9c210
Use ci-goreleaser 1.14.4-2
...
This should generate binaries compatible with OpenVZ (kernel 2.6.32)
2020-07-12 09:43:18 -04:00
Deluan
94d88395e7
Add referential integrity to player and playlist tables
2020-06-10 18:07:10 -04:00
Deluan
f8a7ef1e19
Fix typo
2020-06-04 20:13:25 -04:00
Deluan
a3ba05b2cc
Use latest ci-goreleaser: Go 1.14.3 and Goreleaser 1.35.0
2020-05-21 14:56:56 -04:00
Deluan
274eb805f9
Upgrade golangci-lint
2020-05-18 12:43:03 -04:00
Deluan
377c9e6be6
Revert "Upgrade golangci-lint"
...
This reverts commit b8ae5ccb0254f7f34b0faa3acaa9485706985e33.
2020-05-13 23:26:54 -04:00