[CLD-128]: chore: setup lint and test#1
Merged
graham-chainlink merged 1 commit intomainfrom Apr 11, 2025
Merged
Conversation
Setting up some basic checks before i start adding code here - codeowners - lint and test workflows - gitignore & editor config
jkongie
reviewed
Apr 10, 2025
Collaborator
There was a problem hiding this comment.
Do we need a push main as well?
Collaborator
Author
There was a problem hiding this comment.
good question, should have it now that we always enforce it with merge group, i notice we dont have it in chainlink-deplyoments?
jkongie
approved these changes
Apr 10, 2025
You're not authorized to push to this branch. Visit "About protected branches" for more information.
You're not authorized to push to this branch. Visit "About protected branches" for more information.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jul 15, 2025
First PR to implement a `catalog` version of the DataStore API. - Adds protobuf generated code from the [chainlink-catalog](https://github.com/smartcontractkit/chainlink-catalog) repo. - Adds a complete implementation of the datastore API that interacts with the `catalog` gRPC API NOTES: - All related tests are currently disabled in CI but have been thoroughly verified locally running against a local copy of catalog the service - No changeset required for this PR because there will be a followup with some refinements of the implementation ---- [JIRA](https://smartcontract-it.atlassian.net/browse/INFOPLAT-2494)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Setting up some basic checks before i start adding code here
JIRA: https://smartcontract-it.atlassian.net/browse/CLD-128