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

134 commits

Author SHA1 Message Date
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
ec3a9bfac7
README.md: Document contract api. 2022-03-02 16:00:42 +01:00
b5c7b7c4d1
Remove logfile 2022-03-02 16:00:22 +01:00
c459999f88
Version 1.2-rc1 2022-03-02 16:00:22 +01:00
bb375296d8
src/server.go: adding "contract" api 2022-03-02 16:00:22 +01:00
415b1346dc
Adding src/api/eosio-contract.go 2022-03-02 16:00:21 +01:00
be945886e4
src/server.go: don't fallback to v1 api, return error on invalid api instead. 2022-03-02 16:00:21 +01:00
f6aabb7ed8
Change order of request parameters: api field moved from position 3 to 1 and are now required. 2022-03-02 16:00:21 +01:00
014027006f
src/api/v2.go: in LogInfo() skip "host" if it's zero length. 2022-03-02 16:00:21 +01:00
aa0b6998b8
src/api/v1.go: in LogInfo() skip "host" if it's zero length. 2022-03-02 16:00:20 +01:00
d5ec841586
src/api/interface.go: make LogInfo() return LogParams 2022-03-02 16:00:20 +01:00
1b53650723
Adding src/api/log_params.go 2022-03-02 16:00:20 +01:00
8e41cbfc5b
src/api/interface.go: remove Name() and define LogInfo() instead. 2022-03-02 16:00:19 +01:00
400ec204bc
README.md: rename parameter 3. version to api as it can be more generic then just different versions. 2022-03-02 16:00:19 +01:00
ddc7406a4c
src/server.go: refactor eosio v1/v2 api code into it's own module that implements a common interface 2022-03-02 16:00:19 +01:00
fa9a943215
Convert hard tabs to soft. 2022-03-02 15:56:29 +01:00
1dc31db4e1
src/main.go: set parameters for getopt.Usage() 2022-03-02 15:56:28 +01:00
15568153c9
src/main.go: Add --help|-h flag to getopt 2022-03-02 15:56:28 +01:00
44a01344c7
Replace local eosapi with github.com/eosswedenorg-go/eosapi 2022-03-02 15:54:45 +01:00
1d8b47762e
replace standard logger for github.com/inconshreveable/log15 2022-03-02 15:53:36 +01:00
107df930f1
src/main.go: log tcp server address 2022-03-02 15:50:36 +01:00
3a4c827f8e
replace github.com/firstrow/tcp_server with github.com/eosswedenorg-go/tcp_server 2022-03-02 15:50:05 +01:00
59bd699065
Replace local pid module with the one located at github.com/eosswedenorg-go/pid 2022-03-02 15:48:39 +01:00
10a12816fa
Replace local haproxy module with the one located at github.com/eosswedenorg-go/haproxy 2022-03-02 15:47:30 +01:00
88e415cb56
Adding LICENSE 2022-01-01 14:46:38 +01:00
f522146fbf Version 1.1 2021-12-30 19:08:39 +01:00
caf86bc797 compile.sh: add "-t" flag to usage string. 2021-12-30 19:07:37 +01:00
c552551348 compile.sh: remove "-p" flag from getopt. 2021-12-30 19:07:17 +01:00
26369545af .github/workflows/release.yml: Build FreeBSD packages for more architectures. 2021-12-30 19:01:39 +01:00
ed1341a72b scripts/build_freebsd.sh: add $GOARCH to tar filename. 2021-12-30 18:56:02 +01:00
4c5c74be31 scripts/build.sh: read and export variables from build/.buildinfo 2021-12-30 18:55:23 +01:00
f91e45e5ff package.sh: read target os from build/.buildinfo instead of binary. 2021-12-30 18:54:56 +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
8085eaa81d Add .github/workflows/release.yml 2021-12-30 18:05:15 +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
6ffc6f66c5 Merge branch 'freebsd-newsyslog-signal-on-rotate'
# Conflicts:
#	src/main.go
2021-12-24 11:09:17 +01:00
0ddbf6dea0 src/main.go: newsyslog actually sends SIGHUP, not SIGUSR1 2021-12-24 11:06:30 +01:00
8be4466d66 src/main.go: in setLogFile() check for null when closing old FD and also check error from Close() 2021-12-24 11:05:47 +01:00
2470062c3d scripts/templates/rc.conf: use "LOG_FILE" variable. 2021-12-24 11:04:19 +01:00
9532a8d5ef scripts/templates/rc.conf: pass logfile as "-l" flag 2021-12-24 11:03:18 +01:00
b8b11b1d66 Convert to go module 2021-12-23 16:47:15 +01:00
9781ee6a55 src/eosapi/functions.go: "github.com/liamylian/jsontime/v2" should be "github.com/liamylian/jsontime/v2/v2" 2021-12-23 16:46:55 +01:00
5907d96176 src/eosapi/functions.go: import jsontime with a more descriptive name than "v2" 2021-12-23 16:25:53 +01:00
82c32d7901 Version 1.0 2021-12-02 13:23:19 +01:00
4375afa4fe Adding set-version.sh 2021-12-02 13:23:03 +01:00
6cef421a34 README.md: Add more documentation for compiling and packaging 2021-12-02 12:56:57 +01:00
15a4566b3b src/main.go: add -v and --version flag. 2021-12-02 12:56:09 +01:00
de78a7c622 Makefile: get rid of package target (make get confused by package.sh file) 2021-12-02 12:55:29 +01:00