-
Notifications
You must be signed in to change notification settings - Fork 831
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
chore: Scala client for certified events #2045
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd89b6f - Browse repository at this point
Copy the full SHA fd89b6fView commit details -
Fixing bug, where I was extracting region and pvi environment details…
… from hadoop configuration. Changed it to retrieve rather from spark configuration
Configuration menu - View commit details
-
Copy full SHA for 0bbac30 - Browse repository at this point
Copy the full SHA 0bbac30View commit details
Commits on Aug 4, 2023
-
This state represents code that works in notebook after porting secti…
…on of the codes separately in Edog.
Configuration menu - View commit details
-
Copy full SHA for 9d85993 - Browse repository at this point
Copy the full SHA 9d85993View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9227747 - Browse repository at this point
Copy the full SHA 9227747View commit details
Commits on Aug 9, 2023
-
Creating JWT Token Parser. Removing dependencies that are no longer n…
…eeded for token parsing.
Configuration menu - View commit details
-
Copy full SHA for bf4c301 - Browse repository at this point
Copy the full SHA bf4c301View commit details -
Restoring resthelpers.scala to prior state. Adding exception handling…
… and few PR comments.
Configuration menu - View commit details
-
Copy full SHA for 0fb16e6 - Browse repository at this point
Copy the full SHA 0fb16e6View commit details
Commits on Aug 10, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for b1e6ba3 - Browse repository at this point
Copy the full SHA b1e6ba3View commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb093cc - Browse repository at this point
Copy the full SHA bb093ccView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a1539b - Browse repository at this point
Copy the full SHA 8a1539bView commit details
Commits on Aug 23, 2023
-
Fixing the early http client termination. At this point we are succes…
…sfully emitting telemetry.
Configuration menu - View commit details
-
Copy full SHA for 070ccd2 - Browse repository at this point
Copy the full SHA 070ccd2View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3df2f45 - Browse repository at this point
Copy the full SHA 3df2f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fad214 - Browse repository at this point
Copy the full SHA 7fad214View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f37a89f - Browse repository at this point
Copy the full SHA f37a89fView commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a58a659 - Browse repository at this point
Copy the full SHA a58a659View commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a707a8 - Browse repository at this point
Copy the full SHA 1a707a8View commit details
Commits on Sep 20, 2023
-
Adding abstract classes to represent certified event payload, adding …
…test for it, addressing PR comments.
Configuration menu - View commit details
-
Copy full SHA for db38753 - Browse repository at this point
Copy the full SHA db38753View commit details
Commits on Sep 22, 2023
-
Turning code immutable as much as possible and removing few tests and…
… classes that were replaced by alternative approach.
Configuration menu - View commit details
-
Copy full SHA for 2619dbb - Browse repository at this point
Copy the full SHA 2619dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b169537 - Browse repository at this point
Copy the full SHA b169537View commit details
Commits on Sep 23, 2023
-
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…
…ge/UsageUtils.scala Co-authored-by: Mark Hamilton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3098851 - Browse repository at this point
Copy the full SHA 3098851View commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…
…ge/UsageUtils.scala Co-authored-by: Mark Hamilton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e65c87 - Browse repository at this point
Copy the full SHA 2e65c87View commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…
…ge/TokenUtils.scala Co-authored-by: Mark Hamilton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1558ed - Browse repository at this point
Copy the full SHA b1558edView commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…
…ge/TokenUtils.scala Co-authored-by: Mark Hamilton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7a78c5 - Browse repository at this point
Copy the full SHA b7a78c5View commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…
…ge/TokenUtils.scala Co-authored-by: Mark Hamilton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 400dbe8 - Browse repository at this point
Copy the full SHA 400dbe8View commit details
Commits on Sep 24, 2023
-
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…
…ge/HostEndpointUtils.scala Co-authored-by: Mark Hamilton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd3a62a - Browse repository at this point
Copy the full SHA fd3a62aView commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/Usa…
…ge/FabricTokenServiceClient.scala Co-authored-by: Mark Hamilton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01a6301 - Browse repository at this point
Copy the full SHA 01a6301View commit details
Commits on Sep 25, 2023
-
porting some api realted to web calls to WebUtils.scala, making few c…
…alls succinct, addressing potential null exceptions, etc.
Configuration menu - View commit details
-
Copy full SHA for f3a0ba0 - Browse repository at this point
Copy the full SHA f3a0ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a007885 - Browse repository at this point
Copy the full SHA a007885View commit details -
Fixing build error that was partly introduced from missing to remove …
…uavailable reference and partly syncing to remote.
Configuration menu - View commit details
-
Copy full SHA for 0f33d72 - Browse repository at this point
Copy the full SHA 0f33d72View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a15c8 - Browse repository at this point
Copy the full SHA d7a15c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71abb8c - Browse repository at this point
Copy the full SHA 71abb8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14cf664 - Browse repository at this point
Copy the full SHA 14cf664View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd35087 - Browse repository at this point
Copy the full SHA bd35087View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 98771b7 - Browse repository at this point
Copy the full SHA 98771b7View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e6ec48 - Browse repository at this point
Copy the full SHA 5e6ec48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b66b58 - Browse repository at this point
Copy the full SHA 5b66b58View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 825c796 - Browse repository at this point
Copy the full SHA 825c796View commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…
…ric/CertifiedEventClient.scala
Configuration menu - View commit details
-
Copy full SHA for b23941a - Browse repository at this point
Copy the full SHA b23941aView commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…
…ric/CertifiedEventClient.scala
Configuration menu - View commit details
-
Copy full SHA for 94d41ca - Browse repository at this point
Copy the full SHA 94d41caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c90498 - Browse repository at this point
Copy the full SHA 2c90498View commit details -
Merge branch 'saibai/ScalaClientCE' of https://github.com/saileshbaid…
…ya/SynapseML_SB into saibai/ScalaClientCE
Configuration menu - View commit details
-
Copy full SHA for 839ec90 - Browse repository at this point
Copy the full SHA 839ec90View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9de057 - Browse repository at this point
Copy the full SHA a9de057View commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c987723 - Browse repository at this point
Copy the full SHA c987723View commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e38b6c - Browse repository at this point
Copy the full SHA 8e38b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f7c15 - Browse repository at this point
Copy the full SHA 17f7c15View commit details
Commits on Oct 9, 2023
-
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/com…
…mon/PlatformDetails.scala
Configuration menu - View commit details
-
Copy full SHA for 3f0fe99 - Browse repository at this point
Copy the full SHA 3f0fe99View commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/com…
…mon/PlatformDetails.scala
Configuration menu - View commit details
-
Copy full SHA for 7b6afc2 - Browse repository at this point
Copy the full SHA 7b6afc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a760a9 - Browse repository at this point
Copy the full SHA 6a760a9View commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…
…ric/CertifiedEventClient.scala
Configuration menu - View commit details
-
Copy full SHA for 2a257a6 - Browse repository at this point
Copy the full SHA 2a257a6View commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…
…ric/CertifiedEventClient.scala
Configuration menu - View commit details
-
Copy full SHA for 75571ab - Browse repository at this point
Copy the full SHA 75571abView commit details -
Update core/src/main/scala/com/microsoft/azure/synapse/ml/logging/fab…
…ric/CertifiedEventClient.scala
Configuration menu - View commit details
-
Copy full SHA for 3093346 - Browse repository at this point
Copy the full SHA 3093346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 629dfa7 - Browse repository at this point
Copy the full SHA 629dfa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a755d64 - Browse repository at this point
Copy the full SHA a755d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8811a52 - Browse repository at this point
Copy the full SHA 8811a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef7c59 - Browse repository at this point
Copy the full SHA 5ef7c59View commit details