Skip to content
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

Migration Next.js 13 to 14 #1217

Merged
merged 5 commits into from
Dec 4, 2023
Merged

Conversation

shivam-sharma7
Copy link
Contributor

@shivam-sharma7 shivam-sharma7 commented Nov 20, 2023

Migration Nextjs 13 to 14

Changes Made

  • [List the changes you made in this pull request, including any new features or bug fixes.]

How to Test

[Provide instructions on how to test the changes you made, including any relevant details like configuration steps or data to be used for testing.]

Screenshots

[Include screenshots, if relevant, to help reviewers understand the changes you made.]

Notes

[Any additional notes or information that you would like to share with the reviewers.]

Checklist

  • Code follows the contributing guidelines
  • Changes have been thoroughly tested
  • Documentation has been updated, if necessary
  • Any dependencies have been added to the project, if necessary

Reviewers

@[username of the reviewer]

@AvineshTripathi
Copy link
Collaborator

Hey @ShubhamPalriwala I think you had some comments regarding nextjs if I m not wrong

@Traxmaxx
Copy link
Contributor

Hey, for this to be merged the build steps need to succeed. Is there any help needed?

@shivam-sharma7
Copy link
Contributor Author

Hey, for this to be merged the build steps need to succeed. Is there any help needed?

@Traxmaxx yes ci not passing but you try to build my branch in locally if everything would be good. then it is not mendetory to ci should be pass. sometime we need to explore and address the issue. honestly, I have't find something yet to fix it. if you have any solution then it would be apreciated:)

@Traxmaxx
Copy link
Contributor

@shivam-sharma7 sorry but I disagree. All build should be green before merging and the error is quite clear:

The "next export" command has been removed in favor of "output: export" in next.config.js. Learn more: https://nextjs.org/docs/advanced-features/static-html-export

Looking at how the export is done atm:
Screenshot 2023-11-21 at 14 26 48

The solution should be quite clear. If this is not being addressed the PR will be closed. It's not being deprecated here but being removed! So export is broken!

@ShubhamPalriwala
Copy link
Contributor

Hey @ShubhamPalriwala I think you had some comments regarding nextjs if I m not wrong

Hellooo, not directly to this PR! Migration to app directory will be a task that needs to be in parallel and does not depend/ask Next to be 14 as such! So it will be an independent effort

@shivam-sharma7 shivam-sharma7 force-pushed the nextjs-14 branch 2 times, most recently from b2ac970 to c56fa58 Compare November 22, 2023 08:50
@shivam-sharma7
Copy link
Contributor Author

Hey @ShubhamPalriwala I think you had some comments regarding nextjs if I m not wrong

Hellooo, not directly to this PR! Migration to app directory will be a task that needs to be in parallel and does not depend/ask Next to be 14 as such! So it will be an independent effort

We can have another PR!

@Traxmaxx
Copy link
Contributor

@shivam-sharma7 there still needs to be "output: export" in next.config.js.
https://nextjs.org/docs/pages/building-your-application/deploying/static-exports

It should be good to merge then. Thanks for the fixes! 🙏

@shivam-sharma7 shivam-sharma7 force-pushed the nextjs-14 branch 2 times, most recently from 71f92d3 to 6c7c015 Compare November 23, 2023 10:23
@Traxmaxx
Copy link
Contributor

@shivam-sharma7 LGTM. Thanks for the PR and fixing the export! 🙏 💚

@Azanul Azanul merged commit 7882c4d into tailwarden:develop Dec 4, 2023
3 checks passed
@shivam-sharma7
Copy link
Contributor Author

Thanks!

@shivam-sharma7 shivam-sharma7 deleted the nextjs-14 branch December 5, 2023 03:43
@shivam-sharma7 shivam-sharma7 changed the title Migration Nextjs 13 to 14 Migration Next.js 13 to 14 Dec 5, 2023
Azanul added a commit to Azanul/komiser that referenced this pull request Dec 6, 2023
* Migration Nextjs 13 to 14

* fix: next export

* add output export property

---------

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants