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

feat(cli): Interactive deployment for prisma #527

Merged
merged 29 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
53acf1c
small fixes
Natoandro Dec 11, 2023
15dafb5
feat: interactive database reset
Natoandro Dec 13, 2023
591ff81
Resolution options for failure caused by new columns
Natoandro Dec 16, 2023
200dc4a
Merge branch 'main' into interactive-deployment
Natoandro Dec 16, 2023
8e3a91f
select options
Natoandro Dec 18, 2023
7be502a
custom console input
Natoandro Dec 19, 2023
fc161b1
move input.rs file
Natoandro Dec 19, 2023
8ec3aeb
Merge branch 'main' into interactive-deployment
Natoandro Dec 19, 2023
febc771
update trace logs
Natoandro Dec 19, 2023
3e6e684
separate messsage for each failure reason
Natoandro Dec 19, 2023
8a84adb
Fix deploy test
Natoandro Dec 20, 2023
6ff693b
wip
Natoandro Dec 21, 2023
a959e5b
Merge branch 'main' into interactive-deployment
Natoandro Dec 21, 2023
775b003
fix hook
Natoandro Dec 21, 2023
e3ac990
Merge remote-tracking branch 'origin/interactive-deployment' into int…
Natoandro Dec 21, 2023
11ee89e
metadev test utils
Natoandro Dec 21, 2023
d8e929a
Merge branch 'main' into interactive-deployment
Natoandro Dec 21, 2023
d0dd6e4
Remove emscripten from ghjk
Natoandro Dec 27, 2023
455c6fd
test: more test scenario for interactivity
Natoandro Dec 27, 2023
42a2358
address comments
Natoandro Dec 28, 2023
a3d52f4
Merge branch 'main' into interactive-deployment
Natoandro Dec 28, 2023
5b4f630
change jkjk version
Natoandro Dec 28, 2023
ec96de1
change ghjk action version
Natoandro Dec 31, 2023
c01d993
Merge branch 'main' into interactive-deployment
Natoandro Jan 2, 2024
ad25862
fix: Update Dockerfile
Natoandro Jan 2, 2024
b96b2a6
fix: latest `ghjk`
Yohe-Am Jan 2, 2024
88589c4
fix: latest ghjk with mac fixes
Yohe-Am Jan 2, 2024
6dd45a6
fix: ghjk custom runner hack
Yohe-Am Jan 2, 2024
b073af4
fix: attempt to fix test
Natoandro Jan 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- v*

env:
GHJK_VERSION: "6040bb3"
GHJK_VERSION: "c6f46a3"
PYTHON_VERSION: "3.8"
DENO_VERSION: "1.39.0"
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/typegate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- ready_for_review

env:
GHJK_VERSION: "6040bb3"
GHJK_VERSION: "c6f46a3"
PYTHON_VERSION: "3.8"
DENO_VERSION: "1.39.0"
RUST_BACKTRACE: "full"
Expand Down