Commit Graph

11 Commits

Author SHA1 Message Date
Ben Busby
6280728ee5
Conditionally set env vars from whoogle.env
This allows the user to enable their preferred settings in a variety of
ways, depending on their deployment preference. Values added to
whoogle.env can be enabled using WHOOGLE_DOTENV=1, in which case all
values in the env var file will overwrite defaults or user provided
settings.
2021-03-28 13:23:42 -04:00
Ben Busby
d6f579dee6
Merge branch 'develop' into shimuldn-social-media-site-using-.env 2021-03-28 12:30:20 -04:00
Ben Busby
f4a087303d
Improve static typing throughout repo
Eventually this should be part of a separate mypy ci build, but right
now it's just a general guideline. Future commits and PRs should be
validated for static typing wherever possible.

For reference, the testing commands used for this commit were:

mypy --ignore-missing-imports --pretty --disallow-untyped-calls app/
mypy --ignore-missing-imports --pretty --disallow-untyped-calls test/
2021-03-24 15:13:52 -04:00
Shimul
99e60b2f1e
updating results.py for social-media-site-using-.env 2021-03-22 03:41:36 +05:30
Shimul
ee7075ef3d
Update results.py 2021-03-22 03:23:25 +05:30
Shimul
25838ff385
Update results.py 2021-03-22 02:50:24 +05:30
Shimul
997d153bb5
Update results.py 2021-03-22 02:28:48 +05:30
Shimul
6392cf9136
Update results.py 2021-03-22 02:25:58 +05:30
Shimul
0b9677c88d
ALTS sites with .env
Setting up alternative social media site using .env
2021-03-22 02:15:34 +05:30
Ben Busby
ba7493a846
Add healthcheck to Dockerfile
See #184
2021-03-08 12:38:40 -05:00
Ben Busby
d447e5009f
Improve naming of *_utils files, update fn/class doc
The app/utils/*_utils weren't named very well, and all have been updated
to have more accurate names.

Function and class documention for the utils have been updated as well,
as part of the effort to improve overall documentation for the project.
2021-03-08 12:22:04 -05:00