You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GitHubEnterpriseCloud] Update to 1.1.4-a1982b6682052852c1dfe87d8de1f4ed from 1.1.4-09a2c0e8c9ee8840c63e9f1e2f55d269
Detected Schema changes:
2024-11-13 17:30:03 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-actions.yaml
└ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory
2024-11-13 17:30:03 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-packages.yaml
└ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory
2024-11-13 17:30:03 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml
└ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory
2024-11-13 17:30:05 ERROR unable to open the rolodex file, check specification references and base path
├ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory
└ file: /__w/github-root/github-root/server-statistics-actions.yaml
2024-11-13 17:30:05 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-packages.yaml
└ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory
2024-11-13 17:30:05 ERROR unable to open the rolodex file, check specification references and base path
├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml
└ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory
ERROR: component `server-statistics-actions.yaml` does not exist in the specification
ERROR: component `server-statistics-packages.yaml` does not exist in the specification
ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification
ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [209402:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [209404:11]
ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [209406:11]
ERROR: component `server-statistics-actions.yaml` does not exist in the specification
ERROR: component `server-statistics-packages.yaml` does not exist in the specification
ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification
ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [209302:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [209304:11]
ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [209306:11]
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Properties/Schema/CustomPropertyName.php
+19
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S
72
72
73
73
after_url:
74
74
75
+
$value = $payload['source_type'] ?? null;
76
+
77
+
if ($value === null) {
78
+
$properties['sourceType'] = null;
79
+
goto after_sourceType;
80
+
}
81
+
82
+
$properties['sourceType'] = $value;
83
+
84
+
after_sourceType:
85
+
75
86
$value = $payload['value_type'] ?? null;
76
87
77
88
if ($value === null) {
@@ -326,6 +337,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
0 commit comments