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

Restructure database folder #721

Merged
merged 16 commits into from
Mar 13, 2019
Merged

Restructure database folder #721

merged 16 commits into from
Mar 13, 2019

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    3fafb73 View commit details
    Browse the repository at this point in the history
  2. pgsql: Split testutil.go into multiple files

    - assertion.go assertions used in pgsql tests
    - data.go contains go representation of data.sql
    - testdb.go contains test db/tx creation logic
    - testutil.go contains misc other things
    KeyboardNerd committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    8bebea3 View commit details
    Browse the repository at this point in the history
  3. pgsql: Move extra logic in pgsql.go to util folder

    - pgsql/util/error.go contains error handling logic
    - pgsql/page/page.go contains the page struct
    - pgsql/monitoring contains the prometheus logic
    - pgsql/pgsession contains the pgsession struct
    KeyboardNerd committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    a330506 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43f3ea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c50a233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b32b36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba50d7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98e81ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    176c69e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea418cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    497b79a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7cc83cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    921acb2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dfa07f6 View commit details
    Browse the repository at this point in the history
  15. pgsql: Remove unused test code

    - Tests in complex_test.go are now in corresponding test files.
    - Pgsql_test is partially moved to testutil/testdb.go
    KeyboardNerd committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    0731df9 View commit details
    Browse the repository at this point in the history
  16. update

    KeyboardNerd committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    2d1ac2c View commit details
    Browse the repository at this point in the history