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

Schema Viewer Drawer #3291

Merged
merged 21 commits into from
Mar 13, 2019
Merged

Schema Viewer Drawer #3291

merged 21 commits into from
Mar 13, 2019

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    ba4f5e6 View commit details
    Browse the repository at this point in the history
  2. Add Table and Column metadata tables.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    0b6a5f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d15ef5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67cc672 View commit details
    Browse the repository at this point in the history
  5. Add tests for backend changes.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    c8dbbd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f421368 View commit details
    Browse the repository at this point in the history
  7. Delete datasource schema data when deleting a data source.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    e13b03a View commit details
    Browse the repository at this point in the history
  8. Process and store data source schema when a data source is first crea…

    …ted or after a migration.
    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    114b03b View commit details
    Browse the repository at this point in the history
  9. Tables should have a unique name per datasource.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    916c47f View commit details
    Browse the repository at this point in the history
  10. Addressing review comments.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    a4cdc1e View commit details
    Browse the repository at this point in the history
  11. Update migration file for mixins.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    5da2b65 View commit details
    Browse the repository at this point in the history
  12. Appease PEP8

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    3dda5f9 View commit details
    Browse the repository at this point in the history
  13. Upgrade migration file for rebase.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    5bb7601 View commit details
    Browse the repository at this point in the history
  14. Cascade delete.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    7cff779 View commit details
    Browse the repository at this point in the history
  15. Adding org_id

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    bcd4acf View commit details
    Browse the repository at this point in the history
  16. Remove redundant column and table prefixes.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    b0c5104 View commit details
    Browse the repository at this point in the history
  17. Non-existing tables and columns should be filtered out on the server …

    …side not client side.
    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9c1fa9e View commit details
    Browse the repository at this point in the history
  18. Fetching table samples should be optional and should happen in a sepa…

    …rate task per table.
    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    f4ba896 View commit details
    Browse the repository at this point in the history
  19. Allow users to force a schema refresh.

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    7c26f3c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a28e676 View commit details
    Browse the repository at this point in the history
  21. Using settings.SCHEMAS_REFRESH_QUEUE

    Marina Samuel committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    39c618c View commit details
    Browse the repository at this point in the history