-
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
feat: add aws codecommit resource #1229
Conversation
… feat/aws-codecommit
@AmalRichwin Could you rebase and resolve the conflicts? |
Name: *repository.RepositoryName, | ||
Tags: tags, | ||
FetchedAt: time.Now(), | ||
Link: fmt.Sprintf("https://%s.console.aws.amazon.com/codesuite/codecommit/repositories/%s/browse?region=%s", client.AWSClient.Region, *repository.RepositoryName, client.AWSClient.Region), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you validate this once if the url is correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes url is correctly landing into aws code commit selected respository page.
… feat/aws-codecommit
merge commit has been resolved. |
|
||
"github.com/aws/aws-sdk-go-v2/aws" | ||
"github.com/aws/aws-sdk-go-v2/service/codecommit" | ||
// "github.com/aws/aws-sdk-go-v2/service/sts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// "github.com/aws/aws-sdk-go-v2/service/sts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after this change we can merge the PR thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the commented code. Ready for merge. I apologize for the oversight, Thanks!
@AmalRichwin can you do a quick rebase so that we can merge this |
rebased the branch |
* feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]>
* 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(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]>
* feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <[email protected]>
* 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]>
* 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]>
* 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]>
* 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]>
* 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]>
* feat: add missing dynamodb action to policy.json describe table has been needed since #1111 * feat: add missing lambda action to policy.json list event source mappings has been needed since #1040 * feat: add missing iam action to policy.json list users has been needed since #991 * fix: correct s3 permission for list buckets api call listbucket iam action is for the contents of a bucket * feat: add missing code suite actions to policy.json needed since #1216, #1229, and #1228
* feat: add missing dynamodb action to policy.json describe table has been needed since #1111 * feat: add missing lambda action to policy.json list event source mappings has been needed since #1040 * feat: add missing iam action to policy.json list users has been needed since #991 * fix: correct s3 permission for list buckets api call listbucket iam action is for the contents of a bucket * feat: add missing code suite actions to policy.json needed since #1216, #1229, and #1228
Problem
Need to support of AWS CodeCommit #1175
Solution
Added AWS CodeCommit support
Changes Made
Checklist
Reviewers
@Azanul