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

WPT data consumption workflow #10

Closed
wants to merge 8 commits into from
Closed

Conversation

jcscottiii
Copy link
Collaborator

No description provided.

Change-Id: I28c0a9eecb2022693ef9dda58512525b8cc8224c
Change-Id: Ia3255fe8df8981daf1d7203a990b4180f3c55c05
Change-Id: I68c3a25dc9cb87eac368efb9468672e663cb5484
Change-Id: Ie3380e33a18c57171c71c76f611b20c315140e1b
Change-Id: I06e9eb6ae85da6b87d6fd580502a343df9d967f0
Change-Id: Ia81d2495e82fcea0b0faddd25b1ad1d60451bbb1
Change-Id: Iced710d929f9dda6fe0acb27d28c2f9bb93da91a
Change-Id: I8c8685fec335c94991e2fce4074fa5d4b2d350db
jcscottiii added a commit that referenced this pull request Feb 14, 2024
Previously this client was made specifically for WebFeatures.

By moving to generics, we can easily expand support for future entity types.

In order to support the generic client, two new interfaces are introduced:
- Filterable
- Mergeable

Filterable allows us to pass custom filters that apply to that entity type

Mergeable allows us to define logic for that entity type to describe how to handle merges during updates

Also add some tests for this new entity client

This is part of splitting up #10

Change-Id: I40ff90582cbb73c11897777e1e72a995669dc12f
jcscottiii added a commit that referenced this pull request Feb 14, 2024
Previously this client was made specifically for WebFeatures.

By moving to generics, we can easily expand support for future entity types.

In order to support the generic client, two new interfaces are introduced:
- Filterable
- Mergeable

Filterable allows us to pass custom filters that apply to that entity type

Mergeable allows us to define logic for that entity type to describe how to handle merges during updates

Also add some tests for this new entity client

This is part of splitting up #10

Change-Id: I40ff90582cbb73c11897777e1e72a995669dc12f
jcscottiii added a commit that referenced this pull request Feb 14, 2024
* Add a generic entity client for datastore

Previously this client was made specifically for WebFeatures.

By moving to generics, we can easily expand support for future entity types.

In order to support the generic client, two new interfaces are introduced:
- Filterable
- Mergeable

Filterable allows us to pass custom filters that apply to that entity type

Mergeable allows us to define logic for that entity type to describe how to handle merges during updates

Also add some tests for this new entity client

This is part of splitting up #10

Change-Id: I40ff90582cbb73c11897777e1e72a995669dc12f

* fix typo

Change-Id: Ifc55e09388d8a9d554b565402f719bc77d8f0a2a
@jcscottiii jcscottiii closed this Mar 26, 2024
@jcscottiii jcscottiii deleted the jcscottiii/wpt-workflow branch May 14, 2024 16:31
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.

1 participant