Commit f5fc5eb
authored
refctor: change _victoria_create_index to _cloud_create_index (#139)
**Issue number:**
### PR Type
**What kind of change does this PR introduce?**
* [ ] Feature
* [ ] Bug Fix
* [X] Refactoring (no functional or API changes)
* [ ] Documentation Update
* [ ] Maintenance (dependency updates, CI, etc.)
## Summary
This PR addresses
#135 (comment)
and introduces refactoring changes.
Tested:
https://cd.splunkdev.com/taautomation/ta-automation-compatibility-tests/-/pipelines/28546879
https://cd.splunkdev.com/taautomation/ta-automation-compatibility-tests/-/pipelines/28546918
https://cd.splunkdev.com/taautomation/ta-automation-compatibility-tests/-/pipelines/28546801
https://github.com/splunk/splunk-add-on-for-salesforce/actions/runs/16812128639
https://github.com/splunk/splunk-add-on-for-box/actions/runs/16812014592
### Changes
Please provide a summary of the changes.
### User experience
Please describe the user experience before and after this change.
Screenshots are welcome for additional context.
## Checklist
If an item doesn't apply to your changes, leave it unchecked.
* [ ] I have performed a self-review of this change according to the
[development
guidelines](https://splunk.github.io/addonfactory-ucc-test/contributing/#development-guidelines)
* [ ] Tests have been added/modified to cover the changes [(testing
doc)](https://splunk.github.io/addonfactory-ucc-test/contributing/#build-and-test)
* [ ] Changes are documented
* [ ] PR title and description follows the [contributing
principles](https://splunk.github.io/addonfactory-ucc-test/contributing/#pull-requests)1 parent 38cfd58 commit f5fc5eb
File tree
2 files changed
+14
-14
lines changed- splunk_add_on_ucc_modinput_test
- common
- functional/splunk
2 files changed
+14
-14
lines changedLines changed: 13 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
111 | 108 | | |
112 | 109 | | |
113 | 110 | | |
| |||
132 | 129 | | |
133 | 130 | | |
134 | 131 | | |
135 | | - | |
| 132 | + | |
136 | 133 | | |
137 | 134 | | |
138 | 135 | | |
| |||
250 | 247 | | |
251 | 248 | | |
252 | 249 | | |
| 250 | + | |
253 | 251 | | |
254 | 252 | | |
255 | 253 | | |
| |||
258 | 256 | | |
259 | 257 | | |
260 | 258 | | |
261 | | - | |
| 259 | + | |
262 | 260 | | |
263 | 261 | | |
264 | 262 | | |
| |||
268 | 266 | | |
269 | 267 | | |
270 | 268 | | |
| 269 | + | |
271 | 270 | | |
272 | 271 | | |
273 | 272 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
0 commit comments