Skip to content

Commit

Permalink
Merge pull request #66 from beeminder/glitch
Browse files Browse the repository at this point in the history
πŸ‡πŸŽ’ Updated with Glitch
  • Loading branch information
dreeves authored May 24, 2021
2 parents ae9ff43 + 1b13058 commit 4a9fa19
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 33 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ c: comment / note to selves [string]
Tentative refactor:

```
f: featured / bolded / highlighted [bool: default false]
i: sub-UVI / indented [bool: default false]
c: continuation / no new number [bool: default false]
x: text of UVI / log entry [string]
l: list of links / urls [list of strings]
d: date deployed [YYYY-MM-DD string]
e: date tweeted/logged/announced/entered [YYYY-MM-DD string]
s: comment / note to selves [string]
f: Featured / bolded / highlighted [bool: default false]
i: sub-UVI / Indented [bool: default false]
c: Continuation / no new number [bool: default false]
x: teXt of UVI / log entry [string]
l: list of Links / urls [list of strings]
d: date Deployed [YYYY-MM-DD string]
e: date tweeted/logged/announced/Entered [YYYY-MM-DD string]
s: comment / note to Selves [string]
```

## TODO LIST
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ <h4>
<div id="2021feb"><script>genbatch(2021, 2)</script></div>
<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>

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

Expand Down
31 changes: 26 additions & 5 deletions infras.js
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,32 @@ x: "Updated our Stripe gem, and updated the Stripe api version we are targeting
"d": "2020-04-12",
"t": "2020-04-14",
}, { // ------------------------------------------------------------------------
"x": "Allow admins to give negative credit (mostly this is important for being able to fix mistakes)",
"u": ["https://github.com/beeminder/beeminder/pull/2236",
"https://twitter.com/beeminfra/status/1385001214585171977"],
"d": "2021-04-21",
"t": "2021-04-21"
}, { // ------------------------------------------------------------------------
"x": "Redecorating in the admin interfaces; regrouped some goal fields to make more sense, and added last active date ",
"u": ["https://github.com/beeminder/beeminder/pull/2237",
"https://twitter.com/beeminfra/status/1387551794679619584"],
"d": "2021-04-21",
}, { // ------------------------------------------------------------------------
"x": "We can now deploy test web servers and test worker servers on our machines with an ansible script",
"u": ["https://github.com/beeminder/beeploy/pull/25",
"https://twitter.com/beeminfra/status/1390088649803399168"],
"d": "2021-04-08",
"t": "2021-05-05",
"c": "we could a little bit do this before, but now it is fully automated push a button and voila"
}, { // ------------------------------------------------------------------------
"x": "Fixed up how we're using Let's Encrypt so that updating our SSL certificates is much less manual than before.",
"t": "2021-05-12",
"u": ["https://twitter.com/beeminfra/status/1392626604770168832"]
}, { // ------------------------------------------------------------------------
"x": "Deploying to our test web servers and test worker servers is similar to deploying to production now",
"u": ["https://twitter.com/beeminfra/status/1395148665002422275"],
"t": "2021-05-19"
}, { // ------------------------------------------------------------------------
}, /* ----------------------------------------------------------- end batch */ ]

var staged = [ { // note: sub-entries not allowed here in staging
Expand All @@ -917,14 +943,9 @@ https://github.com/beeminder/beeminder/commit/
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
## NEED HELP FROM ADAM:
* massive improvements to our ansible deployment scripts so that we can now spin up a new web server from scratch in about an hour
* including adding some sexy test suite thingie into the mix with ansible [help?]
* 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?]
}, { // ------------------------------------------------------------------------
}, { // ------------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion uvis2020.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ var batch2020mar = [{
"t": "2020-03-24",
"c": "We could milk this for a lot of UVIs (expost docs are responsive now, there's a sidebar css class, etc etc) but it's not part of Beeminder proper so we're compromising and lumping it into one",
}, { // ------------------------------------------------------------------------
"x": "On your goal page, we linkify stuff you put in your goal description, but we weren't linkifying on the dashboard, so you got ugly '<a href=...' stuff. #bugfix",
"x": "On your goal page, we linkify stuff you put in your goal description, but we weren't linkifying on the dashboard, so you got ugly '&lt;a href=...' stuff. #bugfix",
"u": ["https://twitter.com/beemuvi/status/1242600958728626176",
"https://github.com/beeminder/beeminder/issues/1171",
"https://github.com/beeminder/beeminder/pull/1176"],
Expand Down Expand Up @@ -2700,6 +2700,7 @@ const batch2020dec = [{
"x": "Important #bugfix in the email bot parser to be robust to some weird quoting that the Fastmail email client was doing. HT Andy Brett",
"u": ["https://twitter.com/beemuvi/status/1335023209465303042",
"https://github.com/beeminder/beeminder/issues/1925",
"https://github.com/beeminder/beeminder/issues/632",
"https://github.com/beeminder/beeminder/pull/1926"],
"d": "2020-11-16",
"t": "2020-12-04",
Expand Down
Loading

0 comments on commit 4a9fa19

Please sign in to comment.