Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add option to use Enum names instead of values on the commandline #224

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Commits on Jan 21, 2021

  1. Add option to use Enum names

    Fixes: fastapi#151
    
    Added `names` parameter, in order to user Enum names instead of values. Also for IntEnum, names are used by default, even if names is False.
    sirex committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    afc9cf4 View commit details
    Browse the repository at this point in the history
  2. Fix black issues

    sirex committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    2e079f2 View commit details
    Browse the repository at this point in the history
  3. Fix isort issues

    sirex committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    b0f534e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    2a18e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5769c4a View commit details
    Browse the repository at this point in the history
  3. rename 004 to 005

    svlandeg committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f4a99b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce6ade View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d63dbd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 19, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    ad046fc View commit details
    Browse the repository at this point in the history
  2. fix issues

    svlandeg committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a77dddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfaf7b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d77ac5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c39a5ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b77a29f View commit details
    Browse the repository at this point in the history
  7. Fix default values

    svlandeg committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8312bb8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5648ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e24f446 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0644919 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    478d183 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eee3a4c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b5bd589 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e2053b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    221a865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b59934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5759360 View commit details
    Browse the repository at this point in the history
  4. add tests with Argument

    svlandeg committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    87ae5ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e13a083 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adb7c03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ad26c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ae6c9b View commit details
    Browse the repository at this point in the history
  9. fix hl_lines

    svlandeg committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bfae3ef View commit details
    Browse the repository at this point in the history