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

databroker: add utility recordset and changeset #4701

Merged
merged 6 commits into from Nov 3, 2023

Conversation

wasaga
Copy link
Contributor

@wasaga wasaga commented Nov 2, 2023

Summary

Adds utility functions to calculate the difference between observed and derived state of databroker. Used by the console and zero managed mode.

Related issues

User Explanation

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@coveralls
Copy link

coveralls commented Nov 2, 2023

Coverage Status

coverage: 63.797% (-0.08%) from 63.874%
when pulling 34bd4ef on wasaga/databroker-recordset
into 45b72bc on main.

@wasaga wasaga marked this pull request as ready for review November 2, 2023 22:28
@wasaga wasaga requested a review from a team as a code owner November 2, 2023 22:28
@wasaga wasaga merged commit 6d5558c into main Nov 3, 2023
9 checks passed
@wasaga wasaga deleted the wasaga/databroker-recordset branch November 3, 2023 15:27
}
}

// Remove adds a record to the change set.
Copy link
Contributor

Choose a reason for hiding this comment

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

I find this a little confusing, maybe we could rephrase it something like this?

Suggested change
// Remove adds a record to the change set.
// Remove adds a record to the change set, marked for deletion.

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.

None yet

4 participants