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

Put channels in .channels subtrees in summary #5280

Merged
merged 47 commits into from
Mar 23, 2021

Commits on Feb 19, 2021

  1. Update lock-files

    Arin committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    01745d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Expose summarize function which returns tree

    Arin committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e94a8e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Add simple summaries end-to-end test

    Arin committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    420f6a0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into sumamrize-for-tests

    Arin committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a7fe1e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Increment summary format version and put data stores/dds under .chann…

    …els subtrees
    Arin committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    d0f932a View commit details
    Browse the repository at this point in the history
  2. Fix some tests

    Arin committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    5dfb0cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15aaa0a View commit details
    Browse the repository at this point in the history
  4. Update basic summary test for subtrees

    Arin committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    205a66b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Write in new format in all places

    Arin committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    4390009 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    791c9ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8873cda View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Fix handling initial summary from attach op

    Arin committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    a389097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d50749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8969b11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09eab2c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    aeef805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d3065 View commit details
    Browse the repository at this point in the history
  3. Final fixes

    Arin committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    2f58830 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Update tests

    Arin committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    b393dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab4912 View commit details
    Browse the repository at this point in the history
  3. Add back missing skip

    Arin committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c7b50ba View commit details
    Browse the repository at this point in the history
  4. Disable by default

    Arin committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    be7216b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23504c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. UseContainerRuntime for checking if disabled on write; use helper fun…

    …ctions when reading
    Arin committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    8bc2977 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Arin committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    2a7a344 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Fix summaries test

    Arin committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    d0daa5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f15f97 View commit details
    Browse the repository at this point in the history
  3. Snapshot should always include metadata blob

    Arin committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a35dc84 View commit details
    Browse the repository at this point in the history
  4. Random lerna fix

    Arin committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    50adf47 View commit details
    Browse the repository at this point in the history
  5. Do not modify snapshots for comparison

    Arin committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    789273a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    857b4cd View commit details
    Browse the repository at this point in the history
  7. Remove extra constructor arg

    Arin committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6dc045d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9f96cc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Point to updated generated snapshot test data

    Arin committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    b1a8eea View commit details
    Browse the repository at this point in the history
  2. Inline formMetadata calls

    Arin committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    db328c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5317e8 View commit details
    Browse the repository at this point in the history
  4. Use undefined for metadata

    Arin committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    cd6dd02 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

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

Commits on Mar 17, 2021

  1. Small PR changes

    Arin committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    111c6b0 View commit details
    Browse the repository at this point in the history
  2. Add a few more tests

    Arin committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    eb0fbb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    74d00f8 View commit details
    Browse the repository at this point in the history
  2. Revert snapshot test generation

    Arin committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    16d9cf2 View commit details
    Browse the repository at this point in the history
  3. Fix summaries test

    Arin committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    bda90e8 View commit details
    Browse the repository at this point in the history
  4. Run all 8 combinations for intiialization

    Arin committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    a5f06cc View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. PR comments

    Arin committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    1032cbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe5eb8d View commit details
    Browse the repository at this point in the history
  3. Fix build

    Arin committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    be22647 View commit details
    Browse the repository at this point in the history