This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from 518c517 Updating dependencies
new 356e8d6 Fixing lint errors and documenting how to run linter
new 5ed5b6f Fixing running of jest tests
The 709 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/babel.config.js | 10 +++++++++-
django_airavata/apps/api/package.json | 9 +++++----
django_airavata/apps/api/serializers.py | 2 +-
.../apps/api/static/django_airavata_api/tests/.eslintrc.js | 5 +++++
django_airavata/apps/dataparsers/views.py | 6 ------
docs/dev/developing_backend.md | 13 +++++++++++++
mkdocs.yml | 1 +
7 files changed, 34 insertions(+), 12 deletions(-)
create mode 100644 django_airavata/apps/api/static/django_airavata_api/tests/.eslintrc.js
create mode 100644 docs/dev/developing_backend.md
|