This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
improbable-prow-robot
added
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
jira/no-ticket
Indicates a PR has no corresponding JIRA ticket
labels
Aug 10, 2020
improbable-prow-robot
added
the
size/XL
Denotes a PR that changes 300-599 lines, ignoring generated files.
label
Aug 10, 2020
seanjparker
commented
Aug 11, 2020
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
improbable-prow-robot
removed
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Aug 11, 2020
…r' into feature/event-tracing-api-wrapper
jamiebrynes7
previously requested changes
Aug 11, 2020
workers/unity/Packages/io.improbable.worker.sdk/EventTracing.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/EventTracing.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/EventTracing.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/EventTracing.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/EventTracing.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/EventTracing.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/EventTracing.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
Remove intermediate class for TraceItem Override object GetHashCode+Equals for SpanId
zeroZshadow
reviewed
Aug 20, 2020
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
cc @improbable-jonphillips, @tbimprob I was wondering if you could take a look at these C# wrappers for the C API, in case you had any comments/suggestions about them before creating a PR into |
…los/gdk-for-unity into feature/event-tracing-api-wrapper
jamiebrynes7
approved these changes
Aug 26, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple nits, but otherwise this LGTM. Don't forget a CHANGELOG entry too!
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/ParameterConversion.cs
Outdated
Show resolved
Hide resolved
workers/unity/Packages/io.improbable.worker.sdk/EventTracing.cs
Outdated
Show resolved
Hide resolved
Don't drop errors silently in Span/Event ParameterConversion
BryanJY-Wong
approved these changes
Aug 27, 2020
paulbalaji
approved these changes
Aug 28, 2020
…los/gdk-for-unity into feature/event-tracing-api-wrapper
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
1 task
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
jira/no-ticket
Indicates a PR has no corresponding JIRA ticket
size/XXL
Denotes a PR that changes 600+ lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For UTY-2686
Description
Tests
How did you test these changes prior to submitting this pull request?
What automated tests are included in this PR?
Documentation
How is this documented (for example: release note, upgrade guide, feature page, in-code documentation)?
Nothing yet