Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Implement telemetry in cli #1226

Merged
merged 50 commits into from
Oct 18, 2019
Merged

Implement telemetry in cli #1226

merged 50 commits into from
Oct 18, 2019

Commits on Oct 18, 2019

  1. Normalize network id to camelcase

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    ce97c77 View commit details
    Browse the repository at this point in the history
  2. Add env-paths library

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    113dd8d View commit details
    Browse the repository at this point in the history
  3. Scaffold telemetry functions

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c06b9d7 View commit details
    Browse the repository at this point in the history
  4. Add telemetryOptIn field to ProjectFile

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    bda3bf4 View commit details
    Browse the repository at this point in the history
  5. Check telemetry opt in on local and global files

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    ef90d3d View commit details
    Browse the repository at this point in the history
  6. Add telemetry function call in create command

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    3540a4e View commit details
    Browse the repository at this point in the history
  7. Install uuid and firebase libraries

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    024c18c View commit details
    Browse the repository at this point in the history
  8. First attempt to send command options to firebase

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    2d24bcb View commit details
    Browse the repository at this point in the history
  9. Install lodash.mapvalues

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    300e452 View commit details
    Browse the repository at this point in the history
  10. Create user document if it does not exist

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    63f81b5 View commit details
    Browse the repository at this point in the history
  11. Conceal command data before sending it to firebase

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    0168eb7 View commit details
    Browse the repository at this point in the history
  12. Close firebase connections

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    986d0ec View commit details
    Browse the repository at this point in the history
  13. Handle undefined fields properly on conceal

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    97fd12f View commit details
    Browse the repository at this point in the history
  14. Avoid telemetry reports on implicit command calls

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    6ea7fac View commit details
    Browse the repository at this point in the history
  15. Add telemetry to update command

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    a28123e View commit details
    Browse the repository at this point in the history
  16. Avoid concealing network name if present

    Co-authored-by Francisco Giordano <[email protected]>
    jbcarpanelli authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    525c78e View commit details
    Browse the repository at this point in the history
  17. Send interactive flag value to telemetry#report fn

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    0682e49 View commit details
    Browse the repository at this point in the history
  18. Rename GlobalTelemetry interface

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    dc32f7c View commit details
    Browse the repository at this point in the history
  19. Check global opt-in value before reporting

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    344d45c View commit details
    Browse the repository at this point in the history
  20. Disable interactivity if flag is provided

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    a84b589 View commit details
    Browse the repository at this point in the history
  21. Stub report function on commands tests

    Co-authored-by: Francisco Giordano <[email protected]>
    2 people authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    57ad0c7 View commit details
    Browse the repository at this point in the history
  22. Wrap telemetry function in an object

    jbcarpanelli authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    937d61d View commit details
    Browse the repository at this point in the history
  23. Test telemetry

    jbcarpanelli authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    27ded8a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ec02718 View commit details
    Browse the repository at this point in the history
  25. Lint telemetry tests

    jbcarpanelli authored and frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    2a8e319 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c1d0a5e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    054b293 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    83f7ec8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    71225cb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    34e7bcd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    16e0c04 View commit details
    Browse the repository at this point in the history
  32. lint

    frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    3274d6b View commit details
    Browse the repository at this point in the history
  33. fix failing test

    frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e791e33 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ac8f657 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    53ddc60 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e6f08d4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    24454e9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    add2d46 View commit details
    Browse the repository at this point in the history
  39. fix balance command tests

    frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    f058ea4 View commit details
    Browse the repository at this point in the history
  40. remove unused import

    frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    a3d8a21 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    25986c2 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9cb1ffc View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    a847d7b View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    94a1fb9 View commit details
    Browse the repository at this point in the history
  45. rename variables for clarity

    frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    fb6fa2b View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    be28984 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    cc1500a View commit details
    Browse the repository at this point in the history
  48. add FAQ entry for telemetry

    frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    49ec734 View commit details
    Browse the repository at this point in the history
  49. remove only from tests

    frangio committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    da9d46c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    63e9640 View commit details
    Browse the repository at this point in the history