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

Add mergeKey to IdentityDefinition #3037

Merged
merged 4 commits into from
Aug 23, 2024

Conversation

oleg-codaio
Copy link
Contributor

@oleg-codaio oleg-codaio commented Aug 23, 2024

Adding property for internal use for now.

PTAL @coda/packs

@oleg-codaio oleg-codaio marked this pull request as ready for review August 23, 2024 17:18
@oleg-codaio oleg-codaio requested a review from a team as a code owner August 23, 2024 17:18
Copy link
Contributor

@ekoleda-codaio ekoleda-codaio left a comment

Choose a reason for hiding this comment

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

SDK surface and docs LGTM.

@oleg-codaio oleg-codaio force-pushed the osv-add-mergekey-to-identitydefinition branch from f5c13cb to 6e7b698 Compare August 23, 2024 18:04
@@ -1,6 +1,6 @@
{
"name": "@codahq/packs-sdk",
"version": "1.7.10-prerelease.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

don't you mean 1.7.11?

Copy link
Contributor

Choose a reason for hiding this comment

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

(though we should have already been on 11-prerelease technically)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah yup, I had to temporarily change the version to 1.7.10 to get make release-manual to work.

@oleg-codaio oleg-codaio force-pushed the osv-add-mergekey-to-identitydefinition branch 2 times, most recently from 59b5de2 to 09d6fd9 Compare August 23, 2024 18:06
schema.ts Outdated
@@ -992,6 +992,14 @@ export interface IdentityDefinition {
dynamicUrl?: string;
/** The ID of another pack, if you are trying to reference a value from different pack. */
packId?: number;
/**
* By default, result sets returned by dynamic sync tables will not be merged together for the purposes of presenting
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps "merged together across different dynamicUrl values"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup, will update before merging. (Since I released already though won't cut another release for the correction.).

@@ -2,8 +2,6 @@

This changelog keeps track of all changes to the Packs SDK. We follow conventions from [keepachangelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
Copy link
Contributor

Choose a reason for hiding this comment

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

Why remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was wrestling with make release-manual - thought maybe I could bypass release notes for this release since there are no external-facing updates.

Copy link
Contributor

Choose a reason for hiding this comment

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

in the future, i think it'd be better to do releases as separate PRs from the actual changes

@oleg-codaio oleg-codaio force-pushed the osv-add-mergekey-to-identitydefinition branch from 09d6fd9 to 6e2587f Compare August 23, 2024 18:07
@oleg-codaio oleg-codaio merged commit ccf2fea into main Aug 23, 2024
1 check passed
@oleg-codaio oleg-codaio deleted the osv-add-mergekey-to-identitydefinition branch August 23, 2024 18:34
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