Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create generic DB_CACHE functions for db.Model classes #1011

Merged
merged 35 commits into from
Aug 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
8afeb80
Simpsons
michplunkett Aug 4, 2023
c1f95e9
Update test_functional.py
michplunkett Aug 4, 2023
afb805a
Update sort.html
michplunkett Aug 4, 2023
383525d
Create cache_client.py
michplunkett Aug 4, 2023
4660f78
Update cache_client.py
michplunkett Aug 4, 2023
70b9bf9
Update database.py
michplunkett Aug 4, 2023
3227fc7
Update db_cache.py
michplunkett Aug 4, 2023
364b5d2
Update database.py
michplunkett Aug 4, 2023
1892b3e
Update db_cache.py
michplunkett Aug 4, 2023
6dfe278
Update database.py
michplunkett Aug 4, 2023
70fae44
Update constants.py
michplunkett Aug 4, 2023
7b98372
Update database.py
michplunkett Aug 4, 2023
c662150
Update db_cache.py
michplunkett Aug 4, 2023
dd85fdb
Update database.py
michplunkett Aug 4, 2023
3dc0747
Update views.py
michplunkett Aug 4, 2023
dfd7a75
Update model_view.py
michplunkett Aug 4, 2023
97d9431
Delete db_cache.py
michplunkett Aug 4, 2023
f93fd98
Create database_cache.py
michplunkett Aug 4, 2023
f218ea3
Update database.py
michplunkett Aug 4, 2023
c8e31b0
Update database_cache.py
michplunkett Aug 4, 2023
d5a938c
Create test_cache.py
michplunkett Aug 4, 2023
d7571c7
Update test_cache.py
michplunkett Aug 4, 2023
64bb6c4
Update test_cache.py
michplunkett Aug 4, 2023
b9cac0e
Update test_cache.py
michplunkett Aug 5, 2023
7ee9038
Update test_cache.py
michplunkett Aug 5, 2023
fa18b16
Update database_cache.py
michplunkett Aug 7, 2023
5854925
Update database.py
michplunkett Aug 7, 2023
194e0c3
Update test_cache.py
michplunkett Aug 7, 2023
11119c3
Update database_cache.py
michplunkett Aug 7, 2023
7854415
Update views.py
michplunkett Aug 7, 2023
db9dd2a
Update model_view.py
michplunkett Aug 7, 2023
16e62c8
Update database_cache.py
michplunkett Aug 7, 2023
26ae057
Update model_view.py
michplunkett Aug 7, 2023
b76bd11
Update views.py
michplunkett Aug 7, 2023
037ec06
Update test_cache.py
michplunkett Aug 7, 2023
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 OpenOversight/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(
("IVANA", "", "TINKLE"),
("SEYMOUR", "", "BUTZ"),
("HAYWOOD", "U", "CUDDLEME"),
("BEA", "", "PROBLEM"),
("BEA", "", "O'PROBLEM"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

("URA", "", "SNOTBALL"),
("HUGH", "", "JASS"),
]
Expand Down