This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from 9bb685a AIRAVATA-3492 Handle deselecting the default queue in
ApplicationDeploymentEditor
add c722afa Updated output view provider portion of tutorial to use
cookiecutter
add 61de74e Updated custom django app portion of tutorial to use
cookiecutter
add 5219107 updating notes on viewing final solution
add 5f0ee98 tutorial instructions on installing Python and creating venv
on all OSes
add 8a22eec tutorial: minor fixes
add f63d5c8 tutorial: rename to "custom ui tutorial"
add 3b11429 tutorial: updated screenshots
add 31b34c3 Compatibility for building JS on Windows
add 0236c1f tutorial: Python on Windows instructions
add 6921aaf Merge pull request #62 from apache/python39
add 722fa98 Merge pull request #63 from apache/airavata-3465
add 564a8b1 Merge branch 'master' of
https://github.com/apache/airavata-django-portal
add 2169ef7 tutorial: tabbed instructions for different OS/environments
add 31a8913 tutorial: update tab style to match admonitions
add 2d2b016 tutorial: adding local python instructions for mac/linux
add 33bbcfb tutorial: cleaned up windows home guidance
add 6f9048f tutorial: windows instructions equivalent to `cd $HOME`
add 942d997 tutorial: tweak to windows instructions
add c024dbc tutorial: updating host for input customization section
add de23f6e tutorial: rename solution repo to prevent collisions
add 1c6b7d7 tutorial: fixing broken links
add 316d06c tutorial: adding a step to wait until docker container starts
up
add fe61b8c tutorial: updating name of GRP, compute resource
add 461b9a5 tutorial: adding some clarification about which inputs are
configured
add fe4ef5f tutorial: updating order of output view provider steps
add 6707998 AIRAVATA-3420 Switch to published versions of SDK
add b2317c9 Adds instructions on building multi-arch Docker images
add 3e15aec tutorial: expanded guidance and verification steps for
installing prerequisites
add 305b02c Updated docs with instructions on how to use cookiecutter
project templates
add e5f76f6 tutorial: updating instructions for Windows PowerShell
add e6f8735 tutorial: clarify why we generate custom Django app code as
prerequisite to custom output view provider
new ec660ed Merge branch 'master' into develop
new 0dabd4b AIRAVATA-3491 Utility method for constructing simple
Experiment object
new fcf01b9 AIRAVATA-3491 Unit tests for ExperimentUtils.js
new 9eed16f AIRAVATA-3491 Accept application module id as input too
new 52244a9 AIRAVATA-3491 Add applicationInterfaceId option to
createExperiment
new 307e518 AIRAVATA-3491: tutorial: update to use createExperiment
utility
The 6 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:
README.md | 16 +
build_js.bat | 36 +
django_airavata/apps/api/package.json | 4 +-
.../api/static/django_airavata_api/js/index.js | 2 +
.../js/models/ApplicationInterfaceDefinition.js | 11 +
.../js/utils/ExperimentUtils.js | 177 +++
.../tests/utils/ExperimentUtils.test.js | 589 ++++++++++
django_airavata/static/common/package.json | 3 +-
django_airavata/static/common/yarn.lock | 387 ++++---
docs/assets/css/pymdownx.tabbed.css | 47 +
docs/dev/custom_django_app.md | 295 ++---
docs/dev/custom_output_view_provider.md | 121 +-
...{gateways_tutorial.md => custom_ui_tutorial.md} | 1180 ++++++++++++--------
.../screenshots/custom-ui/custom-app-menu.png | Bin 0 -> 177809 bytes
.../gaussian-output-view-providers-json.png | Bin 0 -> 31419 bytes
.../screenshots/custom-ui/settings_menu.png | Bin 0 -> 181704 bytes
mkdocs.yml | 6 +-
requirements-dev.txt | 3 +-
setup.py | 1 -
19 files changed, 2073 insertions(+), 805 deletions(-)
create mode 100644 build_js.bat
create mode 100644
django_airavata/apps/api/static/django_airavata_api/js/utils/ExperimentUtils.js
create mode 100644
django_airavata/apps/api/static/django_airavata_api/tests/utils/ExperimentUtils.test.js
create mode 100644 docs/assets/css/pymdownx.tabbed.css
rename docs/tutorial/{gateways_tutorial.md => custom_ui_tutorial.md} (52%)
create mode 100644 docs/tutorial/screenshots/custom-ui/custom-app-menu.png
create mode 100644
docs/tutorial/screenshots/custom-ui/gaussian-output-view-providers-json.png
create mode 100644 docs/tutorial/screenshots/custom-ui/settings_menu.png