Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scientific-python/issue-from-pytest-log-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.6
Choose a base ref
...
head repository: scientific-python/issue-from-pytest-log-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.7
Choose a head ref
  • 11 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 10, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#16)

    updates:
    - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
    - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    5363b97 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#17)

    updates:
    - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    b0504f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#18)

    updates:
    - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    dec3fa6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#19)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    15d48b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#21)

    updates:
    - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
    - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
    - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d31d53e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#22)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d58fe1d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. improve the documentation of the action (#23)

    * add a comment on where to find real-world examples
    
    * upgrade the usage example to python 3.11
    
    * document the options a bit better
    
    * mention how to get the reportlog file and link to the repo
    
    * describe the process of the action
    
    * more detailed examples
    
    * use a closed issue as an example
    
    Co-authored-by: James Bourbeau <jrbourbeau@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: James Bourbeau <jrbourbeau@users.noreply.github.com>
    keewis and jrbourbeau authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7035600 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#24)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b0c8482 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#26)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    327614c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. retrieve the message from the reprcrash object (#28)

    As the traceback chain proves to be unreliable?
    keewis authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    06b2202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90c1fee View commit details
    Browse the repository at this point in the history
Loading