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

feat: add Cloud SQL MySQL as a datastore provider #415

Merged
merged 16 commits into from
Jun 25, 2024

Commits on Jun 18, 2024

  1. create mysql provider & test

    JULIA OFFERMAN committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    60fc566 View commit details
    Browse the repository at this point in the history
  2. Fix export data test

    JULIA OFFERMAN committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    63855be View commit details
    Browse the repository at this point in the history
  3. Read parameters from config instead of hard coding.

    JULIA OFFERMAN committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4f147b3 View commit details
    Browse the repository at this point in the history
  4. Add Cloud SQL MYSQL to the datastore & providers init files

    JULIA OFFERMAN committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    330080f View commit details
    Browse the repository at this point in the history
  5. Wrap synchronous functions in async executor

    JULIA OFFERMAN committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9aafc96 View commit details
    Browse the repository at this point in the history
  6. Write MySQL setup doc

    JULIA OFFERMAN committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bfdad98 View commit details
    Browse the repository at this point in the history
  7. Fixing formatting

    JULIA OFFERMAN committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7f142ea View commit details
    Browse the repository at this point in the history
  8. Remove hardcoding the database name and formatting changes

    JULIA OFFERMAN committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bad1486 View commit details
    Browse the repository at this point in the history
  9. Use MySQL identifier in provider class

    JULIA OFFERMAN committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    744f3c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update readme and implement ticket functions

    JULIA OFFERMAN committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d8c75c8 View commit details
    Browse the repository at this point in the history
  2. Fix MySQL default user in Read me

    JULIA OFFERMAN committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dd73968 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    5892007 View commit details
    Browse the repository at this point in the history
  2. chore: newline at EOF

    jackwotherspoon committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    073affe View commit details
    Browse the repository at this point in the history
  3. Formatting with linter

    JULIA OFFERMAN committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1594020 View commit details
    Browse the repository at this point in the history
  4. Install pymysql types

    JULIA OFFERMAN committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2c36cec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9162ec View commit details
    Browse the repository at this point in the history