Mauricio Siu
a212d42495
refactor(database): remove unique constraint and related files for preview_deployments
...
- Deleted the SQL file that added a unique constraint on the combination of applicationId and pullRequestId in the preview_deployments table.
- Removed the corresponding entry from the _journal.json to reflect the deletion of the migration.
- Deleted the snapshot file for version 142, which is no longer needed.
- Updated the preview-deployments schema to remove the unique index, reverting to the previous state.
2026-02-08 01:51:02 -06:00
Mauricio Siu
d187b52e09
refactor(deploy): execute deployments in background to prevent timeouts
...
- Updated deployment logic across multiple API routes to run deployments in the background, allowing for immediate response and avoiding potential webhook timeouts.
- Added error handling to log any failures during background deployment.
2025-12-13 01:28:19 -06:00
Mauricio Siu
ca1fa7c4f7
feat: add support for preview labels in deployment process
2025-08-23 20:11:18 -06:00
PiquelChips
15e62961e8
fix: would only create previews if none of the labels were present
2025-08-11 14:09:02 +02:00
PiquelChips
429c1e4cd8
feat: better UI for submitting labels
2025-08-11 14:03:30 +02:00
autofix-ci[bot]
9baafb83ff
[autofix.ci] apply automated fixes
2025-07-28 07:38:28 +00:00
PiquelChips
1f9ef473f1
format some files
2025-07-24 19:45:43 +02:00
PiquelChips
a0bbf7be23
add check for presence of labels
2025-07-24 19:35:33 +02:00
PiquelChips
f2ae39aa86
feat: preview deployments for pull requests with specific labels
2025-07-23 21:39:54 +02:00
Marukome0743
9ab937f726
refactor: lint dokploy application
2025-07-15 14:13:32 +09:00
Mauricio Siu
1dd713a1d1
fix(deploy): change preview deployment limit check to be exclusive
2025-07-13 23:20:23 -06:00
Mauricio Siu
2ca5321fdc
feat(preview): add collaborator permission requirement for preview deployments
...
- Introduced a new boolean field `previewRequireCollaboratorPermissions` in the application schema to enforce permission checks for preview deployments.
- Updated the UI to include a toggle for this setting in the preview deployment settings.
- Enhanced GitHub deployment handler to validate PR authors against the required permissions, blocking unauthorized deployments and providing security notifications.
- Added SQL migration to update the database schema accordingly.
2025-07-13 23:12:09 -06:00
Mauricio Siu
55dc08b6ba
Refactor GitHub deployment handler: simplify owner extraction logic by removing fallback to login name.
2025-04-26 22:17:09 -06:00
Theo D
459c94929a
fix GitHub event handling for tag deployments.
2025-04-21 02:25:41 +02:00
autofix-ci[bot]
f5cffca37c
[autofix.ci] apply automated fixes (attempt 2/3)
2025-04-06 10:56:32 +00:00
autofix-ci[bot]
e5ee06b67e
[autofix.ci] apply automated fixes
2025-04-06 08:59:02 +00:00
Theo D
fcb8a2bded
feat(github): add triggerType field to GitHub provider and handle tag creation events
2025-04-02 22:28:12 +02:00
Mauricio Siu
724bed9832
feat(api): enhance GitHub deployment handling with additional GitHub ID checks
...
- Added GitHub ID checks to the deployment logic for applications and composes.
- Improved the extraction of deployment title and hash from the request headers and body.
- Ensured consistency in handling deployment data across different branches and repositories.
2025-03-16 20:15:51 -06:00
Mauricio Siu
492d51337c
chore(github): remove debug console log in GitHub deployment handler
2025-03-08 23:46:06 -06:00
Mauricio Siu
c1aeb828d8
feat(applications): add watch paths for selective deployments
...
- Implement watch paths feature for GitHub and GitLab applications and compose services
- Add ability to specify paths that trigger deployments when changed
- Update database schemas to support watch paths
- Integrate micromatch for flexible path matching
- Enhance deployment triggers with granular file change detection
2025-03-08 23:32:08 -06:00
Mauricio Siu
1a415b96c9
refactor: remove unused auth service and clean up server-side code
2025-02-22 18:03:12 -06:00
Mauricio Siu
8d31574e5f
refactor: add continue to is cloud
2025-01-26 15:17:26 -06:00
Vyacheslav Shcherbinin
ac49235916
Pull Request actions filter
2025-01-25 10:51:22 +07:00
Mauricio Siu
81248ed03f
fix: add continue to process all applications
2025-01-22 00:39:28 -06:00
izayl
e69c602d1c
chore: enhance deployment skip message to include reason for skipping
2025-01-17 15:47:18 +08:00
izayl
4e724d88aa
feat: add ci skip check
2025-01-16 16:26:28 +08:00
Dom
2af8d6f565
Spelling and grammar corrections
2024-12-29 22:34:57 +10:00
Mauricio Siu
ed543e5397
refactor: lint
2024-12-23 02:28:40 -06:00
Mauricio Siu
3feead31d9
Merge branch 'canary' into 379-preview-deployment
2024-12-07 21:57:19 -06:00
Mauricio Siu
b1fd1fb306
refactor: enable preview deployments if autodeploy is disabled
2024-12-07 21:48:51 -06:00
Mauricio Siu
46cd22038b
refactor: clean code
2024-12-07 21:47:16 -06:00
Mauricio Siu
5058d9b47d
Merge branch 'canary' into 379-preview-deployment
2024-12-07 21:28:34 -06:00
Mauricio Siu
1c1e52f777
fix: lint
2024-12-07 13:50:38 -06:00
Mauricio Siu
c4c4b459cc
fix: allow multiple repositories from same name github #690
2024-12-02 21:26:52 -06:00
Mauricio Siu
841b264257
feat: add preview deployments #379
2024-12-01 22:29:40 -06:00
Mauricio Siu
e78d354d0d
fix: add missing server flag boolean
2024-11-28 23:17:21 -06:00
Mauricio Siu
421c93795b
refactor(dokploy): prevent start worker when is cloud
2024-10-25 16:56:32 -06:00
Mauricio Siu
5b88af6158
refactor: remove findAdmin
2024-10-06 15:04:54 -06:00
Mauricio Siu
f3ce69b656
refactor: rename builders to server
2024-10-05 22:15:47 -06:00
Mauricio Siu
7c4987d84d
refactor(cloud): add validation to prevent access to shared resources
2024-10-04 20:44:57 -06:00
Mauricio Siu
5cebf5540a
refactor(cloud): add deploy to external API
2024-10-04 18:53:46 -06:00
Mauricio Siu
7bd6b66551
refactor(multi-server): update path imports
2024-09-29 18:04:45 -06:00
Mauricio Siu
82588f3e16
refactor(multi-server): add flag to queues
2024-09-21 21:57:53 -06:00
Mauricio Siu
5242ad573f
refactor: update body
2024-09-01 23:46:38 -06:00
Mauricio Siu
c6638b9fc9
refactor: change variable name
2024-09-01 23:30:25 -06:00
Mauricio Siu
32ebd9b3b9
refactor: simplify naming schema
2024-09-01 19:34:25 -06:00
Mauricio Siu
4c99e6000a
refactor: remove unused api github routes
2024-09-01 14:57:42 -06:00
Mauricio Siu
f05c811bdc
fix(webhooks): update github webhook validation
2024-09-01 14:51:03 -06:00
Mauricio Siu
5280c861e8
Feat/monorepo ( #292 )
...
* feat(create-turbo): apply official-starter transform
* refactor: move folder
* wip: monorepo
* feat: add builf
* refactor: add pr
* update
* add .env
* refactor: update build
* refactor: update build docker
* refactor: add progress plain
* refactor: remove node pty
* refactor: remove
* remove
* refactor: update
* refacotr: uopdate
* refactor: add remix app
* add env
* refactor: add pnpm start
* refactor: remove
* refactor: remove folders
* refactor: remove .dockerfile
* chore: update biome
* test
* choe: add husky
* remove .docker folder
* feat: add docs website
* refactor: add husky
* chore(version): bump version
* refactor: add new changes
* refactor: update circle path
* refactor: update
* refactor: update
* refactor: update dockerfile
* refactor: update dockerfile
* refactor: update command
* refactor: update
* refactor: update dockerfile
* refactor: add tsx
* refactor: update dockerfile
* refactor: add deps
* refactor: up[date
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: yuodate
* refactor: remove
* refactor: uncomment
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: updare
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: imprt
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: change path
* refactor: update
* refactor: update
* refactor: upoadte
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: add
* refactor: update
* refactor: update
* refactor: add
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: removed
* refactor: update
* refactor: update
* refactor: update
* refactor: add config
* refactor: update
* refactor: add
* refactor: update
* refactor: update
* refactor: remove
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: add docs
* refactor: update
* refactor: add website
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: add ignore builds
* refactor: update
* refactor: update
* refactor: add
* refactor: update
* refactor: update
* refactor: remove needs
* refactor: update
* refactor: update
* refactor: add config
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: add
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: upodate
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update package json
* refactor: add biome
* refactor: add sponsors
* refactor: update
* refactor: update
* refactor: remove
* refactor: update
* refactor: update
* refactor: update
* refactor: update scripts
* refactor: remove
* refactor: update
* refactor: remove
---------
Co-authored-by: Turbobot <turbobot@vercel.com >
2024-07-29 23:08:23 -06:00