Andoromeda-Foundation/Dgame-Maker 2
链游大师复刻版
Demo project for LONGHASH Tokyo Hackathon.
dsh0416/ubuntu-prototype-designer 2
Project for Ubuntu Hackathon Shanghai 2016
Bancor Protocol Contracts
create barnchtootsuite/mastodon
branch : dependabot/bundler/rack-attack-6.4.0
created branch time in a few seconds
PR opened tootsuite/mastodon
Bumps rack-attack from 6.3.1 to 6.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rack/rack-attack/releases">rack-attack's releases</a>.</em></p> <blockquote> <h2>v6.4.0</h2> <p>Details in CHANGELOG <a href="https://github.com/rack/rack-attack/blob/master/CHANGELOG.md#640---2021-01-23">entry</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rack/rack-attack/blob/master/CHANGELOG.md">rack-attack's changelog</a>.</em></p> <blockquote> <h2>[6.4.0] - 2021-01-23</h2> <h3>Added</h3> <ul> <li>Added support for ruby v3.0</li> </ul> <h3>Removed</h3> <ul> <li>Dropped support for ruby v2.3</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rack/rack-attack/commit/6328ddcb1932c64459b93b7a9bdcbb661e73d3da"><code>6328ddc</code></a> Bump gem version to v6.4</li> <li><a href="https://github.com/rack/rack-attack/commit/33d1bac4a56098a02a1afeb2c7392cf9e0943474"><code>33d1bac</code></a> test: update ruby and rails versions</li> <li><a href="https://github.com/rack/rack-attack/commit/dda248993602924536aec97f8c29582f348a3b4d"><code>dda2489</code></a> Fix Ruby 2.7 kwargs warning in RedisCacheStoreProxy</li> <li><a href="https://github.com/rack/rack-attack/commit/38c89afcf3f4e606f053381833582eb83a5c308c"><code>38c89af</code></a> Fix speling in README</li> <li><a href="https://github.com/rack/rack-attack/commit/63160696387c6bef31c57f4ebfacebb9a51b1a9f"><code>6316069</code></a> docs: update repo references after move to rack org</li> <li><a href="https://github.com/rack/rack-attack/commit/476144ee4002bde9e6396d7bbc16927d60ac4fbf"><code>476144e</code></a> build: update rubocop to earlier version fixing the LineLength crash</li> <li><a href="https://github.com/rack/rack-attack/commit/1cd4a1cd79eaa31ada98300984f543d954ccae24"><code>1cd4a1c</code></a> Mitigate login throttle bypasses in docs</li> <li><a href="https://github.com/rack/rack-attack/commit/48531f546c53230050f31e848f8746565b7c4150"><code>48531f5</code></a> Clarify Calling HTTP_APIKey header in example (<a href="https://github-redirect.dependabot.com/rack/rack-attack/issues/488">#488</a>)</li> <li><a href="https://github.com/rack/rack-attack/commit/44b6a7353a342b416fae61c63ab33f324143d5c1"><code>44b6a73</code></a> Use RuboCop 0.84.0</li> <li><a href="https://github.com/rack/rack-attack/commit/9da0bb77125b75364125160695f690ea20157e5b"><code>9da0bb7</code></a> Consolidate #testing section of README</li> <li>Additional commits viewable in <a href="https://github.com/rack/rack-attack/compare/v6.3.1...v6.4.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 a few seconds
delete branch tootsuite/mastodon
delete branch : dependabot/bundler/sidekiq-unique-jobs-7.0.0
delete time in 2 minutes
PR closed tootsuite/mastodon
Bumps sidekiq-unique-jobs from 6.0.25 to 7.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mhenrixon/sidekiq-unique-jobs/releases">sidekiq-unique-jobs's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v6.0.25...v7.0.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Give user full control over adding middleware <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/566">#566</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Race condition in ruby reaper <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/559">#559</a></li> <li>Fix until and while executed and improve documentation <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/397">#397</a></li> <li>Fix 532 <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/549">#549</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Rejected jobs are still displayed as 'Queued' with gem 'sidekiq-status' on /sidekiq/statuses <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/564">#564</a></li> <li>Is it possible to have a :until_executed lock with an expiration time? <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/524">#524</a></li> </ul> <h2>v7.0.0.beta29</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0.beta28...v7.0.0.beta29">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Ruby Reaper active check incorrect <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/557">#557</a></li> <li>Routes with authentication should work with web <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/562">#562</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Can't add the lock tab o nthe website when there is authentication through devise <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/561">#561</a></li> </ul> <h2>v7.0.0.beta28</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0.beta27...v7.0.0.beta28">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>lock_args does not work when you define the lock_args argument and default lock_args function at the same time. <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/548">#548</a></li> <li>incorrect <code>:while_executing</code> behavior <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/432">#432</a></li> <li>Fix active check for the worker hash <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/558">#558</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> <li>Prefer lock_prefix not unique_prefix <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/554">#554</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> <li>Fix issue 432 <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/552">#552</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <h2>v7.0.0.beta27</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0.beta26...v7.0.0.beta27">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Adds coverage for regression purposes <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/550">#550</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md">sidekiq-unique-jobs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/tree/v7.0.0">v7.0.0</a> (2021-01-20)</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v6.0.25...v7.0.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Give user full control over adding middleware <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/566">#566</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Race condition in ruby reaper <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/559">#559</a></li> <li>Fix until and while executed and improve documentation <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/397">#397</a></li> <li>Fix 532 <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/549">#549</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Rejected jobs are still displayed as 'Queued' with gem 'sidekiq-status' on /sidekiq/statuses <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/564">#564</a></li> <li>Is it possible to have a :until_executed lock with an expiration time? <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/524">#524</a></li> </ul> <h2><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/tree/v7.0.0.beta29">v7.0.0.beta29</a> (2021-01-16)</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0.beta28...v7.0.0.beta29">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Fix coverage reporting and add coverage <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/565">#565</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Ruby Reaper active check incorrect <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/557">#557</a></li> <li>Routes with authentication should work with web <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/562">#562</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Can't add the lock tab o nthe website when there is authentication through devise <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/561">#561</a></li> </ul> <h2><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/tree/v7.0.0.beta28">v7.0.0.beta28</a> (2021-01-07)</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0.beta27...v7.0.0.beta28">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>lock_args does not work when you define the lock_args argument and default lock_args function at the same time. <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/548">#548</a></li> <li>incorrect <code>:while_executing</code> behavior <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/432">#432</a></li> <li>Fix race condition to avoid reaping active jobs <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/563">#563</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> <li>Fix active check for the worker hash <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/558">#558</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> <li>Prefer lock_prefix not unique_prefix <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/554">#554</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> <li>Fix issue 432 <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/552">#552</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <h2><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/tree/v7.0.0.beta27">v7.0.0.beta27</a> (2020-11-03)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/b5565bab927489f5368a4344b9c9512fa187a3f1"><code>b5565ba</code></a> Give user full control over adding middleware (<a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/566">#566</a>)</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/a322b556aa1f6ee7612f8dc0351d5be8e93a9661"><code>a322b55</code></a> Add a file for codeclimate as well</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/7652e2ee41d4b36395465aabe7e3dbcce79e1f55"><code>7652e2e</code></a> Allow some threshold before being able to reap (<a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/563">#563</a>)</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/ae42983c0315f6a9886113b8195b8f72daf886ce"><code>ae42983</code></a> Fix coverage reporting and add coverage (<a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/565">#565</a>)</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/5a21816abb37e768e1475dc7eab0abdfe011b090"><code>5a21816</code></a> Bump sidekiq-unique-jobs to 7.0.0.beta29.1</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/74252d1642814798036c4f0ca3446630fd27e95f"><code>74252d1</code></a> Update changelog</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/122bf9f86d4e01eb5b69f50c0f0d26aca4cde446"><code>122bf9f</code></a> Bump version</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/c230f02654227c00a6522d334e5b5625212cef06"><code>c230f02</code></a> Routes with authentication should work with web (<a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/562">#562</a>)</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/6902cf0bce2b4944e39cc5f667b000ed003fb29a"><code>6902cf0</code></a> Add comment about test setup</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/1d21d8ad39156b475217c5c12a2ab5e759f28b95"><code>1d21d8a</code></a> Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v6.0.25...v7.0.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 2 minutes
pull request commenttootsuite/mastodon
Bump sidekiq-unique-jobs from 6.0.25 to 7.0.0
Superseded by #15627.
comment created time in 2 minutes
PR opened tootsuite/mastodon
Bumps sidekiq-unique-jobs from 6.0.25 to 7.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mhenrixon/sidekiq-unique-jobs/releases">sidekiq-unique-jobs's releases</a>.</em></p> <blockquote> <h2>v7.0.1</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0...v7.0.1">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Any way to manually clear/reset the changelog history? <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/568">#568</a></li> <li>Present the entire changelog in its own view <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/569">#569</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Fix configuration <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/570">#570</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>undefined method 'delete_by_digest' for SidekiqUniqueJobs::Digests:Class <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/567">#567</a></li> <li>Rejected jobs are still displayed as 'Queued' with gem 'sidekiq-status' on /sidekiq/statuses <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/564">#564</a></li> </ul> <h2>v7.0.0</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v6.0.25...v7.0.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Give user full control over adding middleware <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/566">#566</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Race condition in ruby reaper <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/559">#559</a></li> <li>Fix until and while executed and improve documentation <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/397">#397</a></li> <li>Fix 532 <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/549">#549</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Rejected jobs are still displayed as 'Queued' with gem 'sidekiq-status' on /sidekiq/statuses <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/564">#564</a></li> <li>Is it possible to have a :until_executed lock with an expiration time? <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/524">#524</a></li> </ul> <h2>v7.0.0.beta29</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0.beta28...v7.0.0.beta29">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Ruby Reaper active check incorrect <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/557">#557</a></li> <li>Routes with authentication should work with web <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/562">#562</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Can't add the lock tab o nthe website when there is authentication through devise <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/561">#561</a></li> </ul> <h2>v7.0.0.beta28</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0.beta27...v7.0.0.beta28">Full Changelog</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md">sidekiq-unique-jobs's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/tree/v7.0.1">v7.0.1</a> (2021-01-22)</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0...v7.0.1">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Any way to manually clear/reset the changelog history? <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/568">#568</a></li> <li>Present the entire changelog in its own view <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/569">#569</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Fix configuration <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/570">#570</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>undefined method 'delete_by_digest' for SidekiqUniqueJobs::Digests:Class <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/567">#567</a></li> <li>Rejected jobs are still displayed as 'Queued' with gem 'sidekiq-status' on /sidekiq/statuses <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/564">#564</a></li> </ul> <h2><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/tree/v7.0.0">v7.0.0</a> (2021-01-20)</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0.beta29...v7.0.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Give user full control over adding middleware <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/566">#566</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> <li>Fix coverage reporting and add coverage <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/565">#565</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>Race condition in ruby reaper <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/559">#559</a></li> <li>Fix until and while executed and improve documentation <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/397">#397</a></li> <li>Fix race condition to avoid reaping active jobs <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/563">#563</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Is it possible to have a :until_executed lock with an expiration time? <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/524">#524</a></li> </ul> <h2><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/tree/v7.0.0.beta29">v7.0.0.beta29</a> (2021-01-16)</h2> <p><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0.beta28...v7.0.0.beta29">Full Changelog</a></p> <p><strong>Fixed bugs:</strong></p> <ul> <li>Ruby Reaper active check incorrect <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/557">#557</a></li> <li>Routes with authentication should work with web <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/pull/562">#562</a> (<a href="https://github.com/mhenrixon">mhenrixon</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Can't add the lock tab o nthe website when there is authentication through devise <a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/561">#561</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/32014b37aa460bbcf0c145cd28cb9c2741149099"><code>32014b3</code></a> Fix configuration (<a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/570">#570</a>)</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/b7d08ec875bd593e1c6e8105ce0775b2d1b762ef"><code>b7d08ec</code></a> Present the entire changelog in its own view (<a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/569">#569</a>)</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/6cb272ca6f5f6a6310baabde7e46869c29d23e2c"><code>6cb272c</code></a> Update usage of digest deletion</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/4201d75b7dc82814139fbd8e4a98efcb06cb6dcf"><code>4201d75</code></a> Reorder the middleware</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/a0eb900990d42fa1a0a129ecf71a37283d6c9c11"><code>a0eb900</code></a> Update changes in requirement and recommendation</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/7eee8d57043b38728f2883486b8a1ef17b89ad47"><code>7eee8d5</code></a> Reoder for brevity</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/0260bfdae7e30fbb52e39987dece761128e39514"><code>0260bfd</code></a> Documentation fixes</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/d30c205202a0bac39a366890dd077892a98f8388"><code>d30c205</code></a> Bump sidekiq-unique-jobs to 7.0.1</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/515791ff0db9ef98f40aa807a87bc93d29547f4b"><code>515791f</code></a> Update changelog</li> <li><a href="https://github.com/mhenrixon/sidekiq-unique-jobs/commit/b5565bab927489f5368a4344b9c9512fa187a3f1"><code>b5565ba</code></a> Give user full control over adding middleware (<a href="https://github-redirect.dependabot.com/mhenrixon/sidekiq-unique-jobs/issues/566">#566</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v6.0.25...v7.0.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 2 minutes
create barnchtootsuite/mastodon
branch : dependabot/bundler/sidekiq-unique-jobs-7.0.1
created branch time in 2 minutes
create barnchtootsuite/mastodon
branch : dependabot/bundler/oj-3.11.1
created branch time in 3 minutes
PR opened tootsuite/mastodon
Bumps oj from 3.11.0 to 3.11.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ohler55/oj/blob/develop/CHANGELOG.md">oj's changelog</a>.</em></p> <blockquote> <h2>3.11.1 - 2020-01-24</h2> <ul> <li>XrXr fixed Ruby 3.0.0 object movement issue.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ohler55/oj/commit/bd5769ed4b65cc6e38e47973f59ab0bbf5c71566"><code>bd5769e</code></a> Merge branch 'develop'</li> <li><a href="https://github.com/ohler55/oj/commit/c16576ea4e642fd5de749dc49bec603d9fd259c9"><code>c16576e</code></a> Travis 3.0 (<a href="https://github-redirect.dependabot.com/ohler55/oj/issues/639">#639</a>)</li> <li><a href="https://github.com/ohler55/oj/commit/678698485141b4ce70d8e351a37adb6f2911f1f7"><code>6786984</code></a> Fix object movement bugs (<a href="https://github-redirect.dependabot.com/ohler55/oj/issues/638">#638</a>)</li> <li><a href="https://github.com/ohler55/oj/commit/7ee12367e116bd0ae3d5ea5308445b95fd795620"><code>7ee1236</code></a> fix duplicate test names in test_compat.rb (<a href="https://github-redirect.dependabot.com/ohler55/oj/issues/636">#636</a>)</li> <li>See full diff in <a href="https://github.com/ohler55/oj/compare/v3.11.0...v3.11.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 3 minutes
create barnchtootsuite/mastodon
branch : dependabot/npm_and_yarn/webpack-bundle-analyzer-4.4.0
created branch time in 5 minutes
PR opened tootsuite/mastodon
Bumps webpack-bundle-analyzer from 4.3.0 to 4.4.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md">webpack-bundle-analyzer's changelog</a>.</em></p> <blockquote> <h2>4.4.0</h2> <ul> <li> <p><strong>Improvement</strong></p> <ul> <li>Keep treemap labels visible during zooming animations for better user experience (<a href="https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/414">#414</a> by <a href="https://github.com/stanislawosinski">@ stanislawosinski</a>)</li> </ul> </li> <li> <p><strong>Bug Fix</strong></p> <ul> <li>Don't show an empty tooltip when hovering over the FoamTree attribution group or between top-level groups (<a href="https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/413">#413</a> by <a href="https://github.com/stanislawosinski">@ stanislawosinski</a>)</li> </ul> </li> <li> <p><strong>Internal</strong></p> <ul> <li>Upgrade FoamTree to version 3.5.0, replace vendor dependency with an NPM package (<a href="https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/412">#412</a> by <a href="https://github.com/stanislawosinski">@ stanislawosinski</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/8b8672bb4e445c8292514c6e272ebb7e476e45d4"><code>8b8672b</code></a> v4.4.0</li> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/5a2f5a36818685b535fee5e8e031171f60801328"><code>5a2f5a3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/412">#412</a> from stanislawosinski/foamtree-update</li> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/f36ac09518d75068c1d425ec5c9289bff03af25b"><code>f36ac09</code></a> Merge branch 'master' into foamtree-update</li> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/1ccda17631cb6f4852f3c809a186d2e71f2b5ca2"><code>1ccda17</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/414">#414</a> from stanislawosinski/labels-during-animation</li> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/98de72b4a8a226870ca851bb0fad1da72f70dd1e"><code>98de72b</code></a> Remove module resolution entry.</li> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/5924372e823fe173f032e9a3c16d3a6082971c2f"><code>5924372</code></a> Remove unnecessary parentheses from regexp.</li> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/8d60ddc60c8a9d90203ac3d3647cbef55740a319"><code>8d60ddc</code></a> Merge branch 'master' into labels-during-animation</li> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/9ade71641da4b79f660decb3f405ca5a0357a5dd"><code>9ade716</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/issues/413">#413</a> from stanislawosinski/tooltip-hiding</li> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/8c3496ba995d46e85d58734c47e609ac23a2a534"><code>8c3496b</code></a> Changelog entry.</li> <li><a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/commit/93fc2bf606ae0a33dea3dabae5a3a326c962ffc9"><code>93fc2bf</code></a> Changelog entry.</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v4.3.0...v4.4.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 5 minutes
Pull request review commentrdiankov/openrave
Add APIs for user to register forward kinematics functions
class OPENRAVE_API KinBody : public InterfaceBase ConfigurationSpecification _spec; CollisionCheckerBasePtr _selfcollisionchecker; ///< optional checker to use for self-collisions +public:+ // Gary registers forward kinematics functions+ struct ForwardKinematicsStruct {+ ForwardKinematicsStruct();+ ModuleBaseConstPtr pCalculatorModule = nullptr; ///< kinbody basic calculators module+ boost::function<bool(const std::vector<double>&)> pSetLinkTransformsFn; ///< function that sets links' transforms+ boost::function<void(std::vector<double>&)> pGetDOFLastSetValuesFn; ///< function that updates kinbody's dof values+ bool bInitialized = false; ///< indicator of successful initialization+ };++ /// \brief Associate the kinbody's current kinematics geometry hash with a forward kinematics structure+ /// \param[in] fkstruct a forward kinematics structure+ /// \param[in] bOverWrite whether to replace a registered forward kinematics structure if it exists+ ///+ /// \return true if the forward kinematics structure to be registered has all the necessary facilitities we can use. + bool RegisterForwardKinematicsStruct(const ForwardKinematicsStruct& fkstruct, const bool bOverWrite=false);++protected:+ std::map<std::string, ForwardKinematicsStruct> _mHash2ForwardKinematicsStruct; ///< maps a kinematics geometry hash to a forward kinematics structure
Now I use _pCurrentForwardKinematicsStruct
to cache the currently used ForwardKinematicsStruct
with the correct kinematics geometry hash.
comment created time in 6 minutes
create barnchtootsuite/mastodon
branch : dependabot/npm_and_yarn/react-select-4.0.2
created branch time in 7 minutes
PR opened tootsuite/mastodon
Bumps react-select from 3.2.0 to 4.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JedWatson/react-select/releases">react-select's releases</a>.</em></p> <blockquote> <h2>react-select@4.0.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/JedWatson/react-select/commit/44f285b0d4a50e16713b9aa3746d73d80dee2c91">44f285b0</a> <a href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4399">#4399</a> Thanks <a href="https://github.com/Methuselah96"><code>@Methuselah96</code></a>! - Fixed building focusable options from groups</li> </ul> <h2>react-select@4.0.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/JedWatson/react-select/commit/645feb3e34776a5f181b32f603027df5ca709b7d">645feb3e</a> <a href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4396">#4396</a> Thanks <a href="https://github.com/Methuselah96"><code>@Methuselah96</code></a>! - Fixed keys for options within groups</li> </ul> <h2>react-select@4.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p><a href="https://github.com/JedWatson/react-select/commit/020506755728f607a77145e2a00458526596496f">02050675</a> <a href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4339">#4339</a> Thanks <a href="https://github.com/Methuselah96"><code>@Methuselah96</code></a>! - Standardized value passed to onChange</p> </li> <li> <p><a href="https://github.com/JedWatson/react-select/commit/26b6325c95113591e568451bc2296f98318a8dd9">26b6325c</a> <a href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4283">#4283</a> Thanks <a href="https://github.com/majgaard"><code>@majgaard</code></a>! - Upgrades Emotion dependency to v11.0.0</p> <p>BREAKING CHANGE: The NonceProvider component now requires a <code>cacheKey</code> prop that corresponds to the <code>key</code> for the Emotion cache.</p> </li> <li> <p><a href="https://github.com/JedWatson/react-select/commit/b2488bb561ed08c822bc1a828d2d9fd957f25bdf">b2488bb5</a> <a href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4313">#4313</a> Thanks <a href="https://github.com/Methuselah96"><code>@Methuselah96</code></a>! - Removed usages of UNSAFE React methods</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/JedWatson/react-select/commit/2d5496d52b6650b57352a0ea0dfcab383567f3ac">2d5496d5</a> <a href="https://github-redirect.dependabot.com/JedWatson/react-select/pull/4388">#4388</a> Thanks <a href="https://github.com/Methuselah96"><code>@Methuselah96</code></a>! - Removed memoization of buildMenuOptions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JedWatson/react-select/commit/a62f1aaf579af2d7a831c0a19919f71e3c5adae1"><code>a62f1aa</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4400">#4400</a>)</li> <li><a href="https://github.com/JedWatson/react-select/commit/44f285b0d4a50e16713b9aa3746d73d80dee2c91"><code>44f285b</code></a> Fix building focusable options from groups (<a href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4399">#4399</a>)</li> <li><a href="https://github.com/JedWatson/react-select/commit/e7bafeeb6adb6cbc77a7caf0ffab2d91473673c2"><code>e7bafee</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4397">#4397</a>)</li> <li><a href="https://github.com/JedWatson/react-select/commit/645feb3e34776a5f181b32f603027df5ca709b7d"><code>645feb3</code></a> Fix key for options within groups (<a href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4396">#4396</a>)</li> <li><a href="https://github.com/JedWatson/react-select/commit/4da6ee015a0dd54ef59ab5b71b3c3d595cfe42c1"><code>4da6ee0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/JedWatson/react-select/issues/4392">#4392</a> from JedWatson/changeset-release/master</li> <li><a href="https://github.com/JedWatson/react-select/commit/5baba461f2db8df47db69ffd830e37ab7c74dd5b"><code>5baba46</code></a> Version Packages</li> <li><a href="https://github.com/JedWatson/react-select/commit/e297aa1125e91f03195c8a72fd510b298ff519e0"><code>e297aa1</code></a> Run prettier</li> <li><a href="https://github.com/JedWatson/react-select/commit/55d0687f45822e062823146b2c4c2fd0b0bc85e0"><code>55d0687</code></a> Update README.md</li> <li><a href="https://github.com/JedWatson/react-select/commit/c8649e5c305575aa8a929a3856d73ba331566844"><code>c8649e5</code></a> Minor website styling fix</li> <li><a href="https://github.com/JedWatson/react-select/commit/454b788cd8bfc5e1497412b9360eeeaf1a48047b"><code>454b788</code></a> Update copyright and credits</li> <li>Additional commits viewable in <a href="https://github.com/JedWatson/react-select/compare/react-select@3.2.0...react-select@4.0.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 7 minutes
push eventrdiankov/openrave
commit sha ac112ad0b9f93789ac4e032f982f3a5dfff35b78
move to a separate file
push time in 10 minutes
push eventtootsuite/mastodon
commit sha 521627e2ab36f6e9f886865d8495b615830f4273
New translations activerecord.en.yml (Persian) [ci skip]
push time in 13 minutes
create barnchtootsuite/mastodon
branch : dependabot/bundler/tzinfo-data-1.2021.1
created branch time in 14 minutes
PR opened tootsuite/mastodon
Bumps tzinfo-data from 1.2020.6 to 1.2021.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tzinfo/tzinfo-data/releases">tzinfo-data's releases</a>.</em></p> <blockquote> <h2>v1.2021.1</h2> <p>Based on version 2021a of the IANA Time Zone Database (<a href="https://mm.icann.org/pipermail/tz-announce/2021-January/000065.html">https://mm.icann.org/pipermail/tz-announce/2021-January/000065.html</a>).</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tzinfo/tzinfo-data/commit/ce4208529d54a256e82efa80a906c277f6e65eb8"><code>ce42085</code></a> Update to tzdata version 2021a.</li> <li><a href="https://github.com/tzinfo/tzinfo-data/commit/60209ba82e89c8be96a9e834ce46b480a2b38955"><code>60209ba</code></a> Rebuild modules for 2021 (adding an additional year of future data).</li> <li><a href="https://github.com/tzinfo/tzinfo-data/commit/a18869ee2b22564e3d3ba17c36e97ac15e4d7259"><code>a18869e</code></a> Update copyright years.</li> <li>See full diff in <a href="https://github.com/tzinfo/tzinfo-data/compare/v1.2020.6...v1.2021.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 14 minutes
create barnchtootsuite/mastodon
branch : dependabot/bundler/thor-1.1.0
created branch time in 14 minutes
PR opened tootsuite/mastodon
Bumps thor from 1.0.1 to 1.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/erikhuda/thor/blob/master/CHANGELOG.md">thor's changelog</a>.</em></p> <blockquote> <h1>1.1.0</h1> <ul> <li>Don't use ANSI colors when terminal is dumb.</li> <li>Ensure default option/argument is not erroneously aliased.</li> <li>Fixes a bug in the calculation of the print_wrapped method.</li> <li>Obey <code>:mute</code> and <code>options[:quiet]</code> in <code>Shell#say</code>.</li> <li>Support Ruby 3.0.</li> <li>Add force option to the <code>gsub_file</code> action.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/erikhuda/thor/commit/b60e9eba629f2b0be4da9f2ab6208798f3945692"><code>b60e9eb</code></a> Prepare for 1.1.0</li> <li><a href="https://github.com/erikhuda/thor/commit/31168c116e3bce19cb102479bb78679d8a1aae7a"><code>31168c1</code></a> Remove did_you_mean as a dependency of the project</li> <li><a href="https://github.com/erikhuda/thor/commit/4ae9df024abc70fb2eb5ef9b4503bbc98ea50035"><code>4ae9df0</code></a> Setup GitHub actions</li> <li><a href="https://github.com/erikhuda/thor/commit/b698451729cd3d7d8a6eeaac30cf117229bab9d1"><code>b698451</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/erikhuda/thor/issues/745">#745</a> from AMHOL/feature/add-force-option-to-gsub_file-action</li> <li><a href="https://github.com/erikhuda/thor/commit/e94bfe901791e3494f0501ebd8666c1fd704ea8d"><code>e94bfe9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/erikhuda/thor/issues/746">#746</a> from deivid-rodriguez/replace_set_usage_with_arrays</li> <li><a href="https://github.com/erikhuda/thor/commit/34e71db0f07fdae65abf44a0677f3ad70b851a4b"><code>34e71db</code></a> Replace <code>set</code> usages with arrays</li> <li><a href="https://github.com/erikhuda/thor/commit/3fcdeb4fe73be0355989022126d493e30a79be24"><code>3fcdeb4</code></a> Add force option to the gsub_file action</li> <li><a href="https://github.com/erikhuda/thor/commit/80c6d19ca06ce201ff7a467878b7741e171834f7"><code>80c6d19</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/erikhuda/thor/issues/743">#743</a> from FloHeinle/master</li> <li><a href="https://github.com/erikhuda/thor/commit/df6663e9070fe254a308642db4f3efdc474d6ca9"><code>df6663e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/erikhuda/thor/issues/729">#729</a> from jonathanhefner/say-obey-quiet</li> <li><a href="https://github.com/erikhuda/thor/commit/4ce38c5478a5a13f2214ca833eafc167615b4e6a"><code>4ce38c5</code></a> Use URI.open: Needed for Ruby 3</li> <li>Additional commits viewable in <a href="https://github.com/erikhuda/thor/compare/v1.0.1...v1.1.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 14 minutes
create barnchtootsuite/mastodon
branch : dependabot/bundler/sidekiq-6.1.3
created branch time in 15 minutes
PR opened tootsuite/mastodon
Bumps sidekiq from 6.1.2 to 6.1.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mperham/sidekiq/blob/master/Changes.md">sidekiq's changelog</a>.</em></p> <blockquote> <h2>6.1.3</h2> <ul> <li>Warn if Redis is configured to evict data under memory pressure <a href="https://github-redirect.dependabot.com/mperham/sidekiq/issues/4752">#4752</a></li> <li>Add process RSS on the Busy page <a href="https://github-redirect.dependabot.com/mperham/sidekiq/issues/4717">#4717</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mperham/sidekiq/commit/49b5d3351f95b21d8b6cf25e18bf94cd7dd8622a"><code>49b5d33</code></a> bump, release</li> <li><a href="https://github.com/mperham/sidekiq/commit/fdc053185106d968d4771bf04c957146c0db4de1"><code>fdc0531</code></a> changes</li> <li><a href="https://github.com/mperham/sidekiq/commit/84b04e26bf05016550bafea7111248dd1af15e6b"><code>84b04e2</code></a> Ruby 3 compat</li> <li><a href="https://github.com/mperham/sidekiq/commit/c8c5beee1ef00c978f80a703acafe5cb714f8d0f"><code>c8c5bee</code></a> change</li> <li><a href="https://github.com/mperham/sidekiq/commit/d4fca4683c072a530f58aee641b5e562ed884649"><code>d4fca46</code></a> Fix logger with from deleting existing context (<a href="https://github-redirect.dependabot.com/mperham/sidekiq/issues/4770">#4770</a>)</li> <li><a href="https://github.com/mperham/sidekiq/commit/66a815524801b5f58c62930c9e22bf8582dc5b43"><code>66a8155</code></a> change</li> <li><a href="https://github.com/mperham/sidekiq/commit/9998a59b6da6eaf8fb316f8d34c0af7eb21f4dbb"><code>9998a59</code></a> Bump standard, code format updates</li> <li><a href="https://github.com/mperham/sidekiq/commit/4a43f598fb7b20cf998878dffaecbadb11bfbc1c"><code>4a43f59</code></a> Warn louder</li> <li><a href="https://github.com/mperham/sidekiq/commit/c4c01f88942a1ad23cc58e26b5c64f39d58f046c"><code>c4c01f8</code></a> Warn on boot if maxmemory policy is not 'noeviction' (<a href="https://github-redirect.dependabot.com/mperham/sidekiq/issues/4752">#4752</a>)</li> <li><a href="https://github.com/mperham/sidekiq/commit/622adfe6c68eafc35cf0533bdb3e70f26a681cfb"><code>622adfe</code></a> 4749</li> <li>Additional commits viewable in <a href="https://github.com/mperham/sidekiq/compare/v6.1.2...v6.1.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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will 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 15 minutes
issue commenttesseract-ocr/tesseract
Tesseract 4.0 hangs when processing a particular image
@saikalyan9981 Works fine with current code from repo. Time taken is different based on the traineddata file being used.
(base) ubuntu@tesseract-ocr-1:~/TEST$ time tesseract 2288.png output --tessdata-dir ~/tessdata_best
Tesseract Open Source OCR Engine v5.0.0-alpha-20201231-172-gf3cf with Leptonica
real 0m33.252s
user 1m47.232s
sys 0m0.826s
(base) ubuntu@tesseract-ocr-1:~/TEST$ time tesseract 2288.png output --tessdata-dir ~/tessdata_fast
Tesseract Open Source OCR Engine v5.0.0-alpha-20201231-172-gf3cf with Leptonica
real 0m12.468s
user 0m30.834s
sys 0m0.593s
(base) ubuntu@tesseract-ocr-1:~/TEST$ time tesseract 2288.png output --tessdata-dir ~/tessdata
Tesseract Open Source OCR Engine v5.0.0-alpha-20201231-172-gf3cf with Leptonica
real 0m18.681s
user 0m53.303s
sys 0m0.714s
(base) ubuntu@tesseract-ocr-1:~/TEST$ time tesseract 2288.png output --tessdata-dir ~/tessdata --oem 0
Tesseract Open Source OCR Engine v5.0.0-alpha-20201231-172-gf3cf with Leptonica
real 0m19.286s
user 0m54.827s
sys 0m0.696s
(base) ubuntu@tesseract-ocr-1:~/TEST$ time tesseract 2288.png output --tessdata-dir ~/tessdata --oem 1
Tesseract Open Source OCR Engine v5.0.0-alpha-20201231-172-gf3cf with Leptonica
real 0m18.088s
user 0m51.650s
sys 0m0.760s
(base) ubuntu@tesseract-ocr-1:~/TEST$ time tesseract 2288.png output --tessdata-dir ~/tessdata --oem 2
Tesseract Open Source OCR Engine v5.0.0-alpha-20201231-172-gf3cf with Leptonica
real 0m19.176s
user 0m54.583s
sys 0m0.744s
(base) ubuntu@tesseract-ocr-1:~/TEST$ time tesseract 2288.png output --tessdata-dir ~/tessdata --oem 3
Tesseract Open Source OCR Engine v5.0.0-alpha-20201231-172-gf3cf with Leptonica
real 0m19.216s
user 0m54.951s
sys 0m0.682s
comment created time in 15 minutes
push eventrdiankov/openrave
commit sha 6f058f1e343b796ab9187e9b4fec4269c4044be1
add comments
push time in 15 minutes
push eventrdiankov/openrave
commit sha 621428ee0719ffee78920ce289543adeed9ec09c
add comments
push time in 21 minutes
push eventrdiankov/openrave
commit sha bce0189e725874be0bd0a5926736972f4321ff68
bind KinBody::Link::SetTransformWithoutUpdateStampId to ForwardKinematicsStruct::pSetSingleLinkTransformFn
push time in 25 minutes
startednalzok/wechat-decipher-macos
started time in 40 minutes
PR opened ethereum/go-ethereum
Fix for https://github.com/huin/goupnp/issues/33 : do not use loopbacK IP addresses
pr created time in an hour
pull request commenttesseract-ocr/tesseract
Fix Memory leak in ligature_table_test
You are right, @stweil. I should have phrased it as 'suppresses Memory leak in ligature_table_test'
comment created time in an hour
issue openedethereum/go-ethereum
mining address get changed everytime i have set in ETH private blockchain
I have a private ethereum node running on aws instance, the time when started the node i set the etherbase/coinbase address to the first account of the node. As i started the node i find that first account is getting the rewards of mining and everything was as expected, but after few hours the miner/etherbase address automatically get changed, as a result of which funds from first account get transferred to miner address as a mining reward. And i unlocked the first account to send the transaction over the node and as all the funds get transferred to newly assigned miner address, all my transactions become pending due to insufficient funds in sender account. Any help will be appreciated. Thanks in advance.
Here are the few details of geth client and command i used :
GO ETHEREUM CLIENT DETAILS : Geth Version: 1.9.12-stable Git Commit: b6f1c8dcc058a936955eb8e5766e2962218924bc Architecture: amd64 Protocol Versions: [65 64 63] Go Version: go1.13.8 Operating System: linux GOPATH= GOROOT=/build/ethereum-YoJS3q/.go
GETH COMMAND : /usr/bin/geth --datadir node01 --networkid 10 --allow-insecure-unlock --targetgaslimit 9000000000000 --nousb --etherbase '0x669980d2EF6b14e15e4e1D32E70F2ccC83EC98c9' --rpc --rpcaddr "0.0.0.0" --rpcapi admin,db,eth,debug,miner,net,shh,txpool,personal,web3 --rpccorsdomain '*'
GENESIS.JSON : { "alloc": { "0x669980d2EF6b14e15e4e1D32E70F2ccC83EC98c9": { "balance": "10000000000000000000000000000000000000" }, "0x61722d9D8F75E97A2F8B4C63Be1C8820D944C940":{ "balance": "1000000000000000000000000000000000000" } }, "coinbase": "0x669980d2EF6b14e15e4e1D32E70F2ccC83EC98c9", "config": { "homesteadBlock": 0, "byzantiumBlock": 0, "constantinopleBlock": 0, "chainId": 10, "eip150Block": 0, "eip155Block": 0, "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", "eip158Block": 0, "maxCodeSize": 35, "maxCodeSizeChangeBlock" : 0, "isQuorum": true }, "difficulty": "0x0", "extraData": "0x0000000000000000000000000000000000000000000000000000000000000000", "gasLimit": "0xE0000000", "mixhash": "0x00000000000000000000000000000000000000647572616c65787365646c6578", "nonce": "0x0", "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "timestamp": "0x00" }
created time in an hour