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

Start command #15

Merged
merged 21 commits into from
Sep 18, 2020
Merged

Start command #15

merged 21 commits into from
Sep 18, 2020

Commits on Sep 17, 2020

  1. Add basic register command

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    99b5e6f View commit details
    Browse the repository at this point in the history
  2. Delete example

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    c234fbf View commit details
    Browse the repository at this point in the history
  3. Register command logic

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    48c5552 View commit details
    Browse the repository at this point in the history
  4. Move register logic to separate package

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9c2f132 View commit details
    Browse the repository at this point in the history
  5. Remove root command

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    80ac3e0 View commit details
    Browse the repository at this point in the history
  6. Add default rpc and metrics url

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    c5d2caa View commit details
    Browse the repository at this point in the history
  7. Change run.Run to run.Start

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    479f8cd View commit details
    Browse the repository at this point in the history
  8. Add telemetry interface and generate mocks

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    a1330b4 View commit details
    Browse the repository at this point in the history
  9. Ad start sending telemetry tests

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9540a9c View commit details
    Browse the repository at this point in the history
  10. Fix tests

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    fdbf382 View commit details
    Browse the repository at this point in the history
  11. Update README

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    4b225f0 View commit details
    Browse the repository at this point in the history
  12. Remove extra method in interface

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    d022bbd View commit details
    Browse the repository at this point in the history
  13. Update mocks

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    3072a3e View commit details
    Browse the repository at this point in the history
  14. Pass metrics client to start command

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6f71fcc View commit details
    Browse the repository at this point in the history
  15. Move args parsing to separate function

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    e558c22 View commit details
    Browse the repository at this point in the history
  16. Fix args errors

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    dccd919 View commit details
    Browse the repository at this point in the history
  17. Move all node logic to node client

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6cad62a View commit details
    Browse the repository at this point in the history
  18. Generate mocks

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    9a72586 View commit details
    Browse the repository at this point in the history
  19. Change metrics client to node client

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    dac7226 View commit details
    Browse the repository at this point in the history
  20. Fix wrong import

    Matija Petrunic committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    cfabadd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Unexport telemetry struct

    Matija Petrunic committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    4d3cee4 View commit details
    Browse the repository at this point in the history