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

store associated production schema when creating non-production schema #124

Merged
merged 14 commits into from
May 31, 2024

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    71d1767 View commit details
    Browse the repository at this point in the history
  2. fix column name

    JoanneBogart committed May 18, 2024
    Configuration menu
    Copy the full SHA
    582d010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05ec037 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Several changes in support of alternate production schema (acts like

    production but is called something else) and registering "legacy" datasets:
    * eliminate old script create_registry_db.py
    * add column to provenance table to keep track of associated production db
    * make all column names lowercase (easier to deal with in psql)
    * hide imports of git as much as possible.  It's not required for typical
      user, only for those creating schemas
    * try to keep line length <= 80 in most cases
    JoanneBogart committed May 23, 2024
    Configuration menu
    Copy the full SHA
    438cbe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53d7f48 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    1128abd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b25c2a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4024659 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b592761 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c544b8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    179ac6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50bdea6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    839fbc2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    30c21e4 View commit details
    Browse the repository at this point in the history