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

[TS-1154] Initial version #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[TS-1154] Initial version #1

wants to merge 2 commits into from

Conversation

cordwelt
Copy link
Contributor

No description provided.

* [TH2-4566] reusable workflow

---------

Co-authored-by: Denis Plotnikov <[email protected]>
Co-authored-by: isengrims <[email protected]>
Co-authored-by: Nikita Smirnov <[email protected]>
@@ -0,0 +1,7 @@
variables:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant file

@@ -0,0 +1,14 @@
package com.exactpro.th2.codec.soup.bin.tcp

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright

Comment on lines +142 to +148
header.metadataBuilder.apply {
this.idBuilder.mergeFrom(metadata.id).addSubsequence(0)
this.timestamp = metadata.timestamp
this.messageType = decoder.name
this.protocol = PROTOCOL
putAllProperties(metadata.propertiesMap)
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe maybe extract converting metadata logic into core part

@@ -0,0 +1,28 @@
package com.exactpro.th2.codec.soup.bin.tcp.codec

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright

@@ -0,0 +1,3 @@
package com.exactpro.th2.codec.soup.bin.tcp.codec

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright

@@ -0,0 +1,21 @@
package com.exactpro.th2.codec.soup.bin.tcp.codec

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright

@@ -0,0 +1,3 @@
package com.exactpro.th2.codec.soup.bin.tcp.codec

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright

@@ -0,0 +1,28 @@
package com.exactpro.th2.codec.soup.bin.tcp.codec

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copyright

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants