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 an aws chalice integration #923

Merged
merged 43 commits into from Nov 24, 2021

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    9a41fee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e0f6dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3085ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1339aba View commit details
    Browse the repository at this point in the history
  5. Update strawberry/chalice/views.py

    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    mcsheehan and BryceBeagle committed May 9, 2021
    Configuration menu
    Copy the full SHA
    bb993cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aafe389 View commit details
    Browse the repository at this point in the history
  7. Update strawberry/chalice/views.py

    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    mcsheehan and BryceBeagle committed May 9, 2021
    Configuration menu
    Copy the full SHA
    ac49dd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b9cfce View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Merge pull request #1 from strawberry-graphql/main

    update to main
    mcsheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5c2c935 View commit details
    Browse the repository at this point in the history
  2. added chalice to the project requirements

    mcsheehan authored and Mark Sheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    19c5f5d View commit details
    Browse the repository at this point in the history
  3. added a chalice compatible GraphQLView

    mcsheehan authored and Mark Sheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    387a497 View commit details
    Browse the repository at this point in the history
  4. added to the chalice view and added unit tests for chalice

    mcsheehan authored and Mark Sheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    997be85 View commit details
    Browse the repository at this point in the history
  5. Updated the poetry lock file

    mcsheehan authored and Mark Sheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    23bba74 View commit details
    Browse the repository at this point in the history
  6. Update strawberry/chalice/views.py

    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    2 people authored and Mark Sheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c0e19d9 View commit details
    Browse the repository at this point in the history
  7. used pathlib to import the graphiql file

    mcsheehan authored and Mark Sheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    203c335 View commit details
    Browse the repository at this point in the history
  8. Update strawberry/chalice/views.py

    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    2 people authored and Mark Sheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    94a5e7a View commit details
    Browse the repository at this point in the history
  9. Added the return type and simplified get and post methods

    mcsheehan authored and Mark Sheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    24355f8 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/feature/chalice' into feature/ch…

    …alice
    Mark Sheehan committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    bf5485d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Added a chalice integration, documentation and tests

    Updated release notes and added chalice as a dev dependency
    Added catching the json_body value error and removed unused type error
    TypeError must be caught here as they payload might not be json
    Removed the separate get and post methods
    Added the chalice integration to the docs
    Update docs/integrations/chalice.md
    Added the suggestion to remove $ from the shell commands to be consistent
    
    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    Update docs/integrations/chalice.md
    
    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    Update strawberry/chalice/views.py
    
    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    Update docs/integrations/chalice.md
    
    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    Update docs/integrations/chalice.md
    
    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    Update docs/integrations/chalice.md
    
    Co-authored-by: ignormies <bryce.beagle@gmail.com>
    Added a response type to the documentation
    mcsheehan committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    5c360a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    ea7fbc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71e64ba View commit details
    Browse the repository at this point in the history
  3. Update release notes

    patrick91 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    942b924 View commit details
    Browse the repository at this point in the history
  4. Remove useless file

    patrick91 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    dc15c4c View commit details
    Browse the repository at this point in the history
  5. Ignore typing issue

    patrick91 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    ecba735 View commit details
    Browse the repository at this point in the history
  6. Rename test folder

    patrick91 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    2810918 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad88643 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    ab5de9a View commit details
    Browse the repository at this point in the history
  2. Added many unit tests to improve test coverage

    As a result of the unit tests have handled the BadRequestError returned by chalice and mapped that to a graphql style error response with status code 200.
    mcsheehan committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    8b5edcc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'strawberry-graphql:main' into main

    Mark Sheehan committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    3e1d468 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4361da View commit details
    Browse the repository at this point in the history
  5. ran poetry lock --no-update

    mcsheehan committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    07f00df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d6027d View commit details
    Browse the repository at this point in the history
  7. Updated the release notes

    Removed the untested line from views and added a default argument instead
    mcsheehan committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    00b979f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8000682 View commit details
    Browse the repository at this point in the history
  9. Move release to minor

    patrick91 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a0df66b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9818374 View commit details
    Browse the repository at this point in the history
  11. Run MyPy on 3.10

    patrick91 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6a508fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2bd8c5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    781daf6 View commit details
    Browse the repository at this point in the history
  14. Fix mypy

    patrick91 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    c007d4d View commit details
    Browse the repository at this point in the history
  15. Test removing cache

    patrick91 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    5cb5f78 View commit details
    Browse the repository at this point in the history
  16. Only check mypy on main codebase

    Apparently mypy has some issues when using classes inside functions,
    as we do in our tests, issue here:
    python/mypy#6422
    patrick91 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    3bf7b2c View commit details
    Browse the repository at this point in the history
  17. Rename pipeline

    patrick91 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    c844376 View commit details
    Browse the repository at this point in the history