Skip to content

feat: add OpenIn option to coder_app #15743

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

Merged
merged 29 commits into from
Jan 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5483426
work on OpenIn implementation
defelmnq Dec 4, 2024
1752f40
improve open_in parameter handling
defelmnq Dec 4, 2024
0e69ff4
Update provisioner.proto
defelmnq Dec 4, 2024
bd9d40b
add open_in logic
defelmnq Dec 17, 2024
8596e92
add open_in logic
defelmnq Dec 17, 2024
9a99df5
Merge remote-tracking branch 'origin/main' into coder_app-open_in
defelmnq Dec 17, 2024
451bf3b
up generated doc
defelmnq Dec 17, 2024
6b8858e
work on ts tests
defelmnq Dec 18, 2024
90fd0e3
work on ts tests
defelmnq Dec 18, 2024
5c207ec
work on tests for tf
defelmnq Dec 18, 2024
803fe24
reset failing tests
defelmnq Dec 18, 2024
82d4f8f
Merge remote-tracking branch 'origin/main' into coder_app-open_in
defelmnq Dec 20, 2024
f97a385
bump go.mod
defelmnq Dec 20, 2024
bfdaefd
merge
defelmnq Dec 20, 2024
c6d18a6
change database type for enum
defelmnq Dec 20, 2024
b81b84d
change database type for enum
defelmnq Dec 20, 2024
05db2b7
Merge branch 'main' into coder_app-open_in
defelmnq Dec 23, 2024
9a06745
up gomod
defelmnq Dec 23, 2024
079e474
work on tests in dbmem
defelmnq Dec 23, 2024
6e368bf
work on tests
defelmnq Dec 23, 2024
1dec106
work on tests
defelmnq Dec 23, 2024
54f3a70
increase minor version of provisioner api
defelmnq Jan 3, 2025
5730ea0
Merge remote-tracking branch 'origin/main' into coder_app-open_in
defelmnq Jan 3, 2025
8f76203
improve constant and code logic
defelmnq Jan 3, 2025
4ca1aa0
increase migration idx
defelmnq Jan 3, 2025
c64973d
Merge remote-tracking branch 'origin/main' into coder_app-open_in
defelmnq Jan 3, 2025
4698162
increase migration idx
defelmnq Jan 3, 2025
2122b3b
make gen
defelmnq Jan 3, 2025
bb801f0
add version history in the provisioner version
defelmnq Jan 3, 2025
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
merge
  • Loading branch information
defelmnq committed Dec 20, 2024
commit bfdaefd8b84bffe8cb5d815103af4b3ea25457d5
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ github.com/coder/serpent v0.10.0 h1:ofVk9FJXSek+SmL3yVE3GoArP83M+1tX+H7S4t8BSuM=
github.com/coder/serpent v0.10.0/go.mod h1:cZFW6/fP+kE9nd/oRkEHJpG6sXCtQ+AX7WMMEHv0Y3Q=
github.com/coder/ssh v0.0.0-20231128192721-70855dedb788 h1:YoUSJ19E8AtuUFVYBpXuOD6a/zVP3rcxezNsoDseTUw=
github.com/coder/ssh v0.0.0-20231128192721-70855dedb788/go.mod h1:aGQbuCLyhRLMzZF067xc84Lh7JDs1FKwCmF1Crl9dxQ=
github.com/coder/tailscale v1.1.1-0.20241203112101-49a2c1225cce h1:PzzTHX6p/LHM0NITk8VYH4vnKD5LCyWea6TJznLoTrQ=
github.com/coder/tailscale v1.1.1-0.20241203112101-49a2c1225cce/go.mod h1:sYb47ejBHSeJsD5YYU0Sv/YU+cC8tmzK1nlZ2MDH08A=
github.com/coder/tailscale v1.1.1-0.20241218201526-b53d914d625f h1:CctU+8mmHp/Y/cteK/bMJCUfe7c6gDIy3TJGaHaxrbU=
github.com/coder/tailscale v1.1.1-0.20241218201526-b53d914d625f/go.mod h1:LOne094of6xzi3PdF+WyhPvKjK5zVuGADQ8WP46iIrM=
github.com/coder/terraform-provider-coder v1.0.4 h1:MJldCvykIQzzqBVUDjCJpPyqvKelAAHrtJKfIIx4Qxo=
github.com/coder/terraform-provider-coder v1.0.4/go.mod h1:dQ1e/IccUxnmh/1bXTA3PopSoBkHMyWT6EkdBw8Lx6Y=
github.com/coder/websocket v1.8.12 h1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo=
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.