Commit Graph

836 Commits

Author SHA1 Message Date
Jakob Schrettenbrunner
50e27db1c4 add cobra to implement cli interface for different commands 2017-06-29 12:21:59 +02:00
Jakob Schrettenbrunner
f183654996 manually create $GOPATH/bin so glide can install 2017-06-27 12:48:18 +02:00
Jakob Schrettenbrunner
1a206872ff replace dep in makefile with glide 2017-06-27 12:44:42 +02:00
Jakob Schrettenbrunner
a2af38f03e replace dep with glide 2017-06-27 12:43:55 +02:00
Jakob Schrettenbrunner
e928b337e7 Add makefile to simplify some tasks 2017-06-27 12:42:56 +02:00
Jakob Schrettenbrunner
02492cb64d use logging settings in logger 2017-06-27 12:05:50 +02:00
Jakob Schrettenbrunner
fbfeed4ee7 add debug flag to config 2017-06-27 10:42:19 +02:00
Jakob Schrettenbrunner
2322a9721a add gin-gonic dependency 2017-06-27 10:42:09 +02:00
Jakob Schrettenbrunner
474cba37f4 update license 2017-06-27 10:25:17 +02:00
Jakob Schrettenbrunner
7024e7b286 update Readme 2017-06-27 10:09:07 +02:00
Jakob Schrettenbrunner
ceeabd6cbc add cross platform build to travis
auto deploy on releases with travis
2017-06-27 10:03:17 +02:00
Jakob Schrettenbrunner
b9d5506267 update mount path in Vagrant image 2017-06-27 09:39:53 +02:00
Jakob Schrettenbrunner
90e81d89eb add config_test.go 2017-06-26 21:04:11 +02:00
Jakob Schrettenbrunner
7055f0c9b2 update import paths
update Readme with shields
2017-06-26 20:44:37 +02:00
Jakob Schrettenbrunner
271e4fb5ef use goverage for testing with coverage reports
update dependencies
2017-06-26 20:28:25 +02:00
Jakob Schrettenbrunner
f20a9b81f8 correct go test folder for travis 2017-06-26 17:20:13 +02:00
Jakob Schrettenbrunner
7e8a3e7e65 report coverage to codacy using travis and godacov 2017-06-26 16:59:02 +02:00
Jakob Schrettenbrunner
ccc1c8e19a travis change go 1.9 to beta version 2017-06-26 13:45:23 +02:00
Jakob Schrettenbrunner
1f5491cdd3 run tests with go 1.9 beta on travis 2017-06-26 13:36:17 +02:00
Jakob Schrettenbrunner
ae1548cbe1 use correct workaround for vendor on travis 2017-06-26 13:31:54 +02:00
Jakob Schrettenbrunner
c24a2022c2 manually exclude vendor directory on travis test until go 1.9 is released 2017-06-26 13:31:04 +02:00
Jakob Schrettenbrunner
c8ef8dd5c7 force go build output name to wings to avoid conflicts with the wings.go file on testing 2017-06-26 12:49:16 +02:00
Jakob Schrettenbrunner
2be4588bbc update travis test script 2017-06-26 11:46:49 +02:00
Jakob Schrettenbrunner
b6adb5a248 change travis test command 2017-06-26 11:43:56 +02:00
Jakob Schrettenbrunner
a95993f578 add travis config 2017-06-26 11:15:19 +02:00
Jakob Schrettenbrunner
06055d6265 unmarshal config into struct with viper for consistent access 2017-06-26 11:07:53 +02:00
Jakob Schrettenbrunner
b4b0c3f9e6 fix Gopkg.toml 2017-06-21 00:54:20 +02:00
Jakob Schrettenbrunner
c438bf318d update paths in vagrant provisioning 2017-06-21 00:53:55 +02:00
Jakob Schrettenbrunner
f38d2996e9 add vagrant setup 2017-06-21 00:42:14 +02:00
Jakob Schrettenbrunner
18b7b30057 remove all variants of /vendor folder 2017-06-21 00:41:15 +02:00
Jakob Schrettenbrunner
f244cda20f add example config
add generateLetsEncrypt setting
2017-06-19 16:20:58 +02:00
Jakob Schrettenbrunner
03acc4d5a3 add full config struct 2017-06-19 16:15:28 +02:00
Jakob Schrettenbrunner
326fdcae6e very basic thoughts on module and file structure
basic configuration
basic logger
2017-06-19 00:01:44 +02:00
Jakob Schrettenbrunner
2568d9dd1a add some libraries for config and logging 2017-06-19 00:00:58 +02:00
Jakob Schrettenbrunner
69d95c6fbf add editorconfig and gitignore 2017-06-18 23:59:30 +02:00
Jakob
e0561c52fb Initial commit 2017-05-17 12:49:29 +02:00