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
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c87d3d2
Commit Version 0.7.5
wroersma Jun 29, 2020
2e237eb
Fix config file MAX_CONTENT_LENGTH value
wroersma Jun 29, 2020
a974b04
Test Travis config updates
wroersma Jun 29, 2020
d3ed191
Add default SQLALCHEMY_POOL_TIMEOUT value in config.py
wroersma Jun 29, 2020
f83019c
Test tests.py update to resolve SQLALCHEMY issue
wroersma Jun 29, 2020
2503a77
Test auth_globals.py fix
wroersma Jun 29, 2020
2da2043
Test auth_globals.py fix 2
wroersma Jun 29, 2020
85f0eb2
Test basic except statement
wroersma Jun 29, 2020
b178b8d
Test no sql config
wroersma Jun 29, 2020
7fc543e
Test removing set options
wroersma Jun 29, 2020
ccf5dc3
remove possibly non-used csrf field
wroersma Jun 29, 2020
ec90cb8
Update Dockerfile
wroersma Aug 2, 2020
17ce92c
Update boot.sh
wroersma Aug 2, 2020
785ac8c
update models to use custom username
wroersma Aug 2, 2020
252e6e4
Update _table_object.html
wroersma Aug 3, 2020
2e4c8bd
Update _table_object.html
wroersma Aug 3, 2020
5a5376f
Update stable-requirements.txt
wroersma Feb 22, 2021
995d547
Update requirements.txt
wroersma Feb 22, 2021
8b848ec
Fix table object
wroersma Mar 15, 2021
c470825
Update requirements.txt
wroersma Mar 16, 2021
b9d6de9
Remove space bug in subtemplate
wroersma Mar 18, 2021
56541ac
local material-fonts
crlorentzen Mar 25, 2021
b0181bc
Update _form_object_code_textfield_readonly.html
wroersma Mar 25, 2021
1648b96
Add 1db shadow option
wroersma Apr 1, 2021
03e01dd
Add mdl-shadow--1dp
wroersma Apr 1, 2021
44bcb11
Change user profile image
wroersma Apr 14, 2021
6343148
Update py to 1.10.0
wroersma Apr 20, 2021
50fbc42
Updated MaterialIcons to 4.0.0 tag. gains cast_for_education
crlorentzen May 3, 2021
a07df5e
Tag Werkzeug version 1.0.1
wroersma May 26, 2021
9340930
Update requirements.txt
wroersma Jun 3, 2021
de753d3
Fix bug with Werkzeug
wroersma Jul 27, 2021
05dd9e5
Fix bug to avoid future flask issues with api naming convention
wroersma Jul 27, 2021
d128c25
Fix textfield readonly
wroersma Jul 28, 2021
9a5aeae
Update routes.py
wroersma Jul 29, 2021
17a2faf
test changes for flask
wroersma Sep 13, 2021
b936d10
Update requirements.txt
wroersma Sep 13, 2021
60dc192
fix requirements
wroersma Sep 13, 2021
1b819f9
Fix API imports to work with python 3.10 and newer
wroersma Jul 7, 2022
5e6b15c
Update requirements.txt
wroersma Feb 23, 2023
263309a
Remove unused function and updated requirements.txt to use latest ver…
wroersma Feb 23, 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
Prev Previous commit
Next Next commit
Test Travis config updates
  • Loading branch information
wroersma committed Jun 29, 2020
commit a974b043184adcade81ba80094d4fa6d77913104
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python

python:
- 3.6
- 3.7-dev
- 3.8
- 3.8-dev
before_install:
- sudo apt-get update
- sudo apt-get -y install python-pip
Expand Down Expand Up @@ -36,8 +36,8 @@ script:
- codecov
matrix:
include:
- python: 3.6
env: TOXENV=py36
- python: 3.8
env: TOXENV=py38
after_success:
- coverage combine && codecov
- coveralls
Expand Down