Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.13.1 #785

Merged
merged 35 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0477329
feat: add optional Provider attribute to S3 Destinations
chuyun Nov 26, 2024
c8e9d9d
feat: add fa locale
faeztgh Nov 27, 2024
7469c30
feat(i18n): add turkish(tr) localization support
edereagzi Nov 28, 2024
7148657
feat(i18n): add french language support
190km Nov 28, 2024
22b8fa2
fix: added green color for done status tooltip, and lightens destruct…
190km Nov 28, 2024
3b14ebc
Delete et --soft HEAD~1
190km Nov 28, 2024
d4fdf88
feat: validating app name before delete
190km Nov 29, 2024
6987602
Merge pull request #767 from chuyun/canary
Siumauricio Nov 29, 2024
95ab6af
Merge pull request #773 from edereagzi/feature/add-turkish-localization
Siumauricio Nov 29, 2024
7bd6e7f
Merge pull request #777 from 190km/delete-app-input-validation
Siumauricio Nov 29, 2024
9e0e354
Merge pull request #776 from 190km/status-tooltip-colors
Siumauricio Nov 29, 2024
5853117
Merge branch 'canary' into i18n-french
Siumauricio Nov 29, 2024
333776a
Merge pull request #775 from 190km/i18n-french
Siumauricio Nov 29, 2024
4132f71
Merge branch 'canary' into fa-locale
Siumauricio Nov 29, 2024
a6368ee
Merge pull request #771 from faeztgh/fa-locale
Siumauricio Nov 29, 2024
081a2d8
fix: prevent to load stripe code when is not cloud
Siumauricio Nov 29, 2024
34ea7ad
Merge pull request #779 from Dokploy/678-requests-made-to-stripe
Siumauricio Nov 29, 2024
88f7cf2
fix: add registry url and use spawnAsync
Siumauricio Nov 29, 2024
cdd3967
Merge pull request #780 from Dokploy/766-registry-with-ghcrio-failed-…
Siumauricio Nov 29, 2024
e194f3c
chore: add lefthook
Siumauricio Nov 29, 2024
00883dd
refactor: remove husky
Siumauricio Nov 29, 2024
f102bae
refactor: remove biome ci
Siumauricio Nov 29, 2024
976ac05
fix: linter
Siumauricio Nov 29, 2024
301e348
test: add missing prop
Siumauricio Nov 29, 2024
b07d993
refactor: apply suggested changes
Siumauricio Nov 29, 2024
fef1905
Merge pull request #781 from Dokploy/remove-husky
Siumauricio Nov 29, 2024
0f7652d
fix: update img url
Siumauricio Nov 29, 2024
5846e42
Merge pull request #782 from Dokploy/733-project-env-ux-improvements
Siumauricio Nov 29, 2024
bec3ad6
Merge pull request #783 from Dokploy/725-the-logo-does-not-appear-on-…
Siumauricio Nov 29, 2024
e78d354
fix: add missing server flag boolean
Siumauricio Nov 29, 2024
7400913
fix: add missing server flag boolean
Siumauricio Nov 29, 2024
0cf21cf
refactor: add missing flag
Siumauricio Nov 29, 2024
9a35c85
refactor: upgrade biome
Siumauricio Nov 29, 2024
45fd2d1
Merge pull request #784 from Dokploy/754-dokploy-ui-duplicate-deploym…
Siumauricio Nov 29, 2024
63998f7
chore: bump version
Siumauricio Nov 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add missing server flag boolean
  • Loading branch information
Siumauricio committed Nov 29, 2024
commit 7400913646a3c3a987d4cf5eb64e0c3f284ae4c7
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ commit-msg:
pre-commit:
commands:
lint-staged:
run: "pnpm check && npx lint-staged"
run: "pnpm lint-staged"
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"server:build": "pnpm --filter=server run build",
"docker:build:canary": "./apps/dokploy/docker/build.sh canary",
"typecheck": "pnpm -r run typecheck",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"build": "pnpm -r run build",
"format-and-lint": "biome check .",
"check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
Expand Down