1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
Commit graph

34 commits

Author SHA1 Message Date
83d57a09c4 Version 1.1.0 2024-03-01 16:46:22 +01:00
5f2ae2ea52 Makefile: make test command also test api. 2024-02-29 19:33:24 +01:00
79d2496185 Version 1.1.0-rc2 2024-02-28 23:33:40 +01:00
e046484d9b Version 1.1.0-rc1 2024-02-19 15:10:05 +01:00
39135ab781 makefile: adding build-deb target. 2024-02-19 15:02:18 +01:00
655dd730d7 switch github.com/pborman/getopt to github.com/urfave/cli for handling cli flags 2024-02-10 18:52:50 +01:00
f99bbec5ff Version 1.0.0 2024-02-07 19:32:24 +01:00
6da433dc4d Version 0.3.1 2024-01-22 14:47:56 +01:00
062bdae620 Version 0.3.0 2024-01-22 00:29:45 +01:00
2a906e8818 Version 0.2.1 2023-11-04 13:44:01 +01:00
1ced6146b0 Makefile: fix inclusion of source files for thalos-tools 2023-10-22 20:32:49 +02:00
96764ef651 Version 0.2.0 2023-08-22 07:56:28 +02:00
e3f46d4a84 cmd/tools/flags.go: move common flags into it's own file. 2023-06-28 15:25:29 +02:00
b84b11aa6c Makefile: move link flags to GOLDFLAGS variable. 2023-06-16 14:28:25 +02:00
08ce37141c Makefile: adding "-p" flag to GOBUILDFLAGS 2023-06-16 14:22:06 +02:00
054d11e329 Version 0.1.2 2023-06-15 16:34:39 +02:00
d284cfde00 Makefile: install thalos-tools. 2023-06-15 11:54:32 +02:00
aa6d5c9181 Makefile: rename "build-tools" target to just "tools" 2023-06-15 11:33:00 +02:00
a4c1982dd2 Makefile: Add validate to tools. 2023-06-15 11:30:24 +02:00
52488277cb create thalos-tools cli app and have the old bench command as a subcommand. 2023-06-14 11:29:54 +02:00
c1efffd4ba Adding cmd/bench/main.go 2023-06-05 12:52:42 +02:00
f8e03cf8a1 Version 0.1.1 2023-05-19 15:46:13 +02:00
b6d91f396b Makefile: skip --buildmode=pie flag in GOBUILDFLAGS 2023-05-15 07:47:49 +02:00
160f2a35f8 Makefile: Adding install-scripts target. 2023-05-14 18:02:47 +02:00
00ea1a5bfd Makefile: move "thalos" subdirectory into CFGDIR instead of hardcoded after CFGDIR 2023-05-14 17:56:21 +02:00
5e9b7ceb1d Makefile: Inject program version into main.VersionString variable. 2023-05-13 13:31:57 +02:00
76c6530993 Makefile: adding build/$(PROGRAM) to .PHONY also 2023-05-13 13:30:48 +02:00
7d180f3595 Makefile: Adding GOBUILDFLAGS variable. 2023-05-13 13:26:47 +02:00
ed4cc9d1e6 Rename cmd/main/main.go to cmd/thalos/main.go 2023-05-13 13:21:42 +02:00
1294537734 Makefile: Add install target 2023-04-28 18:31:39 +02:00
a23661e088 Change project name to "thalos" (working name). 2023-03-29 15:28:40 +02:00
0034225e7a move main.go to cmd/main/main.go 2023-03-29 11:55:13 +02:00
fb3ed0f976 Makefile: add test target. 2023-01-06 17:18:25 +01:00
164d0a4153
Initial commit 2022-01-17 13:45:25 +01:00