16 Commits

Author SHA1 Message Date
mochi-co
450b8a2817 only build docker on tag for mochi-mqtt repo 2023-09-29 19:06:07 +01:00
JB
a5310bdfdf Update build.yml 2023-09-29 18:21:24 +01:00
JB
96b96e8248 Update build.yml
multiple platforms
2023-09-28 23:26:05 +01:00
JB
a786a0a526 Update build.yml 2023-09-28 23:21:02 +01:00
JB
c6297ee9e3 Update build.yml 2023-09-28 23:10:59 +01:00
JB
2f94751220 Update build.yml
alternative tags attempt
2023-09-28 23:05:55 +01:00
JB
89a786832d Update build.yml 2023-09-28 22:54:23 +01:00
JB
8f93e35f1e Fix docker repo name 2023-09-28 22:41:49 +01:00
JB
ba6b12a303 Update build.yml
test push to docker with version
2023-09-28 22:39:57 +01:00
JB
a3fe5d4729 Update build.yml
test pushing directly to docker
2023-09-28 22:29:32 +01:00
JB
bb5fc40fe4 Update build.yml 2023-09-28 22:26:53 +01:00
Derek Duncan
44bac0adc5 Migrate from zerolog to slog (#248)
* Begin adding new slog calls

* Fixed unit tests

* Add leveler example

* Add debug log level to Redis example

* Change location of server.Close() and add logs to example/hooks

* Begin removing references to zerolog

* Removed final references to zerolog

* Change where server.Close() occurs in main

* Change to 1.21 to remove x dependency

* Add slog

* Update references to 1.21

* Begin change of LogAttrs to standard logging interface

* Change the rest of LogAttrs to default

* Fix bad log

* Update badger.go

Changing "data" to "key" or "id" here might be more appropriate.

* Update badger.go

Changing "data" to "key" or "id" here might be more appropriate.

* Update server.go

Not checking if err is equal to nil

* Update server.go

printing information for ID or error is missing.

* Change references of err.Error() to err in slog

* Remove missed removal of Error() references for logging

---------

Co-authored-by: Derek Duncan <dduncan@atlassian.com>
Co-authored-by: Derek Duncan <derekduncan@gmail.com>
Co-authored-by: JB <28275108+mochi-co@users.noreply.github.com>
Co-authored-by: werbenhu <werben@qq.com>
2023-09-06 15:21:04 +01:00
werbenhu
4b49652a8c Update build.yml (#203) 2023-05-04 18:09:58 +01:00
JB
9c99db426c Update build.yml 2022-12-10 21:58:03 +00:00
mochi-co
40b7273a53 update github workflow go version to 1.19 2022-12-10 21:52:06 +00:00
JB
3286d5a484 Replace Travis with Github Actions (#41)
* Remove Travis CI

* Add Github Actions Workflow

* Update badges for build status, coverage, report card, doc reference

* use actions for all pull requests and pushes

* test all files for coverage

* Apply gofmt -s to simplify code

* Fix typos

* Cleanup comments

* Cleanup comments

Co-authored-by: mochi <mochimou@icloud.com>
2022-03-15 19:56:42 +00:00