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: sqlite-based transcript store #3402

Merged
merged 13 commits into from
Jun 24, 2021
Merged

feat: sqlite-based transcript store #3402

merged 13 commits into from
Jun 24, 2021

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    3ffcc7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa2fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8def34b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8b6f02 View commit details
    Browse the repository at this point in the history
  5. chore: harden() sqlStreamStore

     - refactor: hoist concise methods
    dckc committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    c62a4d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41ba146 View commit details
    Browse the repository at this point in the history
  7. feat: sqlStreamStore exclusive use checking

     - fix start / end position assertion
     - lint in verbose comment
     - never mind checking type of item in writeStreamItem;
       it causes a test to fail
     - resolve auto-commit issue
    dckc committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    c033b58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9405c3d View commit details
    Browse the repository at this point in the history
  9. chore: lock packages

    dckc committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    528bfa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. rename DB file, enforce exclusive access, use path.join

    explain auto-commit
    warner committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f083970 View commit details
    Browse the repository at this point in the history
  2. capitalize SQL statements

    warner committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    31e00dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3cb01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25ed5c4 View commit details
    Browse the repository at this point in the history