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

Add internal package structure for aggregation #2954

Merged
merged 28 commits into from
Jul 6, 2022

Commits on Jun 13, 2022

  1. Add the aggtor package

    MrAlias committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    8fc1c74 View commit details
    Browse the repository at this point in the history
  2. Restrict to Go 1.18

    MrAlias committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    dc1d912 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    f9e8a49 View commit details
    Browse the repository at this point in the history
  2. Comment Aggregator iface

    MrAlias committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    59df1f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a700fe View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

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

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    538ff99 View commit details
    Browse the repository at this point in the history
  2. Accept hist conf

    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    aa8b301 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f390e41 View commit details
    Browse the repository at this point in the history
  4. Add Cycler interface

    Separate the duties of aggregation and maintaining state across
    aggregation periods.
    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    778c10a View commit details
    Browse the repository at this point in the history
  5. Remove build flags for doc.go

    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    bd9c963 View commit details
    Browse the repository at this point in the history
  6. Clarify Cycler documentation

    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    816f3dc View commit details
    Browse the repository at this point in the history
  7. Remove aggregation fold logic

    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0d7923c View commit details
    Browse the repository at this point in the history
  8. Rename Number to Atomic

    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0287a06 View commit details
    Browse the repository at this point in the history
  9. Add tests for Atomic impls

    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    36fad53 View commit details
    Browse the repository at this point in the history
  10. Remove unneeded Atomic implementation

    Add back when filling in structures.
    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    47082f0 View commit details
    Browse the repository at this point in the history
  11. Fix article in Float64 docs

    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    86061cc View commit details
    Browse the repository at this point in the history
  12. Remove Atomic

    This is an implementation detail.
    MrAlias committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fc0f30e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Add aggregator_example_test

    MrAlias committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    658f4a5 View commit details
    Browse the repository at this point in the history
  2. Fix hist example

    MrAlias committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    02488a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c266e46 View commit details
    Browse the repository at this point in the history
  4. Remove zero parameter comment

    MrAlias committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    3057ac2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    dd82716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b39c54 View commit details
    Browse the repository at this point in the history
  3. Remove the drop aggregator

    MrAlias committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    02edebd View commit details
    Browse the repository at this point in the history
  4. Fix lint

    MrAlias committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c7cfda1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Jul 6, 2022

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