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

Remove enum prefixes #187

Merged
merged 47 commits into from
Oct 25, 2023
Merged

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    0d6ced5 View commit details
    Browse the repository at this point in the history
  2. Add a test for it

    Gobot1234 committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    7746b91 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

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

    Gobot1234 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    9da923d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. Update tests

    Gobot1234 authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    17e31f4 View commit details
    Browse the repository at this point in the history
  2. Fix bool

    Gobot1234 authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    a53d805 View commit details
    Browse the repository at this point in the history
  3. Fix failing tests

    Gobot1234 authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    b3b7c00 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Update docs

    Gobot1234 authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    4a4429d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e80cf View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    86d7c30 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    Gobot1234 authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    5c8e926 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Simplify bool

    Gobot1234 authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    f10bec4 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Tweak __bool__ docstring

    nat-n authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e04fcb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Fixes for Python 3.9 (danielgtaylor#140)

    Fix issue in logic for evaluating field types affecting python 3.9
    Gobot1234 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    5141d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9a50a7 View commit details
    Browse the repository at this point in the history
  3. Update dependencies and add ci checks for python 3.9 (danielgtaylor#173)

    * Update locked dependencies to fix grpcio compile issue with python 3.9
    * ci: add python 3.9
    abn authored and Gobot1234 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    0869e69 View commit details
    Browse the repository at this point in the history
  4. Release v2.0.0b2 (danielgtaylor#175)

    abn authored and Gobot1234 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    fe3addf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b82517d View commit details
    Browse the repository at this point in the history
  6. Remove Enum prefixes

    Gobot1234 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    9fd8917 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    264c4b9 View commit details
    Browse the repository at this point in the history
  8. Blacken

    Gobot1234 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    d965741 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    9b9f737 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    Gobot1234 committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    60d1880 View commit details
    Browse the repository at this point in the history
  3. That was a pain

    Gobot1234 committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    ae80862 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Revert stuff

    Gobot1234 committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    5adc93d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Fix stuff

    Gobot1234 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a7df010 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Relock

    Gobot1234 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d58ce63 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into remove-enum-prefix

    # Conflicts:
    #	poetry.lock
    Gobot1234 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    17ba889 View commit details
    Browse the repository at this point in the history
  3. Relock?

    Gobot1234 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b1ba675 View commit details
    Browse the repository at this point in the history
  4. Update test_enum.py

    Gobot1234 authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    e2b850e View commit details
    Browse the repository at this point in the history
  5. Update naming.py

    Gobot1234 authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    bbe7256 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Relock

    Gobot1234 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    ecc1629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6f03d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6592d4d View commit details
    Browse the repository at this point in the history
  4. Lock again

    Gobot1234 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    6fe9b5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3afffca View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Update the lock file

    Gobot1234 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    52456c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into remove-enum-prefix

    # Conflicts:
    #	src/betterproto/plugin/models.py
    #	tests/inputs/enum/test_enum.py
    Gobot1234 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ce25f96 View commit details
    Browse the repository at this point in the history
  3. Running tests is for nerds

    Gobot1234 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    992db51 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    72a8b89 View commit details
    Browse the repository at this point in the history
  2. Update casing.py

    Gobot1234 authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a2ba23e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    25ef492 View commit details
    Browse the repository at this point in the history
  2. Check for dunder names

    Gobot1234 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    383575f View commit details
    Browse the repository at this point in the history
  3. Rejig order

    Gobot1234 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ecae7f6 View commit details
    Browse the repository at this point in the history
  4. Shim get source

    Gobot1234 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0cc1790 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6392a9d View commit details
    Browse the repository at this point in the history
  6. Remove source shim

    Gobot1234 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a70a00d View commit details
    Browse the repository at this point in the history