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

[stacked] Struct API and bullet stream for Bundle install layer #332

Merged

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    024b2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e95cd View commit details
    Browse the repository at this point in the history
  3. Rename metadata generic

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    15b83d7 View commit details
    Browse the repository at this point in the history
  4. Use Meta<M> to return old cached data

    Meta<M> acts like a String for purposes of printing, but can optionally contain old metadata if the programmer needs it. This is useful for the "bundle install" layer which stores information in it's cache that is not used for cache invalidation but rather to determine whether or not it can skip running `bundle install`.
    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    530a463 View commit details
    Browse the repository at this point in the history
  5. Rename structs

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f87b50c View commit details
    Browse the repository at this point in the history
  6. Move docs to module

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7c30e33 View commit details
    Browse the repository at this point in the history
  7. Update docs

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    554af91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35915dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01b5a39 View commit details
    Browse the repository at this point in the history
  10. Add docs

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d78c69f View commit details
    Browse the repository at this point in the history
  11. Implement MetadataDiff

    This diff will eventually control caching logic
    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b81fa63 View commit details
    Browse the repository at this point in the history
  12. Test caching logic

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    75caede View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8465ed View commit details
    Browse the repository at this point in the history
  14. Group imports

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4c197e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    59eab85 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3fe6c54 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0cc2d4b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f1fb77f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4cabca6 View commit details
    Browse the repository at this point in the history
  20. Rename function

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a4b8d2e View commit details
    Browse the repository at this point in the history
  21. Remove unused imports

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    8d7d55c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6704e74 View commit details
    Browse the repository at this point in the history
  23. Remove import

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4b881eb View commit details
    Browse the repository at this point in the history
  24. Move logic out of function

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    01d1c6a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d3305f9 View commit details
    Browse the repository at this point in the history
  26. Clippy

    schneems committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3f3e21a View commit details
    Browse the repository at this point in the history