-
- Downloads
NOISSUE: refactor pub/sub code locations
* removes helper functions from `openbook` * moves user-related events, tests and helper functions to `openbook_auth` * moves space-related events, tests and helper functions to `openbook_communities`
Showing
- .run/All Tests.run.xml 0 additions, 29 deletions.run/All Tests.run.xml
- .run/Test GraphQL.run.xml 0 additions, 30 deletions.run/Test GraphQL.run.xml
- openbook_auth/admin.py 1 addition, 1 deletionopenbook_auth/admin.py
- openbook_auth/events.py 124 additions, 0 deletionsopenbook_auth/events.py
- openbook_auth/schema/mutations.py 2 additions, 5 deletionsopenbook_auth/schema/mutations.py
- openbook_auth/tests/test_events.py 55 additions, 0 deletionsopenbook_auth/tests/test_events.py
- openbook_common/management/commands/generate_dummy_data.py 1 addition, 1 deletionopenbook_common/management/commands/generate_dummy_data.py
- openbook_common/pubsub/__init__.py 0 additions, 0 deletionsopenbook_common/pubsub/__init__.py
- openbook_common/pubsub/topic.py 0 additions, 0 deletionsopenbook_common/pubsub/topic.py
- openbook_communities/admin.py 5 additions, 1 deletionopenbook_communities/admin.py
- openbook_communities/events.py 209 additions, 0 deletionsopenbook_communities/events.py
- openbook_communities/events/events.py 0 additions, 117 deletionsopenbook_communities/events/events.py
- openbook_communities/schema/mutations.py 2 additions, 2 deletionsopenbook_communities/schema/mutations.py
- openbook_communities/tests/test_events.py 8 additions, 43 deletionsopenbook_communities/tests/test_events.py
Loading
Please register or sign in to comment