Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,3 @@ echo "Running tests before commit..."
# Change to the repository root
REPO_ROOT="$(git rev-parse --show-toplevel)"
cd "$REPO_ROOT"

# Check if endpoint-exposer tests need to be run (if any endpoint-exposer files changed)
if git diff --cached --name-only | grep -q "^endpoint-exposer/"; then
echo "Endpoint-exposer files changed, running tests..."

if command -v bats &> /dev/null; then
cd endpoint-exposer
bats test/
else
echo "⚠️ BATS not installed, skipping tests"
echo "Install BATS: brew install bats-core (macOS) or see https://bats-core.readthedocs.io"
exit 0
fi

echo "✅ All endpoint-exposer tests passed!"
fi
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ gen
*.tfstate
*.tfstate.backup
.terraform/
*.tfvars
*.tfvars
.DS_Store
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@ This repository contains a collection of service definitions for the null platfo

## Table of Contents

- Service Catalog
- Databases
- [PostgreSQL Database](./databases/postgres/k8s/README.md)
- [Service Catalog](#service-catalog)
- [Usage](#usage)
- [Contributing](#contributing)

## Service Catalog

### Services in this repository

- Databases
- [Azure Cosmos DB](./databases/azure-cosmos-db)
- [RDS PostgreSQL Database](./databases/rds-postgres-db/README.md)
- [RDS PostgreSQL Server](./databases/rds-postgres-server/README.md)

### Services in other repositories

- PostgreSQL (Kubernetes) → [nullplatform/services-postgresql-k-8-s](https://github.com/nullplatform/services-postgresql-k-8-s)
- Endpoint Exposer → [nullplatform/services-endpoint-exposer](https://github.com/nullplatform/services-endpoint-exposer)

## Usage

Each service is defined by its specification files and includes:
Expand Down
242 changes: 0 additions & 242 deletions databases/postgres/k8s/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions databases/postgres/k8s/entrypoint/entrypoint

This file was deleted.

14 changes: 0 additions & 14 deletions databases/postgres/k8s/handle-service-agent

This file was deleted.

6 changes: 0 additions & 6 deletions databases/postgres/k8s/postgres-db/ensure_psql.sh

This file was deleted.

39 changes: 0 additions & 39 deletions databases/postgres/k8s/postgres-db/link/create-database-user

This file was deleted.

Loading
Loading