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

CBG-3203: Don't store channel history for non-leaf revisions #6368

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    16fffbb View commit details
    Browse the repository at this point in the history
  2. Extend RevTree unmarshal test for more cases (conflicting revs with c…

    …hannels in particular)
    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    10507a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44b8fac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc69d8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15ef848 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    058ce82 View commit details
    Browse the repository at this point in the history
  7. wip

    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8b23e1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ce9e15 View commit details
    Browse the repository at this point in the history
  9. goimports

    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f32d938 View commit details
    Browse the repository at this point in the history
  10. Remove leaf check from RevTree Unmarshal (assume JSON is always corre…

    …ct and isn't storing non-leaf channelmap entries)
    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8114336 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ae9ded View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f70fdd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84ad764 View commit details
    Browse the repository at this point in the history
  14. Skip ChannelsMap storage on Marshal for the winning revision (it's st…

    …ored elsewhere outside of the RevTree)
    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dc8985e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4c8d9ed View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    12da452 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9359d53 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    29969e4 View commit details
    Browse the repository at this point in the history
  19. Fix missing context

    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    eaec520 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3bfaaea View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    220c275 View commit details
    Browse the repository at this point in the history
  22. Remove old FIXMEs

    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    52495bc View commit details
    Browse the repository at this point in the history
  23. simplify

    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fd3e91a View commit details
    Browse the repository at this point in the history
  24. Address PR comments (move logic into Unmarshal only - and don't set c…

    …hannel info for winning rev)
    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    eacbe39 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    25c2fab View commit details
    Browse the repository at this point in the history
  26. use errors.Is instead of ==

    bbrks committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1c0e4cd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5698d3e View commit details
    Browse the repository at this point in the history