This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a commit to branch cybershuttle-dev
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/cybershuttle-dev by this push:
new f42bf98491 move portal to research-framework
f42bf98491 is described below
commit f42bf9849105ec6c8b1182747bac42ac997b1a9c
Author: ganning127 <[email protected]>
AuthorDate: Fri Mar 28 11:37:12 2025 -0400
move portal to research-framework
---
{portal => modules/research-framework/portal}/.gitignore | 0
{portal => modules/research-framework/portal}/README.md | 0
.../research-framework/portal}/eslint.config.js | 0
{portal => modules/research-framework/portal}/index.html | 0
.../research-framework/portal}/package-lock.json | 0
{portal => modules/research-framework/portal}/package.json | 0
.../research-framework/portal}/public/vite.svg | 0
{portal => modules/research-framework/portal}/src/App.tsx | 0
.../research-framework/portal}/src/assets/airavata-logo.png | Bin
.../research-framework/portal}/src/assets/react.svg | 0
.../portal}/src/components/GridContainer.tsx | 0
.../research-framework/portal}/src/components/Metadata.tsx | 0
.../research-framework/portal}/src/components/NavBar.tsx | 0
.../portal}/src/components/PageHeader.tsx | 0
.../portal}/src/components/datasets/DatasetCard.tsx | 0
.../portal}/src/components/datasets/DatasetDetails.tsx | 0
.../portal}/src/components/datasets/index.tsx | 0
.../portal}/src/components/home/AddRepositoryButton.tsx | 0
.../portal}/src/components/home/AddZipButton.tsx | 0
.../portal}/src/components/home/ButtonWithIcon.tsx | 0
.../portal}/src/components/home/ProjectCard.tsx | 0
.../portal}/src/components/home/ProjectsSection.tsx | 0
.../portal}/src/components/home/SessionCard.tsx | 0
.../portal}/src/components/home/SessionsSection.tsx | 0
.../portal}/src/components/home/index.tsx | 0
.../portal}/src/components/models/ModelCard.tsx | 0
.../portal}/src/components/models/ModelDetails.tsx | 0
.../portal}/src/components/models/index.tsx | 0
.../portal}/src/components/notebooks/NotebookCard.tsx | 0
.../portal}/src/components/notebooks/ProjectDetails.tsx | 0
.../portal}/src/components/notebooks/index.tsx | 0
.../portal}/src/components/repositories/RepositoryCard.tsx | 0
.../portal}/src/components/repositories/index.tsx | 0
.../portal}/src/components/ui/color-mode.tsx | 0
.../portal}/src/components/ui/input-group.tsx | 0
.../portal}/src/components/ui/provider.tsx | 0
.../research-framework/portal}/src/data/MOCK_DATA.js | 0
.../portal}/src/interfaces/AuthorType.tsx | 0
.../portal}/src/interfaces/DatasetType.tsx | 0
.../portal}/src/interfaces/MetadataType.tsx | 0
.../research-framework/portal}/src/interfaces/ModelType.tsx | 0
.../portal}/src/interfaces/ProjectType.tsx | 0
.../portal}/src/interfaces/SessionType.tsx | 0
{portal => modules/research-framework/portal}/src/main.tsx | 0
.../research-framework/portal}/src/vite-env.d.ts | 0
.../research-framework/portal}/tsconfig.app.json | 0
{portal => modules/research-framework/portal}/tsconfig.json | 0
.../research-framework/portal}/tsconfig.node.json | 0
.../research-framework/portal}/vite.config.ts | 0
49 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/portal/.gitignore b/modules/research-framework/portal/.gitignore
similarity index 100%
rename from portal/.gitignore
rename to modules/research-framework/portal/.gitignore
diff --git a/portal/README.md b/modules/research-framework/portal/README.md
similarity index 100%
rename from portal/README.md
rename to modules/research-framework/portal/README.md
diff --git a/portal/eslint.config.js
b/modules/research-framework/portal/eslint.config.js
similarity index 100%
rename from portal/eslint.config.js
rename to modules/research-framework/portal/eslint.config.js
diff --git a/portal/index.html b/modules/research-framework/portal/index.html
similarity index 100%
rename from portal/index.html
rename to modules/research-framework/portal/index.html
diff --git a/portal/package-lock.json
b/modules/research-framework/portal/package-lock.json
similarity index 100%
rename from portal/package-lock.json
rename to modules/research-framework/portal/package-lock.json
diff --git a/portal/package.json
b/modules/research-framework/portal/package.json
similarity index 100%
rename from portal/package.json
rename to modules/research-framework/portal/package.json
diff --git a/portal/public/vite.svg
b/modules/research-framework/portal/public/vite.svg
similarity index 100%
rename from portal/public/vite.svg
rename to modules/research-framework/portal/public/vite.svg
diff --git a/portal/src/App.tsx b/modules/research-framework/portal/src/App.tsx
similarity index 100%
rename from portal/src/App.tsx
rename to modules/research-framework/portal/src/App.tsx
diff --git a/portal/src/assets/airavata-logo.png
b/modules/research-framework/portal/src/assets/airavata-logo.png
similarity index 100%
rename from portal/src/assets/airavata-logo.png
rename to modules/research-framework/portal/src/assets/airavata-logo.png
diff --git a/portal/src/assets/react.svg
b/modules/research-framework/portal/src/assets/react.svg
similarity index 100%
rename from portal/src/assets/react.svg
rename to modules/research-framework/portal/src/assets/react.svg
diff --git a/portal/src/components/GridContainer.tsx
b/modules/research-framework/portal/src/components/GridContainer.tsx
similarity index 100%
rename from portal/src/components/GridContainer.tsx
rename to modules/research-framework/portal/src/components/GridContainer.tsx
diff --git a/portal/src/components/Metadata.tsx
b/modules/research-framework/portal/src/components/Metadata.tsx
similarity index 100%
rename from portal/src/components/Metadata.tsx
rename to modules/research-framework/portal/src/components/Metadata.tsx
diff --git a/portal/src/components/NavBar.tsx
b/modules/research-framework/portal/src/components/NavBar.tsx
similarity index 100%
rename from portal/src/components/NavBar.tsx
rename to modules/research-framework/portal/src/components/NavBar.tsx
diff --git a/portal/src/components/PageHeader.tsx
b/modules/research-framework/portal/src/components/PageHeader.tsx
similarity index 100%
rename from portal/src/components/PageHeader.tsx
rename to modules/research-framework/portal/src/components/PageHeader.tsx
diff --git a/portal/src/components/datasets/DatasetCard.tsx
b/modules/research-framework/portal/src/components/datasets/DatasetCard.tsx
similarity index 100%
rename from portal/src/components/datasets/DatasetCard.tsx
rename to
modules/research-framework/portal/src/components/datasets/DatasetCard.tsx
diff --git a/portal/src/components/datasets/DatasetDetails.tsx
b/modules/research-framework/portal/src/components/datasets/DatasetDetails.tsx
similarity index 100%
rename from portal/src/components/datasets/DatasetDetails.tsx
rename to
modules/research-framework/portal/src/components/datasets/DatasetDetails.tsx
diff --git a/portal/src/components/datasets/index.tsx
b/modules/research-framework/portal/src/components/datasets/index.tsx
similarity index 100%
rename from portal/src/components/datasets/index.tsx
rename to modules/research-framework/portal/src/components/datasets/index.tsx
diff --git a/portal/src/components/home/AddRepositoryButton.tsx
b/modules/research-framework/portal/src/components/home/AddRepositoryButton.tsx
similarity index 100%
rename from portal/src/components/home/AddRepositoryButton.tsx
rename to
modules/research-framework/portal/src/components/home/AddRepositoryButton.tsx
diff --git a/portal/src/components/home/AddZipButton.tsx
b/modules/research-framework/portal/src/components/home/AddZipButton.tsx
similarity index 100%
rename from portal/src/components/home/AddZipButton.tsx
rename to modules/research-framework/portal/src/components/home/AddZipButton.tsx
diff --git a/portal/src/components/home/ButtonWithIcon.tsx
b/modules/research-framework/portal/src/components/home/ButtonWithIcon.tsx
similarity index 100%
rename from portal/src/components/home/ButtonWithIcon.tsx
rename to
modules/research-framework/portal/src/components/home/ButtonWithIcon.tsx
diff --git a/portal/src/components/home/ProjectCard.tsx
b/modules/research-framework/portal/src/components/home/ProjectCard.tsx
similarity index 100%
rename from portal/src/components/home/ProjectCard.tsx
rename to modules/research-framework/portal/src/components/home/ProjectCard.tsx
diff --git a/portal/src/components/home/ProjectsSection.tsx
b/modules/research-framework/portal/src/components/home/ProjectsSection.tsx
similarity index 100%
rename from portal/src/components/home/ProjectsSection.tsx
rename to
modules/research-framework/portal/src/components/home/ProjectsSection.tsx
diff --git a/portal/src/components/home/SessionCard.tsx
b/modules/research-framework/portal/src/components/home/SessionCard.tsx
similarity index 100%
rename from portal/src/components/home/SessionCard.tsx
rename to modules/research-framework/portal/src/components/home/SessionCard.tsx
diff --git a/portal/src/components/home/SessionsSection.tsx
b/modules/research-framework/portal/src/components/home/SessionsSection.tsx
similarity index 100%
rename from portal/src/components/home/SessionsSection.tsx
rename to
modules/research-framework/portal/src/components/home/SessionsSection.tsx
diff --git a/portal/src/components/home/index.tsx
b/modules/research-framework/portal/src/components/home/index.tsx
similarity index 100%
rename from portal/src/components/home/index.tsx
rename to modules/research-framework/portal/src/components/home/index.tsx
diff --git a/portal/src/components/models/ModelCard.tsx
b/modules/research-framework/portal/src/components/models/ModelCard.tsx
similarity index 100%
rename from portal/src/components/models/ModelCard.tsx
rename to modules/research-framework/portal/src/components/models/ModelCard.tsx
diff --git a/portal/src/components/models/ModelDetails.tsx
b/modules/research-framework/portal/src/components/models/ModelDetails.tsx
similarity index 100%
rename from portal/src/components/models/ModelDetails.tsx
rename to
modules/research-framework/portal/src/components/models/ModelDetails.tsx
diff --git a/portal/src/components/models/index.tsx
b/modules/research-framework/portal/src/components/models/index.tsx
similarity index 100%
rename from portal/src/components/models/index.tsx
rename to modules/research-framework/portal/src/components/models/index.tsx
diff --git a/portal/src/components/notebooks/NotebookCard.tsx
b/modules/research-framework/portal/src/components/notebooks/NotebookCard.tsx
similarity index 100%
rename from portal/src/components/notebooks/NotebookCard.tsx
rename to
modules/research-framework/portal/src/components/notebooks/NotebookCard.tsx
diff --git a/portal/src/components/notebooks/ProjectDetails.tsx
b/modules/research-framework/portal/src/components/notebooks/ProjectDetails.tsx
similarity index 100%
rename from portal/src/components/notebooks/ProjectDetails.tsx
rename to
modules/research-framework/portal/src/components/notebooks/ProjectDetails.tsx
diff --git a/portal/src/components/notebooks/index.tsx
b/modules/research-framework/portal/src/components/notebooks/index.tsx
similarity index 100%
rename from portal/src/components/notebooks/index.tsx
rename to modules/research-framework/portal/src/components/notebooks/index.tsx
diff --git a/portal/src/components/repositories/RepositoryCard.tsx
b/modules/research-framework/portal/src/components/repositories/RepositoryCard.tsx
similarity index 100%
rename from portal/src/components/repositories/RepositoryCard.tsx
rename to
modules/research-framework/portal/src/components/repositories/RepositoryCard.tsx
diff --git a/portal/src/components/repositories/index.tsx
b/modules/research-framework/portal/src/components/repositories/index.tsx
similarity index 100%
rename from portal/src/components/repositories/index.tsx
rename to
modules/research-framework/portal/src/components/repositories/index.tsx
diff --git a/portal/src/components/ui/color-mode.tsx
b/modules/research-framework/portal/src/components/ui/color-mode.tsx
similarity index 100%
rename from portal/src/components/ui/color-mode.tsx
rename to modules/research-framework/portal/src/components/ui/color-mode.tsx
diff --git a/portal/src/components/ui/input-group.tsx
b/modules/research-framework/portal/src/components/ui/input-group.tsx
similarity index 100%
rename from portal/src/components/ui/input-group.tsx
rename to modules/research-framework/portal/src/components/ui/input-group.tsx
diff --git a/portal/src/components/ui/provider.tsx
b/modules/research-framework/portal/src/components/ui/provider.tsx
similarity index 100%
rename from portal/src/components/ui/provider.tsx
rename to modules/research-framework/portal/src/components/ui/provider.tsx
diff --git a/portal/src/data/MOCK_DATA.js
b/modules/research-framework/portal/src/data/MOCK_DATA.js
similarity index 100%
rename from portal/src/data/MOCK_DATA.js
rename to modules/research-framework/portal/src/data/MOCK_DATA.js
diff --git a/portal/src/interfaces/AuthorType.tsx
b/modules/research-framework/portal/src/interfaces/AuthorType.tsx
similarity index 100%
rename from portal/src/interfaces/AuthorType.tsx
rename to modules/research-framework/portal/src/interfaces/AuthorType.tsx
diff --git a/portal/src/interfaces/DatasetType.tsx
b/modules/research-framework/portal/src/interfaces/DatasetType.tsx
similarity index 100%
rename from portal/src/interfaces/DatasetType.tsx
rename to modules/research-framework/portal/src/interfaces/DatasetType.tsx
diff --git a/portal/src/interfaces/MetadataType.tsx
b/modules/research-framework/portal/src/interfaces/MetadataType.tsx
similarity index 100%
rename from portal/src/interfaces/MetadataType.tsx
rename to modules/research-framework/portal/src/interfaces/MetadataType.tsx
diff --git a/portal/src/interfaces/ModelType.tsx
b/modules/research-framework/portal/src/interfaces/ModelType.tsx
similarity index 100%
rename from portal/src/interfaces/ModelType.tsx
rename to modules/research-framework/portal/src/interfaces/ModelType.tsx
diff --git a/portal/src/interfaces/ProjectType.tsx
b/modules/research-framework/portal/src/interfaces/ProjectType.tsx
similarity index 100%
rename from portal/src/interfaces/ProjectType.tsx
rename to modules/research-framework/portal/src/interfaces/ProjectType.tsx
diff --git a/portal/src/interfaces/SessionType.tsx
b/modules/research-framework/portal/src/interfaces/SessionType.tsx
similarity index 100%
rename from portal/src/interfaces/SessionType.tsx
rename to modules/research-framework/portal/src/interfaces/SessionType.tsx
diff --git a/portal/src/main.tsx
b/modules/research-framework/portal/src/main.tsx
similarity index 100%
rename from portal/src/main.tsx
rename to modules/research-framework/portal/src/main.tsx
diff --git a/portal/src/vite-env.d.ts
b/modules/research-framework/portal/src/vite-env.d.ts
similarity index 100%
rename from portal/src/vite-env.d.ts
rename to modules/research-framework/portal/src/vite-env.d.ts
diff --git a/portal/tsconfig.app.json
b/modules/research-framework/portal/tsconfig.app.json
similarity index 100%
rename from portal/tsconfig.app.json
rename to modules/research-framework/portal/tsconfig.app.json
diff --git a/portal/tsconfig.json
b/modules/research-framework/portal/tsconfig.json
similarity index 100%
rename from portal/tsconfig.json
rename to modules/research-framework/portal/tsconfig.json
diff --git a/portal/tsconfig.node.json
b/modules/research-framework/portal/tsconfig.node.json
similarity index 100%
rename from portal/tsconfig.node.json
rename to modules/research-framework/portal/tsconfig.node.json
diff --git a/portal/vite.config.ts
b/modules/research-framework/portal/vite.config.ts
similarity index 100%
rename from portal/vite.config.ts
rename to modules/research-framework/portal/vite.config.ts