Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Adapt the app for Councilmatic 2.5 #34

Merged
merged 24 commits into from
Jul 31, 2019
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8c0d5e5
Support Django 2
Jun 27, 2019
03050e7
Configure tests for the app
Jun 28, 2019
dba4aea
Stub out tests and get pytest-django up and running
Jun 28, 2019
aa2b8a3
Get first test passing
Jun 28, 2019
fa92f55
Create fixtures and test for person subscription
Jun 28, 2019
3cd3ba6
Add failing tests for send_notifications mgmt command
Jul 2, 2019
a977454
Adjust find_bill_actions_updates for new OCD models
Jul 2, 2019
9706068
Fix up some more send_notifications tests
Jul 4, 2019
3af36fb
Refactor send_notifications queries for new and updated events
Jul 8, 2019
7bb46da
Refactor send_notifications tests to use common fixtures
Jul 8, 2019
da13c54
Remove unused metro fixtures from conftest
Jul 8, 2019
d9e2655
Remove debug_toolbar from test_config
Jul 10, 2019
ed41cad
Refactor NULL-casting logic from send_notifications out to django-cou…
Jul 12, 2019
cb36d7b
Add tests confirming that null dates get filtered out of queries
Jul 12, 2019
534b546
Remove unused imports from send_noficiations.py
Jul 12, 2019
62fc2ca
Remove unecessary distinct() filters from send_notifications queries
Jul 12, 2019
785345d
WIP refactor query logic onto models
Jul 18, 2019
9a1d07f
WIP update tests for model refactor
Jul 18, 2019
2241529
Fix up tests for Person and CommitteeAction subscriptions
Jul 22, 2019
ffce790
Write integration tests and fix tests for CommitteeEvents
Jul 23, 2019
a0f074f
Clean up diff ahead of review
Jul 23, 2019
5470e8e
Bump version to 1.0.0 and pin to django-councilmatic>=2.5
Jul 24, 2019
9a3c3f0
Document BillActionSubscription.get_updates() and move not_empty() to…
Jul 24, 2019
f74e508
Remove deprecated is_empty() method from send_notifications.py
Jul 31, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ recursive-include notifications/templates *
recursive-include notifications/migrations *
recursive-include notifications/management *
recursive-include notifications/templatetags *

recursive-exclude tests *
Loading