You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by aa...@apache.org on 2020/06/16 20:38:44 UTC

[airavata-mft-portal] 05/26: Merge pull request #1 from aarushiibisht/master

This is an automated email from the ASF dual-hosted git repository.

aarushi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft-portal.git

commit 30f8f1bba4900ea5f3a377d99db914c506ad45c9
Merge: 383cef0 435d163
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Sun Apr 5 20:33:37 2020 -0400

    Merge pull request #1 from aarushiibisht/master
    
    MFT django portal project structure

 .gitignore                                         |   4 +
 README                                             |   3 -
 README.md                                          |  20 +
 airavata_mft/__init__.py                           |   0
 airavata_mft/asgi.py                               |  16 +
 airavata_mft/settings.py                           | 125 ++++
 airavata_mft/static/base.css                       | 101 +++
 airavata_mft/templates/base.html                   |  89 +++
 airavata_mft/urls.py                               |  22 +
 airavata_mft/wsgi.py                               |  16 +
 apps/__init__.py                                   |   0
 apps/mft_agents/__init__.py                        |   0
 apps/mft_agents/admin.py                           |   3 +
 apps/mft_agents/apps.py                            |   5 +
 apps/mft_agents/migrations/__init__.py             |   0
 apps/mft_agents/models.py                          |   3 +
 .../templates/mft_agents/agents_list.html          |  15 +
 apps/mft_agents/tests.py                           |   3 +
 apps/mft_agents/urls.py                            |   5 +
 apps/mft_agents/views.py                           |  21 +
 gen_grpc_protos.ps1                                |   9 +
 gen_grpc_protos.sh                                 |  12 +
 manage.py                                          |  24 +
 mft_backend/__init__.py                            |   0
 mft_backend/resource_service/ClientStub.py         |  61 ++
 .../resource_service/ResourceService_pb2.py        | 826 +++++++++++++++++++++
 .../resource_service/ResourceService_pb2_grpc.py   | 236 ++++++
 mft_backend/resource_service/__init__.py           |   0
 requirements.txt                                   |   4 +
 29 files changed, 1620 insertions(+), 3 deletions(-)