This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch airavata-3453
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from f4224c0 AIRAVATA-3453 lint error
new b29b545 AIRAVATA-3453 Initial version of resource selection components
new 982cada AIRAVATA-3453 Fixed async caching logic
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../api/static/django_airavata_api/js/index.js | 6 +-
.../js/web-components/ComputeResourceSelector.vue | 84 +++++++++++
.../js/web-components/ExperimentEditor.vue | 18 +--
.../js/web-components/QueueSettingsEditor.vue | 13 ++
.../js/web-components/ResourceSelectionEditor.vue | 160 +++++++++++++++++++++
.../js/web-components/store.js | 63 +++++---
6 files changed, 318 insertions(+), 26 deletions(-)
create mode 100644
django_airavata/apps/workspace/static/django_airavata_workspace/js/web-components/ComputeResourceSelector.vue
create mode 100644
django_airavata/apps/workspace/static/django_airavata_workspace/js/web-components/QueueSettingsEditor.vue
create mode 100644
django_airavata/apps/workspace/static/django_airavata_workspace/js/web-components/ResourceSelectionEditor.vue