Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: use github var for kurrentdb images#317

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
w1am merged 1 commit intotrunkfromw1am/use-kurrentdb-var
Mar 31, 2025

Conversation

w1am
Copy link
Contributor

No description provided.

@w1amw1amforce-pushed thew1am/use-kurrentdb-var branch 7 times, most recently from34160dc to1a1d67dCompareMarch 31, 2025 15:04
@w1amw1amforce-pushed thew1am/use-kurrentdb-var branch from1a1d67d toad8d712CompareMarch 31, 2025 15:24
@w1amw1am requested a review fromCopilotMarch 31, 2025 15:24
Copy link

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates how Docker images are referenced for KurrentDB by consolidating multiple image parts (registry, image name, version) into a single environment variable. Key changes include:

  • Removing the registry and version constants and builder methods in favor of a unified DEFAULT_IMAGE.
  • Updating all CI/CD workflows and Docker Compose configurations to use the KURRENTDB_IMAGE variable.
  • Adjusting documentation and workflow job names to reflect the new image variable usage.

Reviewed Changes

Copilot reviewed 14 out of 16 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
src/test/java/io/kurrent/dbclient/databases/DockerContainerDatabase.javaRemoved registry/version fields and adjusted constructor to use a single image reference.
src/test/java/io/kurrent/dbclient/DatabaseFactory.javaUpdated builder configuration to use KURRENTDB_IMAGE from the environment.
docker-compose.ymlRevised image specification to rely on KURRENTDB_IMAGE.
README.mdUpdated badges and documentation links reflecting CI changes.
.github/workflows/*.ymlConsolidated image environment variables to KURRENTDB_IMAGE and modified some job naming conventions.
.github/ISSUE_TEMPLATE/*Added/updated issue template configurations.
Files not reviewed (2)
  • .github/workflows/docker-repo.yml: Language not supported
  • .github/workflows/test-dispatch.yml: Language not supported
Comments suppressed due to low confidence (2)

src/test/java/io/kurrent/dbclient/databases/DockerContainerDatabase.java:56

  • [nitpick] Since the registry and version details are removed, consider adding a comment that the builder.image value must include the full image name (registry, image, tag) as expected by downstream consumers.
super(builder.image);

.github/workflows/build.yml:30

  • The removal of the 'tests' and 'plugins-tests' jobs from build.yml might reduce overall test coverage in the CI pipeline. Please ensure that tests previously executed in this workflow are now adequately covered in the updated pipeline configuration.
# Tests that do not require a database connection.

@w1amw1am merged commit8ca175b intotrunkMar 31, 2025
31 of 33 checks passed
@w1amw1am deleted the w1am/use-kurrentdb-var branchMarch 31, 2025 15:32
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@w1am

[8]ページ先頭

©2009-2025 Movatter.jp