1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00
Commit graph

67 commits

Author SHA1 Message Date
b98164116e
Makefile: Indent fixes. 2023-08-15 09:46:03 +02:00
eaeec1645d
Version 1.4.6 2023-07-25 17:31:03 +02:00
dd76ae2b19
Version 1.4.5 2023-05-23 17:23:25 +02:00
824ae9ca9d
Version 1.4.4 2023-04-04 07:47:16 +02:00
9a34d2647d
Version 1.4.3 2023-04-04 06:12:04 +02:00
cf2aef149a
Version 1.4.2 2023-02-14 09:35:47 +01:00
318d14f44b
Makefile: use $GO variable when setting GOOS and GOARCH 2023-02-07 16:29:31 +01:00
9814f07612
Version 1.4.0 2023-02-07 12:36:45 +01:00
5ed22bfdc6
Makefile add build/antelope-v1-mock-server to .PHONY target 2023-02-06 10:01:11 +01:00
29ed2d790b
Version 1.4.0 2023-01-04 14:09:06 +01:00
be7a246317
Makefile: adding "test-utils" target. 2023-01-02 19:12:56 +01:00
142465ac16
Version 1.3.1 2022-12-12 16:24:48 +01:00
a771b25415
Version 1.3.0 2022-11-25 12:41:31 +01:00
61cb49f8be
Rename project from eosio-api-healthcheck to antelope-api-healthcheck 2022-11-25 12:39:51 +01:00
0f5fdedd91
Version 1.2.6 2022-11-24 15:04:10 +01:00
6448aeb0f7
Refactor: move internal package from src/ to internal/ and move src/main.go to cmd/eosio-api-healthcheck/main.go 2022-10-27 12:58:30 +02:00
7f387680ec
Version 1.2.5 2022-10-21 13:43:09 +02:00
818cf7e7e5
move src/helpers.go to src/utils/parse_log_formatter.go 2022-10-21 13:13:02 +02:00
311d9b34cb
src/main.go: Add cli flag to change logging format. 2022-10-20 15:15:11 +02:00
da28a68943
Version 1.2.4 2022-10-13 14:40:25 +02:00
c2cc60dbfb
Makefile adding coverage target 2022-10-03 16:37:51 +02:00
11c1e8afcd
Version 1.2.3 2022-08-22 18:19:55 +02:00
566071c997
Makefile: for dpkg-buildpackage skip building source and only build binary package. 2022-08-22 18:19:46 +02:00
4b3ae5431c
Makefile: Set VersionString variable when linking. 2022-08-21 23:52:26 +02:00
e44a5ab86e
Makefile: in build target, skip creating build/.buildinfo. its not needed. 2022-08-21 20:08:01 +02:00
fe1beaa616
Makefile: remove GOCCFLAGS and GOLDFLAGS in favor for GOBUILDFLAGS 2022-08-21 20:03:03 +02:00
7043d67945
Build debian packages using specification files instead of shell script. 2022-08-19 17:07:26 +02:00
f4a39783b1
Split scripts/build*.sh into install and package scripts. 2022-08-19 13:26:01 +02:00
890ea537c6
Makefile: add test target. 2022-08-16 20:03:13 +02:00
83a2ddf2ed
src/server.go: use code from parse_request.go 2022-08-16 20:02:31 +02:00
b1f39ea9fe
Version 1.2.2 2022-08-15 13:14:48 +02:00
1a3594af54
Version 1.2.1 2022-08-12 18:03:41 +02:00
ed91320a1d
Makefile: remove deps. 2022-08-12 16:33:51 +02:00
a3be529b78
Version 1.2 2022-05-18 10:09:49 +02:00
4ff008b312
Version 1.2-rc2 2022-03-02 16:59:45 +01:00
bc3f859a8e
Makefile: add .PHONY target 2022-03-02 16:00:43 +01:00
46fd016d10
Makefile: move build/.buildinfo target to build/$(PROGRAM_NAME) 2022-03-02 16:00:43 +01:00
c459999f88
Version 1.2-rc1 2022-03-02 16:00:22 +01:00
f522146fbf Version 1.1 2021-12-30 19:08:39 +01:00
55e149ddd6 Makefile: output data from "go env" to build/.buildinfo 2021-12-30 18:52:19 +01:00
a757c0dde5 Rename generated package info file from scrtips/info to scripts/pkg_info 2021-12-30 18:49:25 +01:00
91bad080ee Modify package scripts to use build/ directory to store tmp directory and output files. 2021-12-30 17:35:18 +01:00
82c32d7901 Version 1.0 2021-12-02 13:23:19 +01:00
de78a7c622 Makefile: get rid of package target (make get confused by package.sh file) 2021-12-02 12:55:29 +01:00
90c06e7d9f Makefile: don't require build for package target. 2021-12-02 12:41:54 +01:00
324356f9f4 Merge branch 'master' into devel 2020-11-04 13:59:58 +01:00
d6cc9ac185 Version 0.3.5 2020-11-04 13:59:23 +01:00
fe8724aae5 move some "non server" code from src/server.go to src/main.go 2020-06-26 13:47:48 +02:00
d7e643fd73 Version 0.3.4 2020-06-24 17:51:36 +02:00
5d5d7bb5be Makefile: make "scripts/info" rule a phony one. so that it's always generated. 2020-06-24 14:45:05 +02:00