This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch AIRAVATA-3562
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
discard cd99b79 WIP
new 8ce0bb6 AIRAVATA-3562 Mocked up UI for admins to edit extended user
profile fields
new 4e87cde AIRAVATA-3563 DB and REST API for extended user profile fields
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cd99b79)
\
N -- N -- N refs/heads/AIRAVATA-3562 (4e87cde)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
...ld_extendeduserprofilefieldlink_extendeduser.py | 107 ++++++++++++++++++
django_airavata/apps/auth/models.py | 109 +++++++++++++++++++
django_airavata/apps/auth/serializers.py | 120 +++++++++++++++++++++
django_airavata/apps/auth/urls.py | 1 +
django_airavata/apps/auth/views.py | 17 +++
5 files changed, 354 insertions(+)
create mode 100644
django_airavata/apps/auth/migrations/0014_extendeduserprofileagreementfield_extendeduserprofilefield_extendeduserprofilefieldlink_extendeduser.py