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

Extract core/store/models #11626

Merged
merged 31 commits into from
Jan 10, 2024
Merged

Conversation

DylanTinianov
Copy link
Contributor

@DylanTinianov DylanTinianov commented Dec 19, 2023

Extract core/store/models to chainlink-common

  • Moved chainlink models.Duration to chainlink-common config.Duration
  • Moved chainlink models.URL to chainlink-common config.URL

@DylanTinianov DylanTinianov self-assigned this Dec 19, 2023
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

Copy link
Contributor

I see that you haven't updated any README files. Would it make sense to do so?

@DylanTinianov DylanTinianov marked this pull request as ready for review December 19, 2023 18:30
@DylanTinianov DylanTinianov requested a review from a team as a code owner December 19, 2023 18:55
amit-momin
amit-momin previously approved these changes Jan 4, 2024
@@ -8,7 +8,7 @@ import (
"github.com/pelletier/go-toml/v2"
"github.com/rs/zerolog/log"

"github.com/smartcontractkit/chainlink/v2/core/store/models"
commonconfig "github.com/smartcontractkit/chainlink-common/pkg/config"
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we avoid aliasing when there is no conflict?

Suggested change
commonconfig "github.com/smartcontractkit/chainlink-common/pkg/config"
"github.com/smartcontractkit/chainlink-common/pkg/config"

@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate failed

Failed condition 70.0% 70.0% Coverage on New Code (is less than 75%)

See analysis details on SonarQube

@prashantkumar1982 prashantkumar1982 added this pull request to the merge queue Jan 10, 2024
Merged via the queue into develop with commit ba841a5 Jan 10, 2024
79 checks passed
@prashantkumar1982 prashantkumar1982 deleted the BCI-2531-extract-core-store-models branch January 10, 2024 18:48
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.

6 participants