Skip to content

(VDB-979) Remove jug drip repository#54

Merged
rmulhol merged 1 commit intostagingfrom
vdb-979-remove-jug-drip-repository
Dec 12, 2019
Merged

(VDB-979) Remove jug drip repository#54
rmulhol merged 1 commit intostagingfrom
vdb-979-remove-jug-drip-repository

Conversation

@rmulhol
Copy link
Copy Markdown
Contributor

@rmulhol rmulhol commented Dec 10, 2019

  • use event.Transformer interface

Copy link
Copy Markdown
Contributor

@m0ar m0ar left a comment

Choose a reason for hiding this comment

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

LGTM!

constants.HeaderFK: log.HeaderID,
constants.LogFK: log.ID,
OrderedColumns: []event.ColumnName{
constants.HeaderFK, constants.IlkColumn, constants.LogFK,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
constants.HeaderFK, constants.IlkColumn, constants.LogFK,
event.HeaderFK, constants.IlkColumn, event.LogFK,

ForeignKeyValues: shared.ForeignKeyValues{
constants.IlkFK: ilk,
ColumnValues: event.ColumnValues{
constants.HeaderFK: log.HeaderID,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
constants.HeaderFK: log.HeaderID,
event.HeaderFK: log.HeaderID,

constants.IlkFK: ilk,
ColumnValues: event.ColumnValues{
constants.HeaderFK: log.HeaderID,
constants.LogFK: log.ID,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
constants.LogFK: log.ID,
event.LogFK: log.ID,

@rmulhol rmulhol force-pushed the vdb-979-remove-jug-drip-repository branch 2 times, most recently from b0988c0 to 8f5ac5c Compare December 11, 2019 14:52
- use event.Transformer interface
@rmulhol rmulhol force-pushed the vdb-979-remove-jug-drip-repository branch from 8f5ac5c to 0dd171c Compare December 12, 2019 18:25
@rmulhol rmulhol merged commit a03f200 into staging Dec 12, 2019
@rmulhol rmulhol deleted the vdb-979-remove-jug-drip-repository branch December 12, 2019 18:39
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.

2 participants