abompard / fedora-hubs

Forked from fedora-hubs 7 years ago
Clone

be943a3 Rework the Hub schema to allow more types

Authored and Committed by abompard 6 years ago
48 files changed. 345 lines added. 287 lines removed.
delete-user.py
file modified
+1 -1
hubs/feed.py
file modified
+3 -2
hubs/models/association.py
file modified
+2 -3
hubs/models/hub.py
file modified
+18 -5
hubs/models/hubconfig.py
file modified
+1 -1
hubs/models/user.py
file modified
+1 -1
hubs/models/widget.py
file modified
+2 -5
hubs/templates/master.html
file modified
+6 -6
hubs/tests/__init__.py
file modified
+7 -4
hubs/tests/backend/test_triage.py
file modified
+1 -1
hubs/tests/models/test_hub.py
file modified
+11 -11
hubs/tests/models/test_hub_config.py
file modified
+1 -1
hubs/tests/models/test_user.py
file modified
+6 -6
hubs/tests/models/test_widget.py
file modified
+2 -2
hubs/tests/test_feed.py
file modified
+4 -4
hubs/tests/test_widget_base.py
file modified
+9 -6
hubs/tests/utils/test_views.py
file modified
+2 -2
hubs/tests/views/test_api_association.py
file modified
+20 -20
hubs/tests/views/test_api_hub_config.py
file modified
+27 -19
hubs/tests/views/test_api_hub_widget.py
file modified
+44 -26
hubs/tests/views/test_hub_view.py
file modified
+5 -5
hubs/tests/views/test_root.py
file modified
+1 -1
hubs/tests/widgets/__init__.py
file modified
+4 -4
hubs/tests/widgets/test_contact.py
file modified
+8 -8
hubs/tests/widgets/test_halp.py
file modified
+28 -27
hubs/tests/widgets/test_library.py
file modified
+6 -5
hubs/tests/widgets/test_meetings.py
file modified
+2 -2
hubs/tests/widgets/test_my_hubs.py
file modified
+5 -5
hubs/utils/views.py
file modified
+42 -15
hubs/views/api/hub.py
file modified
+5 -5
hubs/views/api/hub_association.py
file modified
+5 -5
hubs/views/api/hub_config.py
file modified
+7 -7
hubs/views/api/hub_widget.py
file modified
+12 -12
hubs/views/hub.py
file modified
+8 -8
hubs/views/root.py
file modified
+3 -2
hubs/widgets/base.py
file modified
+4 -5
hubs/widgets/contact/__init__.py
file modified
+2 -5
hubs/widgets/feed/__init__.py
file modified
+1 -3
hubs/widgets/halp/__init__.py
file modified
+4 -8
hubs/widgets/halp/functions.py
file modified
+2 -1
hubs/widgets/halp/utils.py
file modified
+3 -3
hubs/widgets/library/__init__.py
file modified
+2 -5
hubs/widgets/memberships/templates/root.html
file modified
+3 -3
hubs/widgets/my_hubs/templates/root.html
file modified
+3 -3
hubs/widgets/rules/templates/root.html
file modified
+3 -3
hubs/widgets/view.py
file modified
+3 -5
populate-from-fas.py
file modified
+1 -1
populate.py
file modified
+5 -5
    Rework the Hub schema to allow more types
    
        
file modified
+1 -1
file modified
+3 -2
file modified
+2 -3
file modified
+18 -5
file modified
+1 -1
file modified
+1 -1
file modified
+2 -5
file modified
+6 -6
file modified
+7 -4
file modified
+11 -11
file modified
+4 -4
file modified
+28 -27
file modified
+42 -15
file modified
+5 -5
file modified
+7 -7
file modified
+12 -12
file modified
+8 -8
file modified
+3 -2
file modified
+4 -5
file modified
+3 -3
file modified
+3 -5
file modified
+1 -1
file modified
+5 -5