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

feat: Browser-SDK Automatically start streaming based on event handlers. #592

Merged
merged 58 commits into from
Sep 27, 2024

Commits on Sep 17, 2024

  1. WIP on goals.

    kinyoklion committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cf3131a View commit details
    Browse the repository at this point in the history
  2. Add tests for GoalTracker.

    kinyoklion committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    543cfc9 View commit details
    Browse the repository at this point in the history
  3. Add goal manager tests.

    kinyoklion committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0288923 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    56684f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97a90ed View commit details
    Browse the repository at this point in the history
  3. Simplify tests.

    kinyoklion committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f30141a View commit details
    Browse the repository at this point in the history
  4. Lint browser package.

    kinyoklion committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    40f78fe View commit details
    Browse the repository at this point in the history
  5. Lint

    kinyoklion committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2ff006c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a11e73d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7067a28 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    fdf4a43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cd72a View commit details
    Browse the repository at this point in the history
  3. Revert jest.config.js

    kinyoklion committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2f730ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbfe431 View commit details
    Browse the repository at this point in the history
  5. Remove unused import.

    kinyoklion committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    57e835d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcb3c4d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    0695c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1439258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    312fb49 View commit details
    Browse the repository at this point in the history
  4. Basic functionality.

    kinyoklion committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4318393 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    dd0e5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f35f804 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/rlamb/fix-browser-contract-test-…

    …build' into rlamb/sdk-195/support-js-style-initialization
    kinyoklion committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e020e86 View commit details
    Browse the repository at this point in the history
  4. Disable goals.

    kinyoklion committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    80b5b61 View commit details
    Browse the repository at this point in the history
  5. Fix identify options.

    kinyoklion committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a83184d View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/rlamb/fix-browser-contract-test-…

    …build' into rlamb/sdk-195/support-js-style-initialization
    kinyoklion committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c3cbd46 View commit details
    Browse the repository at this point in the history
  7. Add todo.

    kinyoklion committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    bba88a1 View commit details
    Browse the repository at this point in the history
  8. WIP

    kinyoklion committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    22b89a9 View commit details
    Browse the repository at this point in the history
  9. Lint

    kinyoklion committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d1a59c8 View commit details
    Browse the repository at this point in the history
  10. Fix tests.

    kinyoklion committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    60ea015 View commit details
    Browse the repository at this point in the history
  11. Testing progress.

    kinyoklion committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2bdc298 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. More tests

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    16b7732 View commit details
    Browse the repository at this point in the history
  2. Lint.

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fda525e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3b724f View commit details
    Browse the repository at this point in the history
  4. Cleanup sdk client tests.

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7722641 View commit details
    Browse the repository at this point in the history
  5. Allow shared test code.

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    045a784 View commit details
    Browse the repository at this point in the history
  6. Cleanup imports

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b097038 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72139de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6951966 View commit details
    Browse the repository at this point in the history
  9. Remove pointless docs.

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3f1bb24 View commit details
    Browse the repository at this point in the history
  10. Correct docs.

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    aa33fa4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0da9d31 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ef3126 View commit details
    Browse the repository at this point in the history
  13. Add truth table.

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6d29928 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc354d4 View commit details
    Browse the repository at this point in the history
  15. Add more tests.

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cced478 View commit details
    Browse the repository at this point in the history
  16. Remove todo

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    10c48e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    df9dd9d View commit details
    Browse the repository at this point in the history
  18. Fix logger.

    kinyoklion committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5a3c8b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    65e68cd View commit details
    Browse the repository at this point in the history
  2. Lint

    kinyoklion committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1dedc7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71caed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    816a594 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d13b8e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdd6331 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4e0aa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    719dd4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    681af9f View commit details
    Browse the repository at this point in the history