Conversation
- Add GitHub Actions for documentation deployment and container releases - Create `install.sh` and `dequel` CLI for platform management - Introduce root `VERSION` file and `CHANGELOG.md` - Configure Vercel deployment for docs - Update documentation with installation instructions
Feat/workflow
Use the lowercase version of the repository name to ensure image tags remain consistent regardless of user or organization casing.
Feat/workflow
Add an `uninstall` command to the Dequel script to remove configuration, Docker volumes, images, and the CLI symlink. Refactor image naming logic in the release workflow to handle repository case sensitivity by setting variables dynamically during the job.
Feat/workflow
deployments - Add GitHub authentication flow and repository picker - Implement Drizzle ORM for database schema management - Refactor project database repository into modular structure - Update project creation flow to support repository selection - Add environment variable management component refactor
settings - Implement SMTP settings repository, routes, and testing functionality - Add `dequel.json` configuration loader to seed system settings on startup - Update Docker release workflow to package system configuration files - add config error banner - Add system configuration documentation and update installation instructions
configuration - Added `port`, `sourceDir`, and `sourceType` fields to project schema. - Updated API project creation/retrieval to support new fields. - Refactored frontend UI components for project creation and layout. - Added `mise` to API Dockerfile for improved runtime management. - Added support for displaying notifications in the web dashboard.
instance telemetry - Add API endpoints to list, register, and delete GitHub webhooks for repositories - Implement telemetry tracking for instances via PostHog - Add instance identity generation during installation - Add duration display to deployments list in UI
feat(api): add GitHub webhook management and instance telemetry
and abort support Implement dynamic railpack.json generation to support monorepos, caching, and language-specific build steps (Node.js, Rust, Go). Add AbortSignal support to build processes to allow for graceful cancellation.
feat: add GitHub integration for repository deployments
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.
No description provided.