Skip to content

Commit

Permalink
Merge pull request #67 from beeminder/glitch
Browse files Browse the repository at this point in the history
πŸŒŽπŸ‘“ Updated with Glitch
  • Loading branch information
dreeves authored Jul 1, 2021
2 parents 4a9fa19 + becb3ed commit 9817e9c
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 97 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ <h4>
<div id="2021mar"><script>genbatch(2021, 3)</script></div>
<div id="2021apr"><script>genbatch(2021, 4)</script></div>
<div id="2021may"><script>genbatch(2021, 5)</script></div>
<div id="2021jun"><script>genbatch(2021, 6)</script></div>
<div id="2021jul"><script>genbatch(2021, 7)</script></div>

<!-- add new UVIs to pub/uvis2021.js -->

Expand Down
51 changes: 41 additions & 10 deletions infras.js
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,40 @@ x: "Updated our Stripe gem, and updated the Stripe api version we are targeting
"u": ["https://twitter.com/beeminfra/status/1395148665002422275"],
"t": "2021-05-19"
}, { // ------------------------------------------------------------------------
"x": "Did a super satisfying spring cleaning of unused/unreferenced strings from our locales, and moved master copy back into the repo.",
"u": ["https://twitter.com/beeminfra/status/1397665524276891648",
"https://github.com/beeminder/beeminder/pull/2287"],
"d": "2021-05-11",
"t": "2021-05-26",
"c": "this was updates in stringles, and removing the padm.us pad from the equation. github lets a normal human edit text files pretty handily now, so no real advantage to having the master copy live in padm.us"
}, { // ------------------------------------------------------------------------
"x": "Did somesome nice refactoring of the lame-captcha code so it's DRY and easy to swap out new 'captcha' riddles or whatever.",
"u": ["https://twitter.com/beeminfra/status/1400226330831032323",
"https://github.com/beeminder/beeminder/pull/2318",
],
"t": "2021-06-02",
"d": "2021-05-25"
}, { // ------------------------------------------------------------------------
"x": "Github deprecated sending tokens in the URL params. We changed our integration code a while back, but we missed a spot in OAuth, and so now that's all ready too.",
"u": ["https://github.com/beeminder/beeminder/pull/228",
"https://twitter.com/beeminfra/status/1402768749346783234"]
}, { // ------------------------------------------------------------------------
"x": "Added more honeycomb hooks into graph & refresh jobs so we can get a handle on how long things wait on a worker etc etc.",
"u": ["https://github.com/beeminder/beeminder/pull/2271",
"https://twitter.com/beeminfra/status/1405258040639508480"],
"t": "2021-06-16"
}, { // ------------------------------------------------------------------------
"x": "Found some bad response codes in a few of our private api methods, which could lead to a 500 error, not, e.g. 422 if those requests went south.",
"u": ["https://github.com/beeminder/beeminder/pull/2329",
"https://twitter.com/beeminfra/status/1407788807584305155"],
"c": ":unacceptable is not a legit rails HTTP status code; but since the tagging interface is ajaxy, the 500 error did not evidence itself to users",
}, { // ------------------------------------------------------------------------
"x": "A couple minis with our Docker setup: stop docker-compose automatically when the dev server stops, and updated bootsnap gem to fix a Docker error",
"u": ["https://github.com/beeminder/beeminder/pull/2366",
"https://github.com/beeminder/beeminder/pull/2351",
"https://twitter.com/beeminfra/status/1410363263062134784"],
"t": "2021-06-30"
}, { // ------------------------------------------------------------------------
}, /* ----------------------------------------------------------- end batch */ ]

var staged = [ { // note: sub-entries not allowed here in staging
Expand All @@ -932,23 +966,20 @@ METASTAGED: --10--------20--------30--------40--------50--------60--------70----
https://github.com/beeminder/beeminder/commit/
}, { // ------------------------------------------------------------------------
remove intercom from gemfile & remove weeder #2384
https://github.com/beeminder/beeminder/pull/2384
}, { // ------------------------------------------------------------------------
initialize logger in omniauth initializer #2363
https://github.com/beeminder/beeminder/pull/2363
}, { // ------------------------------------------------------------------------
Fix bad RefreshJob tests #2360
https://github.com/beeminder/beeminder/pull/2360
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
## NEED HELP FROM ADAM:
* a bunch of work to get honeycomb into our background workers so we can monitor stuff there too [did this actually resolve to a positive end?]
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
TODO:
don't make title required and then do javascript contortions to deal with it
}, { // ------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions uvis2019.js
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,7 @@ var batch2019jul = [{
}, { // ------------------------------------------------------------------------
"x": "RescueTime goal creation wasn't letting you set your initial safety buffer. Now it does! #bugfix",
"u": ["https://twitter.com/beemuvi/status/1146240016927977472",
"https://github.com/beeminder/beeminder/issues/674",
"https://github.com/beeminder/beeminder/pull/683"],
"d": "2019-07-02",
"t": "2019-07-02",
Expand Down
4 changes: 2 additions & 2 deletions uvis2020.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ var batch2020feb = [{
}, { // ------------------------------------------------------------------------
"x": "Newly added datapoints were sorting to the bottom of the dashboard with sort-by = 'recently updated', rather than the top where they ought to've gone. #bugfix",
"u": ["https://twitter.com/beemuvi/status/1229922524844085248",
"https://github.com/beeminder/beeminder/pull/1116",
"https://github.com/beeminder/beeminder/issues/1086"],
"https://github.com/beeminder/beeminder/issues/1086",
"https://github.com/beeminder/beeminder/pull/1116"],
"d": "2020-02-18",
"t": "2020-02-18",
"c": "This was a javascript layer thing, so reloading the page would correct the sort problem. But now there's no problem!",
Expand Down
Loading

0 comments on commit 9817e9c

Please sign in to comment.