Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
9e5f5ab
Very large change
sam-writer Mar 18, 2020
b3b9c80
sort imports
sam-writer Mar 18, 2020
add838c
makes census chart granular at daily level
fbenamy Mar 18, 2020
22343c6
Merge branch 'master' into graph-granularity
fbenamy Mar 18, 2020
365111c
added app.py to commit
fbenamy Mar 18, 2020
07f76a3
Merge branch 'master' into graph-granularity
fbenamy Mar 18, 2020
cea8882
Break infra components into separate manifest files
lottspot Mar 18, 2020
0a8a154
Add kube-prometheus stack
lottspot Mar 18, 2020
3ba8d4e
Expose grafana dashboard in k8s cluster
lottspot Mar 18, 2020
9aec9b4
fixed sidebar order
fbenamy Mar 19, 2020
0d8ba87
fixed sidebar order
fbenamy Mar 19, 2020
ec420cd
Merge pull request #57 from CodeForPhilly/graph-granularity
fbenamy Mar 19, 2020
cc59ee8
Merge pull request #80 from CodeForPhilly/issues/3
themightychris Mar 19, 2020
252f0e1
chore: bump k8s deploy to v0.3.1
themightychris Mar 19, 2020
6d3d211
docs: cover diffing/applying manifests to cluster
themightychris Mar 19, 2020
61c1267
chore: explicitely set ingress class
themightychris Mar 19, 2020
80a54c1
feat: enable nginx content caching for static files
themightychris Mar 19, 2020
7052722
fix: move proxy-body-size back to main igress
themightychris Mar 19, 2020
ab88777
fix: set nginx replicas to 3 to match node count
themightychris Mar 19, 2020
a2006f4
#53 added tooltips to both charts, formatted to round to whole number…
Mar 19, 2020
b2c622e
Merge pull request #83 from CodeForPhilly/53-tooltip
quinn-dougherty Mar 19, 2020
4f6a61d
rename back to app.py
sam-writer Mar 19, 2020
75347ab
yeah this file is important
sam-writer Mar 19, 2020
6d2bf64
per #64 this should allow heroku to work
sam-writer Mar 19, 2020
24ac652
fix merge conflicts, copy over new code to presentation.py
sam-writer Mar 19, 2020
4af263c
because there is __init__.py in the root, we can't
sam-writer Mar 19, 2020
15ef08e
add a few tests
sam-writer Mar 19, 2020
6ccf6c6
add manual testing doc
sam-writer Mar 19, 2020
8699e12
moar tests
sam-writer Mar 19, 2020
ea3de3c
invoke pytest as a python module in GH action test
sam-writer Mar 19, 2020
933aa6e
make the linter happy
sam-writer Mar 19, 2020
b2ad560
fix regressions
sam-writer Mar 19, 2020
7916956
app: Looks like this was missed in the merging
Mar 19, 2020
b24a5b8
app: Add TODOs for future refactor efforts
Mar 19, 2020
a351073
Merge branch 'master' into sam-refactor
mdbecker Mar 19, 2020
80a63cb
app: Remove accidental whitespace
Mar 19, 2020
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 .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
pytest
python -m pytest
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: sh setup.sh && streamlit run app.py && echo $PORT
web: STREAMLIT_SERVER_PORT=$PORT streamlit run app.py
Loading