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

LaunchDarkly.EventSource 6.0 rewrite, part 1 #93

Open
wants to merge 26 commits into
base: 6.0
Choose a base branch
from

Commits on Nov 12, 2021

  1. implement contract tests

    eli-darkly committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    b1a1798 View commit details
    Browse the repository at this point in the history
  2. run contract tests in CI

    eli-darkly committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a1dad0f View commit details
    Browse the repository at this point in the history
  3. fix Docker build

    eli-darkly committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ed23d4f View commit details
    Browse the repository at this point in the history
  4. fix CI script

    eli-darkly committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5e7eb22 View commit details
    Browse the repository at this point in the history
  5. install Docker in CI

    eli-darkly committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cde64b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d550dc View commit details
    Browse the repository at this point in the history
  7. set up Docker daemon in CI

    eli-darkly committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    328cfe2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17c53ee View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Configuration menu
    Copy the full SHA
    b3c6108 View commit details
    Browse the repository at this point in the history
  2. add package dependency

    eli-darkly committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    7427c93 View commit details
    Browse the repository at this point in the history
  3. makefile DRY

    eli-darkly committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    61762bd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. fix readme link

    eli-darkly committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    fef2878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84c5a8c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    ef3b6b9 View commit details
    Browse the repository at this point in the history
  2. add BackgroundEventSource

    eli-darkly committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9645ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7973917 View commit details
    Browse the repository at this point in the history
  4. add contract tests

    eli-darkly committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9b79c15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d721a0b View commit details
    Browse the repository at this point in the history
  6. indents

    eli-darkly committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    779bde4 View commit details
    Browse the repository at this point in the history
  7. comments

    eli-darkly committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    f84f4c5 View commit details
    Browse the repository at this point in the history
  8. generated docs

    eli-darkly committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    cc84b66 View commit details
    Browse the repository at this point in the history
  9. comments

    eli-darkly committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    d6fdac6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. simplify tests

    eli-darkly committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    5aea6ae View commit details
    Browse the repository at this point in the history
  2. just use the immutable Configuration properties instead of copying th…

    …em to other immutable fields
    eli-darkly committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    cdbce71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a08fed3 View commit details
    Browse the repository at this point in the history