bitgamma/boltun 125
Transforms notifications from the Postgres LISTEN/NOTIFY mechanism into callback execution
Serial communication through Elixir ports
CRUD utilities for Phoenix and Ecto
Elixir NIF for pigpio
A simple helper to define constants
A small companion to graphic tablets for image editing
A PIC18LF24K22 based OSNP-compatible Thermometer
Open Sensor Network Protocol
Platform-specific integration for JavaFX applications
Decodes/Encodes BER-TLVs
startedkiwix/overview
started time in 3 days
startedphilipl/pifs
started time in 5 days
startedomyradio/radio
started time in 6 days
created repositoryomyradio/radio
The liquidsoap script to define the webradio
created time in 7 days
startedethereum/rayonism
started time in 7 days
startedbarryWhiteHat/zkvm
started time in 7 days
startedflashbots/pm
started time in 8 days
delete branch status-im/sourcecred-config
delete branch : dependabot/npm_and_yarn/sourcecred-0.8.3
delete time in 8 days
PR closed status-im/sourcecred-config
Bumps sourcecred from 0.7.3 to 0.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sourcecred/sourcecred/releases">sourcecred's releases</a>.</em></p>
<blockquote>
<h2>Basic Weight Config Returns!</h2>
<h1>Breaking Change</h1>
<p>Support for Node v10 is ending with this release. We recommend using v12 or v14 going forward.</p>
<h1>Summary</h1>
<h2>Weight Configuration Page</h2>
<!-- raw HTML omitted -->
<p>Weight config modifications are avaialble in a separate view for v0.8 now. It's still very similar to the original experience, but more improvements are in the works.</p>
<h2>Library support for fetching a CredGraph</h2>
<p>We also added an <code>instance</code> section to our library which allows developers to fetch info from an instance through the web for use in Observable Notebooks, Discord bots, etc. It currently only supports fetching the credGraph, but will support much more in the future. Usage looks like this:</p>
<pre><code>const base = https://raw.githubusercontent.com/sourcecred/cred/gh-pages/;
const instance = sc.instance.readInstance.getNetworkReadInstance(base);
const credGraph = instance.readCredGraph();
</code></pre>
<h2>Bug Fix</h2>
<p>Additionally, we've added support for <a href="https://github.blog/changelog/2021-03-04-authentication-token-format-updates/">new Github token formats</a>. h/t to <a href="https://github.com/cryptoballena"><code>@cryptoballena</code></a> for raising the need for this change.</p>
<h1>Contributions</h1>
<p>7ac3ae3536bcdbc19d72eb44352574c58388b5de Add MVP weights configuration page (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2898">#2898</a>)
ba6fe2c12bbaabde95deff3d0d8cbaeffb9da9af Update github access token regex (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2897">#2897</a>)
6a0de45523c50a6837f29d80f0ea9c037fa6006b Create ReadInstance and refactor NetworkStorage to support URLs (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2893">#2893</a>)
2e5912a715647e8b958174aaf024d0cb81da1a7d Cease Support for Node v10 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2865">#2865</a>)</p>
<h2>Patch for missing Pako dependency from Production build</h2>
<p>No release notes provided.</p>
<h2>Smaller Instance Footprints, Other Bugfixes</h2>
<h1>Summary</h1>
<p>Heavyweight files, such as plugin Weighted Graphs and and the CredGraph artifacts are now deflated when stored in an instance. This
should put instances comfortably below the 50 MB warning level for Github.</p>
<p>We've also optimized/bugfixed some things for the new Explorer page.</p>
<!-- raw HTML omitted -->
<p>428416184c8832432c355ca617f6ee80f9e3182c Bugfix: Add Updated I/O for loadWeightedGraphForPlugin (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2866">#2866</a>)
abe7f13d1c618037699c9af8c8366669654f5503 Utilize ZipStorage (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2858">#2858</a>)
0cae8e4f2943c1956e3a46d3b2ab61dc99276e60 Yaz/feb2021/calculate grain per interval optimization (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2860">#2860</a>)
a79d9f452e3a8f9a379acaa4df05eced737dfb54 Bugfix: Reinstantiate CredValue for mutation (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2861">#2861</a>)
9ae5d9aed2d440041e05231e67ea6091b957358d Credrank Migration Clean up of old TimelineCred artifacts (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2857">#2857</a>)
45567912c490a5822298cf0b8090ae2f9f0e8dde Pulled LedgerEventRow component into its own files, fixed references (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2852">#2852</a>)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sourcecred/sourcecred/commit/937ddd454f1e21939716b8b627f310c78632adb3"><code>937ddd4</code></a> Release version 0.8.3 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2900">#2900</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/7ac3ae3536bcdbc19d72eb44352574c58388b5de"><code>7ac3ae3</code></a> Add MVP weights configuration page (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2898">#2898</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/ba6fe2c12bbaabde95deff3d0d8cbaeffb9da9af"><code>ba6fe2c</code></a> Update github access token regex (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2897">#2897</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/6a0de45523c50a6837f29d80f0ea9c037fa6006b"><code>6a0de45</code></a> Create ReadInstance and refactor NetworkStorage to support URLs (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2893">#2893</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/2e5912a715647e8b958174aaf024d0cb81da1a7d"><code>2e5912a</code></a> Cease Support for Node v10 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2865">#2865</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/719ba104c81d2b9e28ac0985fcd4bf373bf2f60e"><code>719ba10</code></a> Release Version 0.8.2 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2880">#2880</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/28f0e787500d0c9bd30bf08a623cae1cb5ee7a68"><code>28f0e78</code></a> Add pako as an explicit dependency (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2879">#2879</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/bd22f3f834c6eed2f06001608af7c2933d2aae58"><code>bd22f3f</code></a> Refactor grain CLI to use Instance and API patterns (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2876">#2876</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/f113653c2da988e1f009dd9340615b27b4e34b7f"><code>f113653</code></a> Refactor graph CLI to use Instance and API patterns (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2873">#2873</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/517f49949872438f9673e5e1de297ee722683565"><code>517f499</code></a> Release version 0.8.1 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2867">#2867</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/sourcecred/sourcecred/compare/v0.7.3...v0.8.3">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 8 days
pull request commentstatus-im/sourcecred-config
Bump sourcecred from 0.7.3 to 0.8.3
Superseded by #13.
comment created time in 8 days
PR opened status-im/sourcecred-config
Bumps sourcecred from 0.7.3 to 0.8.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sourcecred/sourcecred/releases">sourcecred's releases</a>.</em></p>
<blockquote>
<h2>Patch for Discord Stages</h2>
<h1>Summary</h1>
<p>This release fixes a bug where servers containing new <a href="https://duckduckgo.com/?q=discord+stage+channels&t=newext&atb=v266-7&ia=web">Stage channels</a> couldn't load data into SourceCred instances.</p>
<h1>Contributions</h1>
<p>Shoutout to <a href="https://github.com/AL0YSI0US"><code>@AL0YSI0US</code></a> for their first PR making it into this release!</p>
<p>7bafdc00583fef09bc38433e60b644bc2a64f445 Discord: do not throw for unknown channel type (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2915">#2915</a>)
6eac6b38375ee8244ed2303967c309a64818dec3 Re-add /explorer as redirect to /explorer-home (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2916">#2916</a>)
c2c2239c1bfe5cd4ad3bc66d44ee03df91dc9dc4 removed unused line in graph.js to close (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2911">#2911</a>)</p>
<h2>Basic Weight Config Returns!</h2>
<h1>Breaking Change</h1>
<p>Support for Node v10 is ending with this release. We recommend using v12 or v14 going forward.</p>
<h1>Summary</h1>
<h2>Weight Configuration Page</h2>
<!-- raw HTML omitted -->
<p>Weight config modifications are avaialble in a separate view for v0.8 now. It's still very similar to the original experience, but more improvements are in the works.</p>
<h2>Library support for fetching a CredGraph</h2>
<p>We also added an <code>instance</code> section to our library which allows developers to fetch info from an instance through the web for use in Observable Notebooks, Discord bots, etc. It currently only supports fetching the credGraph, but will support much more in the future. Usage looks like this:</p>
<pre><code>const base = https://raw.githubusercontent.com/sourcecred/cred/gh-pages/;
const instance = sc.instance.readInstance.getNetworkReadInstance(base);
const credGraph = instance.readCredGraph();
</code></pre>
<h2>Bug Fix</h2>
<p>Additionally, we've added support for <a href="https://github.blog/changelog/2021-03-04-authentication-token-format-updates/">new Github token formats</a>. h/t to <a href="https://github.com/cryptoballena"><code>@cryptoballena</code></a> for raising the need for this change.</p>
<h1>Contributions</h1>
<p>7ac3ae3536bcdbc19d72eb44352574c58388b5de Add MVP weights configuration page (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2898">#2898</a>)
ba6fe2c12bbaabde95deff3d0d8cbaeffb9da9af Update github access token regex (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2897">#2897</a>)
6a0de45523c50a6837f29d80f0ea9c037fa6006b Create ReadInstance and refactor NetworkStorage to support URLs (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2893">#2893</a>)
2e5912a715647e8b958174aaf024d0cb81da1a7d Cease Support for Node v10 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2865">#2865</a>)</p>
<h2>Patch for missing Pako dependency from Production build</h2>
<p>No release notes provided.</p>
<h2>Smaller Instance Footprints, Other Bugfixes</h2>
<h1>Summary</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sourcecred/sourcecred/commit/dcb6d6d0c605557cec9be0cb7d93a528b7c11208"><code>dcb6d6d</code></a> Bump Version to 0.8.4 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2936">#2936</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/7bafdc00583fef09bc38433e60b644bc2a64f445"><code>7bafdc0</code></a> Discord: do not throw for unknown channel type (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2915">#2915</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/45c54b63fd7c70aeb66cf06353503e0a0c510d6b"><code>45c54b6</code></a> build(deps-dev): bump eslint-plugin-react from 7.22.0 to 7.23.1 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2883">#2883</a>) et al</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/6eac6b38375ee8244ed2303967c309a64818dec3"><code>6eac6b3</code></a> Re-add /explorer as redirect to /explorer-home (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2916">#2916</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/dcf0d9e4c33a5e939674c4bdcc9b3b99f951ed30"><code>dcf0d9e</code></a> build(deps-dev): bump <code>@babel/node</code> from 7.13.10 to 7.13.13 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2888">#2888</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/f6ab687eb9ab93ada6b555f88663fa298719e516"><code>f6ab687</code></a> build(deps): bump globby from 11.0.2 to 11.0.3 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2887">#2887</a>) et. al.</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/6d64df28ed972f9f18fc83675b179601f2fd6115"><code>6d64df2</code></a> build(deps-dev): bump <code>@babel/core</code> from 7.13.10 to 7.13.14 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2905">#2905</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/c2c2239c1bfe5cd4ad3bc66d44ee03df91dc9dc4"><code>c2c2239</code></a> r🛠️removed unused line in graph.js to close <a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/1598">#1598</a> (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2908">#2908</a>) (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2911">#2911</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/937ddd454f1e21939716b8b627f310c78632adb3"><code>937ddd4</code></a> Release version 0.8.3 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2900">#2900</a>)</li>
<li><a href="https://github.com/sourcecred/sourcecred/commit/7ac3ae3536bcdbc19d72eb44352574c58388b5de"><code>7ac3ae3</code></a> Add MVP weights configuration page (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2898">#2898</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/sourcecred/sourcecred/compare/v0.7.3...v0.8.4">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 created time in 8 days
create barnchstatus-im/sourcecred-config
branch : dependabot/npm_and_yarn/sourcecred-0.8.4
created branch time in 8 days
startedric2b/Vivaldi-browser
started time in 8 days
startedomyradio/website
started time in 8 days
startedmars64/k8s-music-stack
started time in 9 days
startedmoul/docker-icecast
started time in 9 days
startedsavonet/liquidsoap-daemon
started time in 10 days
startedAutSoft/Krate
started time in 12 days
startednektos/act
started time in 12 days
startedensdomains/l2gateway-demo
started time in 12 days
startedtheapache64/switch-snake
started time in 13 days
startedSFTtech/sticker
started time in 14 days
startedwebcast/webcaster
started time in 15 days
startedsavonet/liquidsoap
started time in 15 days
startedRenaud11232/icecast-autodj
started time in 15 days
startedethtective/ethtective.com
started time in 15 days
PR closed status-im/sourcecred-config
Bumps sourcecred from 0.7.3 to 0.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sourcecred/sourcecred/releases">sourcecred's releases</a>.</em></p> <blockquote> <h2>Smaller Instance Footprints, Other Bugfixes</h2> <h1>Summary</h1> <p>Heavyweight files, such as plugin Weighted Graphs and and the CredGraph artifacts are now deflated when stored in an instance. This should put instances comfortably below the 50 MB warning level for Github.</p> <p>We've also optimized/bugfixed some things for the new Explorer page.</p> <!-- raw HTML omitted --> <p>428416184c8832432c355ca617f6ee80f9e3182c Bugfix: Add Updated I/O for loadWeightedGraphForPlugin (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2866">#2866</a>) abe7f13d1c618037699c9af8c8366669654f5503 Utilize ZipStorage (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2858">#2858</a>) 0cae8e4f2943c1956e3a46d3b2ab61dc99276e60 Yaz/feb2021/calculate grain per interval optimization (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2860">#2860</a>) a79d9f452e3a8f9a379acaa4df05eced737dfb54 Bugfix: Reinstantiate CredValue for mutation (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2861">#2861</a>) 9ae5d9aed2d440041e05231e67ea6091b957358d Credrank Migration Clean up of old TimelineCred artifacts (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2857">#2857</a>) 45567912c490a5822298cf0b8090ae2f9f0e8dde Pulled LedgerEventRow component into its own files, fixed references (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2852">#2852</a>) 117a0b4ca71be0dcb5a0d104b18f930b9abb8187 Implement and utilize NetworkStorage (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2844">#2844</a>) f89cf446a7cc509bde36e1eab61f595d9c842c2e Generalize disk utils as storage Utils for use in browser (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2840">#2840</a>) 32bfe8f23055b4bf3de5b196d3d84e3144000ffc Utilize DiskStorage (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2777">#2777</a>) a29bf6958ac160d8524beca9f6a17c3edb0fa3b2 Add Isomorphic Text Encoder/Decoder import (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2805">#2805</a>) 2d97a5272be0a7caff46b4414a665682d87466d3 Implement DiskStorage using DataStorage Interface (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2776">#2776</a>) 7f6d229ecb6561a5d59c8e2610d76f07691db312 Write a design doc for the migration to Credrank (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2631">#2631</a>) 0286b6d678f70011a775bed87942967b65e61d75 Refactor AccountOverview to use Ledger APIs (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2746">#2746</a>)</p> <!-- raw HTML omitted --> <h2>New CredRank Algorithm and New Explorer Page</h2> <h1>Summary</h1> <h2>The CredRank Algorithm</h2> <p>This release launches a large migration to a new underlying scoring algorithm, which we call CredRank. This new algorithm accomplishes the same objective as the old one, however it is MUCH faster and MUCH more maintainable/extendable.</p> <p><strong>Cred scores will change as a result of this release.</strong> They should be similar, however, and hopefully more accurate.</p> <h2>The New Cred Explorer</h2> <p>This release replaces the home page of the SourceCred-generated site, known as the "Explorer" in the site's menu, with a totally new equivalent. This new page introduces new exciting features including:</p> <ul> <li>Cred and Grain stats side-by-side.</li> <li>Aggregate stats and charts over all participants.</li> <li>Timeline control for viewing cred over This Week, Last Week, This Month, and All Time.</li> <li>Pagination, Sorting, and Filtering for the participants table.</li> </ul> <p>However, it does remove some features, which we hope to create replacements for in the future, including:</p> <ul> <li>Weight Configuration exploration/simulation.</li> <li>Contribution-level information, including filtering by plugin and contribution type.</li> </ul> <p><img src="https://user-images.githubusercontent.com/11550396/111256046-6d1bd180-85d5-11eb-8527-c68de93c22c1.png" alt="Screen Shot 2021-03-15 at 9 28 29 PM" /></p> <h2>Minor changes</h2> <ul> <li>Small redesign of the Identities admin page to make it more intuitive.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sourcecred/sourcecred/commit/719ba104c81d2b9e28ac0985fcd4bf373bf2f60e"><code>719ba10</code></a> Release Version 0.8.2 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2880">#2880</a>)</li> <li><a href="https://github.com/sourcecred/sourcecred/commit/28f0e787500d0c9bd30bf08a623cae1cb5ee7a68"><code>28f0e78</code></a> Add pako as an explicit dependency (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2879">#2879</a>)</li> <li><a href="https://github.com/sourcecred/sourcecred/commit/bd22f3f834c6eed2f06001608af7c2933d2aae58"><code>bd22f3f</code></a> Refactor grain CLI to use Instance and API patterns (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2876">#2876</a>)</li> <li><a href="https://github.com/sourcecred/sourcecred/commit/f113653c2da988e1f009dd9340615b27b4e34b7f"><code>f113653</code></a> Refactor graph CLI to use Instance and API patterns (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2873">#2873</a>)</li> <li><a href="https://github.com/sourcecred/sourcecred/commit/517f49949872438f9673e5e1de297ee722683565"><code>517f499</code></a> Release version 0.8.1 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2867">#2867</a>)</li> <li><a href="https://github.com/sourcecred/sourcecred/commit/428416184c8832432c355ca617f6ee80f9e3182c"><code>4284161</code></a> Bugfix: Add Updated I/O for loadWeightedGraphForPlugin (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2866">#2866</a>)</li> <li><a href="https://github.com/sourcecred/sourcecred/commit/1216414ecd3492775bff8aec96eb351f9be0dd60"><code>1216414</code></a> build(deps): bump elliptic from 6.5.3 to 6.5.4 (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2813">#2813</a>)</li> <li><a href="https://github.com/sourcecred/sourcecred/commit/abe7f13d1c618037699c9af8c8366669654f5503"><code>abe7f13</code></a> Utilize ZipStorage (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2858">#2858</a>)</li> <li><a href="https://github.com/sourcecred/sourcecred/commit/ef9288d6389f20a8d8706dbc231907b30dc19f28"><code>ef9288d</code></a> Implement ZipStorage (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2816">#2816</a>)</li> <li><a href="https://github.com/sourcecred/sourcecred/commit/0cae8e4f2943c1956e3a46d3b2ab61dc99276e60"><code>0cae8e4</code></a> Yaz/feb2021/calculate grain per interval optimization (<a href="https://github-redirect.dependabot.com/sourcecred/sourcecred/issues/2860">#2860</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sourcecred/sourcecred/compare/v0.7.3...v0.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 15 days