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
10 changes: 10 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@ webpack.config.js
.eslintrc.json
.vscodeignore
CHANGELOG.md
MARKETPLACE.md
README.md.bak
README.md.tmp
pattern
pat
pat-open-vsx
Makefile
coverage/**
.nyc_output/**
docs/**
.nycrc
index.js
10 changes: 5 additions & 5 deletions MARKETPLACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,16 @@ code --install-extension ric-v.postgres-explorer

## 📚 Resources

- 📖 [Full Documentation](https://dev-asterix.github.io/yape-postgres-ext-vsc/)
- 🐛 [Report Issues](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues)
- 💡 [Request Features](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues/new?template=feature_request.md)
- ⭐ [Star on GitHub](https://github.com/dev-asterix/yape-postgres-ext-vsc)
- 📖 [Full Documentation](https://dev-asterix.github.io/yape/)
- 🐛 [Report Issues](https://github.com/dev-asterix/yape/issues)
- 💡 [Request Features](https://github.com/dev-asterix/yape/issues/new?template=feature_request.md)
- ⭐ [Star on GitHub](https://github.com/dev-asterix/yape)

---

## 📝 License

This extension is licensed under the [MIT License](https://github.com/dev-asterix/yape-postgres-ext-vsc/blob/main/LICENSE).
This extension is licensed under the [MIT License](https://github.com/dev-asterix/yape/blob/main/LICENSE).

---

Expand Down
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ build:

# Package the extension
package: build
$(VSCE_CMD) package
@echo "Replacing README.md with MARKETPLACE.md for packaging..."
@if [ -f README.md ]; then cp README.md README.md.bak; fi
@cp MARKETPLACE.md README.md
@trap 'if [ -f README.md.bak ]; then mv README.md.bak README.md; fi' EXIT INT TERM; \
$(VSCE_CMD) package; \
EXIT_CODE=$$?; \
if [ -f README.md.bak ]; then mv README.md.bak README.md; fi; \
echo "Restored original README.md"; \
exit $$EXIT_CODE

# Publish the extension to VS Code Marketplace and Open VSX Registry
publish: package
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[![Version](https://img.shields.io/visual-studio-marketplace/v/ric-v.postgres-explorer?style=for-the-badge&logo=visual-studio-code&logoColor=white&color=0066CC)](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer)
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/ric-v.postgres-explorer?style=for-the-badge&logo=visual-studio-code&logoColor=white&color=2ECC71)](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer)
[![Rating](https://img.shields.io/visual-studio-marketplace/r/ric-v.postgres-explorer?style=for-the-badge&logo=visual-studio-code&logoColor=white&color=F39C12)](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer)
[![Status](https://img.shields.io/badge/status-beta-blue?style=for-the-badge&logo=git&logoColor=white)](https://github.com/dev-asterix/yape-postgres-ext-vsc)
[![Status](https://img.shields.io/badge/status-beta-blue?style=for-the-badge&logo=git&logoColor=white)](https://github.com/dev-asterix/yape)

A comprehensive PostgreSQL database management extension featuring interactive SQL notebooks, real-time monitoring dashboard, AI-powered assistance, and advanced database operations—all within VS Code.

[📖 **Documentation**](https://dev-asterix.github.io/yape-postgres-ext-vsc/) • [🛒 **Marketplace**](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) • [🤝 **Contributing**](#-contributing)
[📖 **Documentation**](https://dev-asterix.github.io/yape/) • [🛒 **Marketplace**](https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer) • [🤝 **Contributing**](#-contributing)

</div>

Expand Down Expand Up @@ -51,7 +51,7 @@ Then: **PostgreSQL icon** → **Add Connection** → Enter details → **Connect
## 🏗️ Project Structure

```
yape-postgres-ext-vsc/
yape/
├── src/
│ ├── extension.ts # Extension entry point
│ ├── commands/ # Command implementations
Expand Down Expand Up @@ -96,8 +96,8 @@ yape-postgres-ext-vsc/

```bash
# Clone the repository
git clone https://github.com/dev-asterix/yape-postgres-ext-vsc.git
cd yape-postgres-ext-vsc
git clone https://github.com/dev-asterix/yape.git
cd yape

# Install dependencies
npm install
Expand Down Expand Up @@ -148,8 +148,8 @@ Tests are located in `src/test/unit/` using Mocha + Chai + Sinon.

## 🤝 Contributing

- 🐛 [Report Bugs](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues/new?template=bug_report.md)
- 💡 [Request Features](https://github.com/dev-asterix/yape-postgres-ext-vsc/issues/new?template=feature_request.md)
- 🐛 [Report Bugs](https://github.com/dev-asterix/yape/issues/new?template=bug_report.md)
- 💡 [Request Features](https://github.com/dev-asterix/yape/issues/new?template=feature_request.md)
- 🔧 Fork → Branch → PR

### Commit Convention
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<a href="#features">Features</a>
<a href="#workflow">Workflow</a>
<a href="#ai-powered">AI</a>
<a href="https://github.com/dev-asterix/yape-postgres-ext-vsc">GitHub</a>
<a href="https://github.com/dev-asterix/yape">GitHub</a>
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle Theme">&#127769;</button>
<a href="https://marketplace.visualstudio.com/items?itemName=ric-v.postgres-explorer"
class="nav-cta">Install</a>
Expand Down Expand Up @@ -341,14 +341,14 @@ <h4>Schema Understanding</h4>
<div class="footer-links-grid">
<div class="footer-col">
<h4>Resources</h4>
<a href="https://github.com/dev-asterix/yape-postgres-ext-vsc#readme">Documentation</a>
<a href="https://github.com/dev-asterix/yape#readme">Documentation</a>
<a
href="https://github.com/dev-asterix/yape-postgres-ext-vsc/blob/main/CHANGELOG.md">Changelog</a>
href="https://github.com/dev-asterix/yape/blob/main/CHANGELOG.md">Changelog</a>
</div>
<div class="footer-col">
<h4>Community</h4>
<a href="https://github.com/dev-asterix/yape-postgres-ext-vsc">GitHub</a>
<a href="https://github.com/dev-asterix/yape-postgres-ext-vsc/issues">Report Issues</a>
<a href="https://github.com/dev-asterix/yape">GitHub</a>
<a href="https://github.com/dev-asterix/yape/issues">Report Issues</a>
</div>
<div class="footer-col">
<h4>Install</h4>
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"name": "postgres-explorer",
"displayName": "PostgreSQL Explorer",
"version": "0.5.0",
"version": "0.5.3",
"description": "PostgreSQL database explorer for VS Code with notebook support",
"publisher": "ric-v",
"private": false,
"license": "MIT",
"readme": "MARKETPLACE.md",
"repository": {
"type": "git",
"url": "https://github.com/dev-asterix/yape-postgres-ext-vsc.git"
"url": "https://github.com/dev-asterix/yape.git"
},
"bugs": {
"url": "https://github.com/dev-asterix/yape-postgres-ext-vsc/issues"
"url": "https://github.com/dev-asterix/yape/issues"
},
"homepage": "https://github.com/dev-asterix/yape-postgres-ext-vsc#readme",
"icon": "resources/postgres-vsc-icon.png",
"homepage": "https://github.com/dev-asterix/yape#readme",
"icon": "resources/postgres-explorer.png",
"galleryBanner": {
"color": "#C80000",
"theme": "dark"
Expand Down