You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/09/18 20:59:20 UTC

[airavata-django-portal] branch develop updated (568fa97 -> 5bc55d6)

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 568fa97  Applying Prettier formatting to all code
     add 5cc2503  AIRAVATA-3370 Linkify component to find links in text and turn into hyperlinks
     add 6cb9f88  AIRAVATA-3370 Fixing import sorting
     add cd71967  AIRAVATA-3370 Only linkify top level text nodes
     new 5bc55d6  Merge pull request #50 from apache/AIRAVATA-3370-new-improvement-clickable-urls-in-the-application

The 1 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:
 django_airavata/apps/api/exceptions.py             |  3 +-
 django_airavata/apps/api/helpers.py                |  3 +-
 django_airavata/apps/api/output_views.py           | 12 ++++---
 django_airavata/apps/api/serializers.py            |  7 ++--
 django_airavata/apps/api/signals.py                |  3 +-
 django_airavata/apps/api/tests/test_views.py       |  6 ++--
 django_airavata/apps/api/views.py                  | 42 ++++++++++++----------
 django_airavata/apps/auth/tests/test_signals.py    |  4 +--
 django_airavata/apps/auth/utils.py                 |  3 +-
 .../input-editors/InputEditorFormGroup.vue         | 17 +++++----
 django_airavata/apps/workspace/views.py            |  7 ++--
 django_airavata/apps/workspace/yarn.lock           |  5 +++
 .../static/common/js/components/Linkify.vue        | 34 ++++++++++++++++++
 django_airavata/static/common/js/index.js          |  4 ++-
 django_airavata/static/common/package.json         |  1 +
 django_airavata/static/common/yarn.lock            |  5 +++
 django_airavata/utils.py                           |  9 +++--
 setup.cfg                                          |  4 +--
 tests/settings.py                                  |  5 +--
 19 files changed, 116 insertions(+), 58 deletions(-)
 create mode 100644 django_airavata/static/common/js/components/Linkify.vue


[airavata-django-portal] 01/01: Merge pull request #50 from apache/AIRAVATA-3370-new-improvement-clickable-urls-in-the-application

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 5bc55d6bc8c4765a5c799997dee548be843c7ca0
Merge: 568fa97 cd71967
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Sep 18 16:58:05 2020 -0400

    Merge pull request #50 from apache/AIRAVATA-3370-new-improvement-clickable-urls-in-the-application
    
    AIRAVATA-3370 Linkify component to find links in text and turn into h…

 django_airavata/apps/api/exceptions.py             |  3 +-
 django_airavata/apps/api/helpers.py                |  3 +-
 django_airavata/apps/api/output_views.py           | 12 ++++---
 django_airavata/apps/api/serializers.py            |  7 ++--
 django_airavata/apps/api/signals.py                |  3 +-
 django_airavata/apps/api/tests/test_views.py       |  6 ++--
 django_airavata/apps/api/views.py                  | 42 ++++++++++++----------
 django_airavata/apps/auth/tests/test_signals.py    |  4 +--
 django_airavata/apps/auth/utils.py                 |  3 +-
 .../input-editors/InputEditorFormGroup.vue         | 17 +++++----
 django_airavata/apps/workspace/views.py            |  7 ++--
 django_airavata/apps/workspace/yarn.lock           |  5 +++
 .../static/common/js/components/Linkify.vue        | 34 ++++++++++++++++++
 django_airavata/static/common/js/index.js          |  4 ++-
 django_airavata/static/common/package.json         |  1 +
 django_airavata/static/common/yarn.lock            |  5 +++
 django_airavata/utils.py                           |  9 +++--
 setup.cfg                                          |  4 +--
 tests/settings.py                                  |  5 +--
 19 files changed, 116 insertions(+), 58 deletions(-)