From af7f5675f138a4709550ae103660d678436c3d77 Mon Sep 17 00:00:00 2001 From: MFA-X-AI Date: Sun, 1 Oct 2023 01:06:45 +0800 Subject: [PATCH 1/2] add gdrive component library --- .gitmodules | 3 +++ xai_components/xai_gdrive | 1 + 2 files changed, 4 insertions(+) create mode 160000 xai_components/xai_gdrive diff --git a/.gitmodules b/.gitmodules index f51dde5d..65a5082c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "xai_components/xai_sqlite"] path = xai_components/xai_sqlite url = https://github.com/XpressAI/xai-sqlite +[submodule "xai_components/xai_gdrive"] + path = xai_components/xai_gdrive + url = https://github.com/XpressAI/xai-gdrive diff --git a/xai_components/xai_gdrive b/xai_components/xai_gdrive new file mode 160000 index 00000000..4a758810 --- /dev/null +++ b/xai_components/xai_gdrive @@ -0,0 +1 @@ +Subproject commit 4a75881021940af032649f49a820bdcfed32810f From 6646928ac2946c356f4949056d7989d29fac3635 Mon Sep 17 00:00:00 2001 From: MFA-X-AI Date: Sun, 1 Oct 2023 01:07:26 +0800 Subject: [PATCH 2/2] add gspread component library --- .gitmodules | 3 +++ xai_components/xai_gspread | 1 + 2 files changed, 4 insertions(+) create mode 160000 xai_components/xai_gspread diff --git a/.gitmodules b/.gitmodules index 65a5082c..36edac05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "xai_components/xai_gdrive"] path = xai_components/xai_gdrive url = https://github.com/XpressAI/xai-gdrive +[submodule "xai_components/xai_gspread"] + path = xai_components/xai_gspread + url = https://github.com/XpressAI/xai-gspread diff --git a/xai_components/xai_gspread b/xai_components/xai_gspread new file mode 160000 index 00000000..fa2107b1 --- /dev/null +++ b/xai_components/xai_gspread @@ -0,0 +1 @@ +Subproject commit fa2107b1fab446783da830046383c5716c7872ce