Mauricio Siu
6bc07d7675
feat(drop): add optional bitbucketRepositorySlug field to baseApp configuration in tests
2026-01-28 00:12:42 -06:00
Amir Moradi
0c62bc0f29
fix: create migrations and update to latest railpack
2026-01-08 12:29:42 +01:00
Claude
9e89edf167
chore(deps): update all tool versions across the codebase
...
Update to latest stable versions:
- pnpm: 9.12.0 → 10.26.0
- Docker: 28.5.0/28.5.2 → 29.1.3
- Nixpacks: 1.39.0 → 1.41.0
- Railpack: 0.2.2/0.15.0 → 0.15.1
- buildpacks/pack: 0.35.0 → 0.39.1
Files updated:
- All Dockerfiles (main, schedule, cloud, server)
- All package.json files (root, server, api, schedules, dokploy)
- GitHub workflow (pull-request.yml)
- Server setup script
- Database schema and DBML files
- Test fixtures
- UI components
2025-12-16 21:06:40 +00:00
Mauricio Siu
3e25b97b99
test(environment): add isDefault flag to environment tests
...
- Updated test cases for the environment structure to include the new `isDefault` boolean flag.
- Ensured consistency in the environment schema across different test files, enhancing test coverage for environment-related functionalities.
2025-12-10 00:18:18 -06:00
Mauricio Siu
58be8f91c0
test(drop, traefik): enable createEnvFile option in test configurations
...
- Updated test configurations for both drop and traefik to include the new `createEnvFile` option, ensuring that tests reflect the latest environment settings.
2025-12-09 23:00:08 -06:00
Mauricio Siu
fbf840bf6e
test: update command generation tests to use mockResolvedValue
...
- Changed mockReturnValue to mockResolvedValue for getBuildCommand in deployApplication tests, ensuring asynchronous command generation is handled correctly.
- Added rollbackRegistryId, rollbackRegistry, and deployments fields to application settings in drop and traefik tests for improved rollback functionality.
2025-12-02 00:55:12 -06:00
Mauricio Siu
adfe29e10c
feat: add args field to application configuration in tests
...
- Introduced an `args` field in the `baseApp` configuration for both drop and traefik test files to support command arguments in application testing.
- This change aligns with recent updates to application schemas, enhancing the flexibility of command handling in tests.
2025-11-30 12:21:02 -06:00
Mauricio Siu
3481da9b0e
feat: add build server properties to application models and enhance server creation
...
- Introduced new properties (buildServerId, buildRegistryId, buildRegistry) in the ApplicationNested model for better build server configuration.
- Updated the CreateServer component to include a default server type for deployments.
- Improved logging messages for clarity during the image upload process.
2025-11-29 23:05:26 -06:00
Mauricio Siu
b99d532582
Update tests and refactor user query: Add 'endpointSpecSwarm' to application test cases and rename user variable in Stripe webhook to improve clarity and consistency.
2025-11-08 14:12:01 -06:00
Mauricio Siu
babc1c033e
Merge branch 'canary' into feat/docker-build-secrets
2025-10-24 23:42:23 -06:00
Jorge González
2cc9855ed2
fix(ci): Add missing buildSecrets declarations on tests
2025-10-01 18:41:00 -06:00
Lucas Manchine
270b4d4edc
Merge branch 'canary' into feature/stop-grace-period-2227-alt
2025-09-05 12:34:17 -03:00
Mauricio Siu
4c5771b55b
feat: add EnvironmentVariables component for managing environment variables, enhancing project configuration capabilities
2025-09-03 21:24:59 -06:00
Mauricio Siu
be9e19e708
refactor: enhance project and environment handling across components and services by replacing projectId with environmentId, improving context clarity and authorization checks
2025-09-01 23:10:37 -06:00
Mauricio Siu
c653dd604f
feat: add previewLabels property to baseApp in drop and traefik test files
2025-08-23 20:19:14 -06:00
Lucas Manchine
825a1fc495
Merge branch 'canary' into feature/stop-grace-period-2227
2025-08-06 10:30:57 -03:00
Mauricio Siu
a138d12082
chore(tests): set railpackVersion to '0.2.2' in drop test configuration
2025-08-03 02:20:28 -06:00
Mauricio Siu
7b76bb93b3
Merge branch 'canary' into feature/stop-grace-period-2227
2025-08-02 19:37:24 -06:00
Lucas Manchine
64290fcbf6
fix linter issues
2025-07-29 09:33:19 -03:00
Marukome0743
f26c1c0da6
refactor: lint apps/docker/__test__ files
2025-07-28 20:32:08 +09:00
Mauricio Siu
666db23b8e
test: add previewRequireCollaboratorPermissions field to drop and traefik test cases
2025-07-13 23:17:32 -06:00
Mauricio Siu
98199e65bf
refactor: remove limitRollback property and add rollback table schema
...
- Removed the limitRollback property from the baseApp configuration in drop.test.test.ts and traefik.test.ts files.
- Introduced a new SQL file to create a rollback table with relevant fields and constraints.
- Updated the journal and snapshot files to reflect the new rollback schema changes.
2025-06-21 21:21:29 -06:00
Mauricio Siu
973de2a610
feat: add rollback configuration to base application settings
...
- Introduced "limitRollback" and "rollbackActive" properties to the base application configuration in both drop and traefik test files.
- These additions enhance the rollback functionality by allowing configuration of rollback limits and activation status.
2025-06-02 21:04:45 -06:00
Mauricio Siu
2619cb49d1
refactor: restore commented-out test cases and imports in drop.test.test.ts for improved functionality
2025-05-28 02:44:06 -06:00
Mauricio Siu
274d80ea7c
refactor: comment out test cases and imports in drop.test.test.ts for cleanup
2025-05-28 00:51:20 -06:00
Khiet Tam Nguyen
43d22c2bd4
test: fix typescript error for isStaticSpa
2025-05-20 16:33:34 +10:00
Mauricio Siu
144d48057c
Add triggerType field to baseApp configuration in drop and traefik test files
2025-04-26 22:18:43 -06:00
Mauricio Siu
fe69d5d405
Enhance Bitbucket provider and application tests by adding enableSubmodules field. This update includes the integration of a switch component in the UI and updates to the test files to reflect the new feature.
2025-04-26 16:46:50 -06:00
Mauricio Siu
55328468d1
Refactor Gitea integration: remove giteaProjectId references and update related schemas. Add new fields for gitea repository details in application tests and components.
2025-03-29 14:44:33 -06:00
Mauricio Siu
6d350a23a9
feat(tests): add cleanCache property to baseApp in drop and traefik test files
2025-03-16 18:57:41 -06:00
Mauricio Siu
9d50f384d1
chore(tests): add watchPaths to application test fixtures
...
- Update test fixtures for drop and traefik tests
- Add empty watchPaths array to base application configurations
- Ensure test files are consistent with recent watch paths feature implementation
2025-03-08 23:36:49 -06:00
Mauricio Siu
1884a3d041
chore(preview): add previewCustomCertResolver to test files
2025-03-08 21:21:11 -06:00
Mauricio Siu
9856502ece
refactor: remove old references
2025-02-16 13:55:27 -06:00
Mauricio Siu
5058d9b47d
Merge branch 'canary' into 379-preview-deployment
2024-12-07 21:28:34 -06:00
Mauricio Siu
841b264257
feat: add preview deployments #379
2024-12-01 22:29:40 -06:00
Mauricio Siu
976ac053f7
fix: linter
2024-11-28 22:32:37 -06:00
Mauricio Siu
2f175f0e44
refactor: add missing types
2024-11-17 16:18:48 -06:00
Mauricio Siu
af3b1a27f4
refactor: update tests
2024-10-24 23:57:40 -06:00
Mauricio Siu
c42f5cb799
refactor: update
2024-10-24 23:18:23 -06:00
Mauricio Siu
39036202bb
test: fix mock zip drop
2024-10-07 01:34:35 -06:00
Mauricio Siu
9b6ea99eea
refactor: remove unused files
2024-10-07 00:49:54 -06:00
Mauricio Siu
f3ce69b656
refactor: rename builders to server
2024-10-05 22:15:47 -06:00
Mauricio Siu
98aa474975
refactor(test): update paths and mocks
2024-09-29 18:44:07 -06:00
Mauricio Siu
7bd6b66551
refactor(multi-server): update path imports
2024-09-29 18:04:45 -06:00
Mauricio Siu
9a828d4966
refactor(linter): format files
2024-09-19 22:25:25 -06:00
Mauricio Siu
9b312cd9d7
refactor(multi-server): adapt paths on server and in dokploy ui
2024-09-16 23:49:24 -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