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

Allow disk-based persistence to be completely disabled #2228

Merged
merged 39 commits into from
Nov 15, 2023
Merged

Allow disk-based persistence to be completely disabled #2228

merged 39 commits into from
Nov 15, 2023

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    a187cf6 View commit details
    Browse the repository at this point in the history
  2. Update config

    joelverhagen committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    af85ace View commit details
    Browse the repository at this point in the history
  3. Plumb config

    joelverhagen committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b3846f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6532e5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d00464e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Use built-in stream

    joelverhagen committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    58aa6f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    a255c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    657879f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fca212e View commit details
    Browse the repository at this point in the history
  4. Properly handle offset and count in extents

    Fix tests
    joelverhagen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c3aee91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    939291a View commit details
    Browse the repository at this point in the history
  6. Fix two flaky tests

    joelverhagen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2ae4746 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b006592 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba1410b View commit details
    Browse the repository at this point in the history
  9. Add design spec

    joelverhagen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7d2bf7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0f382f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    481c5d1 View commit details
    Browse the repository at this point in the history
  12. Add VS Code option

    joelverhagen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d7c707a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7379048 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 20, 2023

  1. Merge remote-tracking branch 'azure/main' into in-memory

    # Conflicts:
    #	tests/table/apis/table.validation.rest.test.ts
    joelverhagen committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    cb0a6bb View commit details
    Browse the repository at this point in the history
  2. Fix merge

    joelverhagen committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a85519d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05dfd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c371f77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    350dee7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Align Table and Queue cleaning approach with Blob

    This clean-up for in-memory queue extents  as well as fixes broken Table clean-up in VS Code
    joelverhagen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    057df96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a028724 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'azure/main' into in-memory

    # Conflicts:
    #	ChangeLog.md
    joelverhagen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    724b733 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afb98fd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    0daf51c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97acd4e View commit details
    Browse the repository at this point in the history
  3. Properly tag tests

    joelverhagen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    68938c8 View commit details
    Browse the repository at this point in the history
  4. Polish READMEs

    joelverhagen committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6928602 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    8d43f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12dee72 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

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

Commits on Nov 8, 2023

  1. Address comments

    joelverhagen committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d9de373 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Update README

    joelverhagen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    803e27c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    joelverhagen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9b91305 View commit details
    Browse the repository at this point in the history