Commit d7010ff
authored
Move default queueing to resource_mutators (#4393)
## Changes
Moving this mutator to the list of default values. The `dyn.Value` is
used because `dyn.SetByPath` can't create intermediate nodes, so we
create the whole object as the default
## Why
For visual authoring, we need special handling for these CLI-based
defaults so keeping then in one place so later they can be imported in
config-remote-sync code
## Tests
Existing tests capture outbound requests with `queue: { enabled: true }`
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->1 parent 078e184 commit d7010ff
File tree
3 files changed
+6
-143
lines changed- bundle/config/mutator/resourcemutator
3 files changed
+6
-143
lines changedLines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 0 additions & 103 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| |||
104 | 110 | | |
105 | 111 | | |
106 | 112 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments