Mauricio Siu
d2eaa4b40b
chore: bump version to v0.21.6 in package.json
2025-04-12 22:12:24 -06:00
Mauricio Siu
9b5cd0f5fe
chore: update dependencies and enhance 2FA form
...
- Updated `better-auth` to version 1.2.6 in multiple package.json files.
- Updated `@better-auth/utils` to version 0.2.4 in server package.json.
- Added optional `issuer` field to the 2FA form for enhanced user experience.
- Removed unnecessary console log from the profile form component.
2025-04-12 21:11:21 -06:00
Mauricio Siu
ee6ad07c0a
Update package.json
2025-04-08 22:44:17 -06:00
Mauricio Siu
8f0697b0e9
Update package.json
2025-04-06 15:29:13 -06:00
Mauricio Siu
031d0ce315
Update dokploy version to v0.21.3 in package.json
2025-04-03 00:22:57 -06:00
Mauricio Siu
d632e83799
Update dokploy version to v0.21.2 in package.json
2025-04-02 06:53:41 -06:00
Mauricio Siu
9d0f5bc8cd
Update package.json
2025-04-02 00:31:55 -06:00
Mauricio Siu
d4925dd2b7
Update dokploy version to v0.21.0 in package.json
2025-03-30 01:59:43 -06:00
Mauricio Siu
4eaf8fee0f
Add toml package and update configuration parsing in Dokploy
...
- Added toml package version 3.0.0 to package.json files in both apps/dokploy and packages/server.
- Replaced js-yaml load function with toml parse function for configuration parsing in compose.ts and github.ts files, ensuring compatibility with TOML format.
- Updated pnpm-lock.yaml to reflect the new toml dependency.
2025-03-30 01:12:27 -06:00
Mauricio Siu
ee49dadf0b
refactor(dokploy): remove lucia-auth adapter and related authentication logic; update next.js version to 15.2.4
2025-03-29 12:17:14 -06:00
Mauricio Siu
03bd4398d0
chore(package): bump version to v0.20.8
2025-03-19 00:51:49 -06:00
Mauricio Siu
6e28196b0e
chore(package): bump version to v0.20.7
2025-03-18 21:36:39 -06:00
Mauricio Siu
4fa5e10789
chore(package): bump version to v0.20.6
2025-03-18 00:18:39 -06:00
Mauricio Siu
e97c8f42b3
chore(package): bump version to v0.20.5
2025-03-16 19:45:48 -06:00
Mauricio Siu
060a170aee
chore(package): bump version to v0.20.4
2025-03-16 03:21:08 -06:00
Mauricio Siu
69fdda505d
chore(package): bump version from v0.20.2 to v0.20.3
2025-03-15 22:37:30 -06:00
Mauricio Siu
6f7a5609a3
chore: update better-auth package to version 1.2.4 and kysely to version 0.27.6; enhance error handling in 2FA feature
2025-03-15 14:45:21 -06:00
Mauricio Siu
666a8ede97
chore(version): bump project version to v0.20.2
...
Update package.json version to reflect minor release
2025-03-11 00:29:07 -06:00
Mauricio Siu
b8c1a9164a
chore(version): bump project version to v0.20.0
...
- Update package.json version to reflect new release
- Prepare for next development iteration
2025-03-10 01:12:18 -06:00
Mauricio Siu
3a1fa95d17
chore(dependencies): remove unused webpack and related dependencies
...
- Remove copy-webpack-plugin from package.json
- Simplify next.config.mjs by removing webpack configuration
- Clean up pnpm-lock.yaml by removing unnecessary webpack-related packages
- Streamline project dependencies and configuration
2025-03-09 21:19:14 -06:00
Mauricio Siu
64643c11aa
feat(ui): add Docker Compose file editor autocomplete
...
- Implement Docker Compose file autocompletion in CodeMirror
- Add comprehensive suggestions for top-level and service-level keys
- Include a JSON schema for Docker Compose file validation
- Enhance code editor with intelligent YAML editing support
2025-03-09 13:00:22 -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
e039826d50
chore(version): bump project version to v0.19.1
2025-03-05 00:21:36 -06:00
Mauricio Siu
126dad498c
chore(version): bump project version to v0.19.0
2025-03-02 21:59:31 -06:00
Mauricio Siu
f63d582530
chore(dependencies): add Ollama AI provider to project dependencies
...
- Integrate Ollama AI provider in package.json
- Update pnpm-lock.yaml with Ollama AI provider dependency
2025-03-02 03:35:32 -06:00
Mauricio Siu
0fa728d905
chore(dependencies): add AI SDK providers to project dependencies
...
- Integrate multiple AI SDK providers including Anthropic, Azure, Cohere, DeepInfra, Mistral, and OpenAI Compatible
- Update package.json and pnpm-lock.yaml with new AI SDK dependencies
2025-03-02 03:22:11 -06:00
Mauricio Siu
f78cda9cce
feat(ai): update AI settings to use organization-based access control
...
- Refactor AI-related schemas and services to use organizationId instead of adminId
- Update AI router to check organization-level permissions
- Modify AI settings creation and retrieval to work with organization context
- Adjust server-side props and access checks for AI settings
2025-03-02 00:54:46 -06:00
Mauricio Siu
747c2137c9
Reapply "Merge branch 'canary' into kucherenko/canary"
...
This reverts commit e6cb6454db .
2025-03-02 00:30:02 -06:00
Mauricio Siu
e6cb6454db
Revert "Merge branch 'canary' into kucherenko/canary"
...
This reverts commit 819822f30b , reversing
changes made to bda9b05134 .
2025-03-02 00:26:59 -06:00
Mauricio Siu
819822f30b
Merge branch 'canary' into kucherenko/canary
2025-03-02 00:23:58 -06:00
Mauricio Siu
5dc5292928
feat(api): implement advanced API key management with granular controls
2025-03-01 19:58:15 -06:00
Mauricio Siu
5568629839
refactor: organize imports and improve template utility modules
2025-03-01 14:45:50 -06:00
Mauricio Siu
038b021043
Merge branch 'canary' into feat/better-auth-2
2025-02-22 23:22:11 -06:00
Mauricio Siu
c78b8cfead
Update package.json
2025-02-16 21:30:57 -06:00
Mauricio Siu
60eee55f2d
refactor: test migrastion
2025-02-12 23:41:04 -06:00
Mauricio Siu
030c8a312d
Update package.json
2025-02-10 00:24:58 -06:00
Mauricio Siu
fafc238e70
refactor: migration
2025-02-09 18:56:17 -06:00
Mauricio Siu
c04bf3c7e0
feat: add migration
2025-02-09 18:19:21 -06:00
Mauricio Siu
9d988c9a9b
Update package.json
2025-02-03 21:49:20 -06:00
Mauricio Siu
077f47f2d8
chore: bump version
2025-02-02 22:18:47 -06:00
Mauricio Siu
48a8c6021d
chore: bump version
2025-02-02 20:25:45 -06:00
Mauricio Siu
74a0f5e992
Feat/monitoring ( #1267 ) Cloud Version
...
* feat: add start monitoring remote servers
* reafctor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor:
* refactor: add metrics
* feat: add disk monitoring
* refactor: translate to english
* refacotor: add stats
* refactor: remove color
* feat: add log server metrics
* refactor: remove unused deps
* refactor: add origin
* refactor: add logs
* refactor: update
* feat: add series monitoring
* refactor: add system monitoring
* feat: add benchmark to optimize data
* refactor: update fn
* refactor: remove comments
* refactor: update
* refactor: exclude items
* feat: add refresh rate
* feat: add monitoring remote servers
* refactor: update
* refactor: remove unsued volumes
* refactor: update monitoring
* refactor: add more presets
* feat: add container metrics
* feat: add docker monitoring
* refactor: update conversion
* refactor: remove unused code
* refactor: update
* refactor: add docker compose logs
* refactor: add docker cli
* refactor: add install curl
* refactor: add get update
* refactor: add monitoring remote servers
* refactor: add containers config
* feat: add container specification
* refactor: update path
* refactor: add server filter
* refactor: simplify logic
* fix: verify if file exist before get stats
* refactor: update
* refactor: remove unused deps
* test: add test for containers
* refactor: update
* refactor add memory collector
* refactor: update
* refactor: update
* refactor: update
* refactor: remove
* refactor: add memory
* refactor: add server memory usage
* refactor: change memory
* refactor: update
* refactor: update
* refactor: add container metrics
* refactor: comment code
* refactor: mount proc bind
* refactor: change interval with node cron
* refactor: remove opening file
* refactor: use streams
* refactor: remove unused ws
* refactor: disable live when is all
* refactor: add sqlite
* refactor: update
* feat: add golang benchmark
* refactor: update go
* refactor: update dockerfile
* refactor: update db
* refactor: add env
* refactor: separate logic
* refactor: split logic
* refactor: update logs
* refactor: update dockerfile
* refactor: hide .env
* refactor: update
* chore: hide ,.ebnv
* refactor: add end angle
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update
* refactor: update monitoring
* refactor: add mount db
* refactor: add metrics and url callback
* refactor: add middleware
* refactor: add threshold property
* feat: add memory and cpu threshold notification
* feat: send notifications to the server
* feat: add metrics for dokploy server
* refactor: add dokploy server to monitoring
* refactor: update methods
* refactor: add admin to useeffect
* refactor: stop monitoring containers if elements are 0
* refactor: cancel request if appName is empty
* refactor: reuse methods
* chore; add feat monitoring
* refactor: set base url
* refactor: adjust monitoring
* refactor: delete migrations
* feat: add columns
* fix: add missing flag
* refactor: add free metrics
* refactor: add paid monitoring
* refactor: update methods
* feat: improve ui
* feat: add container stats
* refactor: add all container metrics
* refactor: add color primary
* refactor: change default rate limiting refresher
* refactor: update retention days
* refactor: use json instead of individual properties
* refactor: lint
* refactor: pass json env
* refactor: update
* refactor: delete
* refactor: update
* refactor: fix types
* refactor: add retention days
* chore: add license
* refactor: create db
* refactor: update path
* refactor: update setup
* refactor: update
* refactor: create files
* refactor: update
* refactor: delete
* refactor: update
* refactor: update token metrics
* fix: typechecks
* refactor: setup web server
* refactor: update error handling and add monitoring
* refactor: add local storage save
* refactor: add spacing
* refactor: update
* refactor: upgrade drizzle
* refactor: delete
* refactor: uppgrade drizzle kit
* refactor: update search with jsonB
* chore: upgrade drizzle
* chore: update packages
* refactor: add missing type
* refactor: add serverType
* refactor: update url
* refactor: update
* refactor: update
* refactor: hide monitoring on self hosted
* refactor: update server
* refactor: update
* refactor: update
* refactor: pin node version
2025-02-02 14:08:06 -06:00
Mauricio Siu
d43cd52762
refactor: update
2025-01-26 19:58:35 -06:00
Mauricio Siu
094491ecbf
refactor: add missing deps
2025-01-26 19:47:26 -06:00
Mauricio Siu
3d5bed0915
chore: add missing dependency
2025-01-26 19:30:21 -06:00
Mauricio Siu
23de14f0b4
chore: bump version
2025-01-26 19:15:11 -06:00
Mauricio Siu
b1beb7b71b
fix: adjust color paste on terminal
2025-01-26 14:55:22 -06:00
Mauricio Siu
22de0fef49
chore: bump version
2025-01-23 00:44:48 -06:00
Mauricio Siu
fe5b8782e9
chore: bump version
2025-01-22 23:44:43 -06:00
Mauricio Siu
c7d5900e11
chore: bump version
2025-01-22 00:25:25 -06:00