Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: remove dynamic-parameters experiment#18290

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jaaydenh merged 17 commits intomainfromjaaydenh/remove-dynamic-params-experiment
Jun 12, 2025
Merged
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
ca7d55f
chore: remove dynamic-parameters experiment
jaaydenhJun 9, 2025
dde304c
fix: format
jaaydenhJun 9, 2025
70523e4
fix: cleanup
jaaydenhJun 9, 2025
5d119a8
chore: update migrations
jaaydenhJun 9, 2025
9806ede
fix: fix test
jaaydenhJun 9, 2025
25dd5c3
fix: regenerate types and update dynamic parameters logic
blink-so[bot]Jun 9, 2025
696d4a5
fix: fix tests
jaaydenhJun 9, 2025
38fde97
make test use dynamic params
EmyrkJun 9, 2025
a48d2f3
make test use dynamic params
EmyrkJun 9, 2025
9e0bfd9
fix: format
jaaydenhJun 9, 2025
1c5926b
match default of postgres
EmyrkJun 9, 2025
733dcd7
fix: fix jest tests
jaaydenhJun 9, 2025
1a1334e
update db mock
EmyrkJun 9, 2025
69d0323
fix: update test data
jaaydenhJun 9, 2025
55a7c4d
update db mock
EmyrkJun 9, 2025
62e11f2
fix: fix tests
jaaydenhJun 10, 2025
414801d
set dynamic on the template
EmyrkJun 11, 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
PrevPrevious commit
NextNext commit
match default of postgres
  • Loading branch information
@Emyrk
Emyrk committedJun 9, 2025
commit1c5926b5db3060cf9db6dd0e16fdb26c81c5fbb8
1 change: 1 addition & 0 deletionscoderd/database/dbmem/dbmem.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9345,6 +9345,7 @@ func (q *FakeQuerier) InsertTemplate(_ context.Context, arg database.InsertTempl
AllowUserAutostart: true,
AllowUserAutostop: true,
MaxPortSharingLevel: arg.MaxPortSharingLevel,
UseClassicParameterFlow: true,
}
q.templates = append(q.templates, template)
return nil
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp