-
Notifications
You must be signed in to change notification settings - Fork 433
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check for nil VpcId and SubnetId before use #1254
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
codekoala
requested review from
mlabouardy,
ShubhamPalriwala,
AvineshTripathi,
greghub and
Traxmaxx
as code owners
November 30, 2023 20:11
Azanul
approved these changes
Dec 1, 2023
AvineshTripathi
approved these changes
Dec 1, 2023
Azanul
added a commit
to Azanul/komiser
that referenced
this pull request
Dec 6, 2023
Fixes tailwarden#1250 Co-authored-by: Azanul Haque <[email protected]>
Azanul
added a commit
that referenced
this pull request
Dec 6, 2023
* fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]>
Azanul
added a commit
that referenced
this pull request
Dec 7, 2023
* fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> * Rebase to master (#1268) * fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> * fix: wrong slack guide url (#1264) This commit fixes #1259 Signed-off-by: Shikhar Vashistha <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Signed-off-by: Shikhar Vashistha <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> Co-authored-by: Shikhar Vashistha <[email protected]>
Azanul
added a commit
to Azanul/komiser
that referenced
this pull request
Dec 27, 2023
* fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (tailwarden#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (tailwarden#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (tailwarden#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (tailwarden#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (tailwarden#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (tailwarden#1228) * Fix accidental loop capture (tailwarden#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (tailwarden#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (tailwarden#1254) Fixes tailwarden#1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (tailwarden#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]>
Azanul
added a commit
that referenced
this pull request
Dec 27, 2023
* v3.1.6 release 🚀 (#1265) * fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> * Rebase to master (#1268) * fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> * fix: wrong slack guide url (#1264) This commit fixes #1259 Signed-off-by: Shikhar Vashistha <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Signed-off-by: Shikhar Vashistha <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> Co-authored-by: Shikhar Vashistha <[email protected]> * merge: rebase Signed-off-by: Azanul <[email protected]> * lint: unused Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Signed-off-by: Shikhar Vashistha <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> Co-authored-by: Shikhar Vashistha <[email protected]>
Azanul
added a commit
that referenced
this pull request
Dec 28, 2023
* v3.1.6 release 🚀 (#1265) * fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> * Rebase to master (#1268) * fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> * fix: wrong slack guide url (#1264) This commit fixes #1259 Signed-off-by: Shikhar Vashistha <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Signed-off-by: Shikhar Vashistha <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> Co-authored-by: Shikhar Vashistha <[email protected]> * merge: rebase Signed-off-by: Azanul <[email protected]> * lint: unused Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Signed-off-by: Shikhar Vashistha <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> Co-authored-by: Shikhar Vashistha <[email protected]>
Azanul
added a commit
that referenced
this pull request
Dec 28, 2023
* fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]>
Azanul
added a commit
that referenced
this pull request
Dec 28, 2023
* v3.1.6 release 🚀 (#1265) * fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> * Rebase to master (#1268) * fix(1205): Resource fetching performance improvement for OVH * Update civo.mdx update to test mintlify workflow * fix: Resource fetching performance improvement for Scaleway (#1212) Co-authored-by: Azanul Haque <[email protected]> * [KOM-38]: Resource fetching performance improvement for CIVO, DigitalOcean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <[email protected]> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <[email protected]> * Update hello-to-new-contributors.yml * [FEAT-1092]: Update color names and box-shadows to match Design-System (#1143) * feat: update colors in tailwind config * fix: update color class-names to match new palette * fix: update primary & secondary color class-names to match new palette * fix: update box-shadows to match design system * fix: update tailwind config and class-names * feat: add aws codebuild resource (#1216) Co-authored-by: amal richwin <[email protected]> Co-authored-by: Azanul Haque <[email protected]> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <[email protected]> * fix: capture of the loop variable Signed-off-by: Azanul <[email protected]> * chore: remove duplicate import Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: Azanul <[email protected]> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <[email protected]> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> * fix: wrong slack guide url (#1264) This commit fixes #1259 Signed-off-by: Shikhar Vashistha <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Signed-off-by: Shikhar Vashistha <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> Co-authored-by: Shikhar Vashistha <[email protected]> * merge: rebase Signed-off-by: Azanul <[email protected]> * lint: unused Signed-off-by: Azanul <[email protected]> --------- Signed-off-by: bishal7679 <[email protected]> Signed-off-by: Azanul <[email protected]> Signed-off-by: Shikhar Vashistha <[email protected]> Co-authored-by: tanbirali <[email protected]> Co-authored-by: LABOUARDY Mohamed <[email protected]> Co-authored-by: Jake Page <[email protected]> Co-authored-by: Tanbir Ali <[email protected]> Co-authored-by: Bishal Das <[email protected]> Co-authored-by: Avinesh Tripathi <[email protected]> Co-authored-by: Umar Abid <[email protected]> Co-authored-by: Richwin <[email protected]> Co-authored-by: amal richwin <[email protected]> Co-authored-by: Vanshul Bhatia <[email protected]> Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Shivam Sharma <[email protected]> Co-authored-by: Shikhar Vashistha <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1250
Problem
A couple of nil pointer dereference errors appeared for me while enumerating resources across multiple AWS accounts.
Solution
Include a simple check that
inst.VpcId
andinst.SubnetId
are not nil prior to adding them as a link.Changes Made
inst.VpcId
is not nil prior to using it in amodels.Link
inst.SubnetId
is not nil prior to using it in amodels.Link
How to Test
This error appeared very shortly after running
komiser start
. As described in #1250, I have two AWS accounts configured. This may or may not be an important piece of information for this bug.Notes
I do not know why the EC2 instance resource came back with nil values for VPC ID and Subnet ID. This behavior only occurred after I had deleted a few EC2 instances from one AWS account. However, when I removed the cloud account from the config, the error continued to display every time I ran
komiser start
. That suggests to me that the offending EC2 instance belongs in the other AWS account, where I did not delete any EC2 instances. This could very well just be a red herring, but I figured I'd mention it.Checklist
Reviewers