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

Implementation for event driven tink #301

Merged
merged 13 commits into from
Dec 7, 2020

Commits on Dec 7, 2020

  1. rename hardware.Watch to hardware.DeprecatedWatch

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    c3538e6 View commit details
    Browse the repository at this point in the history
  2. added events.proto

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    3208686 View commit details
    Browse the repository at this point in the history
  3. gRPC client and server for events

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    bc98522 View commit details
    Browse the repository at this point in the history
  4. adding informers and listener

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    6098275 View commit details
    Browse the repository at this point in the history
  5. CLI: tink event watch

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    60a34fd View commit details
    Browse the repository at this point in the history
  6. added 'eventtypes' to codespell-whitelist

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    4ec28fe View commit details
    Browse the repository at this point in the history
  7. go mod tidy

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    6a67c95 View commit details
    Browse the repository at this point in the history
  8. db migration script for events

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    125a40c View commit details
    Browse the repository at this point in the history
  9. CLI: tink hardware watch

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    e25da81 View commit details
    Browse the repository at this point in the history
  10. adding tests

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    5baa34f View commit details
    Browse the repository at this point in the history
  11. purging events after a TTL

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    9e87913 View commit details
    Browse the repository at this point in the history
  12. review fixes

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    fafe3bf View commit details
    Browse the repository at this point in the history
  13. formatting events to be readable

    Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
    gauravgahlot committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    14badba View commit details
    Browse the repository at this point in the history