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

chore: Scala client for certified events #2045

Merged
merged 54 commits into from
Oct 10, 2023

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    fd89b6f View commit details
    Browse the repository at this point in the history
  2. Fixing bug, where I was extracting region and pvi environment details…

    … from hadoop configuration. Changed it to retrieve rather from spark configuration
    saileshbaidya committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0bbac30 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. This state represents code that works in notebook after porting secti…

    …on of the codes separately in Edog.
    saileshbaidya committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9d85993 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    bf4c301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fb16e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. 1) Restricting access level to class properties, and functions. 2) Cl…

    …eaning unused imports. 3) Closing unused resources like file handler, etc. 4) And fixing few scala style checks like calling convention for 0 parameter func, etc.
    saileshbaidya committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b1e6ba3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

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

Commits on Aug 14, 2023

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

Commits on Aug 23, 2023

  1. Fixing the early http client termination. At this point we are succes…

    …sfully emitting telemetry.
    saileshbaidya committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    070ccd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Fixing typos

    saileshbaidya committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3df2f45 View commit details
    Browse the repository at this point in the history
  2. Fixing test failure.

    saileshbaidya committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7fad214 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

  1. Addressing PR comments

    saileshbaidya committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a58a659 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Sep 20, 2023

  1. Adding abstract classes to represent certified event payload, adding …

    …test for it, addressing PR comments.
    saileshbaidya committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    db38753 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Turning code immutable as much as possible and removing few tests and…

    … classes that were replaced by alternative approach.
    saileshbaidya committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2619dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b169537 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…

    …ge/UsageUtils.scala
    
    Co-authored-by: Mark Hamilton <[email protected]>
    saileshbaidya and mhamilton723 authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    3098851 View commit details
    Browse the repository at this point in the history
  2. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…

    …ge/UsageUtils.scala
    
    Co-authored-by: Mark Hamilton <[email protected]>
    saileshbaidya and mhamilton723 authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    2e65c87 View commit details
    Browse the repository at this point in the history
  3. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…

    …ge/TokenUtils.scala
    
    Co-authored-by: Mark Hamilton <[email protected]>
    saileshbaidya and mhamilton723 authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    b1558ed View commit details
    Browse the repository at this point in the history
  4. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…

    …ge/TokenUtils.scala
    
    Co-authored-by: Mark Hamilton <[email protected]>
    saileshbaidya and mhamilton723 authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    b7a78c5 View commit details
    Browse the repository at this point in the history
  5. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…

    …ge/TokenUtils.scala
    
    Co-authored-by: Mark Hamilton <[email protected]>
    saileshbaidya and mhamilton723 authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    400dbe8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…

    …ge/HostEndpointUtils.scala
    
    Co-authored-by: Mark Hamilton <[email protected]>
    saileshbaidya and mhamilton723 authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    fd3a62a View commit details
    Browse the repository at this point in the history
  2. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…

    …ge/FabricTokenServiceClient.scala
    
    Co-authored-by: Mark Hamilton <[email protected]>
    saileshbaidya and mhamilton723 authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    01a6301 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. porting some api realted to web calls to WebUtils.scala, making few c…

    …alls succinct, addressing potential null exceptions, etc.
    saileshbaidya committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f3a0ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a007885 View commit details
    Browse the repository at this point in the history
  3. Fixing build error that was partly introduced from missing to remove …

    …uavailable reference and partly syncing to remote.
    saileshbaidya committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0f33d72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7a15c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71abb8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14cf664 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. some cleanup

    mhamilton723 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5e6ec48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b66b58 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. neaten PR

    mhamilton723 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    825c796 View commit details
    Browse the repository at this point in the history
  2. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…

    …ric/CertifiedEventClient.scala
    mhamilton723 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b23941a View commit details
    Browse the repository at this point in the history
  3. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…

    …ric/CertifiedEventClient.scala
    mhamilton723 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    94d41ca View commit details
    Browse the repository at this point in the history
  4. add futures

    mhamilton723 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2c90498 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    839ec90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9de057 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

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

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    8e38b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17f7c15 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    3f0fe99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6afc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a760a9 View commit details
    Browse the repository at this point in the history
  4. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…

    …ric/CertifiedEventClient.scala
    mhamilton723 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2a257a6 View commit details
    Browse the repository at this point in the history
  5. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…

    …ric/CertifiedEventClient.scala
    mhamilton723 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    75571ab View commit details
    Browse the repository at this point in the history
  6. Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…

    …ric/CertifiedEventClient.scala
    mhamilton723 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3093346 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    mhamilton723 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    629dfa7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a755d64 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8811a52 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ef7c59 View commit details
    Browse the repository at this point in the history