-
Notifications
You must be signed in to change notification settings - Fork 16
Extend stack info data model #1988
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a50cc28
Create `EnsIndexerStackInfo`, and `EnsDbStackInfo` data model
tk-o 194e4e7
Rename ENSAdmin files for presenting ENSNode Stack Info
tk-o a14378c
Update naming convetion for components presenting ENSNode Stack Info
tk-o 7f3d3e7
Integrate updated `EnsNodeStackInfo` data model into ENSApi
tk-o f7249e0
docs(changeset): Introduced a set of "stack info" data models: `EnsIn…
tk-o 64c4fa8
docs(changeset): Renamed `ENSNodeConfig*` components to follow the `E…
tk-o fb2285f
Apply AI PR feedback for ENSNode SDK
tk-o ab5f265
Apply AI PR feedback for ENSAdmin
tk-o 2955218
Update OpenAPI Spec
tk-o eef4dec
Merge `EnsDbStackInfo` data model into `EnsIndexerStackInfo`
tk-o 8b67fc4
Apply PR feedback
tk-o 6435918
Rename `labelSet` field to `clientLabelSet` for `EnsIndexerConfig` an…
tk-o ac04e08
Rename `labelSet` field to `serverLabelSet` for `EnsRainbowPublicConf…
tk-o a26dfcc
Remove `recordsCount` field from `EnsRainbowPublicConfig` data model
tk-o 4fa82fb
Replace the `version` field on `EnsRainbowPublicConfig` data model wi…
tk-o e376718
Update OpenAPI Spec
tk-o 73a15bc
Update changeset files
tk-o 35c60ac
docs(changeset): **Breaking**: Updated core ENSNode data models.
tk-o d96021d
docs(changeset): Removed _Records Count_ info from the ENSRainbow car…
tk-o 0cce2c3
Apply AI PR feedback
tk-o d5baeda
Merge remote-tracking branch 'origin/main' into feat/extend-stack-inf…
tk-o 7c11fc3
Apply AI PR feedback
tk-o File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| "@ensnode/ensrainbow-sdk": minor | ||
| "@ensnode/ensnode-sdk": minor | ||
| --- | ||
|
|
||
| **Breaking**: Updated core ENSNode data models. | ||
|
|
||
| - `EnsIndexerPublicConfig` | ||
| - Renamed `labelSet` field to `clientLabelSet`. | ||
| - `EnsRainbowApiClientOptions` | ||
| - Renamed `labelSet` field to `clientLabelSet`. | ||
| - `EnsRainbowPublicConfig` | ||
| - Replaced `version: string` field with `versionInfo: EnsRainbowVersionInfo`. | ||
| - Renamed `labelSet` field to `serverLabelSet`. | ||
| - Removed `recordsCount` field from `EnsRainbowPublicConfig`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "ensadmin": minor | ||
| --- | ||
|
|
||
| Removed _Records Count_ info from the ENSRainbow card UI on the _Connection_ page. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "ensadmin": minor | ||
| --- | ||
|
|
||
| Renamed `ENSNodeConfig*` components to follow the `EnsNodeStackInfo*` pattern. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@ensnode/ensnode-sdk": minor | ||
| --- | ||
|
|
||
| Introduced a set of "stack info" data models: `EnsIndexerStackInfo`, `EnsNodeStackInfo`. | ||
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.