Commit Graph

  • 77d7dc1f22 Enhance backup functionality by adding support for compose backups in various components. Update ShowBackups to clarify backup update requirements, modify initCronJobs to include compose backups, and improve logging for backup scheduling. Additionally, ensure that the scheduleBackup function retains the latest backups for compose types and document the addition of domains and backups in the Docker compose process. Mauricio Siu 2025-04-27 23:09:39 -06:00
  • 19bf4f27b6 Update UpdateBackup component to enforce DatabaseType casting for backup databaseType. Modify backups schema to allow optional metadata field, enhancing flexibility for various database types. Mauricio Siu 2025-04-27 23:06:38 -06:00
  • 6b9765a26c Refactor backup components to utilize a unified DatabaseType type. Update AddBackup and UpdateBackup components to handle database type selection for compose backups. Enhance UI to allow users to select database types dynamically. Update backup schema to include databaseType field for better metadata management. Mauricio Siu 2025-04-27 23:00:26 -06:00
  • 8d91053c3a Refactor backup mutation selection logic in ShowBackups component. Simplify key determination for mutation mapping based on backup type. Mauricio Siu 2025-04-27 22:45:06 -06:00
  • 7c2eb63625 Implement metadata handling for database and compose backups. Update backup schemas to include metadata fields for various database types. Enhance backup creation and update processes to accommodate new metadata requirements. Modify UI components to support metadata input for different database types during backup operations. Mauricio Siu 2025-04-27 22:14:06 -06:00
  • 2ea2605ab1 Enhance backup functionality by introducing support for compose backups. Update backup schema to include serviceName and backupType fields. Modify related components to handle new backup types and integrate service selection for compose backups. Update API routes and database schema accordingly. Mauricio Siu 2025-04-27 20:17:49 -06:00
  • 7ae3ff22ee Merge pull request #1613 from TheoD02/feat/github-triggerType Mauricio Siu 2025-04-27 18:43:28 -06:00
  • 7984497398 Merge pull request #1785 from Dokploy/canary Mauricio Siu 2025-04-27 00:18:55 -06:00
  • fa6baa0c1a Merge pull request #1786 from Dokploy/feat/add-flush-redis v0.21.8 Mauricio Siu 2025-04-27 00:18:40 -06:00
  • 5b43df92c1 Add Redis management actions to server settings Mauricio Siu 2025-04-27 00:18:25 -06:00
  • f3032bc94f Update dokploy version to v0.21.8 in package.json Mauricio Siu 2025-04-26 23:38:43 -06:00
  • eef874ecd4 Merge pull request #1784 from Dokploy/1782-valid-certificate-shows-how-expired 1730-pg_restore-continuously-retrying Mauricio Siu 2025-04-26 23:38:09 -06:00
  • d6daa5677a Refactor expiration date extraction logic in certificate utility to improve handling of ASN.1 date formats. Update to correctly identify and parse "not after" dates for both UTCTime and GeneralizedTime formats. Mauricio Siu 2025-04-26 23:37:49 -06:00
  • dc03ba73b3 Merge branch 'main' into canary Mauricio Siu 2025-04-26 23:29:51 -06:00
  • 5c2159f7b2 Merge pull request #1783 from Dokploy/1747-backup-issues-doesnt-list-all-files Mauricio Siu 2025-04-26 23:26:35 -06:00
  • ffcdbcf046 Enhance backup restoration UI and API by adding file size formatting, improving search debounce timing, and updating file listing to include additional metadata. Refactor file handling to ensure proper path resolution and error handling during JSON parsing. Mauricio Siu 2025-04-26 23:23:51 -06:00
  • bb5c6bebff Add conditional rendering for watchPaths field based on triggerType in SaveGithubProvider and SaveGithubProviderCompose components. Mauricio Siu 2025-04-26 22:20:37 -06:00
  • 144d48057c Add triggerType field to baseApp configuration in drop and traefik test files Mauricio Siu 2025-04-26 22:18:43 -06:00
  • 55dc08b6ba Refactor GitHub deployment handler: simplify owner extraction logic by removing fallback to login name. Mauricio Siu 2025-04-26 22:17:09 -06:00
  • 56f525803b Add triggerType field to GitHub provider forms: implement selection for deployment triggers (push/tag) and update form handling in SaveGithubProvider and SaveGithubProviderCompose components. Mauricio Siu 2025-04-26 21:58:34 -06:00
  • 91bcd1238f Refactor triggerType implementation: remove old SQL triggerType column definitions and replace with ENUM type in application and compose tables. Update shared schema to include triggerType enum. Mauricio Siu 2025-04-26 21:14:30 -06:00
  • 120646c77b Merge branch 'canary' into feat/github-triggerType Mauricio Siu 2025-04-26 21:09:23 -06:00
  • c0b35efaca Merge pull request #1781 from Dokploy/1760-docker-compose-raw-editor-autocomplete-appending-to-previously-typed-characters 1766-cant-login-when-use-domain-name Mauricio Siu 2025-04-26 19:25:27 -06:00
  • 22dee88e51 Refactor code editor completion logic to use explicit from/to parameters for insertion and selection handling Mauricio Siu 2025-04-26 19:25:05 -06:00
  • 1645f7e932 Merge pull request #1780 from Dokploy/1775-dokploy-unable-to-start-if-gotify-server-is-unreachable 1761-unable-to-delete-remote-server Mauricio Siu 2025-04-26 17:27:40 -06:00
  • b4aeb6577e Refactor notification sending in Dokploy restart process to include error handling for Discord, Gotify, Telegram, and Slack notifications. Mauricio Siu 2025-04-26 17:25:10 -06:00
  • fdd330ca19 Merge pull request #1779 from Dokploy/feat/allow-to-pass-hostname-to-dokploy-server Mauricio Siu 2025-04-26 17:09:16 -06:00
  • 33de620893 Update server configuration to include HOST variable and enhance server start log message Mauricio Siu 2025-04-26 17:05:21 -06:00
  • 6518407c0c Merge pull request #1563 from yusoofsh/add-disable-recurse-submodules-option Mauricio Siu 2025-04-26 16:52:05 -06:00
  • 6f47999a2e Merge pull request #1521 from yni9ht/fix-mount-update Mauricio Siu 2025-04-26 16:50:09 -06:00
  • 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. Mauricio Siu 2025-04-26 16:46:50 -06:00
  • a6880fd38c [autofix.ci] apply automated fixes autofix-ci[bot] 2025-04-26 22:45:14 +00:00
  • 5d25de13dd Merge branch 'canary' into fix-mount-update Mauricio Siu 2025-04-26 16:44:49 -06:00
  • 5611dcccfd refactor(mount): enhance updateMount function with transaction handling and improved error management Mauricio Siu 2025-04-26 16:44:40 -06:00
  • e2a1882fe3 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-04-26 22:35:49 +00:00
  • ceb16ae9f7 Implement enableSubmodules feature across various Git provider components and update database schema. This change introduces a new boolean field enableSubmodules to control submodule behavior in Git operations, replacing the previous recurseSubmodules field. Updates include modifications to the UI components, API routers, and database schema to accommodate this new feature. Mauricio Siu 2025-04-26 16:35:02 -06:00
  • 1911b5b674 Merge branch 'canary' into add-disable-recurse-submodules-option Mauricio Siu 2025-04-26 16:10:59 -06:00
  • 6b818bbb51 Merge pull request #1737 from Walzen665/feature/ctrl-s-saving-1736 Mauricio Siu 2025-04-26 16:09:46 -06:00
  • 79796185d6 Merge pull request #1744 from barbarbar338/fix/web-server-pg-backup Mauricio Siu 2025-04-26 16:08:46 -06:00
  • 461d7c530a fix(restore): streamline container ID retrieval for database operations Mauricio Siu 2025-04-26 16:07:50 -06:00
  • ade4b8dd1b Merge pull request #1749 from malko/template-helpers Mauricio Siu 2025-04-26 16:00:06 -06:00
  • f49a67f8df refactor(jwt generation): Simplify payload property assignments and secret initialization Mauricio Siu 2025-04-26 01:50:26 -06:00
  • c3986d7a08 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-04-26 07:40:07 +00:00
  • 0bf4e5560c Merge pull request #1771 from LexiconAlex/build/update-nixpacks-to-1.35.0 Mauricio Siu 2025-04-26 01:12:03 -06:00
  • 79d55d8d34 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-04-25 08:17:18 +00:00
  • d4c6e5b048 build: update nixpacks to 1.35.0 Alexander Sjösten 2025-04-25 09:58:52 +02:00
  • cd4eed3507 Merge pull request #1769 from Dokploy/cloud/use-app-dokploy-instead-of-main-domain Mauricio Siu 2025-04-25 01:41:40 -06:00
  • a650bd16fb Merge pull request #1770 from Dokploy/1742-400-error-on-settings-page Mauricio Siu 2025-04-25 01:41:33 -06:00
  • 4e5b5f219e fix(auth): update invite link host to use app.dokploy.com Mauricio Siu 2025-04-25 01:41:03 -06:00
  • dfda934726 refactor(user-nav): remove settings dropdown for owner role Mauricio Siu 2025-04-25 01:38:14 -06:00
  • 5a8508e623 feat(caddy): add Caddy setup and configuration management feat/caddy Mauricio Siu 2025-04-25 00:09:37 -06:00
  • e6d0b7b4ee test(templates): Add test for jwt generation Jonathan Gotti 2025-04-21 16:12:34 +02:00
  • d0dbc1837f feat(template-helpers): Add timestamps and timestampms helpers Jonathan Gotti 2025-04-21 16:05:08 +02:00
  • 2b5af1897f fix(template-helpers): hash not working without parameter Jonathan Gotti 2025-04-21 16:04:00 +02:00
  • 11b9cee73d feat(template-helpers): Add more parameters to jwt helper Jonathan Gotti 2025-04-21 15:59:49 +02:00
  • bc17991580 test: Add some template helpers test Jonathan Gotti 2025-04-21 15:53:38 +02:00
  • 459c94929a fix GitHub event handling for tag deployments. Theo D 2025-04-21 02:25:41 +02:00
  • 8d28a50a17 fix(backup): handle multiple container IDs in backup command Barış DEMİRCİ 2025-04-20 12:14:41 +00:00
  • 08bbeceeba Add Ctrl+S keyboard shortcut to save compose file Max W. 2025-04-19 16:10:35 +02:00
  • b7bf09bf21 Merge remote-tracking branch 'upstream/canary' into add-disable-recurse-submodules-option Yusoof Moh 2025-04-19 15:27:13 +07:00
  • 546c6ade82 Merge pull request #1732 from nktnet1/fix-overflow-toolbar Mauricio Siu 2025-04-18 03:52:14 -06:00
  • db2e3691a5 fix: grid cols start from lg instead of md for compose Khiet Tam Nguyen 2025-04-18 13:01:43 +10:00
  • a6dca144a8 fix: add overflow-x-scroll to tab list container Khiet Tam Nguyen 2025-04-18 12:54:42 +10:00
  • 43a17e7e75 style: remove double space Khiet Tam Nguyen 2025-04-18 12:49:02 +10:00
  • da60c4f3a8 Merge pull request #1707 from Dokploy/canary Mauricio Siu 2025-04-17 02:30:26 -06:00
  • e14f2780af Merge pull request #1656 from lorenzomigliorero/support-multiple-gitlab-groups v0.21.7 Mauricio Siu 2025-04-17 02:20:29 -06:00
  • 33ab87f3db fix(gitlab): enhance group name matching logic to support multiple names Mauricio Siu 2025-04-17 02:20:03 -06:00
  • 571d73a5b6 Merge pull request #1720 from unleashit/docs/contributing-edits Mauricio Siu 2025-04-17 02:04:05 -06:00
  • a630909612 Merge pull request #1634 from f3liiix/canary Mauricio Siu 2025-04-17 01:59:35 -06:00
  • 8eaa006f0f Merge pull request #1723 from Dokploy/1682-dokploy-backup-fails Mauricio Siu 2025-04-17 01:59:05 -06:00
  • 8e8bc3e71e Enhance PostgreSQL backup command in web server utility Mauricio Siu 2025-04-17 01:58:25 -06:00
  • f4cd617107 Merge pull request #1722 from Dokploy/1715-pin-field-auto-populated-with-issuer-name-and-cannot-be-cleared-during-2fa-setup Mauricio Siu 2025-04-17 00:27:04 -06:00
  • 48cfe66a6b Refactor 2FA enablement flow in Enable2FA component Mauricio Siu 2025-04-17 00:25:27 -06:00
  • bdc10cacef docs(contributing): recommendations to use biome IDE addons and nvm for node version - emphasis added since using later versions of Node cause errors in the terminal - since the project uses biome but most IDEs have eslint/prettier addons, this tip will avoid commit/build suprises unleashit 2025-04-15 14:38:37 -07:00
  • 8fbad8a26e Merge pull request #1709 from Axodouble/fix-missing-nl Mauricio Siu 2025-04-14 23:26:06 -06:00
  • 0f36bcb04e Merge branch 'Dokploy:canary' into canary F3LIIIX 2025-04-15 05:09:46 +08:00
  • f4054453b4 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-04-14 06:46:16 +00:00
  • dbd36fc024 Fix for #1708, missing dutch translation and sorted list by population Axodouble 2025-04-14 08:42:30 +02:00
  • 850d06a32c chore: bump version to v0.21.7 in package.json Mauricio Siu 2025-04-13 21:59:36 -06:00
  • dfd3dc180d Merge pull request #1706 from Dokploy/1649-webserver-restore-backups-bug Mauricio Siu 2025-04-13 20:30:55 -06:00
  • 3d42bfc81b feat: implement debounced search functionality in RestoreBackup component Mauricio Siu 2025-04-13 20:30:31 -06:00
  • 764f8ec993 Merge pull request #1695 from Dokploy/canary Mauricio Siu 2025-04-13 00:05:04 -06:00
  • d2eaa4b40b chore: bump version to v0.21.6 in package.json v0.21.6 Mauricio Siu 2025-04-12 22:12:24 -06:00
  • 7d7f2b4b1f Merge pull request #1692 from ron-tayler/canary Mauricio Siu 2025-04-12 22:10:20 -06:00
  • 8c36e48fe7 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-04-13 03:27:40 +00:00
  • 8e97c63faa [autofix.ci] apply automated fixes autofix-ci[bot] 2025-04-13 03:23:00 +00:00
  • 74ec8f4594 Merge pull request #1651 from Axodouble/Dutch-NL Mauricio Siu 2025-04-12 21:22:17 -06:00
  • 76c0bff13a Merge pull request #1694 from Dokploy/1593-add-way-to-customize-issuer-name-in-totp-app Mauricio Siu 2025-04-12 21:11:43 -06:00
  • 9b5cd0f5fe chore: update dependencies and enhance 2FA form Mauricio Siu 2025-04-12 21:11:21 -06:00
  • efee798880 Fixed network search in Traefik Labels for the service Ron_Tayler 2025-04-12 22:02:27 +03:00
  • 1c470b8ba7 Merge pull request #1671 from vytenisstaugaitis/canary 1619-docker-self-hosted-registry-disable-tls-verification Mauricio Siu 2025-04-12 02:39:47 -06:00
  • 692864ced1 Merge pull request #1687 from Dokploy/git-fetch-origin-git-checkout-1659-environment-variable-parsing-issue-with-character-in-railpack-nuxt-app-or-other Mauricio Siu 2025-04-12 02:30:47 -06:00
  • 9ca61476d2 Merge pull request #1688 from Dokploy/1675-password-input-on-profile-page-gets-cleared-unepxectedly Mauricio Siu 2025-04-12 02:28:04 -06:00
  • 773a610be1 fix(profile-form): disable refetch on window focus for user query Mauricio Siu 2025-04-12 02:27:43 -06:00
  • 37f9e073f0 fix(railpack): update environment variable handling to include quotes for consistency Mauricio Siu 2025-04-12 02:16:39 -06:00
  • d335a9515d [autofix.ci] apply automated fixes autofix-ci[bot] 2025-04-09 15:53:37 +00:00
  • 7a5a3de43d fix: correct message on preview deployments disabling vytenisstaugaitis 2025-04-09 18:47:34 +03:00
  • ef7918a33a Merge pull request #1665 from Dokploy/canary Mauricio Siu 2025-04-08 23:24:19 -06:00
  • ee6ad07c0a Update package.json v0.21.5 1659-environment-variable-parsing-issue-with-character-in-railpack-nuxt-app-or-other Mauricio Siu 2025-04-08 22:44:17 -06:00
  • 48fe26b204 Merge pull request #1661 from henriklovhaug/canary Mauricio Siu 2025-04-08 22:43:52 -06:00