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

Fix AttributeError: 'ExportBuilder' object has no attribute 'to_google_sheets' #2458

Merged
merged 7 commits into from
Jul 27, 2023

Commits on Jul 26, 2023

  1. handle validation for missing google export implementation

    prevent application from crashing when google export is not enabled by performing validation
    kelvin-muchiri committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    38a842f View commit details
    Browse the repository at this point in the history
  2. refactor test suite

    kelvin-muchiri committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    82854d6 View commit details
    Browse the repository at this point in the history
  3. fix failing tests

    kelvin-muchiri committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1220001 View commit details
    Browse the repository at this point in the history
  4. fix failing tests

    kelvin-muchiri committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fe89b26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a4eb42 View commit details
    Browse the repository at this point in the history
  6. add test case

    kelvin-muchiri committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8da0b54 View commit details
    Browse the repository at this point in the history
  7. refactor code

    kelvin-muchiri committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1e93cee View commit details
    Browse the repository at this point in the history