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: scanapi/scanapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: scanapi/scanapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.1
Choose a head ref
  • 17 commits
  • 35 files changed
  • 9 contributors

Commits on Aug 16, 2021

  1. Add a --browse option in CLI (#496)

    Closes #465
    renato04 authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c03cbba View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    92d0b9e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. chore: upgrade types-PyYAML from ^5.4.3 to ^5.4.6 (#500)

    Version 5.4.6 contains a fix for wrong type annotations. The fix
    and additional type annotations were added in this PR:
    python/typeshed#5828
    Stannislav authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f304230 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. fix: --browser option (#504)

    * Fix the --browser option
    
    The problem was that webbrowser.open expects a URI and doesn't
    work with relative local paths.
    
    Solution: use pathlib to convert reporter.output_path to a URI
    using pathlib.Path(reporter.output_path).resolve().as_uri().
    
    * Add a changelog entry
    Stannislav authored and camilamaia committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e84c677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fadb7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fc93f6 View commit details
    Browse the repository at this point in the history
  4. ci: run lint on push (#520)

    Co-authored-by: Jelena Dokic <jelena.dokic@symphony.is>
    2 people authored and camilamaia committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    dd0aa7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1928cf8 View commit details
    Browse the repository at this point in the history
  6. docs: adds missing docstrings to string_evaluator.py (#523)

    * docs: adds missing docstrings in the StringEvaluator class
    
    * fix: breaks variable pattern regex into multiple lines
    leonardomaier authored and camilamaia committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    f8fb41f View commit details
    Browse the repository at this point in the history
  7. fix: typo in code_evaluator.py (#526)

    * docs: fix typo in code_evaluator.py
    
    * fix: breaks python code regex into multiple lines
    leonardomaier authored and camilamaia committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b4bf619 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. fix: deepsource issues (#531)

    * fix: removes empty file
    * fix: remove unnecessary pass
    * fix: remove general exception
    * fix: wrong import
    astenstrasser authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    922afe0 View commit details
    Browse the repository at this point in the history
  2. fix: deepsource issues (#532)

    * fix: inconsistent return statements
    
    * fix: line too long
    astenstrasser authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    e9fa4cf View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. fix: upgrade poetry/publish on test pypi github action (#533)

    * fix: upgrade poetry/publish on test pypi github action
    
    * fix: upgrade petry on github action
    astenstrasser authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    b2b6be3 View commit details
    Browse the repository at this point in the history
  2. feat: Adr2/update report html UI (#506)

    * update report summary test location
    
    update report classes following BEMCSS pattern
    close unclosed html tags
    
    * feat: add new UI details to report HTML
    
    UI details include:
    1. add Gotham Font Family;
    2. Variables CSS with colors;
    2.1. Update red color to use: #f14668;
    2.2. Update green color to use: #48c78e;
    3. Add visual wrapper;
    4. New endpoint status UI;
    
    * fix: revert font change
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    Co-authored-by: Alexandra Monteiro Stenstrasser <astenstrasser@gmail.com>
    GitVitor and astenstrasser committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    2a2bf89 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    4c05f1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    264bf6a View commit details
    Browse the repository at this point in the history
  3. Release v2.6.1 (#536)

    astenstrasser authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    da44edc View commit details
    Browse the repository at this point in the history
Loading