From commits-return-21498-apmail-airavata-commits-archive=airavata.apache.org@airavata.apache.org Wed Oct 16 19:15:33 2019 Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id B3522191F0 for ; Wed, 16 Oct 2019 19:15:33 +0000 (UTC) Received: (qmail 87503 invoked by uid 500); 16 Oct 2019 19:15:33 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 87447 invoked by uid 500); 16 Oct 2019 19:15:33 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 87438 invoked by uid 99); 16 Oct 2019 19:15:33 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Oct 2019 19:15:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A208D811B2; Wed, 16 Oct 2019 19:15:32 +0000 (UTC) Date: Wed, 16 Oct 2019 19:15:32 +0000 To: "commits@airavata.apache.org" Subject: [airavata-django-portal] branch master updated (e201154 -> daefdb4) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157125333221.28290.14256209697733023043@gitbox.apache.org> From: machristie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: airavata-django-portal X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e201154f125d05df5d68bc271432aa3850867e0c X-Git-Newrev: daefdb43a5849aa7388aa4ba2ebc5b0b1dc00dc7 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 e201154 Fixing linting errors new 4821097 AIRAVATA-3081 enforce max file size in tus upload finisher new daefdb4 AIRAVATA-3081 docs: tusd installation notes 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: django_airavata/apps/api/exceptions.py | 7 +++ django_airavata/apps/api/tus.py | 8 +++ django_airavata/apps/api/views.py | 15 +++--- django_airavata/settings_local.py.sample | 6 +++ docs/admin/tusd.md | 85 ++++++++++++++++++++++++++++++++ mkdocs.yml | 2 + 6 files changed, 117 insertions(+), 6 deletions(-) create mode 100644 docs/admin/tusd.md