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
24 changes: 24 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Set default behavior to automatically normalize line endings to LF
* text=auto eol=lf

# Explicitly declare text files you want to always be normalized and converted to LF
*.py text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.toml text eol=lf
*.json text eol=lf
*.sh text eol=lf
*.sql text eol=lf

# Denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "**/README.md"

jobs:
postgres-mcp-ci:
pg-mcp-ci:
runs-on: ubuntu-latest

steps:
Expand All @@ -24,12 +24,6 @@ jobs:
with:
python-version: "3.12"

- name: Start Docker service
run: sudo service docker start || true

- name: Verify Docker is running
run: docker info

- name: Install uv
uses: astral-sh/setup-uv@v5
with:
Expand Down
88 changes: 0 additions & 88 deletions .github/workflows/docker-build-dockerhub.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,7 @@ devenv.local.nix
# pre-commit
.pre-commit-config.yaml
*.sql

.idea/

.claude/settings.local.json
61 changes: 0 additions & 61 deletions Dockerfile

This file was deleted.

1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2025, Crystal Corp.
Copyright (c) 2025, André C. Andersen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading
Loading