Mentions légales du service

Skip to content
  • BAIRE Anthony's avatar
    Squashed commit of the following: · 793af2e9
    BAIRE Anthony authored
    commit 5311d3a7
    Author: LETORT Sebastien <sebastien.letort@irisa.fr>
    Date:   Tue Sep 17 09:29:45 2019 +0200
    
        WebappVersion.webapp related_name changed from 'webapp' to 'version'.
    
    commit 0f68b0e0
    Merge: 7aa839c4 8a251945
    Author: LETORT Sebastien <sebastien.letort@irisa.fr>
    Date:   Mon Sep 16 12:08:26 2019 +0200
    
        Merge branch 'django' into 266-allow-unpublished-webapp-version
    
    commit 7aa839c4
    Author: LETORT Sebastien <sebastien.letort@irisa.fr>
    Date:   Mon Sep 16 12:07:00 2019 +0200
    
        Several fixes after code review.
        query_webapps_for_user doesn't have the only_published_version param anymore.
        comment explains the filtering with 'webapp__published'.
        debug log comment are removed.
        WebappVersion in error state are show to the user.
        WebappVersionList.get_queryset return query_set and not values.
        no more mention of atomic transaction.
        WebappVersionList.post: var name correction.
    
    commit ab7107e3
    Author: LETORT Sebastien <sebastien.letort@irisa.fr>
    Date:   Mon Jul 22 12:19:55 2019 +0200
    
        sugar +/- PEP8 syntax correction.
        remove useless else in helpers.query_webapps_for_user
    
    commit e32ec378
    Author: LETORT Sebastien <sebastien.letort@irisa.fr>
    Date:   Mon Jul 22 11:13:54 2019 +0200
    
        update of query_webapps_for_user, specially when used by views.WebappList.
        Now the user cannot view public app if no version is published.
    
    commit 55061286
    Merge: 5a2b0b7e 979954ef
    Author: LETORT Sebastien <sebastien.letort@irisa.fr>
    Date:   Mon Jul 1 14:12:17 2019 +0200
    
        Merge branch 'django' into 266-allow-unpublished-webapp-version
    
    commit 5a2b0b7e
    Merge: b7f1b67c ffa355b0
    Author: sebastien letort <sletort@capri.irisa.fr>
    Date:   Fri Apr 19 10:16:16 2019 +0200
    
        Merge branch 'django' into 266-allow-unpublished-webapp-version
    
    commit b7f1b67c
    Author: sebastien letort <sletort@capri.irisa.fr>
    Date:   Fri Apr 19 10:15:27 2019 +0200
    
        Published status of version can now be updated.
        I used @transaction atomic to make all the update in one access to the DB (so speed up). But there is no constraint for that.
    
    commit ddf2cf17
    Author: sebastien letort <sletort@capri.irisa.fr>
    Date:   Wed Apr 17 14:05:42 2019 +0200
    
        list all versions available for an app.
        The app owner will be able to update published status, not yet implemented.
    
    commit d2d6176a
    Author: sebastien letort <sletort@capri.irisa.fr>
    Date:   Tue Apr 16 11:11:21 2019 +0200
    
        The owner of an app can run job on unpublished webapp (it appears in the list of available version).
    
    commit 0c053a2d
    Merge: a8c1d1d4 610f9c90
    Author: sebastien letort <sletort@capri.irisa.fr>
    Date:   Mon Apr 15 15:21:42 2019 +0200
    
        Merge branch 'django' into 266-allow-unpublished-webapp-version
    
    commit a8c1d1d4
    Author: sebastien letort <sletort@capri.irisa.fr>
    Date:   Mon Apr 15 13:54:04 2019 +0200
    
        Webapp version can now be commited 'unpublished'.
    
    commit 22799031
    Author: sebastien letort <sletort@capri.irisa.fr>
    Date:   Tue Apr 2 16:12:50 2019 +0200
    
        Only the published webapp versions are shown in the jobCreate view.
    793af2e9