You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by jeffkinnison <gi...@git.apache.org> on 2016/08/15 16:16:34 UTC

[GitHub] airavata-php-gateway pull request #21: Asynchronous User List Loading, Fixed...

GitHub user jeffkinnison opened a pull request:

    https://github.com/apache/airavata-php-gateway/pull/21

    Asynchronous User List Loading, Fixed Issues 2005, 2014, 2021

    Updates:
    - Client-side sharing utilities now load user lists via AJAX to reduce loading time
    - Routes added to ExperimentController and ProjectController that return a JSON list of users
    - Experiment Browse page now only loads experiments that the user has Grouper permissions for
    - Default Project owner now has full permissions for the Default Project

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jeffkinnison/airavata-php-gateway grouper-integration

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/airavata-php-gateway/pull/21.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #21
    
----
commit 3c071537eb5b0a7cf049088aaf653e94897724ed
Author: Jeff Kinnison <je...@gmail.com>
Date:   2016-08-04T16:06:45Z

    Switching to load users on an AJAX call

commit 4f5f026913eff3760054a943ef9ba781a2fbc557
Author: Jeff Kinnison <je...@gmail.com>
Date:   2016-08-04T16:22:12Z

    updated controllers to only load shared users, added functions to retrieve user lists as JSON

commit 84f160ae22b9c65b590559fbf5f91e790a49e3f5
Author: Jeff Kinnison <je...@gmail.com>
Date:   2016-08-04T16:30:46Z

    changed AJAX call to POST and added resourceId field

commit b742a2381e4b3e0fcb8b2e2a105781fcc943532d
Author: Jeff Kinnison <je...@gmail.com>
Date:   2016-08-04T16:43:22Z

    updated views to incorporate new user loading scheme

commit 878df0572361c53bbeb1c4da9a3981aee0bf1e80
Author: Jeff Kinnison <je...@gmail.com>
Date:   2016-08-04T16:46:29Z

    updated views to incorporate new user loading scheme

commit 720663111e8246444412d5648b49b92e455f628d
Author: Jeff Kinnison <je...@gmail.com>
Date:   2016-08-15T13:48:34Z

    added user list routes to project and experiments

commit bb852b70bb77258eab39a6e229fc7aca1f823838
Author: Jeff Kinnison <je...@gmail.com>
Date:   2016-08-15T14:45:56Z

    user lists load asynchronously

commit 98b6ca3c064aff4a730495a410606d1c5760ecd7
Author: Jeff Kinnison <je...@gmail.com>
Date:   2016-08-15T16:09:33Z

    fixed issue 2005, 2014, 2021

commit 7b21101001e406144c130086121db51f003fc37f
Author: Jeff Kinnison <je...@gmail.com>
Date:   2016-08-15T16:10:45Z

    minor fixes

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---