You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/10/11 09:46:34 UTC

[GitHub] [iotdb] dependabot[bot] opened a new pull request #4115: Bump progressbar from 0.7.3 to 0.9.2

dependabot[bot] opened a new pull request #4115:
URL: https://github.com/apache/iotdb/pull/4115


   Bumps [progressbar](https://github.com/ctongfei/progressbar) from 0.7.3 to 0.9.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/ctongfei/progressbar/releases">progressbar's releases</a>.</em></p>
   <blockquote>
   <h2>0.9.2</h2>
   <ul>
   <li>New functionalities:
   <ul>
   <li>Support for wrapping around <code>java.io.Reader</code>s.</li>
   </ul>
   </li>
   <li>Bugfixes:
   <ul>
   <li>Fixed potential <code>StringIndexOutOfBoundsException</code> and improved performance in <code>trimDisplayLength</code> (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/104">#104</a>). Thanks <a href="https://github.com/heroesleo65"><code>@​heroesleo65</code></a> !</li>
   <li>Fixed the bug that incorrectly calculates string display length while displaying that results in last <code>)</code> truncated (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/105">#105</a>).</li>
   </ul>
   </li>
   <li>Improvements:
   <ul>
   <li>Size now known when wrapping an array (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/101">#101</a>). Thanks <a href="https://github.com/seanf"><code>@​seanf</code></a> !</li>
   <li>Better estimation of initial max for spliterators (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/102">#102</a>).</li>
   </ul>
   </li>
   <li>Misc:
   <ul>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   </ul>
   <h2>0.9.1</h2>
   <ul>
   <li>Improvements:
   <ul>
   <li>Correct rendering of East Asian full-width characters as defined in <a href="http://www.unicode.org/reports/tr11/">Unicode TR11</a> (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/75">#75</a>). Thanks <a href="https://github.com/ImSejin"><code>@​ImSejin</code></a> and <a href="https://github.com/fangyuzhong2016"><code>@​fangyuzhong2016</code></a> !</li>
   <li>Only renders the progress bar when progress is made (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/91">#91</a>). This improves the performance of progress bars. Thanks <a href="https://github.com/elanzini"><code>@​elanzini</code></a> !</li>
   <li>Added <code>setMaxRenderedLength</code> method to builders (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/71">#71</a>). Thanks <a href="https://github.com/koppor"><code>@​koppor</code></a> !</li>
   </ul>
   </li>
   <li>Misc:
   <ul>
   <li>Updates JUnit 4 to JUnit 5 (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/93">#93</a>). Thanks <a href="https://github.com/michaelsiepmann"><code>@​michaelsiepmann</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   </ul>
   <h2>0.9.0</h2>
   <ul>
   <li>New functionalities:
   <ul>
   <li>Supports the parallel display of multiple progress bars (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/69">#69</a>), fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/11">#11</a>. Thanks <a href="https://github.com/vehovsky"><code>@​vehovsky</code></a> !</li>
   <li>Supports pausing and resuming progress bars (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/56">#56</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/63">#63</a>), fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/17">#17</a>. Thanks <a href="https://github.com/mesat"><code>@​mesat</code></a> !</li>
   <li>Supports direct wrapping around arrays (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/62">#62</a>).</li>
   <li>Supports customized max length for progress bars (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/71">#71</a>). Thanks <a href="https://github.com/koppor"><code>@​koppor</code></a> and <a href="https://github.com/cloudnotify"><code>@​cloudnotify</code></a> !</li>
   </ul>
   </li>
   <li>Bugfixes:
   <ul>
   <li>Fixes the bug of dividing-by-zero when extra message is too long on indefinite progress bars (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/85">#85</a>), fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/84">#84</a>. Thanks <a href="https://github.com/AndreiNekrasOn"><code>@​AndreiNekrasOn</code></a> and <a href="https://github.com/rharder"><code>@​rharder</code></a> !</li>
   </ul>
   </li>
   <li>Misc:
   <ul>
   <li>Removed redundant <code>jline-terminal-jansi</code> dependency (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/77">#77</a>). Thanks <a href="https://github.com/zbateson"><code>@​zbateson</code></a> !</li>
   <li>Added references to Kotlin extensions (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/72">#72</a>). Thanks <a href="https://github.com/heinrichreimer"><code>@​heinrichreimer</code></a> !</li>
   <li>Changed the permission level of some methods in <code>DefaultProgressBarRenderer</code> to &quot;protected&quot; to make it more extensible (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/81">#81</a>). Thanks <a href="https://github.com/ksvladimir"><code>@​ksvladimir</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   </ul>
   <h2>0.8.1</h2>
   <ul>
   <li>Bugfixes:
   <ul>
   <li>Fixed the bug of possible negative suffix length (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/58">#58</a>). Thanks <a href="https://github.com/kristofarkas"><code>@​kristofarkas</code></a> !</li>
   <li>Fixed the issue of stepping by -1 when wrapped input stream is depleted (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/60">#60</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/61">#61</a>). Thanks <a href="https://github.com/mordechaim"><code>@​mordechaim</code></a> !</li>
   <li>Default value for initial max in progress bar builders should be -1, not 0 (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/60">#60</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/61">#61</a>). Thanks <a href="https://github.com/mordechaim"><code>@​mordechaim</code></a> !</li>
   </ul>
   </li>
   <li>Dependency version bump.</li>
   </ul>
   <h2>0.8.0</h2>
   <ul>
   <li>Supports loggers (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/54">#54</a>) by factoring out progress bar consumers and renderers. This allows progress bars to be used with logging libraries such as SLF4J, hence fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/12">#12</a> and <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/18">#18</a>. Thanks <a href="https://github.com/alexpeelman"><code>@​alexpeelman</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   <h2>0.7.4</h2>
   <ul>
   <li>Fixed the bug of slow exit with fast jobs (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/50">#50</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/51">#51</a>). Thanks <a href="https://github.com/meawoppl"><code>@​meawoppl</code></a> <a href="https://github.com/denisrosset"><code>@​denisrosset</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/ctongfei/progressbar/blob/main/CHANGELOG.md">progressbar's changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <ul>
   <li>
   <p><code>0.9.2</code>:</p>
   <ul>
   <li>New functionalities:
   <ul>
   <li>Supports for wrapping around <code>java.io.Reader</code>s.</li>
   </ul>
   </li>
   <li>Bugfixes:
   <ul>
   <li>Fixed potential <code>StringIndexOutOfBoundsException</code> and improved performance in <code>trimDisplayLength</code> (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/104">#104</a>). Thanks <a href="https://github.com/heroesleo65"><code>@​heroesleo65</code></a> !</li>
   <li>Fixed the bug that incorrectly calculates string display length while displaying that results in last <code>)</code> truncated (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/105">#105</a>).</li>
   </ul>
   </li>
   <li>Improvements:
   <ul>
   <li>Size now known when wrapping an array (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/101">#101</a>). Thanks <a href="https://github.com/seanf"><code>@​seanf</code></a> !</li>
   <li>Better estimation of initial max for spliterators (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/102">#102</a>).</li>
   </ul>
   </li>
   <li>Misc:
   <ul>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>
   <p><code>0.9.1</code>:</p>
   <ul>
   <li>Improvements:
   <ul>
   <li>Correct rendering of East Asian full-width characters as defined in <a href="http://www.unicode.org/reports/tr11/">Unicode TR11</a> (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/75">#75</a>). Thanks <a href="https://github.com/ImSejin"><code>@​ImSejin</code></a> and <a href="https://github.com/fangyuzhong2016"><code>@​fangyuzhong2016</code></a> !</li>
   <li>Only renders the progress bar when progress is made (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/91">#91</a>). This improves the performance of progress bars. Thanks <a href="https://github.com/elanzini"><code>@​elanzini</code></a> !</li>
   <li>Added <code>setMaxRenderedLength</code> method to builders (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/71">#71</a>). Thanks <a href="https://github.com/koppor"><code>@​koppor</code></a> !</li>
   </ul>
   </li>
   <li>Misc:
   <ul>
   <li>Updates JUnit 4 to JUnit 5 (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/93">#93</a>). Thanks <a href="https://github.com/michaelsiepmann"><code>@​michaelsiepmann</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>
   <p><code>0.9.0</code>:</p>
   <ul>
   <li>New functionalities:
   <ul>
   <li>Supports the parallel display of multiple progress bars (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/69">#69</a>), fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/11">#11</a>. Thanks <a href="https://github.com/vehovsky"><code>@​vehovsky</code></a> !</li>
   <li>Supports pausing and resuming progress bars (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/56">#56</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/63">#63</a>), fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/17">#17</a>. Thanks <a href="https://github.com/mesat"><code>@​mesat</code></a> !</li>
   <li>Supports direct wrapping around arrays (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/62">#62</a>).</li>
   <li>Supports customized max length for progress bars (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/71">#71</a>). Thanks <a href="https://github.com/koppor"><code>@​koppor</code></a> and <a href="https://github.com/cloudnotify"><code>@​cloudnotify</code></a> !</li>
   </ul>
   </li>
   <li>Bugfixes:
   <ul>
   <li>Fixes the bug of dividing-by-zero when extra message is too long on indefinite progress bars (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/85">#85</a>), fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/84">#84</a>. Thanks <a href="https://github.com/AndreiNekrasOn"><code>@​AndreiNekrasOn</code></a> and <a href="https://github.com/rharder"><code>@​rharder</code></a> !</li>
   </ul>
   </li>
   <li>Misc:
   <ul>
   <li>Removed redundant <code>jline-terminal-jansi</code> dependency (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/77">#77</a>). Thanks <a href="https://github.com/zbateson"><code>@​zbateson</code></a> !</li>
   <li>Added references to Kotlin extensions (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/72">#72</a>). Thanks <a href="https://github.com/heinrichreimer"><code>@​heinrichreimer</code></a> !</li>
   <li>Changed the permission level of some methods in <code>DefaultProgressBarRenderer</code> to &quot;protected&quot; to make it more extensible (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/81">#81</a>). Thanks <a href="https://github.com/ksvladimir"><code>@​ksvladimir</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>
   <p><code>0.8.1</code>:</p>
   <ul>
   <li>Bugfixes:
   <ul>
   <li>Fixed the bug of possible negative suffix length (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/58">#58</a>). Thanks <a href="https://github.com/kristofarkas"><code>@​kristofarkas</code></a> !</li>
   <li>Fixed the issue of stepping by -1 when wrapped input stream is depleted (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/60">#60</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/61">#61</a>). Thanks <a href="https://github.com/mordechaim"><code>@​mordechaim</code></a> !</li>
   <li>Default value for initial max in progress bar builders should be -1, not 0 (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/60">#60</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/61">#61</a>). Thanks <a href="https://github.com/mordechaim"><code>@​mordechaim</code></a> !</li>
   </ul>
   </li>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   <li>
   <p><code>0.8.0</code>:</p>
   <ul>
   <li>Supports loggers (PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/54">#54</a>) by factoring out progress bar consumers and renderers. This allows progress bars to be used with logging libraries such as SLF4J, hence fixing <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/12">#12</a> and <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/18">#18</a>. Thanks <a href="https://github.com/alexpeelman"><code>@​alexpeelman</code></a> !</li>
   <li>Dependency version bump.</li>
   </ul>
   </li>
   <li>
   <p><code>0.7.4</code>:</p>
   <ul>
   <li>Fixes the bug of slow exit with fast jobs (<a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/50">#50</a>, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/51">#51</a>). Thanks <a href="https://github.com/meawoppl"><code>@​meawoppl</code></a> <a href="https://github.com/denisrosset"><code>@​denisrosset</code></a> !</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/ctongfei/progressbar/commit/3e62cb3ba206f089112345f025101b95db053da6"><code>3e62cb3</code></a> version bump</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/4f86bc3b7d71071fac7a03dd05d7d00a092779cf"><code>4f86bc3</code></a> fix <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/105">#105</a></li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/eec16640eec9a094baed00f63514ef41f94fa7c0"><code>eec1664</code></a> 0.9.2</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/a3eefed55ec83ec57bf01230e7bbcb5fe69781e9"><code>a3eefed</code></a> Optimizing StringDisplayUtils.trimDisplayLength</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/3a445d4d0babbe1a6916647f3f83566f9d72d993"><code>3a445d4</code></a> log changes</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/a7a38c5b73853857d98759b3ce2c2ed76b566c60"><code>a7a38c5</code></a> estimatedSize (fix <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/102">#102</a>), add Reader wrapping</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/1fc24c9e2b4d555fc017328e486f8675a1241a2a"><code>1fc24c9</code></a> add credit to seanf, PR <a href="https://github-redirect.dependabot.com/ctongfei/progressbar/issues/101">#101</a></li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/5696195ac0f557822bac3db781ed215b4410331d"><code>5696195</code></a> Pass size when wrapping array with ProgressBarBuilder</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/7bae3335c012fc83b21a0d4f0391b80ac97ee8a1"><code>7bae333</code></a> 0.9.1 release</li>
   <li><a href="https://github.com/ctongfei/progressbar/commit/211ed6c54edca5476fb2bedcc5c757442a85ed09"><code>211ed6c</code></a> remove redundant implementation of wcwidth since it is in jline3</li>
   <li>Additional commits viewable in <a href="https://github.com/ctongfei/progressbar/compare/0.7.3...0.9.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=me.tongfei:progressbar&package-manager=maven&previous-version=0.7.3&new-version=0.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

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



[GitHub] [iotdb] coveralls commented on pull request #4115: Bump progressbar from 0.7.3 to 0.9.2

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #4115:
URL: https://github.com/apache/iotdb/pull/4115#issuecomment-939908906


   
   [![Coverage Status](https://coveralls.io/builds/43407300/badge)](https://coveralls.io/builds/43407300)
   
   Coverage decreased (-0.02%) to 67.739% when pulling **c08f042fe04bcbff4f77491445f488565877aca0 on dependabot/maven/master/me.tongfei-progressbar-0.9.2** into **edbb3612ae4b1615547929177048944400e48b9b on master**.
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

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



[GitHub] [iotdb] HTHou merged pull request #4115: Bump progressbar from 0.7.3 to 0.9.2

Posted by GitBox <gi...@apache.org>.
HTHou merged pull request #4115:
URL: https://github.com/apache/iotdb/pull/4115


   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

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