python script to download all emails from a mailserver and store them in a maildir format
authenticated encryption on the commandline using a chunked construction similar to intermaclib
ansemjo/angular-pdf417-barcode 4
PDF417 barcode generator Module for Angular 2
commandline tool to split secrets / files into shares using shamir secret sharing
reencrypt gpg encrypted emails in an IMAP mailbox for a different set of recipients
scheduled ZFS snapshots with automatic purging
hardware project for a clock around a russian ivl2-5/7 vfd and an esp32-wroom module
bash script for fetching and pushing a list of files to and from a ssh host - used for freifunk node backups
python script to use python-cryptography (ChaCha20Poly1305 / AES-GCM) and Argon2 from the commandline; simple en/decryption utility; nonstandard file format
ansemjo/ansible-role-ipa-getcert 1
get a tls certificate on an ipa enrolled host
push eventansemjo/openwrtbuilder
commit sha 8fde08fd5ac64f57524b2844844dffd3fd6bdae1
change release regexp to include -rc*
commit sha 0ac855770c016f9b9f33615dbaaef063764ad144
move config sourcing before argparse, s.t. cmd options always override
push time in 8 days
push eventansemjo/imapfetch
commit sha ac717b898b509a633acd637386884f11fb5cd146
add github workflows for container building
push time in 8 days
push eventansemjo/ocrallmypdf
commit sha b6eef5a3138f333e490ed35fa09846267904fa68
only use linux amd64 and arm64 in workflow
push time in 9 days
push eventansemjo/ocrallmypdf
commit sha 4a4d0bf58837663aa8a94b869f3eb0c5090cb14f
add github workflows
push time in 9 days
created tagansemjo/speedtest-plotter
running scheduled speedtests inside docker and plotting the results with gnuplot
created time in 9 days
push eventansemjo/speedtest-plotter
commit sha 2fd2398a35297ba21a8943bf81b86c7c852899c2
add link to ghcr.io image in readme
commit sha 270c533bd49c4171f15aa32593f1cb64620c5044
Bump sqlalchemy from 1.4.18 to 1.4.21
push time in 9 days
push eventansemjo/speedtest-plotter
commit sha 64e3f24eb1130daf22dec621ed7094297f70af55
Bump python-dateutil from 2.8.1 to 2.8.2 Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.1...2.8.2) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 9 days
PR merged ansemjo/speedtest-plotter
Bumps python-dateutil from 2.8.1 to 2.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dateutil/dateutil/releases">python-dateutil's releases</a>.</em></p> <blockquote> <h2>2.8.2</h2> <h1>Version 2.8.2 (2021-07-08)</h1> <h2>Data updates</h2> <ul> <li>Updated tzdata version to 2021a. (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1128">#1128</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fixed a bug in the parser where non-<code>ValueError</code> exceptions would be raised during exception handling; this would happen, for example, if an <code>IllegalMonthError</code> was raised in <code>dateutil</code> code. Fixed by Mark Bailey. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/981">#981</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/987">#987</a>).</li> <li>Fixed the custom <code>repr</code> for <code>dateutil.parser.ParserError</code>, which was not defined due to an indentation error. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/991">#991</a>, gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/993">#993</a>)</li> <li>Fixed a bug that caused <code>b'</code> prefixes to appear in parse_isodate exception messages. Reported and fixed by Paul Brown (<a href="https://github.com/pawl"><code>@pawl</code></a>) (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1122">#1122</a>)</li> <li>Make <code>isoparse</code> raise when trying to parse times with inconsistent use of <code>:</code> separator. Reported and fixed by <a href="https://github.com/mariocj89"><code>@mariocj89</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1125">#1125</a>).</li> <li>Fixed <code>tz.gettz()</code> not returning local time when passed an empty string. Reported by <a href="https://github.com/labrys"><code>@labrys</code></a> (gh issues <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/925">#925</a>, <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/926">#926</a>). Fixed by <a href="https://github.com/ffe4"><code>@ffe4</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1024">#1024</a>)</li> </ul> <h2>Documentation changes</h2> <ul> <li>Rearranged parser documentation into "Functions", "Classes" and "Warnings and Exceptions" categories. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/992">#992</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/994">#994</a>).</li> <li>Updated <code>parser.parse</code> documentation to reflect the switch from <code>ValueError</code> to <code>ParserError</code>. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/992">#992</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/994">#994</a>).</li> <li>Fixed methods in the <code>rrule</code> module not being displayed in the docs. (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1025">#1025</a>)</li> <li>Changed some relative links in the exercise documentation to refer to the document locations in the input tree, rather than the generated HTML files in the HTML output tree (which presumably will not exist in non-HTML output formats). (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1078">#1078</a>).</li> </ul> <h2>Misc</h2> <ul> <li>Moved <code>test_imports.py</code>, <code>test_internals.py</code> and <code>test_utils.py</code> to pytest. Reported and fixed by <a href="https://github.com/jpurviance"><code>@jpurviance</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/978">#978</a>)</li> <li>Added project_urls for documentation and source. Patch by <a href="https://github.com/andriyor"><code>@andriyor</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/975">#975</a>).</li> <li>Simplified handling of bytes and bytearray in <code>_parser._timelex</code>. Reported</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dateutil/dateutil/blob/master/NEWS">python-dateutil's changelog</a>.</em></p> <blockquote> <h1>Version 2.8.2 (2021-07-08)</h1> <h2>Data updates</h2> <ul> <li>Updated tzdata version to 2021a. (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1128">#1128</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fixed a bug in the parser where non-<code>ValueError</code> exceptions would be raised during exception handling; this would happen, for example, if an <code>IllegalMonthError</code> was raised in <code>dateutil</code> code. Fixed by Mark Bailey. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/981">#981</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/987">#987</a>).</li> <li>Fixed the custom <code>repr</code> for <code>dateutil.parser.ParserError</code>, which was not defined due to an indentation error. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/991">#991</a>, gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/993">#993</a>)</li> <li>Fixed a bug that caused <code>b'</code> prefixes to appear in parse_isodate exception messages. Reported and fixed by Paul Brown (<a href="https://github.com/pawl"><code>@pawl</code></a>) (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1122">#1122</a>)</li> <li>Make <code>isoparse</code> raise when trying to parse times with inconsistent use of <code>:</code> separator. Reported and fixed by <a href="https://github.com/mariocj89"><code>@mariocj89</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1125">#1125</a>).</li> <li>Fixed <code>tz.gettz()</code> not returning local time when passed an empty string. Reported by <a href="https://github.com/labrys"><code>@labrys</code></a> (gh issues <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/925">#925</a>, <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/926">#926</a>). Fixed by <a href="https://github.com/ffe4"><code>@ffe4</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1024">#1024</a>)</li> </ul> <h2>Documentation changes</h2> <ul> <li>Rearranged parser documentation into "Functions", "Classes" and "Warnings and Exceptions" categories. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/992">#992</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/994">#994</a>).</li> <li>Updated <code>parser.parse</code> documentation to reflect the switch from <code>ValueError</code> to <code>ParserError</code>. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/992">#992</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/994">#994</a>).</li> <li>Fixed methods in the <code>rrule</code> module not being displayed in the docs. (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1025">#1025</a>)</li> <li>Changed some relative links in the exercise documentation to refer to the document locations in the input tree, rather than the generated HTML files in the HTML output tree (which presumably will not exist in non-HTML output formats). (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1078">#1078</a>).</li> </ul> <h2>Misc</h2> <ul> <li>Moved <code>test_imports.py</code>, <code>test_internals.py</code> and <code>test_utils.py</code> to pytest. Reported and fixed by <a href="https://github.com/jpurviance"><code>@jpurviance</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/978">#978</a>)</li> <li>Added project_urls for documentation and source. Patch by <a href="https://github.com/andriyor"><code>@andriyor</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/975">#975</a>).</li> <li>Simplified handling of bytes and bytearray in <code>_parser._timelex</code>. Reported and fixed by <a href="https://github.com/frenzymadness"><code>@frenzymadness</code></a> (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1060">#1060</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dateutil/dateutil/commit/6b035517571e63b6a63a493740c5506ec1e5da44"><code>6b03551</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1143">#1143</a> from mariocj89/pu/2.8.2</li> <li><a href="https://github.com/dateutil/dateutil/commit/cf44dd0c66827070cf9dd7b30f126b3ab2e110b5"><code>cf44dd0</code></a> Manual cleanup for 2.8.2 NEWS</li> <li><a href="https://github.com/dateutil/dateutil/commit/561167183d4cad190059975e5c0826e3587d3c97"><code>5611671</code></a> Automatic generation of NEWS entries for 2.8.2</li> <li><a href="https://github.com/dateutil/dateutil/commit/584b58d58abc7c23aa3c5177f465464cf90d10d7"><code>584b58d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1142">#1142</a> from mariocj89/pu/typo</li> <li><a href="https://github.com/dateutil/dateutil/commit/e960effe35d8cdcf66f5c496fa393bd6692acf60"><code>e960eff</code></a> Fix typo in RELEASING steps</li> <li><a href="https://github.com/dateutil/dateutil/commit/1682d23f16b8bdc9ae88d26defdb6b839e97b90d"><code>1682d23</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1141">#1141</a> from mariocj89/pu/auto-relase</li> <li><a href="https://github.com/dateutil/dateutil/commit/b9b8eea6b3a8c0cb6b9ad8f6cd56d10a69fafe97"><code>b9b8eea</code></a> Update information about release signatures</li> <li><a href="https://github.com/dateutil/dateutil/commit/ee85831cc25d34ff597cfb3f2d90ce5904dbc561"><code>ee85831</code></a> Build releases with Python 3.9</li> <li><a href="https://github.com/dateutil/dateutil/commit/6b337ea412d399fb48771c544b1a6880763b46c6"><code>6b337ea</code></a> Automate cutting new releases</li> <li><a href="https://github.com/dateutil/dateutil/commit/9c2ad8f981ece1bdb3d52527f1cb39523b11d862"><code>9c2ad8f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1056">#1056</a> from ffe4/issue_1029</li> <li>Additional commits viewable in <a href="https://github.com/dateutil/dateutil/compare/2.8.1...2.8.2">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
pr closed time in 9 days
push eventansemjo/homepage
commit sha 5e2ba28319061a41f7feea1b730df23c1f328e15
remove playbook, deploy via simple rsync
push time in 13 days
issue commentansemjo/autosnap
Just a very tiny first step, here is a small script that lists children of a given dataset. Documentation is at man zfs-program.
-- get commandline args for use
args = ...
argv = args["argv"]
result = {}
-- list all children of given dataset
i = 1
for child in zfs.list.children(argv[1]) do
result[i] = child
i = i+1
end
return result
Write this to children.zcp and run # zfs program -j tank chrildren.zcp tank.
comment created time in 13 days
startedtraefik/traefik
started time in 13 days
issue commentUncleRus/esp-idf-lib
ds1307 example xQueueGenericReceive - assertion
Update ESP-IDF (recommended, v3.x is waaaaay too old)
But both mine (framework-espidf 3.40001.200521 (4.0.1)) and @Tristaan's version (framework-espidf 3.40201.210513 (4.2.1)) is > 4.0 (note the version in parentheses .. the 3.40... is just PlatformIO's versioning "alias" for it)? Or am I misunderstanding something?
comment created time in 14 days
push eventansemjo/dotfiles
commit sha 9e15b267be481ab61d113179f29db28c4fd0a955
fix install.sh linking, was too eager in af849949
push time in 16 days
startedmartin-ger/esp_mqtt
started time in 16 days
push eventansemjo/speedtest-plotter
commit sha fd3a93920f076cb684a9963a6a99bf721a5cc97c
Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 16 days
PR merged ansemjo/speedtest-plotter
Bumps docker/setup-buildx-action from 1.5.0 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's releases</a>.</em></p> <blockquote> <h2>v1.5.1</h2> <ul> <li>Explicit version spec for caching (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/100">#100</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/setup-buildx-action/commit/abe5d8f79a1606a2d3e218847032f3f2b1726ab0"><code>abe5d8f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/100">#100</a> from crazy-max/explicit-semver</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/580d5c72a254e3d04247d28c61adcc1956cbd510"><code>580d5c7</code></a> Explicit version spec for caching</li> <li>See full diff in <a href="https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
pr closed time in 16 days
issue commentansemjo/speedtest-plotter
I've added ppc64le in ef03014 again, although there is no word on an actual fix in the linked gitlab issue above.
comment created time in 17 days
push eventansemjo/speedtest-plotter
commit sha ef030147ca4b1c052517c13e8479474b136143a8
add ppc64le in workflows again
push time in 17 days
push eventansemjo/speedtest-plotter
commit sha 58b6a6e107050c60e0daabf8ba94bb798d61f81f
Bump docker/login-action from 1.9.0 to 1.10.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha f989cb8eddf2d70b53b2bb71b87de891b33b09d0
Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha 09c0a237a031a0ca8772010c7c7a005600e79ecf
remove hadolint from github workflows the step keeps failing with spurious errors, meaning they are unrelated to the actual code and disappear if you re-run the entire job .. which is not helpful. i've added a comment to the dockerfile on how to check it manually.
commit sha dd999cd38435cab04f2d4fbb6f26b99ae898976c
Bump docker/build-push-action from 2.5.0 to 2.6.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha 55dd8eee2951cae9cf6fe9d4d50219b636c16fa5
Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha ef030147ca4b1c052517c13e8479474b136143a8
add ppc64le in workflows again
push time in 17 days
issue commentansemjo/speedtest-plotter
Possible to configure default graph period?
Almost all of the settings for the graph can be configred through query parameters in the URL. So if you have a bookmark through which you open the page, you could just add ?limit=... at the end.
There is not currently a way to configure this per-client. I could add another server-side environment variable though, like I did for the graph markers.
comment created time in 22 days
push eventansemjo/speedtest-plotter
commit sha 55dd8eee2951cae9cf6fe9d4d50219b636c16fa5
Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
push time in 23 days
PR merged ansemjo/speedtest-plotter
Bumps docker/setup-buildx-action from 1.4.1 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <ul> <li>Allow building buildx from source (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/99">#99</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/setup-buildx-action/commit/e673438944759779e411a0f7ceef3ba437dccfa0"><code>e673438</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/99">#99</a> from crazy-max/build-ref</li> <li><a href="https://github.com/docker/setup-buildx-action/commit/f40e8894f18db341574cf1aae8defcc6b5a8cbbf"><code>f40e889</code></a> Allow building buildx from source</li> <li>See full diff in <a href="https://github.com/docker/setup-buildx-action/compare/v1.4.1...v1.5.0">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
pr closed time in 23 days
push eventansemjo/dotfiles
commit sha d9b4c162b8ffb9484433f8126c2a9cbdf486312c
git: add pretty format and alias for reflog
push time in 24 days
push eventansemjo/homepage
commit sha 2ba289f573c4057eb1c1bde505a212e5c9e59968
update book theme
push time in 24 days
startedpiccolomo/plotext
started time in 25 days
push eventansemjo/speedtest-plotter
commit sha dd999cd38435cab04f2d4fbb6f26b99ae898976c
Bump docker/build-push-action from 2.5.0 to 2.6.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
push time in a month
PR merged ansemjo/speedtest-plotter
Bumps docker/build-push-action from 2.5.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <ul> <li>Small typo and ensure trimmed output (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/400">#400</a>)</li> </ul> <h2>v2.6.0</h2> <ul> <li>Handle git sha version of buildx (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/399">#399</a>)</li> <li>Update dev deps (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/393">#393</a>)</li> <li>Use built-in <code>getExecOutput</code> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/392">#392</a>)</li> <li>Use <code>core.getBooleanInput</code> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/391">#391</a>)</li> <li>Bump csv-parse from 4.15.4 to 4.16.0 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/385">#385</a>)</li> <li>Bump <code>@actions/exec</code> from 1.0.4 to 1.1.0 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/382">#382</a>)</li> <li>Bump <code>@actions/core</code> from 1.3.0 to 1.4.0 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/383">#383</a>)</li> <li>Bump ws from 7.3.1 to 7.4.6 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/375">#375</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/build-push-action/commit/1bc1040caef9e604eb543693ba89b5bf4fc80935"><code>1bc1040</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/400">#400</a> from crazy-max/typo</li> <li><a href="https://github.com/docker/build-push-action/commit/fcaaa5e48790baa5d6eced57526fb66b251d165f"><code>fcaaa5e</code></a> Small typo and ensure trimmed output</li> <li><a href="https://github.com/docker/build-push-action/commit/0987321e128873c0caa3bed11ad3b83f22b846ed"><code>0987321</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/399">#399</a> from crazy-max/sha-version</li> <li><a href="https://github.com/docker/build-push-action/commit/94827201d1ef44132e16666b71fdb028712d0e0f"><code>9482720</code></a> Handle git sha version of buildx</li> <li><a href="https://github.com/docker/build-push-action/commit/128f05c85a6f932eed15eaf7c7d425e1a48c194e"><code>128f05c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/398">#398</a> from crazy-max/fix-dependabot</li> <li><a href="https://github.com/docker/build-push-action/commit/a15ef4dd9f94db5e5716afecc59e2c6e766096de"><code>a15ef4d</code></a> Fix dependabot labels</li> <li><a href="https://github.com/docker/build-push-action/commit/c7dab97e55e879c31c237cda70203b8c267de3aa"><code>c7dab97</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/394">#394</a> from cpswan/master</li> <li><a href="https://github.com/docker/build-push-action/commit/a1d2218d385a527c902ca5fca2e0e807c2001246"><code>a1d2218</code></a> Fix ISSUE_TEMPLATE typo s/sumbitting/submitting/</li> <li><a href="https://github.com/docker/build-push-action/commit/0b56a3c3b3c5608c56e32f6a86b2d15ffdbb0cad"><code>0b56a3c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/393">#393</a> from crazy-max/dev-deps</li> <li><a href="https://github.com/docker/build-push-action/commit/ae29b67b96b75a44cc5f2f34a6f1e80874e2864b"><code>ae29b67</code></a> Update dev deps</li> <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
pr closed time in a month
pull request commentansemjo/speedtest-plotter
Bump docker/build-push-action from 2.5.0 to 2.6.1
@dependabot rebase
comment created time in a month
push eventansemjo/speedtest-plotter
commit sha 09c0a237a031a0ca8772010c7c7a005600e79ecf
remove hadolint from github workflows the step keeps failing with spurious errors, meaning they are unrelated to the actual code and disappear if you re-run the entire job .. which is not helpful. i've added a comment to the dockerfile on how to check it manually.
push time in a month