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

Improve UX of the CDC API #21536

Merged
merged 18 commits into from Jun 23, 2022
Merged

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    9c038df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c3ae8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. No more pseudo-lazy values in the ChangeRecordImpl, that previously w…

    …ere copied to json by transform, now we just read them directly
    TomaszGaweda committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    30ee22c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e804a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40c56bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca92caa View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Checkstyle

    TomaszGaweda committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    310ed1b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Make JSON parsing lazy

    Not using double-checked locking for simplicity, such values should be retrieved from one thread only
    TomaszGaweda committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    267fa1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23e1d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f828229 View commit details
    Browse the repository at this point in the history
  4. Avoid API leak

    TomaszGaweda committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4848a2e View commit details
    Browse the repository at this point in the history
  5. Checkstyle

    TomaszGaweda committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    94f559c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    c6a5248 View commit details
    Browse the repository at this point in the history
  2. CR suggestion

    Co-authored-by: František Hartman <frant.hartm@gmail.com>
    TomaszGaweda and frant-hartm committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    9b12103 View commit details
    Browse the repository at this point in the history
  3. Address CR comments

    TomaszGaweda committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    6873e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    534d32d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    6c442d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c240949 View commit details
    Browse the repository at this point in the history