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(telemetry): Unique User IDs in kedro-telemetry - merge only for kedro-telemetry release 0.4.0 #596

Merged
merged 18 commits into from
Mar 18, 2024

Commits on Mar 5, 2024

  1. Change to unique uuid

    Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
    DimedS committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2b36ddd View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
    DimedS committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2735206 View commit details
    Browse the repository at this point in the history
  3. fix tests and empty value

    Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
    DimedS committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a17da4a View commit details
    Browse the repository at this point in the history
  4. fix lint

    Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
    DimedS committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5c1f2be View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Reformat _get_or_create_uuid to not be entirely inside the try block

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    75480b6 View commit details
    Browse the repository at this point in the history
  2. Reformat _get_or_create_uuid to not be entirely inside the try block

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    11c28b1 View commit details
    Browse the repository at this point in the history
  3. Remove incorrectly sent file

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4c9427c View commit details
    Browse the repository at this point in the history
  4. Update RELEASE.md

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a20d0d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Return empty ID if the existing ID cannot be read

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ea96a13 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Extract new uuid generation to its own function

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e16cde6 View commit details
    Browse the repository at this point in the history
  2. Convert .conf file to .toml

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ec0594e View commit details
    Browse the repository at this point in the history
  3. Lint

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3bc7546 View commit details
    Browse the repository at this point in the history
  4. Remove redundant try/except block

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9795b5e View commit details
    Browse the repository at this point in the history
  5. Add type hints, change variable names to be more descriptive

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ae5694a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Small fixes

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0c706f0 View commit details
    Browse the repository at this point in the history
  2. Make release note more explicit

    Signed-off-by: lrcouto <laurarccouto@gmail.com>
    lrcouto committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b1bca73 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 16, 2024

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