You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/11/10 07:00:46 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #866: Bump github.com/go-co-op/gocron from 0.1.1 to 0.3.3

dependabot[bot] opened a new pull request #866:
URL: https://github.com/apache/dubbo-go/pull/866


   Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 0.1.1 to 0.3.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p>
   <blockquote>
   <h2>Fix race conditions in job counter</h2>
   <h3>Fixed</h3>
   <p>Resolve race conditions that may arise with the job counter being incremented and referenced in different go routines <a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/74">#74</a></p>
   <h2>Bugfixes</h2>
   <h3>Added</h3>
   <ul>
   <li>Add a new Job method called 'LimitRunsTo' (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/67">#67</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>rewriting scheduler logic (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/54">#54</a>)</li>
   <li>regex for at time accepts time without leading zeros (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/56">#56</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Make sure Do() does not override the nextRun time when StartAt() is used (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/49">#49</a>)</li>
   <li>scheduler schedules jobs registration when already running (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/61">#61</a>)</li>
   </ul>
   <h3>Chores</h3>
   <ul>
   <li>Add godoc badge to README (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/51">#51</a>)</li>
   <li>removing legacy deterministic tests (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/62">#62</a>)</li>
   <li>Add examples from README to example_test.go (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/66">#66</a>)</li>
   <li>add go 1.15 to testing matrix and remove 1.13 (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/68">#68</a>)</li>
   </ul>
   <h2>Add Monthly option and update At() func</h2>
   <h3>Added</h3>
   <ul>
   <li>Add <code>Monthly()</code> frequency <a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/47">#47</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Changed the <code>At()</code> func to parse using <code>time.Parse</code> instead of <code>Atoi</code> <a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/48">#48</a></li>
   </ul>
   <h2>Fix bug in removeByCondition</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed a bug in the removeByCondition func trying to access elements outside the slice range <a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/46">#46</a> - thank you <a href="https://github.com/ridwanakf">@ridwanakf</a> for your contribution!</li>
   </ul>
   <h2>New public API to start schedulers &amp; functionality</h2>
   <h3>Added</h3>
   <ul>
   <li><a href="https://github.com/go-co-op/gocron/commit/8c7e3da6cc039f13733861a8e467dfc38caed052">Add Feature Delete Job By Tag</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li><a href="https://github.com/go-co-op/gocron/commit/6866e503962be264a99964e55aac462a4b6c1e25">New public API to start running scheduler</a>
   <ul>
   <li>StartAsync()</li>
   <li>StartBlocking()</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/go-co-op/gocron/commit/0969260d6b0aeb487aae6a686dd8db5c23c219e8"><code>0969260</code></a> add mutex to job (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/74">#74</a>)</li>
   <li><a href="https://github.com/go-co-op/gocron/commit/daf5304c0bcf20007f7a98596e56b6ad12d24c5f"><code>daf5304</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/67">#67</a> from arjunmahishi/feature/control-run-count</li>
   <li><a href="https://github.com/go-co-op/gocron/commit/3526e7c489fb750b0c306149dcac997b6f6af277"><code>3526e7c</code></a> add go 1.15 to testing matrix and remove 1.13 (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/68">#68</a>)</li>
   <li><a href="https://github.com/go-co-op/gocron/commit/6d62034e6a694844ba664e01360ec95ea44bebc8"><code>6d62034</code></a> Add a new Job method called 'LimitRunsTo' to control how many times a job sho...</li>
   <li><a href="https://github.com/go-co-op/gocron/commit/1621be0c588af383cd2b529c0f2a52274147cc75"><code>1621be0</code></a> Add examples from README to example_test.go (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/66">#66</a>)</li>
   <li><a href="https://github.com/go-co-op/gocron/commit/31e21f690085fb8170b4ec38d6cd2c79b8eaabf3"><code>31e21f6</code></a> fix: scheduler schedules jobs registration when already running (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/61">#61</a>)</li>
   <li><a href="https://github.com/go-co-op/gocron/commit/9f9dc08fbe352c4db74fc4fd680a709be47c6b0d"><code>9f9dc08</code></a> refact: removing legacy deterministic tests (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/62">#62</a>)</li>
   <li><a href="https://github.com/go-co-op/gocron/commit/04be48f61037ca7e035c0f17f4547c3b0ba93a0e"><code>04be48f</code></a> refact: rewriting scheduler logic (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/54">#54</a>)</li>
   <li><a href="https://github.com/go-co-op/gocron/commit/e40f9c8d8770f0ea4c33c16413a63b7d3cbb846c"><code>e40f9c8</code></a> regex for at time accepts time without leading zeros (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/56">#56</a>)</li>
   <li><a href="https://github.com/go-co-op/gocron/commit/25952fd63f85ccebffad02af43df88621a0982b8"><code>25952fd</code></a> Add godoc badge to README (<a href="https://github-redirect.dependabot.com/go-co-op/gocron/issues/51">#51</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/go-co-op/gocron/compare/v0.1.1...v0.3.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=0.1.1&new-version=0.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <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>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] dependabot[bot] closed pull request #866: Bump github.com/go-co-op/gocron from 0.1.1 to 0.3.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #866:
URL: https://github.com/apache/dubbo-go/pull/866


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] dependabot[bot] commented on pull request #866: Bump github.com/go-co-op/gocron from 0.1.1 to 0.3.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #866:
URL: https://github.com/apache/dubbo-go/pull/866#issuecomment-726444618


   OK, I won't notify you about github.com/go-co-op/gocron again, unless you re-open this PR or update it yourself. 😢


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] zouyx commented on pull request #866: Bump github.com/go-co-op/gocron from 0.1.1 to 0.3.3

Posted by GitBox <gi...@apache.org>.
zouyx commented on pull request #866:
URL: https://github.com/apache/dubbo-go/pull/866#issuecomment-726444602


   @dependabot ignore this dependency


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org