Last active
January 16, 2018 22:15
-
-
Save ericxtang/d6dd7bd86d7d942f9b3194b4ee35967d to your computer and use it in GitHub Desktop.
lp-go-client-status.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "date": "1/16/2018", | |
| "yesterday": [ | |
| "New release - 0.1.10" | |
| ], | |
| "today": [ | |
| "Add more http error code - https://github.com/livepeer/go-livepeer/pull/268" | |
| ] | |
| }, | |
| { | |
| "date": "1/15/2018", | |
| "yesterday": [ | |
| "Bug fixes for node panic when transcode fails https://github.com/livepeer/go-livepeer/pull/263", | |
| "Bug fix for error code 500 causing CDN to cache segments longer than it should https://github.com/livepeer/go-livepeer/pull/265", | |
| "Hot fix for a bug introduced by https://github.com/livepeer/go-livepeer/pull/255" | |
| ], | |
| "today": [ | |
| "Make new release", | |
| "Re deploy test network due to overflow issue", | |
| "Continue bug squash" | |
| ] | |
| }, | |
| { | |
| "date": "1/11/2018", | |
| "yesterday": [ | |
| "Merged memory fix (https://github.com/livepeer/go-livepeer/pull/255)", | |
| "Fixed the panic issue caused by failed transcoding (https://github.com/livepeer/go-livepeer/pull/263), but still need to do some more digging for 'too many files opened'" | |
| ], | |
| "today": [ | |
| "Try to close more bugs" | |
| ] | |
| }, | |
| { | |
| "date": "1/10/2018", | |
| "yesterday": [ | |
| "Deployed new testnet", | |
| "Helped with testing the new deployment", | |
| "Finished memory issue fix, waiting for review (https://github.com/livepeer/go-livepeer/pull/255)" | |
| ], | |
| "today": [ | |
| "Bug prioritization (currently 25 open bugs)", | |
| "Bug squashing" | |
| ] | |
| }, | |
| { | |
| "date": "1/9/2018", | |
| "yesterday": [ | |
| "Dived into memory usage in the node. Explored using pprof (nice profiling / visualization tool for golang). Found several memory inefficiencies, and in the process of fixing them. I’ll create 1 of 2 PRs for this problem today." | |
| ], | |
| "today": [ | |
| "Deploy new network, continue to work on memory issue." | |
| ] | |
| }, | |
| { | |
| "date": "1/8/2018", | |
| "yesterday": [ | |
| "I mostly focused on planning yesterday" | |
| ], | |
| "today": [ | |
| "Catching up on everything", | |
| "Code Review with Yondon on https://github.com/livepeer/go-livepeer/pull/249" | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment