-
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
v3.1.6 release 🚀 #1265
v3.1.6 release 🚀 #1265
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1f52858 - Browse repository at this point
Copy the full SHA 1f52858View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebffd92 - Browse repository at this point
Copy the full SHA ebffd92View commit details -
Merge pull request #1211 from tanbirali/feature/1205-Resource-fetchin…
…g-Improvement-OVH fix: Resource fetching performance improvement for OVH
Configuration menu - View commit details
-
Copy full SHA for e53b263 - Browse repository at this point
Copy the full SHA e53b263View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a00ac3 - Browse repository at this point
Copy the full SHA 0a00ac3View commit details -
Merge pull request #1224 from tailwarden/jakepage91-patch-1
Update civo.mdx
Configuration menu - View commit details
-
Copy full SHA for 10ae4c1 - Browse repository at this point
Copy the full SHA 10ae4c1View commit details -
fix: Resource fetching performance improvement for Scaleway (#1212)
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8a6c7b - Browse repository at this point
Copy the full SHA c8a6c7bView commit details -
[KOM-38]: Resource fetching performance improvement for CIVO, Digital…
…Ocean, OCI, Linode, K8s, Tencent (#1215) * making fetching resources parallelized for all providers Signed-off-by: bishal7679 <bishalhnj127@gmail.com> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <bishalhnj127@gmail.com> --------- Signed-off-by: bishal7679 <bishalhnj127@gmail.com> Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cfc68a9 - Browse repository at this point
Copy the full SHA cfc68a9View commit details -
Signed-off-by: Azanul <azanulhaque@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 842bfa8 - Browse repository at this point
Copy the full SHA 842bfa8View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ba7303 - Browse repository at this point
Copy the full SHA 3ba7303View commit details
Commits on Nov 23, 2023
-
[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
Configuration menu - View commit details
-
Copy full SHA for 384c210 - Browse repository at this point
Copy the full SHA 384c210View commit details
Commits on Nov 26, 2023
-
feat: add aws codebuild resource (#1216)
Co-authored-by: amal richwin <richwin@munat.Dlink> Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 21cc4da - Browse repository at this point
Copy the full SHA 21cc4daView commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 04eb5fb - Browse repository at this point
Copy the full SHA 04eb5fbView commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 375e8bf - Browse repository at this point
Copy the full SHA 375e8bfView commit details
Commits on Nov 30, 2023
-
Fix accidental loop capture (#1252)
* chore: remove dot import Signed-off-by: Azanul <azanulhaque@gmail.com> * fix: capture of the loop variable Signed-off-by: Azanul <azanulhaque@gmail.com> * chore: remove duplicate import Signed-off-by: Azanul <azanulhaque@gmail.com> --------- Signed-off-by: Azanul <azanulhaque@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2bf9167 - Browse repository at this point
Copy the full SHA 2bf9167View commit details
Commits on Dec 1, 2023
-
feat: add aws codecommit resource (#1229)
* feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <richwin@munat.Dlink>
Configuration menu - View commit details
-
Copy full SHA for e49a149 - Browse repository at this point
Copy the full SHA e49a149View commit details -
Check for nil VpcId and SubnetId before use (#1254)
Fixes #1250 Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd97d33 - Browse repository at this point
Copy the full SHA cd97d33View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 530d20f - Browse repository at this point
Copy the full SHA 530d20fView commit details -
Migration Nextjs 13 to 14 (#1217)
* Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7882c4d - Browse repository at this point
Copy the full SHA 7882c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6bd146 - Browse repository at this point
Copy the full SHA c6bd146View commit details
Commits on Dec 5, 2023
-
Merge pull request #1225 from tailwarden/AvineshTripathi-patch-1
Update hello-to-new-contributors.yml
Configuration menu - View commit details
-
Copy full SHA for 22c38e7 - Browse repository at this point
Copy the full SHA 22c38e7View commit details
Commits on 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 <42029519+Azanul@users.noreply.github.com> * [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 <bishalhnj127@gmail.com> * updating fetching resources for civo and tencent Signed-off-by: bishal7679 <bishalhnj127@gmail.com> --------- Signed-off-by: bishal7679 <bishalhnj127@gmail.com> Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com> * fix: no OVH in docs (#1218) Signed-off-by: Azanul <azanulhaque@gmail.com> * 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 <richwin@munat.Dlink> Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com> * feat: add aws codedeploy resource (#1228) * Fix accidental loop capture (#1252) * chore: remove dot import Signed-off-by: Azanul <azanulhaque@gmail.com> * fix: capture of the loop variable Signed-off-by: Azanul <azanulhaque@gmail.com> * chore: remove duplicate import Signed-off-by: Azanul <azanulhaque@gmail.com> --------- Signed-off-by: Azanul <azanulhaque@gmail.com> * feat: add aws codecommit resource (#1229) * feat: add aws codecommit resource * chore: remove unused code * chore: remove commented code --------- Co-authored-by: amal richwin <richwin@munat.Dlink> * Check for nil VpcId and SubnetId before use (#1254) Fixes #1250 Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com> * Migration Nextjs 13 to 14 (#1217) * Migration Nextjs 13 to 14 * fix: next export * add output export property --------- Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com> --------- Signed-off-by: bishal7679 <bishalhnj127@gmail.com> Signed-off-by: Azanul <azanulhaque@gmail.com> Co-authored-by: LABOUARDY Mohamed <mohamed@labouardy.com> Co-authored-by: tanbirali <tanbirali2004@gmail.com> Co-authored-by: Jake Page <38757612+jakepage91@users.noreply.github.com> Co-authored-by: Tanbir Ali <124070023+tanbirali@users.noreply.github.com> Co-authored-by: Bishal Das <70086051+bishal7679@users.noreply.github.com> Co-authored-by: Avinesh Tripathi <73980067+AvineshTripathi@users.noreply.github.com> Co-authored-by: Umar Abid <75561750+umrkhn@users.noreply.github.com> Co-authored-by: Richwin <39644816+AmalRichwin@users.noreply.github.com> Co-authored-by: amal richwin <richwin@munat.Dlink> Co-authored-by: Vanshul Bhatia <98731471+VanshulB@users.noreply.github.com> Co-authored-by: Josh VanderLinden <codekoala@users.noreply.github.com> Co-authored-by: Shivam Sharma <meshivam81@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7405274 - Browse repository at this point
Copy the full SHA 7405274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ffb103 - Browse repository at this point
Copy the full SHA 1ffb103View commit details
Commits on Dec 7, 2023
-
fix: wrong slack guide url (#1264)
This commit fixes #1259 Signed-off-by: Shikhar Vashistha <51105234+shikharvashistha@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac4c5de - Browse repository at this point
Copy the full SHA ac4c5deView commit details