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

Commit Version 0.7.5 #83

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open

Commit Version 0.7.5 #83

wants to merge 40 commits into from

Conversation

wroersma
Copy link
Member

  • Fix file upload bug
  • move to uwsgi on public repo
  • clean up html template pages
  • enable auto_ack on message queue
  • Fix duplicate message queue bug
  • Update Dockerfile build to latest method of uwsgi
  • Change docker-compose.yml file to use elasticsearch 7.8.0
  • Support up to ES 7.8
  • Update config.py to have SQLAlchemy POOL_SIZE and MAX_OVERFLOW env variables
  • Add MAX_CONTENT_LENGTH for max backend file size upload

- Fix file upload bug
- move to uwsgi on public repo
- clean up html template pages
- enable auto_ack on message queue
- Fix duplicate message queue bug
- Update Dockerfile build to latest method of uwsgi
- Change docker-compose.yml file to use elasticsearch 7.8.0
- Support up to ES 7.8
- Update config.py to have SQLAlchemy POOL_SIZE and MAX_OVERFLOW env variables
- Add MAX_CONTENT_LENGTH for max backend file size upload
@wroersma wroersma added this to the 1.0 milestone Jun 29, 2020
@wroersma wroersma self-assigned this Jun 29, 2020
@codecov
Copy link

codecov bot commented Jun 29, 2020

Codecov Report

Merging #83 into master will decrease coverage by 37.01%.
The diff coverage is 20.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #83       +/-   ##
===========================================
- Coverage   82.31%   45.31%   -37.00%     
===========================================
  Files          33       27        -6     
  Lines        1334     1192      -142     
===========================================
- Hits         1098      540      -558     
- Misses        236      652      +416     
Impacted Files Coverage Δ
aucr_app/__init__.py 76.48% <ø> (-23.52%) ⬇️
aucr_app/plugins/auth/forms.py 63.83% <ø> (-18.86%) ⬇️
aucr_app/plugins/auth/models.py 50.72% <0.00%> (-38.66%) ⬇️
aucr_app/plugins/main/routes.py 56.67% <ø> (-40.10%) ⬇️
aucr_app/plugins/tasks/mq.py 22.73% <0.00%> (-54.54%) ⬇️
aucr_app/plugins/tasks/storage/elastic_search.py 17.08% <0.00%> (-26.51%) ⬇️
config.py 100.00% <100.00%> (ø)
aucr_app/plugins/errors/api/errors.py 28.58% <0.00%> (-71.42%) ⬇️
aucr_app/plugins/auth/utils.py 22.50% <0.00%> (-70.00%) ⬇️
aucr_app/plugins/__init__.py 35.72% <0.00%> (-64.28%) ⬇️
... and 27 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4509dea...c87d3d2. Read the comment docs.

wroersma and others added 5 commits March 18, 2021 16:34
Use <link rel="stylesheet" href="{{ url_for("main.static", filename="font/material-icons.css") }}"> to refer to them.\n followed Guidance at https://google.github.io/material-design-icons/#icon-font-for-the-web
Remove whitespace in read only text field
Add 1db shadow for mdl-cards
Update css with a lighter shadow background mdl card option
wroersma and others added 15 commits April 14, 2021 19:10
change user profile image
Update to fix vuln package
Google does not appear to provide eot/woff files, converted ttf to woff2 (woff2_compress tool) then used https://cloudconvert.com/ to convert to eot and woff
Fix == in requirments.txt
Remove Werkzeug requirement.txt on 1.0.1 to use the latest version
add quick hotfix to user auth request before page rendering
Update to use latest version of all packages but sqlalchemy (still needs to be version 1.4 for now)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants