diff --git a/script/add_github_events b/script/add_github_events index 4deb95397..db509913d 100755 --- a/script/add_github_events +++ b/script/add_github_events @@ -83,21 +83,21 @@ for i, day in enumerate(sorted(day_events)): elif event['type'] == 'CreateEvent': repos.add(event['repo']['name']) if event['payload']['ref_type'] == 'branch': - update += '* %s — created branch %s on [`%s`](%s)\n' % ( + update += '* %s — created branch %s on [`%s`](%s)\n' % ( timestamp.strftime('%H:%M'), event['payload']['ref'], event['repo']['name'], api_to_website(event['repo']['url']), ) elif event['payload']['ref_type'] == 'tag': - update += '* %s — created tag `%s` on [`%s`](%s)\n' % ( + update += '* %s — created tag `%s` on [`%s`](%s)\n' % ( timestamp.strftime('%H:%M'), event['payload']['ref'], event['repo']['name'], api_to_website(event['repo']['url']), ) elif event['payload']['ref_type'] == 'repository': - update += '* %s — created repo [`%s`](%s)\n' % ( + update += '* %s — created repo [`%s`](%s)\n' % ( timestamp.strftime('%H:%M'), event['repo']['name'], api_to_website(event['repo']['url']), diff --git a/source/2021/02/22/github_activity.markdown b/source/2021/02/22/github_activity.markdown index 1fd6a8891..471f69307 100644 --- a/source/2021/02/22/github_activity.markdown +++ b/source/2021/02/22/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/flourish",] tag = [ "repo-flourish",] ``` -* 17:17 — created branch exclude_future on [`norm/flourish`](https://github.com/norm/flourish) +* 17:17 — created branch exclude_future on [`norm/flourish`](https://github.com/norm/flourish) * 17:18 — Pushed 1 commit to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/4d6d78da7fae91907a622202dedbe565d17cc95d..5c8f927803d0ef9f76ef3e502bb1fb2d5fe322c2)) * [Fix documented target for building for pypi](https://github.com/norm/flourish/commit/5c8f927803d0ef9f76ef3e502bb1fb2d5fe322c2) * 17:18 — opened [pull request 32](https://github.com/norm/flourish/pull/32) on [`norm/flourish`](https://github.com/norm/flourish) @@ -16,13 +16,13 @@ tag = [ "repo-flourish",] * [Allow excluding sources with future dates](https://github.com/norm/flourish/commit/0afd0b2b88c7752c5f663c48bb25029cda9112af) * [Merge pull request #32 from norm/exclude_future](https://github.com/norm/flourish/commit/44aeac4bf2fdde7546da21e139b6227b0734bfdc) * 17:22 — deleted branch exclude_future from [`norm/flourish`](https://github.com/norm/flourish) -* 17:26 — created branch release-092 on [`norm/flourish`](https://github.com/norm/flourish) +* 17:26 — created branch release-092 on [`norm/flourish`](https://github.com/norm/flourish) * 17:26 — opened [pull request 33](https://github.com/norm/flourish/pull/33) on [`norm/flourish`](https://github.com/norm/flourish) * 17:27 — merged [pull request 33](https://github.com/norm/flourish/pull/33) on [`norm/flourish`](https://github.com/norm/flourish) * 17:27 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/44aeac4bf2fdde7546da21e139b6227b0734bfdc..283aca3ccb2b535f4649606a080e9a884204207b)) * [Version 0.9.2 has been uploaded to pypi](https://github.com/norm/flourish/commit/a349d96fdb53261d76b2de4985d3ca57ad34bd99) * [Merge pull request #33 from norm/release-092](https://github.com/norm/flourish/commit/283aca3ccb2b535f4649606a080e9a884204207b) -* 17:27 — created tag `v0.9.2` on [`norm/flourish`](https://github.com/norm/flourish) +* 17:27 — created tag `v0.9.2` on [`norm/flourish`](https://github.com/norm/flourish) * 17:28 — Released [`v0.9.2`](https://github.com/norm/flourish/releases/tag/v0.9.2) on [`norm/flourish`](https://github.com/norm/flourish) * 17:28 — deleted branch release-092 from [`norm/flourish`](https://github.com/norm/flourish) * 17:28 — deleted branch master from [`norm/flourish`](https://github.com/norm/flourish) diff --git a/source/2021/02/23/github_activity.markdown b/source/2021/02/23/github_activity.markdown index 6924c6321..ede0ec8b0 100644 --- a/source/2021/02/23/github_activity.markdown +++ b/source/2021/02/23/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/gifs.cackhanded.net",] tag = [ "repo-gifs-cackhanded-net",] ``` -* 09:15 — created branch five-levels on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) +* 09:15 — created branch five-levels on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 09:34 — Pushed 2 commits to `five-levels` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/94c8aab47b457d3c8831bff2b3429c7e16720cf1..4e5ec51c872c1e09bcab522dfdd32c36de190ba3)) * [Schedule remaining "5 levels of drinking" GIFs](https://github.com/norm/gifs.cackhanded.net/commit/b439dd45d78e9410255446ddcba7677109211742) * [Reorder the "5 levels of drinking" GIFs](https://github.com/norm/gifs.cackhanded.net/commit/4e5ec51c872c1e09bcab522dfdd32c36de190ba3) diff --git a/source/2021/03/03/github_activity.markdown b/source/2021/03/03/github_activity.markdown index 07c171fcb..7cfe4f087 100644 --- a/source/2021/03/03/github_activity.markdown +++ b/source/2021/03/03/github_activity.markdown @@ -11,7 +11,7 @@ tag = [ "repo-flourish", "repo-gifs-cackhanded-net", ] * [Add "talking to you is tiring"](https://github.com/norm/gifs.cackhanded.net/commit/eb95cb67046b6190006d5f2c17097f35a61d5273) * 14:59 — Pushed 1 commit to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/eb95cb67046b6190006d5f2c17097f35a61d5273..997aa39269bbe9ab19968cc324294d9eb8eb550f)) * [Add more Horizon GIFs](https://github.com/norm/gifs.cackhanded.net/commit/997aa39269bbe9ab19968cc324294d9eb8eb550f) -* 16:25 — created branch cloudfront-invalidate on [`norm/flourish`](https://github.com/norm/flourish) +* 16:25 — created branch cloudfront-invalidate on [`norm/flourish`](https://github.com/norm/flourish) * 16:27 — Pushed 1 commit to `cloudfront-invalidate` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/72ab1da0d58a153c4990b2f1e4be3306bea6bae6..c30d48becb6f593a1843f271bda13543a39cd6f2)) * [Issue CloudFront invalidations on upload](https://github.com/norm/flourish/commit/c30d48becb6f593a1843f271bda13543a39cd6f2) * 16:28 — opened [pull request 34](https://github.com/norm/flourish/pull/34) on [`norm/flourish`](https://github.com/norm/flourish) @@ -20,13 +20,13 @@ tag = [ "repo-flourish", "repo-gifs-cackhanded-net", ] * [Issue CloudFront invalidations on upload](https://github.com/norm/flourish/commit/c30d48becb6f593a1843f271bda13543a39cd6f2) * [Merge pull request #34 from norm/cloudfront-invalidate](https://github.com/norm/flourish/commit/d8f0d1b3fdd2e9240b30196b5f41adc015f46701) * 16:29 — deleted branch cloudfront-invalidate from [`norm/flourish`](https://github.com/norm/flourish) -* 16:32 — created branch release-093 on [`norm/flourish`](https://github.com/norm/flourish) +* 16:32 — created branch release-093 on [`norm/flourish`](https://github.com/norm/flourish) * 16:32 — opened [pull request 35](https://github.com/norm/flourish/pull/35) on [`norm/flourish`](https://github.com/norm/flourish) * 16:33 — merged [pull request 35](https://github.com/norm/flourish/pull/35) on [`norm/flourish`](https://github.com/norm/flourish) * 16:34 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/d8f0d1b3fdd2e9240b30196b5f41adc015f46701..66c0dce4ecb155efd93b73b30470553f68beab47)) * [0.9.3 has been uploaded to pypi](https://github.com/norm/flourish/commit/5ccdb9f1148e56190e2051939d4543a82eca508f) * [Merge pull request #35 from norm/release-093](https://github.com/norm/flourish/commit/66c0dce4ecb155efd93b73b30470553f68beab47) -* 16:34 — created tag `v0.9.3` on [`norm/flourish`](https://github.com/norm/flourish) +* 16:34 — created tag `v0.9.3` on [`norm/flourish`](https://github.com/norm/flourish) * 16:35 — Released [`v0.9.3`](https://github.com/norm/flourish/releases/tag/v0.9.3) on [`norm/flourish`](https://github.com/norm/flourish) * 16:37 — Pushed 1 commit to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/997aa39269bbe9ab19968cc324294d9eb8eb550f..9cb14068c762a030bbca078910750ad53a19b52c)) * [Issue cloudfront invalidations on upload](https://github.com/norm/gifs.cackhanded.net/commit/9cb14068c762a030bbca078910750ad53a19b52c) diff --git a/source/2021/03/05/github_activity.markdown b/source/2021/03/05/github_activity.markdown index dcde5ccbd..7202518a1 100644 --- a/source/2021/03/05/github_activity.markdown +++ b/source/2021/03/05/github_activity.markdown @@ -9,7 +9,7 @@ tag = [ "repo-gifs-cackhanded-net",] * 11:21 — Pushed 1 commit to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/c1b5ce8ba1c87f6d668e47a0572e6baef4edeaf2..d4ff3c72e937d6e66e75a254bfd59570a6471f4b)) * [Fix the timing of the Ted Lasso spit-take](https://github.com/norm/gifs.cackhanded.net/commit/d4ff3c72e937d6e66e75a254bfd59570a6471f4b) -* 15:43 — created branch add-innerspace on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) +* 15:43 — created branch add-innerspace on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 15:43 — opened [pull request 6](https://github.com/norm/gifs.cackhanded.net/pull/6) on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 15:44 — commented on [pull request 6](https://github.com/norm/gifs.cackhanded.net/pull/6) on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 15:51 — merged [pull request 6](https://github.com/norm/gifs.cackhanded.net/pull/6) on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) diff --git a/source/2021/03/17/github_activity.markdown b/source/2021/03/17/github_activity.markdown index 7979975f8..c732cd5fd 100644 --- a/source/2021/03/17/github_activity.markdown +++ b/source/2021/03/17/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/eurovision_data",] tag = [ "repo-eurovision-data",] ``` -* 15:05 — created repo [`norm/eurovision_data`](https://github.com/norm/eurovision_data) -* 15:06 — created branch main on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) +* 15:05 — created repo [`norm/eurovision_data`](https://github.com/norm/eurovision_data) +* 15:06 — created branch main on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 15:07 — Pushed 1 commit to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/56f5bf7ad44f1d686444bd44bd4376eba2892799..a6a0e4b44cbfc7b11f63172025e6f6c86adcee0d)) * [Fix link in README](https://github.com/norm/eurovision_data/commit/a6a0e4b44cbfc7b11f63172025e6f6c86adcee0d) diff --git a/source/2021/03/19/github_activity.markdown b/source/2021/03/19/github_activity.markdown index af0f5e2e8..0931dc62a 100644 --- a/source/2021/03/19/github_activity.markdown +++ b/source/2021/03/19/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/eurovision_data",] tag = [ "repo-eurovision-data",] ``` -* 07:41 — created branch add-1958 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) +* 07:41 — created branch add-1958 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 07:45 — Pushed 2 commits to `add-1958` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/5d65abb8ff6b6b50d17e45dad1d0ff57daad1e72..f72ef73eb0903ae9f7f57d50e84ed38bb2dbed64)) * [Add script to fetch Eurovision data](https://github.com/norm/eurovision_data/commit/5a8707651e621fa6de88b6f4c0dfacc99e5841e5) * [Add 1958](https://github.com/norm/eurovision_data/commit/f72ef73eb0903ae9f7f57d50e84ed38bb2dbed64) @@ -22,7 +22,7 @@ tag = [ "repo-eurovision-data",] * [Run integrity tests on branches too](https://github.com/norm/eurovision_data/commit/eeb1307c14dd6452b0d9c7ebde75e35b419aa563) * [Merge pull request #1 from norm/add-1958](https://github.com/norm/eurovision_data/commit/0ab165bcd6eca005cca3efd1fb07f4f850fb7e99) * 07:47 — deleted branch add-1958 from [`norm/eurovision_data`](https://github.com/norm/eurovision_data) -* 09:25 — created branch add-1959 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) +* 09:25 — created branch add-1959 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 09:25 — opened [pull request 2](https://github.com/norm/eurovision_data/pull/2) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 09:25 — merged [pull request 2](https://github.com/norm/eurovision_data/pull/2) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 09:25 — Pushed 6 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/0ab165bcd6eca005cca3efd1fb07f4f850fb7e99..cf92d25a48f6f099c4301a5a99bb316c9a93dad0)) @@ -33,7 +33,7 @@ tag = [ "repo-eurovision-data",] * [Add data for 1959](https://github.com/norm/eurovision_data/commit/08a142b8454eda2db3be232897fa3b3be0cff2ee) * [Merge pull request #2 from norm/add-1959](https://github.com/norm/eurovision_data/commit/cf92d25a48f6f099c4301a5a99bb316c9a93dad0) * 09:25 — deleted branch add-1959 from [`norm/eurovision_data`](https://github.com/norm/eurovision_data) -* 16:15 — created branch add-langs on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) +* 16:15 — created branch add-langs on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 16:15 — opened [pull request 3](https://github.com/norm/eurovision_data/pull/3) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 16:15 — Pushed 4 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/cf92d25a48f6f099c4301a5a99bb316c9a93dad0..3244656f6d852d20a6efa5f66a181f3c6554130f)) * [Correct some data](https://github.com/norm/eurovision_data/commit/66f69483c43a00d2798d6af1fd3f30f967f57903) @@ -42,7 +42,7 @@ tag = [ "repo-eurovision-data",] * [Merge pull request #3 from norm/add-langs](https://github.com/norm/eurovision_data/commit/3244656f6d852d20a6efa5f66a181f3c6554130f) * 16:15 — merged [pull request 3](https://github.com/norm/eurovision_data/pull/3) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 16:16 — deleted branch add-langs from [`norm/eurovision_data`](https://github.com/norm/eurovision_data) -* 16:16 — created branch add-1960 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) +* 16:16 — created branch add-1960 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 16:17 — opened [pull request 4](https://github.com/norm/eurovision_data/pull/4) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 16:17 — merged [pull request 4](https://github.com/norm/eurovision_data/pull/4) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 16:17 — Pushed 3 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/3244656f6d852d20a6efa5f66a181f3c6554130f..0335880687bf695b9dacb2c6d6ece34d538f854f)) @@ -50,7 +50,7 @@ tag = [ "repo-eurovision-data",] * [Add data for 1960](https://github.com/norm/eurovision_data/commit/8c73284a149f031164318e2cfb1b458bdcc392ae) * [Merge pull request #4 from norm/add-1960](https://github.com/norm/eurovision_data/commit/0335880687bf695b9dacb2c6d6ece34d538f854f) * 16:17 — deleted branch add-1960 from [`norm/eurovision_data`](https://github.com/norm/eurovision_data) -* 16:53 — created branch add-61-64 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) +* 16:53 — created branch add-61-64 on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 16:54 — opened [pull request 5](https://github.com/norm/eurovision_data/pull/5) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 16:54 — merged [pull request 5](https://github.com/norm/eurovision_data/pull/5) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 16:54 — Pushed 14 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/0335880687bf695b9dacb2c6d6ece34d538f854f..32dfc2cff3fce30f25477a732df05536ba7be7dd)) diff --git a/source/2021/03/20/github_activity.markdown b/source/2021/03/20/github_activity.markdown index 5c7493303..5c38b5118 100644 --- a/source/2021/03/20/github_activity.markdown +++ b/source/2021/03/20/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/eurovision_data",] tag = [ "repo-eurovision-data",] ``` -* 09:24 — created branch add-60s on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) +* 09:24 — created branch add-60s on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 09:25 — opened [pull request 6](https://github.com/norm/eurovision_data/pull/6) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 09:25 — merged [pull request 6](https://github.com/norm/eurovision_data/pull/6) on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) * 09:25 — Pushed 8 commits to `main` on [`norm/eurovision_data`](https://github.com/norm/eurovision_data) ([diff](https://github.com/norm/eurovision_data/compare/32dfc2cff3fce30f25477a732df05536ba7be7dd..b73b3c1237b396e6bbca44608a97f808c5249a0f)) diff --git a/source/2021/03/21/github_activity.markdown b/source/2021/03/21/github_activity.markdown index 1cc68d262..ed89b9b84 100644 --- a/source/2021/03/21/github_activity.markdown +++ b/source/2021/03/21/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/gifs.cackhanded.net", ] tag = [ "repo-gifs-cackhanded-net", ] ``` -* 07:26 — created branch innerspace on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) +* 07:26 — created branch innerspace on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 07:29 — deleted branch innerspace from [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 07:30 — Pushed 4 commits to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/4b044ed0b56960bb6934d1b23337cc0872d993dc..1c5bf75a6faa0244cd6cc003ec83d96c0ba98a98)) * [Tuck's name is spelt Pendelton, not Pendleton](https://github.com/norm/gifs.cackhanded.net/commit/0df67040d141cd765451323b2aea35ef0adc99ef) diff --git a/source/2021/03/22/github_activity.markdown b/source/2021/03/22/github_activity.markdown index 5eedaf31e..bc6fc873e 100644 --- a/source/2021/03/22/github_activity.markdown +++ b/source/2021/03/22/github_activity.markdown @@ -9,7 +9,7 @@ tag = [ "repo-marknormanfrancis-com", "repo-flourish", ] * 11:24 — Pushed 1 commit to `main` on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) ([diff](https://github.com/norm/marknormanfrancis.com/compare/5589a249bb5886e26ae05658bbd19744abb122b0..46cc85afb7b1b8d5bd0234d933a7ba4ee1721872)) * [Add week 11 2021 weekchips summary](https://github.com/norm/marknormanfrancis.com/commit/46cc85afb7b1b8d5bd0234d933a7ba4ee1721872) -* 14:58 — created branch generator_requirements on [`norm/flourish`](https://github.com/norm/flourish) +* 14:58 — created branch generator_requirements on [`norm/flourish`](https://github.com/norm/flourish) * 14:59 — opened [pull request 36](https://github.com/norm/flourish/pull/36) on [`norm/flourish`](https://github.com/norm/flourish) * 15:01 — Pushed 1 commit to `generator_requirements` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/2ea1924a8f83f2680847fc69c8c00fe0783688fc..b6374356b3437c11f6592acfe87b70138456ef70)) * [Catch obvious errors in the CLI](https://github.com/norm/flourish/commit/b6374356b3437c11f6592acfe87b70138456ef70) @@ -19,12 +19,12 @@ tag = [ "repo-marknormanfrancis-com", "repo-flourish", ] * [Catch obvious errors in the CLI](https://github.com/norm/flourish/commit/b6374356b3437c11f6592acfe87b70138456ef70) * [Merge pull request #36 from norm/generator_requirements](https://github.com/norm/flourish/commit/d7a677759d564899bb1864b68fcc3500bb7b4a54) * 15:02 — deleted branch generator_requirements from [`norm/flourish`](https://github.com/norm/flourish) -* 15:11 — created branch release-094 on [`norm/flourish`](https://github.com/norm/flourish) +* 15:11 — created branch release-094 on [`norm/flourish`](https://github.com/norm/flourish) * 15:11 — opened [pull request 37](https://github.com/norm/flourish/pull/37) on [`norm/flourish`](https://github.com/norm/flourish) * 15:12 — merged [pull request 37](https://github.com/norm/flourish/pull/37) on [`norm/flourish`](https://github.com/norm/flourish) * 15:12 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/d7a677759d564899bb1864b68fcc3500bb7b4a54..23cd4e4fb79d35678dd0700a8a31f26776dc7221)) * [Version 0.9.4 has been uploaded to pypi](https://github.com/norm/flourish/commit/700fdf8c4a41860f9e25d1a87d620cfac8de3b1e) * [Merge pull request #37 from norm/release-094](https://github.com/norm/flourish/commit/23cd4e4fb79d35678dd0700a8a31f26776dc7221) * 15:12 — deleted branch release-094 from [`norm/flourish`](https://github.com/norm/flourish) -* 15:13 — created tag `v0.9.4` on [`norm/flourish`](https://github.com/norm/flourish) +* 15:13 — created tag `v0.9.4` on [`norm/flourish`](https://github.com/norm/flourish) * 15:15 — Released [`v0.9.4`](https://github.com/norm/flourish/releases/tag/v0.9.4) on [`norm/flourish`](https://github.com/norm/flourish) diff --git a/source/2021/03/27/github_activity.markdown b/source/2021/03/27/github_activity.markdown index 900db14e0..764a123c2 100644 --- a/source/2021/03/27/github_activity.markdown +++ b/source/2021/03/27/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/marknormanfrancis.com",] tag = [ "repo-marknormanfrancis-com",] ``` -* 08:46 — created branch add-youtube-videos on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) +* 08:46 — created branch add-youtube-videos on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) * 08:47 — opened [pull request 68](https://github.com/norm/marknormanfrancis.com/pull/68) on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) * 08:47 — merged [pull request 68](https://github.com/norm/marknormanfrancis.com/pull/68) on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) * 08:47 — Pushed 9 commits to `main` on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) ([diff](https://github.com/norm/marknormanfrancis.com/compare/46cc85afb7b1b8d5bd0234d933a7ba4ee1721872..0a9baa6648d7b52a13d2f582092499e1446b1842)) diff --git a/source/2021/04/01/github_activity.markdown b/source/2021/04/01/github_activity.markdown index ce00e1476..adfa59d88 100644 --- a/source/2021/04/01/github_activity.markdown +++ b/source/2021/04/01/github_activity.markdown @@ -23,4 +23,4 @@ tag = [ "repo-game-shows-support",] * [Script to copy/restore the game's save data](https://github.com/norm/game_shows_support/commit/63d06a7d10df47e5f8a9df29aa2d3d41214b9b8b) * [Add current Ezio footage annotations](https://github.com/norm/game_shows_support/commit/ec1f4042c295092a823711688e518c2927335244) * [The channel images are not specific to HZD](https://github.com/norm/game_shows_support/commit/d921f2c3d50fd0e0216409727b1cb5e04d4c1715) -* 14:17 — created branch ezch3 on [`norm/game_shows_support`](https://github.com/norm/game_shows_support) +* 14:17 — created branch ezch3 on [`norm/game_shows_support`](https://github.com/norm/game_shows_support) diff --git a/source/2021/04/06/github_activity.markdown b/source/2021/04/06/github_activity.markdown index a294ae13c..9cad5aba9 100644 --- a/source/2021/04/06/github_activity.markdown +++ b/source/2021/04/06/github_activity.markdown @@ -11,4 +11,4 @@ tag = [ "repo-flourish", "repo-marknormanfrancis-com",] * [Pull missed PS4 tweets](https://github.com/norm/marknormanfrancis.com/commit/b8afa2e5fb1cba078309f3b6af9c10b26415e69c) * [I made myself a little something](https://github.com/norm/marknormanfrancis.com/commit/ed8716638ce8177b229886be8e52b48fe9931821) * [Add week 13 2021 weekchips summary](https://github.com/norm/marknormanfrancis.com/commit/f528b2f32e617e4507fa752ec83750bbb1fff8f1) -* 15:47 — created branch add-csv-sources on [`norm/flourish`](https://github.com/norm/flourish) +* 15:47 — created branch add-csv-sources on [`norm/flourish`](https://github.com/norm/flourish) diff --git a/source/2021/04/07/github_activity.markdown b/source/2021/04/07/github_activity.markdown index 87fdf97b7..2bb3f806b 100644 --- a/source/2021/04/07/github_activity.markdown +++ b/source/2021/04/07/github_activity.markdown @@ -21,14 +21,14 @@ tag = [ "repo-flourish", "repo-gifs-cackhanded-net",] * [Output timestamps in the same format as input](https://github.com/norm/flourish/commit/043b8d3aac5d936a52d1b9696f19ed83655cf2ce) * [Merge pull request #38 from norm/add-csv-sources](https://github.com/norm/flourish/commit/c92a398083914f25df4998ff8e8334b7ed26de1e) * 05:08 — deleted branch add-csv-sources from [`norm/flourish`](https://github.com/norm/flourish) -* 05:11 — created branch release-095 on [`norm/flourish`](https://github.com/norm/flourish) +* 05:11 — created branch release-095 on [`norm/flourish`](https://github.com/norm/flourish) * 05:11 — opened [pull request 39](https://github.com/norm/flourish/pull/39) on [`norm/flourish`](https://github.com/norm/flourish) * 05:12 — merged [pull request 39](https://github.com/norm/flourish/pull/39) on [`norm/flourish`](https://github.com/norm/flourish) * 05:12 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/c92a398083914f25df4998ff8e8334b7ed26de1e..dd2b50a59914341c484da10bc028f63040f7a966)) * [Version 0.9.5 has been uploaded to pypi](https://github.com/norm/flourish/commit/77f7215ae9327f0e1b34f5a58ac01c82fb36a205) * [Merge pull request #39 from norm/release-095](https://github.com/norm/flourish/commit/dd2b50a59914341c484da10bc028f63040f7a966) * 05:12 — deleted branch release-095 from [`norm/flourish`](https://github.com/norm/flourish) -* 05:13 — created tag `v0.9.5` on [`norm/flourish`](https://github.com/norm/flourish) +* 05:13 — created tag `v0.9.5` on [`norm/flourish`](https://github.com/norm/flourish) * 05:13 — Released [`v0.9.5`](https://github.com/norm/flourish/releases/tag/v0.9.5) on [`norm/flourish`](https://github.com/norm/flourish) * 05:16 — Pushed 1 commit to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/783df2268a287ae4f9194c46565925e0dc5f0989..1b81bffe05b5dcc1ac048b7f7476503da7d62529)) * [Update Flourish](https://github.com/norm/gifs.cackhanded.net/commit/1b81bffe05b5dcc1ac048b7f7476503da7d62529) diff --git a/source/2021/04/09/github_activity.markdown b/source/2021/04/09/github_activity.markdown index 33b5c9b3b..6ffcb5aaf 100644 --- a/source/2021/04/09/github_activity.markdown +++ b/source/2021/04/09/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/game_shows_support", "norm/gifs.cackhanded.net", "norm/mark tag = [ "repo-game-shows-support", "repo-gifs-cackhanded-net", "repo-marknormanfrancis-com",] ``` -* 07:21 — created branch add-github-activity on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) +* 07:21 — created branch add-github-activity on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) * 07:30 — Pushed 1 commit to `add-github-activity` on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) ([diff](https://github.com/norm/marknormanfrancis.com/compare/49f8beac6633d8727558625f3c5b3539e194e936..a96a7ab59354b057e7ff9e98210daf51dc740e8d)) * [Skip today's Github activity](https://github.com/norm/marknormanfrancis.com/commit/a96a7ab59354b057e7ff9e98210daf51dc740e8d) * 07:40 — Pushed 7 commits to `main` on [`norm/game_shows_support`](https://github.com/norm/game_shows_support) ([diff](https://github.com/norm/game_shows_support/compare/95c9ec2b2cfcc29783400c663e2b6d4d134a471c..24d04c0883731cfaf8deaea21c45cb903f048054)) diff --git a/source/2021/04/10/github_activity.markdown b/source/2021/04/10/github_activity.markdown index 83e25988d..96f614691 100644 --- a/source/2021/04/10/github_activity.markdown +++ b/source/2021/04/10/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/gifs.cackhanded.net", "norm/marknormanfrancis.com",] tag = [ "repo-gifs-cackhanded-net", "repo-marknormanfrancis-com",] ``` -* 05:30 — created branch babylon-5-initial on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) +* 05:30 — created branch babylon-5-initial on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 07:58 — Pushed 3 commits to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/3b67cbce4ffc1f7f5fdf9dee0e4786afe9a770df..7297f6d31809382c62671ee0fa1679499a47acc8)) * [Add a denoise setting to smooth out grainy footage](https://github.com/norm/gifs.cackhanded.net/commit/21b55f767a4ab5ba4804287fb4a270fb5f490d74) * [Add some Babylon 5 GIFs](https://github.com/norm/gifs.cackhanded.net/commit/434c1e61bf12f6fbf896f09af6092371b75a16d1) diff --git a/source/2021/04/19/chips-for-week-15-2021.markdown b/source/2021/04/19/chips-for-week-15-2021.markdown index c32cfdda6..30a1ef944 100644 --- a/source/2021/04/19/chips-for-week-15-2021.markdown +++ b/source/2021/04/19/chips-for-week-15-2021.markdown @@ -23,10 +23,10 @@ Another week, and I’m still [stacking chips][chips]. Last week’s At the start of the week, I wrote my high-level goals down: -1. More Eurovision data — ❌ -1. Another Ezio chapter — ✅ +1. More Eurovision data — ❌ +1. Another Ezio chapter — ✅ 1. Analyse weblogs — ✅ -1. Improve publishing — ❌ +1. Improve publishing — ❌ Once again, I have avoided adding anything to my Eurovision data collection (and now it is drawing perilously close, so that'll end either with a mad diff --git a/source/2021/04/22/github_activity.markdown b/source/2021/04/22/github_activity.markdown index 3c57fd71f..a2b333d6c 100644 --- a/source/2021/04/22/github_activity.markdown +++ b/source/2021/04/22/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/flourish", "norm/marknormanfrancis.com",] tag = [ "repo-flourish", "repo-marknormanfrancis-com",] ``` -* 04:50 — created branch fix-month-day-paths on [`norm/flourish`](https://github.com/norm/flourish) +* 04:50 — created branch fix-month-day-paths on [`norm/flourish`](https://github.com/norm/flourish) * 04:50 — opened [pull request 40](https://github.com/norm/flourish/pull/40) on [`norm/flourish`](https://github.com/norm/flourish) * 04:51 — merged [pull request 40](https://github.com/norm/flourish/pull/40) on [`norm/flourish`](https://github.com/norm/flourish) * 04:51 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/dd2b50a59914341c484da10bc028f63040f7a966..65b281e67a6074a55c35d67746962d57f72a7169)) @@ -16,14 +16,14 @@ tag = [ "repo-flourish", "repo-marknormanfrancis-com",] * 04:51 — deleted branch fix-month-day-paths from [`norm/flourish`](https://github.com/norm/flourish) * 04:53 — Pushed 1 commit to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/65b281e67a6074a55c35d67746962d57f72a7169..795cf42792ab1ea7c55ccc3ca2de015c5d1fbc76)) * [Add Makefile](https://github.com/norm/flourish/commit/795cf42792ab1ea7c55ccc3ca2de015c5d1fbc76) -* 04:55 — created branch release-096 on [`norm/flourish`](https://github.com/norm/flourish) +* 04:55 — created branch release-096 on [`norm/flourish`](https://github.com/norm/flourish) * 04:55 — opened [pull request 41](https://github.com/norm/flourish/pull/41) on [`norm/flourish`](https://github.com/norm/flourish) * 04:56 — merged [pull request 41](https://github.com/norm/flourish/pull/41) on [`norm/flourish`](https://github.com/norm/flourish) * 04:56 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/795cf42792ab1ea7c55ccc3ca2de015c5d1fbc76..f749a94bf70143af01a7a0488544a6a0726bc297)) * [Version 0.9.6 has been uploaded to pypi](https://github.com/norm/flourish/commit/42d65692a1246f720dd928a1c54038bc4168fb88) * [Merge pull request #41 from norm/release-096](https://github.com/norm/flourish/commit/f749a94bf70143af01a7a0488544a6a0726bc297) * 04:56 — deleted branch release-096 from [`norm/flourish`](https://github.com/norm/flourish) -* 04:58 — created tag `v0.9.6` on [`norm/flourish`](https://github.com/norm/flourish) +* 04:58 — created tag `v0.9.6` on [`norm/flourish`](https://github.com/norm/flourish) * 04:59 — Released [`0.9.6`](https://github.com/norm/flourish/releases/tag/v0.9.6) on [`norm/flourish`](https://github.com/norm/flourish) * 05:03 — Pushed 2 commits to `main` on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) ([diff](https://github.com/norm/marknormanfrancis.com/compare/ddefec8496c743b54d68df127610b1467ec36910..129c570d708a0770359c566c55fb091447078f74)) * [Let pulled content push files to S3](https://github.com/norm/marknormanfrancis.com/commit/3c972a96c80b01fc5b2ea654b9d8f02f3a857cf3) diff --git a/source/2021/04/26/chips-for-week-16-2021.markdown b/source/2021/04/26/chips-for-week-16-2021.markdown index 700400888..6df843b97 100644 --- a/source/2021/04/26/chips-for-week-16-2021.markdown +++ b/source/2021/04/26/chips-for-week-16-2021.markdown @@ -26,7 +26,7 @@ At the start of the week, I wrote down four goals for the week: 1. Increase Ezio content buffer — ✅ 1. Improve publishing — ✅ 1. Fix 404s, implement 301s — both ✅ and ❌ -1. Add more old content — ❌ +1. Add more old content — ❌ I also added a "stretch goal" of adding more Eurovision data, which once again I ignored. diff --git a/source/2021/04/26/github_activity.markdown b/source/2021/04/26/github_activity.markdown index 01cce83e2..0be60962e 100644 --- a/source/2021/04/26/github_activity.markdown +++ b/source/2021/04/26/github_activity.markdown @@ -13,7 +13,7 @@ tag = [ "repo-flourish", "repo-marknormanfrancis-com",] * [Remove pattern that gets caught in tests](https://github.com/norm/marknormanfrancis.com/commit/32b1468c40c0caebb2af8f9dbf26bf1952809e3a) * 06:45 — Pushed 1 commit to `main` on [`norm/marknormanfrancis.com`](https://github.com/norm/marknormanfrancis.com) ([diff](https://github.com/norm/marknormanfrancis.com/compare/32b1468c40c0caebb2af8f9dbf26bf1952809e3a..c9dfd62df3cfcb5d7625515f2c54d92826ed6bfd)) * [Narrow broken month navigation pattern](https://github.com/norm/marknormanfrancis.com/commit/c9dfd62df3cfcb5d7625515f2c54d92826ed6bfd) -* 10:46 — created branch fix-wildcard-generation on [`norm/flourish`](https://github.com/norm/flourish) +* 10:46 — created branch fix-wildcard-generation on [`norm/flourish`](https://github.com/norm/flourish) * 10:46 — opened [pull request 42](https://github.com/norm/flourish/pull/42) on [`norm/flourish`](https://github.com/norm/flourish) * 10:47 — merged [pull request 42](https://github.com/norm/flourish/pull/42) on [`norm/flourish`](https://github.com/norm/flourish) * 10:47 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/f749a94bf70143af01a7a0488544a6a0726bc297..6c4d8f422a1a9af72adb98bf5afa514a5099d920)) diff --git a/source/2021/05/04/chips-for-week-17-2021.markdown b/source/2021/05/04/chips-for-week-17-2021.markdown index da4e300da..12474ac0e 100644 --- a/source/2021/05/04/chips-for-week-17-2021.markdown +++ b/source/2021/05/04/chips-for-week-17-2021.markdown @@ -23,11 +23,11 @@ Another week, and I’m still [stacking chips][chips]. Last week’s At the start of the week, I wrote down these high level goals: -1. Fix partial generation in Flourish -1. Another Ezio chapter -1. Finish restoring old content into site -1. Improve site navigation -1. More Eurovision data +1. Fix partial generation in Flourish — ✅ +1. Another Ezio chapter — ❌ +1. Finish restoring old content into site — ❌ +1. Improve site navigation — ❌ +1. More Eurovision data — ❌ I only did one of those. diff --git a/source/2021/05/10/chips-for-week-18-2021.markdown b/source/2021/05/10/chips-for-week-18-2021.markdown index c55bce78f..ed3e1b0d8 100644 --- a/source/2021/05/10/chips-for-week-18-2021.markdown +++ b/source/2021/05/10/chips-for-week-18-2021.markdown @@ -24,8 +24,8 @@ Another week, and I’m still [stacking chips][chips]. Last week’s At the start of the week, I wrote down these high level goals: 1. Increase Ezio content buffer — ✅ -1. Finish restoring old content into site — ❌ -1. Eurovision data — ❌ +1. Finish restoring old content into site — ❌ +1. Eurovision data — ❌ When I make my lists of goals for the week, I do tend to put them in most-wanted through least-wanted order. But, as I have previously written, diff --git a/source/2021/05/18/chips-for-week-19-2021.markdown b/source/2021/05/18/chips-for-week-19-2021.markdown index 56029654e..3c7afc272 100644 --- a/source/2021/05/18/chips-for-week-19-2021.markdown +++ b/source/2021/05/18/chips-for-week-19-2021.markdown @@ -23,7 +23,7 @@ Another week, and I’m still [stacking chips][chips]. Last week’s At the start of the week, I wrote down these high level goals: -1. Get ready for Eurovision — ❌ +1. Get ready for Eurovision — ❌ 1. Increase Ezio content buffer — ✅ diff --git a/source/2021/05/24/chips-for-week-20-2021.markdown b/source/2021/05/24/chips-for-week-20-2021.markdown index 31ba84336..1121518a8 100644 --- a/source/2021/05/24/chips-for-week-20-2021.markdown +++ b/source/2021/05/24/chips-for-week-20-2021.markdown @@ -24,7 +24,7 @@ Another week, and I’m still [stacking chips][chips]. Last week’s At the start of the week, I wrote down only one high level goal: -1. Eurovision — ✅ +1. Eurovision — ✅ ## Update diff --git a/source/2021/05/25/github_activity.markdown b/source/2021/05/25/github_activity.markdown index d2a0856c5..4f3d30e83 100644 --- a/source/2021/05/25/github_activity.markdown +++ b/source/2021/05/25/github_activity.markdown @@ -7,8 +7,8 @@ repository = [ "norm/eurodrink", "norm/marknormanfrancis.com",] tag = [ "repo-eurodrink", "repo-marknormanfrancis-com",] ``` -* 12:28 — created branch main on [`norm/eurodrink`](https://github.com/norm/eurodrink) -* 12:29 — created branch v1 on [`norm/eurodrink`](https://github.com/norm/eurodrink) +* 12:28 — created branch main on [`norm/eurodrink`](https://github.com/norm/eurodrink) +* 12:29 — created branch v1 on [`norm/eurodrink`](https://github.com/norm/eurodrink) * 12:31 — Pushed 1 commit to `main` on [`norm/eurodrink`](https://github.com/norm/eurodrink) ([diff](https://github.com/norm/eurodrink/compare/d14e14ce91a68ac64ee43116371f88152be5d11b..f4d7c3d27667b1c700a5cf0d18bb794646120d9f)) * [Link to original version in GitHub](https://github.com/norm/eurodrink/commit/f4d7c3d27667b1c700a5cf0d18bb794646120d9f) * 12:32 — Pushed 1 commit to `main` on [`norm/eurodrink`](https://github.com/norm/eurodrink) ([diff](https://github.com/norm/eurodrink/compare/f4d7c3d27667b1c700a5cf0d18bb794646120d9f..da55bf2c8f789249b403fecac1504394926eb90c)) diff --git a/source/2021/06/02/github_activity.markdown b/source/2021/06/02/github_activity.markdown index 7544a10ab..af3a25334 100644 --- a/source/2021/06/02/github_activity.markdown +++ b/source/2021/06/02/github_activity.markdown @@ -7,21 +7,21 @@ repository = [ "norm/flourish", "norm/gifs.cackhanded.net",] tag = [ "repo-flourish", "repo-gifs-cackhanded-net",] ``` -* 09:23 — created branch fix-index-sources on [`norm/flourish`](https://github.com/norm/flourish) +* 09:23 — created branch fix-index-sources on [`norm/flourish`](https://github.com/norm/flourish) * 09:23 — opened [pull request 43](https://github.com/norm/flourish/pull/43) on [`norm/flourish`](https://github.com/norm/flourish) * 09:24 — merged [pull request 43](https://github.com/norm/flourish/pull/43) on [`norm/flourish`](https://github.com/norm/flourish) * 09:24 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/6c4d8f422a1a9af72adb98bf5afa514a5099d920..d1b3d94f84971f91f4f1769e0ac978342ad47e24)) * [Fix index sources not being generated in preview](https://github.com/norm/flourish/commit/2b12c39343c2f72988c9ae70998bb5232af1f509) * [Merge pull request #43 from norm/fix-index-sources](https://github.com/norm/flourish/commit/d1b3d94f84971f91f4f1769e0ac978342ad47e24) * 09:24 — deleted branch fix-index-sources from [`norm/flourish`](https://github.com/norm/flourish) -* 09:25 — created branch fix-sectile-caching on [`norm/flourish`](https://github.com/norm/flourish) +* 09:25 — created branch fix-sectile-caching on [`norm/flourish`](https://github.com/norm/flourish) * 09:25 — opened [pull request 44](https://github.com/norm/flourish/pull/44) on [`norm/flourish`](https://github.com/norm/flourish) * 09:26 — merged [pull request 44](https://github.com/norm/flourish/pull/44) on [`norm/flourish`](https://github.com/norm/flourish) * 09:26 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/d1b3d94f84971f91f4f1769e0ac978342ad47e24..94a078d11cb18b961ec5612ef08de54fd74330dd)) * [Disable live preview cache of sectile templates](https://github.com/norm/flourish/commit/419df2f7670a813fc89cddeb56d17cf555cc3e85) * [Merge pull request #44 from norm/fix-sectile-caching](https://github.com/norm/flourish/commit/94a078d11cb18b961ec5612ef08de54fd74330dd) * 09:26 — deleted branch fix-sectile-caching from [`norm/flourish`](https://github.com/norm/flourish) -* 10:47 — created branch serve-assets on [`norm/flourish`](https://github.com/norm/flourish) +* 10:47 — created branch serve-assets on [`norm/flourish`](https://github.com/norm/flourish) * 10:48 — Pushed 1 commit to `serve-assets` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/472ed63d15dff6b519154a7d0f36377f5b5d3d08..665497e3fa2785bd7a8e7d1a40d17185b79177e6)) * [Serve static assets during live preview](https://github.com/norm/flourish/commit/665497e3fa2785bd7a8e7d1a40d17185b79177e6) * 10:48 — opened [pull request 45](https://github.com/norm/flourish/pull/45) on [`norm/flourish`](https://github.com/norm/flourish) @@ -30,7 +30,7 @@ tag = [ "repo-flourish", "repo-gifs-cackhanded-net",] * [Serve static assets during live preview](https://github.com/norm/flourish/commit/665497e3fa2785bd7a8e7d1a40d17185b79177e6) * [Merge pull request #45 from norm/serve-assets](https://github.com/norm/flourish/commit/c8145ec57e1f84376aeb22e2e54a1c922263b63a) * 12:10 — deleted branch serve-assets from [`norm/flourish`](https://github.com/norm/flourish) -* 14:16 — created branch add-all-the-feeds on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) +* 14:16 — created branch add-all-the-feeds on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 14:17 — opened [pull request 7](https://github.com/norm/gifs.cackhanded.net/pull/7) on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 14:19 — Pushed 6 commits to `add-all-the-feeds` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/88c431e095b2e19d4ee872b273eeac15e06c1445..e8bae5c2f6faa9da492801c8a7008c94252c57ab)) * [Create Atom feeds for every GIF source](https://github.com/norm/gifs.cackhanded.net/commit/4db9b795ef9e3e5268ad995ca8903c40e2a8c31d) @@ -49,7 +49,7 @@ tag = [ "repo-flourish", "repo-gifs-cackhanded-net",] * [Add Atom feeds to the tag pages](https://github.com/norm/gifs.cackhanded.net/commit/e8bae5c2f6faa9da492801c8a7008c94252c57ab) * [Merge pull request #7 from norm/add-all-the-feeds](https://github.com/norm/gifs.cackhanded.net/commit/1dd5b20767cf83a1bfb701b0d51db978a4d8f2ab) * 14:21 — deleted branch add-all-the-feeds from [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) -* 14:23 — created branch some-fixes on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) +* 14:23 — created branch some-fixes on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 14:23 — opened [pull request 8](https://github.com/norm/gifs.cackhanded.net/pull/8) on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 14:25 — merged [pull request 8](https://github.com/norm/gifs.cackhanded.net/pull/8) on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) * 14:25 — Pushed 5 commits to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/1dd5b20767cf83a1bfb701b0d51db978a4d8f2ab..21d4e195f745df79ed9ae1620327b36ee4f8f09d)) diff --git a/source/2021/06/03/github_activity.markdown b/source/2021/06/03/github_activity.markdown index c7fc4deb5..5166909ae 100644 --- a/source/2021/06/03/github_activity.markdown +++ b/source/2021/06/03/github_activity.markdown @@ -7,14 +7,14 @@ repository = [ "norm/flourish", "norm/gifs.cackhanded.net",] tag = [ "repo-flourish", "repo-gifs-cackhanded-net",] ``` -* 08:24 — created branch do-not-generate on [`norm/flourish`](https://github.com/norm/flourish) +* 08:24 — created branch do-not-generate on [`norm/flourish`](https://github.com/norm/flourish) * 08:24 — opened [pull request 46](https://github.com/norm/flourish/pull/46) on [`norm/flourish`](https://github.com/norm/flourish) * 08:27 — merged [pull request 46](https://github.com/norm/flourish/pull/46) on [`norm/flourish`](https://github.com/norm/flourish) * 08:27 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/c8145ec57e1f84376aeb22e2e54a1c922263b63a..b8e280557be191b8db23458a506bdcca455f8454)) * [Allow a generator to not generate without error](https://github.com/norm/flourish/commit/9a1020e5aa8e5d333dc73457827fa95c89f82757) * [Merge pull request #46 from norm/do-not-generate](https://github.com/norm/flourish/commit/b8e280557be191b8db23458a506bdcca455f8454) * 08:27 — deleted branch do-not-generate from [`norm/flourish`](https://github.com/norm/flourish) -* 08:44 — created branch improve-atom-feeds on [`norm/flourish`](https://github.com/norm/flourish) +* 08:44 — created branch improve-atom-feeds on [`norm/flourish`](https://github.com/norm/flourish) * 08:45 — opened [pull request 47](https://github.com/norm/flourish/pull/47) on [`norm/flourish`](https://github.com/norm/flourish) * 08:45 — merged [pull request 47](https://github.com/norm/flourish/pull/47) on [`norm/flourish`](https://github.com/norm/flourish) * 08:45 — Pushed 4 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/b8e280557be191b8db23458a506bdcca455f8454..3c73a61e31e97e95a9d82af1252074595d47db5e)) @@ -23,14 +23,14 @@ tag = [ "repo-flourish", "repo-gifs-cackhanded-net",] * [Calculate an Atom updated timestamp better](https://github.com/norm/flourish/commit/5604c49030098c17400b00eb99838a3697c6e428) * [Merge pull request #47 from norm/improve-atom-feeds](https://github.com/norm/flourish/commit/3c73a61e31e97e95a9d82af1252074595d47db5e) * 08:45 — deleted branch improve-atom-feeds from [`norm/flourish`](https://github.com/norm/flourish) -* 08:52 — created branch release-097 on [`norm/flourish`](https://github.com/norm/flourish) +* 08:52 — created branch release-097 on [`norm/flourish`](https://github.com/norm/flourish) * 08:52 — opened [pull request 48](https://github.com/norm/flourish/pull/48) on [`norm/flourish`](https://github.com/norm/flourish) * 08:53 — merged [pull request 48](https://github.com/norm/flourish/pull/48) on [`norm/flourish`](https://github.com/norm/flourish) * 08:53 — Pushed 2 commits to `main` on [`norm/flourish`](https://github.com/norm/flourish) ([diff](https://github.com/norm/flourish/compare/3c73a61e31e97e95a9d82af1252074595d47db5e..f3dce86c5ab733f0bcfea83917b80e916b8c88ae)) * [Version 0.9.7 has been uploaded to pypi](https://github.com/norm/flourish/commit/92a8e98865f244e2cd1d809ed4ae65347a5ceba4) * [Merge pull request #48 from norm/release-097](https://github.com/norm/flourish/commit/f3dce86c5ab733f0bcfea83917b80e916b8c88ae) * 08:53 — deleted branch release-097 from [`norm/flourish`](https://github.com/norm/flourish) -* 08:54 — created tag `v0.9.7` on [`norm/flourish`](https://github.com/norm/flourish) +* 08:54 — created tag `v0.9.7` on [`norm/flourish`](https://github.com/norm/flourish) * 08:55 — Released [`0.9.7`](https://github.com/norm/flourish/releases/tag/v0.9.7) on [`norm/flourish`](https://github.com/norm/flourish) * 09:55 — Pushed 6 commits to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/1baa116268a3f112f1f365593d40a272204aa421..9ad9c45955e1d06cc4d443b55a91ad5039e7727f)) * [Add "oooh fighting words" from Tasting History](https://github.com/norm/gifs.cackhanded.net/commit/48c1be14fceccd4587c0e9488ac7876aca843b4b) diff --git a/source/2021/06/06/github_activity.markdown b/source/2021/06/06/github_activity.markdown index 8a6fc44e1..0934500e4 100644 --- a/source/2021/06/06/github_activity.markdown +++ b/source/2021/06/06/github_activity.markdown @@ -7,7 +7,7 @@ repository = [ "norm/flourish", "norm/gifs.cackhanded.net",] tag = [ "repo-flourish", "repo-gifs-cackhanded-net",] ``` -* 10:06 — created branch improve-recipe-page on [`norm/flourish`](https://github.com/norm/flourish) +* 10:06 — created branch improve-recipe-page on [`norm/flourish`](https://github.com/norm/flourish) * 10:06 — opened [pull request 49](https://github.com/norm/flourish/pull/49) on [`norm/flourish`](https://github.com/norm/flourish) * 10:10 — Pushed 4 commits to `main` on [`norm/gifs.cackhanded.net`](https://github.com/norm/gifs.cackhanded.net) ([diff](https://github.com/norm/gifs.cackhanded.net/compare/ed8c110aad88779b47cc88b01f6005d81206a9b6..625b7b296082a0bc42b099f4457b633a8a1dc9dd)) * [Stop needlessly rebuilding GIFs after a checkout](https://github.com/norm/gifs.cackhanded.net/commit/73564d6a9a5dd6df727b5fdb9b9c9bb88f3efd34) diff --git a/source/2021/06/08/github_activity.markdown b/source/2021/06/08/github_activity.markdown index b738f8175..76798a06f 100644 --- a/source/2021/06/08/github_activity.markdown +++ b/source/2021/06/08/github_activity.markdown @@ -7,4 +7,4 @@ repository = [ "norm/sectile",] tag = [ "repo-sectile",] ``` -* 05:51 — created branch main on [`norm/sectile`](https://github.com/norm/sectile) +* 05:51 — created branch main on [`norm/sectile`](https://github.com/norm/sectile)