8000 Comparing v3.0...master · flask-api/flask-api · GitHub
[go: up one dir, main page]

Skip to content
Per 10000 malink

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: flask-api/flask-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0
Choose a base ref
...
head repository: flask-api/flask-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 30 files changed
  • 6 contributors

Commits on Sep 1, 2021

  1. clean python 2 compat codes

    auvipy authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    00f3542 View commit details
    Browse the repository at this point in the history
  2. drop python 2 crafts

    auvipy authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    94f7a19 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #137 from flask-api/auvipy-patch-1

    drop  python 2 crafts
    jacebrowning authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    79f0694 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #136 from flask-api/py2cln

    clean python 2 compat codes
    jacebrowning authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    8247d46 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. docs: Fix a few typos

    There are small typos in:
    - flask_api/request.py
    - flask_api/tests/__init__.py
    
    Fixes:
    - Should read `specifying` rather than `specifing`.
    - Should read `renderers` rather than `rendereres`.
    
    Signed-off-by: Tim Gates <tim.gates@iress.com>
    timgates42 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    ba2ddd2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from timgates42/bugfix_typos

    docs: Fix a few typos
    jacebrowning authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    921f856 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. python 3 updates, black/isort tidyups

    Went through updating for python 3 (no inheriting from object), sorting import orders and tidying up with black standards.
    marksmayo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    85326df View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Merge pull request #142 from marksmayo/develop

    python 3 updates, black/isort tidyups
    jacebrowning authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    28cc484 View commit details
    Browse the repository at this point in the history
  2. Bump mkdocs from 0.17.5 to 1.2.3

    Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 0.17.5 to 1.2.3.
    - [Release notes](https://github.com/mkdocs/mkdocs/releases)
    - [Commits](mkdocs/mkdocs@0.17.5...1.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and auvipy committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e148e8e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    21ca0e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdba680 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Bump werkzeug from 2.2.2 to 2.2.3

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@2.2.2...2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and auvipy committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b1d3ccf View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Bump flask from 2.0.1 to 2.3.2

    Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.3.2.
    - [Release notes](https://github.com/pallets/flask/releases)
    - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
    - [Commits](pallets/flask@2.0.1...2.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: flask
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and auvipy committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a2b47e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Bump cryptography from 40.0.2 to 41.0.0

    Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.0.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@40.0.2...41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    5c76982 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Update for compatibility with flask v2.3.2

    In version 2.3.0 of flask, the JSONEncoder class was removed and the
    app.json_encoder attribute was removed. The result that a run of
    the tests using flask==2.3.0 would fail. This change updates the
    use of flask's json mechanisms to be in line with the new standard,
    and similarly updates the tests to utilize those mechanisms correctly.
    dsakagi authored and auvipy committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    92eda1d View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    dsakagi authored and auvipy committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    a0ba6b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #154 from flask-api/dependabot/pip/cryptography-41…

    ….0.0
    
    Bump cryptography from 40.0.2 to 41.0.0
    jacebrowning authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    ae0b4bc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Bump version to 3.1

    jacebrowning committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    442027e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #155 from flask-api/release/v3.1

    Release v3.1
    jacebrowning authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    a62fef6 View commit details
    Browse the repository at this point in the history
Loading
0