Commit 1e84168
feat: PATCH semantics for MergeRequest::$autoMergeStrategy
- DMD-1257
- Omitting autoMergeStrategy from the update request now preserves the
existing value instead of resetting it to disabled.
- New enum value `none` allows explicitly disabling auto-merge.
- DB column changed to NOT NULL DEFAULT 'none'.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 340b910 commit 1e84168
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9955 | 9955 | | |
9956 | 9956 | | |
9957 | 9957 | | |
| 9958 | + | |
9958 | 9959 | | |
9959 | 9960 | | |
9960 | 9961 | | |
| |||
10017 | 10018 | | |
10018 | 10019 | | |
10019 | 10020 | | |
10020 | | - | |
| 10021 | + | |
10021 | 10022 | | |
10022 | 10023 | | |
10023 | 10024 | | |
| 10025 | + | |
10024 | 10026 | | |
10025 | 10027 | | |
10026 | 10028 | | |
| |||
0 commit comments