Added EnterpriseDB to the root README/PACKAGES and its CI/CD pipeline… - #1303
Merged
Conversation
…. Ref: #1290 - README.md/PACKAGES.md: list RepoDb.EnterpriseDb (get-started link, package table row, EnterpriseDB.EDBClient credit) - core package only, since RepoDb.EnterpriseDb.BulkOperations does not exist yet. - build-base.yml: new build-enterprisedb job/db-engine, using the official docker.enterprisedb.com/k8s/edb-postgres-advanced:18 image (requires the EDB_DOCKER_USERNAME/EDB_DOCKER_PASSWORD repo secrets to pull) and a pg_isready readiness check. - build-enterprisedb.yml / build-pr-enterprisedb.yml / release-enterprisedb.yml: mirror the Vertica core-package workflows. - build-enterprisedb-bulk.yml / build-pr-enterprisedb-bulk.yml / release-enterprisedb-bulk.yml: mirror the Vertica bulk-package workflows, scaffolded ahead of RepoDb.EnterpriseDb.BulkOperations existing - they stay dormant (their path filters never match) until that project is added. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
…. Ref: #1290