Commit Graph

550 Commits

Author SHA1 Message Date
Bo-Yi Wu 97eae1fab4 feat: support Automatically install TLS certificates from Let's Encrypt. (#205)
* feat: support Automatically install TLS certificates from Let's Encrypt.

* refactor: update tls server.

* fix: missing tls package.

* fix: drop 1.6.x support

* docs: update readme.

* fix: listen tcp :443: bind: permission denied
2017-04-05 12:03:43 +08:00
Bo-Yi Wu 9b793cf80b refactor: check gofmt error. (#203) 2017-04-01 22:30:46 +08:00
Bo-Yi Wu 590a44209d feat: add fmt check command. (#202) 2017-03-30 14:29:53 +08:00
Bo-Yi Wu 5b2b3695e5 refactor: support AbortWithStatusJSON (#200) 2017-03-29 09:21:31 +08:00
Bo-Yi Wu d94c9437f5 refactor: [ci skip] remove travis testing. (#201) 2017-03-29 09:20:33 +08:00
Ryan Guest 4b6ac6d8d2 [ci skip] fix: typo in code comments (#198) 2017-03-26 20:33:33 +08:00
Bo-Yi Wu 04ff032214 refactor: update build flag for windows. (#197) 2017-03-15 21:47:21 -05:00
Bo-Yi Wu 5b8ce06bee docs: [ci skip] add memory usage. (#196) 2017-03-12 06:50:39 -05:00
Bo-Yi Wu 7360bc8a04 fix: typo hashnull -> dev/null (#195) 2017-03-09 01:23:56 -06:00
Bo-Yi Wu 92b9da2f00 refactor: hash is a much faster shell-builtin alternative to which. (#192) 2017-02-27 21:45:00 +08:00
Bo-Yi Wu 969c0edf29 fix: add tip version on travis. 2017-02-26 18:33:23 +08:00
Bo-Yi Wu e9dc429cb8 feat: embed code into markdown and keep everything in sync (#191)
* feat: embed code into markdown and keep everything in sync

* fix: update readme.

* fix: update travis.
2017-02-25 20:31:49 +08:00
Bo-Yi Wu c67af96a05 refactor: update version name in header. (#188) 2017-02-21 14:15:14 +08:00
Bo-Yi Wu e726860ee4 fix: remove glide config (#187) 2017-02-20 17:07:57 +08:00
Bo-Yi Wu 136487134a feat: Support 1.8.0 version. (#185) 2017-02-19 18:29:28 +08:00
Bo-Yi Wu 23bd0d0c56 feat: switch glide to govendor. (#186)
* feat: switch glide to govendor.

* fix: testing
2017-02-19 15:04:00 +08:00
Bo-Yi Wu 3f4485edf7 feat: Add support for the mutable-content flag (#179) 2017-02-10 15:03:49 +08:00
Bo-Yi Wu ef9085c4b7 feat: update vendor (#181) 2017-02-10 13:55:02 +08:00
Bo-Yi Wu 590a4a6a6f feat: update to go 1.7.5 version. (#177)
* feat: update to go 1.7.5 version.

* feat: update travis go version.
2017-02-06 13:42:39 +08:00
Bo-Yi Wu c144a53107 feat: Add unconvert command 2017-01-28 11:26:05 +08:00
Bo-Yi Wu f155e20fa2 fix: Remove unnecessary type conversions (#176) 2017-01-27 18:19:39 +08:00
Bo-Yi Wu 962c033246 feat: set runtime.NumCPU() as default worker num value (#174) 2017-01-25 16:29:35 +08:00
Bo-Yi Wu aff833cd0c docs: [ci skip] upgrade to 1.7.4 2017-01-25 08:56:59 +08:00
Bo-Yi Wu a34e92ba4e docs: update readme. 2017-01-21 16:08:30 +08:00
Bo-Yi Wu 2a00ed77ad feat: support title flag on cli (#172) 2017-01-21 15:46:44 +08:00
Bo-Yi Wu 9bd6886c1e refactor: Support empty notification for android (#170) 2017-01-21 12:18:41 +08:00
Bo-Yi Wu da1231315f fix: [ci skip] fix docs. 2017-01-19 22:21:53 +08:00
Bo-Yi Wu a7b969dcf3 refactor: update import path. 2017-01-19 17:08:12 +08:00
Bo-Yi Wu a669070ffb feat: support prometheus metric url. (#168) 2017-01-19 16:56:30 +08:00
Bo-Yi Wu cbbbc4eef0 fix: Enforce custom LDFLAGS within makefile and add coverage command. 2017-01-17 10:44:33 +08:00
Bo-Yi Wu 9f87268dc0 fix: Clone tags within drone for proper version generation 2017-01-12 22:18:24 +08:00
Bo-Yi Wu d8c4659c2b feat: creat pid folder automatically. 2017-01-10 17:13:12 +08:00
Bo-Yi Wu eddcb86470 docs: [ci skip] update readme. 2017-01-07 21:17:18 +08:00
Bo-Yi Wu 015a23d3ec feat: add new flag --pid 2017-01-07 21:16:27 +08:00
Bo-Yi Wu fd22832e7c refactor: create pid file. 2017-01-07 18:45:34 +08:00
Bo-Yi Wu 975a6f8fab docs: [ci skip] update readme 2017-01-07 18:24:19 +08:00
Bo-Yi Wu e5b916c057 fix: GOMAXPROCS set to the number of cores available in 1.5 2017-01-05 14:25:52 +08:00
Bo-Yi Wu 73aca36a74 add ARCHS variable.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-01-02 13:58:07 +08:00
Bo-Yi Wu 3fc2a21c0c update readme for facebook grace package.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-01-01 16:01:08 +08:00
Bo-Yi Wu 5d0bbdf4ad Add load tls file testing error.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-01-01 16:01:08 +08:00
Bo-Yi Wu d6f9d132ea update gofight to v2.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-01-01 16:01:08 +08:00
Bo-Yi Wu 218e3fbddc replace endless with facebook grace package.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-01-01 16:01:08 +08:00
Bo-Yi Wu daf5a73395 replac go fmt with gofmt command.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-31 13:31:37 +08:00
Bo-Yi Wu 1a45e6eda1 [ci skip] add badge.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-30 13:41:30 +08:00
Bo-Yi Wu 35331dc01e [ci skip] update readme.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-24 21:05:31 +08:00
Bo-Yi Wu 888f68bace [ci skip] bump version to v1.7.2
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-24 16:46:02 +08:00
Bo-Yi Wu 1c466d8fcb update example.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-24 16:10:57 +08:00
Bo-Yi Wu 65489d13e6 update readme.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-24 16:06:05 +08:00
Bo-Yi Wu 1707f39b7d remove required field: message
Fix #162
Fix #146

//     "aps" : {
//         "alert" : {
//             "title" : "Game Request",
//             "body" : "Bob wants to play poker",
//             "action-loc-key" : "PLAY"
//         },
//         "badge" : 5
//     },

and

//     "aps" : {
//         "alert" : "You got your emails.",
//         "badge" : 9,
//         "sound" : "bingbong.aiff"
//     },

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-24 15:54:48 +08:00
Bo-Yi Wu e2cc0a49c5 [ci skip] update readme.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-23 11:43:26 +08:00