home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 992698539

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
992698539 PR_kwDOAMm_X847K2Cr 6770 closed 0 Bump EnricoMi/publish-unit-test-result-action from 1 to 2 49699333 Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/EnricoMi/publish-unit-test-result-action/releases">EnricoMi/publish-unit-test-result-action's releases</a>.</em></p> <blockquote> <h2>v2.0.0-beta.2</h2> <p>Adds the following features:</p> <ul> <li>Support large CDATA in JUnit XML files with ignore_runs</li> <li>Improved logging of parse errors and tracebacks (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/322">#322</a>, <a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/324">#324</a>)</li> <li>Fix state leakage with ignore_runs (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/323">#323</a>)</li> </ul> <h2>v2.0.0-beta</h2> <p>Adds the following features:</p> <ul> <li>Minor improvements on warnings and logging.</li> </ul> <h2>v2.0.0-alpha</h2> <p>Adds the following features:</p> <ul> <li>Add support for TRX files (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/287">#287</a>)</li> <li>Add support for NUnit and XUnit XML files (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/288">#288</a> and <a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/289">#289</a>)</li> <li>Move to lxml parsing library (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/286">#286</a>)</li> <li>Upgrade junitparser to 2.7.0</li> </ul> <p>This release contains the following <strong>breaking changes</strong>:</p> <ul> <li>Default value for option <code>check_name</code> changed from <code>&quot;Unit Test Results&quot;</code> to <code>&quot;Test Results&quot;</code>. If <code>check_name</code> is set in your config, this change is not of your concern. Add <code>check_name: &quot;Unit Test Results&quot;</code> to your config, if you want to keep the old name. Otherwise expect comments and checks with old and new name for open pull requests when moving to version 2.</li> <li>Default value for option <code>comment_title</code> changed from <code>&quot;Unit Test Results&quot;</code> to <code>&quot;Test Results&quot;</code>. If either <code>check_name</code> or <code>comment_title</code> is set in your config, this change is not of your concern.</li> <li>Modes <code>create new</code> and <code>update last</code> removed for option <code>comment_mode</code>. Remove option <code>comment_mode</code> if used with either of these modes.</li> <li>Option <code>hiding_comments</code> removed. Please remove this option from your config.</li> <li>Option <code>comment_on_pr</code> removed. Please remove this option from your config.</li> </ul> <p>This release deprecates the following features:</p> <ul> <li>Option <code>files</code> is deprecated, use <code>junit_files</code> instead (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/285">#285</a>)</li> </ul> <p>See <a href="https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2.0.0-alpha#what-is-new-in-version-2">README.md</a> for further details on moving to version 2.</p> <h2>v1.39</h2> <p>Adds the following features:</p> <ul> <li>Add check-run HTML URL to JSON output (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/310">#310</a>)</li> <li>Add thousands separator to progress log</li> </ul> <h2>v1.38</h2> <p>Adds the following features:</p> <ul> <li>Allow to only comment on changes, failures, errors, ... (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/248">#248</a>)</li> <li>Add new <code>comment_mode</code>s and deprecate <code>create new</code> and <code>update last</code></li> <li>Log file sizes, free memory, and progress reading files (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/305">#305</a>)</li> </ul> <h2>v1.37</h2> <p>Adds the following features:</p> <ul> <li>Re-arrange layout of PR comments without runs (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/280">#280</a>)</li> <li>Add formatted numbers to JSON (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/298">#298</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/00dc83be2fe226471b499944d6f220a178421ab7"><code>00dc83b</code></a> Releasing v2.0.0-beta.2</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/db33277293987efe3e436d48a673fec6baae7b49"><code>db33277</code></a> Log traceback and related exceptions (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/324">#324</a>)</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/a0006c87a69838b745d5c2dee4aa71fef1252807"><code>a0006c8</code></a> Remove static state from DropTestCaseBuilder (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/323">#323</a>)</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/dd6c641112066531480f4fd11a994786f2130b70"><code>dd6c641</code></a> Log the actual exception that caused a ParseError (<a href="https://github-redirect.dependabot.com/EnricoMi/publish-unit-test-result-action/issues/322">#322</a>)</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/58debd11316d7f8aa9074ffeac10963a9407ade1"><code>58debd1</code></a> Remove max-parallel from CI</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/9dc979d0f847ff1d88a7be54c874f9244a8950c1"><code>9dc979d</code></a> Support large CDATA in JUnit XML files with ignore_runs</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/7a453e7e81ac3190db44d6a0cf3ab2811b12cf11"><code>7a453e7</code></a> Releasing v2.0.0-beta</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/693d93809b1ee8725658166fe8d7163cc57e41e0"><code>693d938</code></a> Set log level correctly, so invalid values are reported</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/7167dcfd99a6ed65ab6a043ca912f2718c4b4ce8"><code>7167dcf</code></a> Merge branch 'master' into master-2.x</li> <li><a href="https://github.com/EnricoMi/publish-unit-test-result-action/commit/62b169599e1a75b37e8e25fa56d22abe39a5d503"><code>62b1695</code></a> Add files back to action.yml, mark as deprected</li> <li>Additional commits viewable in <a href="https://github.com/EnricoMi/publish-unit-test-result-action/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=EnricoMi/publish-unit-test-result-action&package-manager=github_actions&previous-version=1&new-version=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> 2022-07-11T06:05:29Z 2022-07-11T06:38:55Z 2022-07-11T06:38:55Z 2022-07-11T06:38:54Z 6771b667baf7a55f01fc1a2a9b7ceb10720dc1db     0 82a17ea1af88e5dba8f12bae4ff7c2994e7419da ae2c3a74f1c2ca7dc41bbf34862b239b7e3c5651 CONTRIBUTOR   13221727 https://github.com/pydata/xarray/pull/6770  

Links from other tables

  • 1 row from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 78.357ms