Deluan
bde5be347b
Build with GoLang 1.18.4
2022-07-24 19:02:09 -04:00
Deluan
aae79b4561
Upgrade to GoLang 1.18
2022-07-24 15:31:22 -04:00
whorfin
4bc4daa68f
Improve git-vs-tarball detection ( #1423 )
...
* Extract version from directory name if .git dir is missing
* Avoid using shell
* Remove .gitinfo build from pipeline
* Fix git-detecting rule to be robust in presence of setup-git
2021-10-23 21:27:19 -04:00
Deluan
7505b5c554
Bump GoLang to 1.17.2
2021-10-13 09:53:44 -04:00
Deluan
9f00aad216
Upgrade to GoLang 1.17.1
2021-09-12 14:14:33 -04:00
Deluan Quintão
c2251e6ddc
Update GoLang to 1.17 ( #1295 )
...
* Update GoLang to 1.17
* Rename pipeline jobs
2021-09-09 00:26:56 -04:00
whorfin
173b30cd59
Extract version from directory name if .git dir is missing ( #1327 )
...
* Extract version from directory name if .git dir is missing
* Avoid using shell
* Remove .gitinfo build from pipeline
2021-09-06 21:26:04 -04:00
Deluan
af7c87dd7b
Give a warning on commands that do not build the frontend.
...
This is to avoid confusions like this:
https://github.com/navidrome/navidrome/issues/1297#issuecomment-913007331
2021-09-05 21:39:19 -04:00
Deluan
6983390ca3
Setup git hooks when running make setup
2021-08-21 13:45:34 -04:00
Deluan Quintão
5064cb2a46
Add git version info to release source ( #1250 )
2021-07-15 09:49:34 -04:00
Deluan
0ec7a305a2
Reorder Makefile dev targets
2021-05-20 13:42:29 -04:00
Deluan
3cac00ad13
Upgrade TagLib to 1.12
2021-05-14 14:31:07 -04:00
Deluan
7d96167abc
Upgrade to go-chi 5
2021-05-11 17:21:18 -04:00
Deluan
a5fc5f0ff6
Revert "Better way to invoke make single
"
...
This reverts commit 73efbd90
2021-05-04 17:05:41 -04:00
Deluan
73efbd90ab
Better way to invoke make single
2021-05-04 16:47:47 -04:00
Deluan
88105d5c30
Clean-up Makefile, add help
2021-05-01 11:14:24 -04:00
Deluan
b180386d23
Simplify build targets
2021-05-01 09:16:45 -04:00
Deluan
70e7bf6b5b
Clean up some make
targets
2021-05-01 08:51:29 -04:00
Deluan
692663680b
Uses GoLang 1.16.3
...
Also add a target to build snapshots for a single platform
2021-04-26 17:21:59 -04:00
Deluan
d8a1773d50
Increase golangci-lint timeout. Fix #1001
2021-04-08 10:19:58 -04:00
Deluan
d5434d4169
Add 'lint
to pre-push git hook
2021-03-24 12:21:20 -04:00
Deluan
fa479f0a9a
Show go mod download
commands
2021-03-17 10:33:40 -04:00
Ketan Gupta
8b6e32588c
improved makefile message to developer
2021-03-17 10:27:55 -04:00
Deluan
03afb4ff0e
Call go mod tidy
after go mod download
to undo any changes to go.sum
2021-03-16 12:49:20 -04:00
Deluan
0049d8d311
Bump GoLang to 1.16.2 for releases
2021-03-12 15:14:12 -05:00
Deluan Quintão
2d528bbc87
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
2021-03-12 11:06:51 -05:00
Nelyah
43f2d82956
Accept more recent node and Go versions when building dev or server
...
This will allow developers to experiment with different versions of Go.
2021-03-11 23:02:13 -05:00
Deluan
54a3394559
Upgrade to GoLang 1.16.0
2021-02-19 21:00:38 -05:00
Deluan
6ee45a9ccc
Move project to Navidrome GitHub organization
2021-02-06 21:46:35 -05:00
Deluan
1f3bc4d202
Use tools.go commands without installing
2021-02-01 16:16:30 -05:00
Deluan
dc8051ed53
Bump github.com/golangci/golangci-lint from 1.33.0 to 1.36.0
2021-01-31 17:43:03 -05:00
Deluan
2073871fa1
Use netgo (instead of C bindings). Fix #700
2020-12-23 15:29:18 -05:00
Deluan
350f1dc951
Docker run does not need to be interactive for building snapshots
2020-12-07 13:37:22 -05:00
Deluan
48a6ba2956
Bump GoLang to 1.15.5
2020-11-20 21:55:03 -05:00
Deluan
b6a6422fac
Upgrade GoLang to 1.15.3
2020-10-26 13:04:14 -04:00
Deluan
c0ec0b28b9
Add better process lifecycle management
2020-10-24 22:43:59 -04: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