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

Test flask session 0 7 0 #935

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
05e9324
Bump gunicorn from 21.2.0 to 22.0.0
dependabot[bot] Apr 17, 2024
d070379
Increment versions
SteveScorfield Apr 17, 2024
948c24e
Branch to fix minify issues
SteveScorfield Apr 22, 2024
480e99d
Fix merge isssue
SteveScorfield Apr 22, 2024
0491a31
Merge branch 'main' into fix-issue-with-minify
SteveScorfield Apr 22, 2024
d8ed2c7
Running some tests against minify dependencies
SteveScorfield Apr 22, 2024
997a719
auto patch increment
ras-rm-pr-bot Apr 22, 2024
821da89
Testing with original webpack version
SteveScorfield Apr 22, 2024
f04fe96
Trying sass-loader now
SteveScorfield Apr 22, 2024
563a6bb
Looking at babel-loader
SteveScorfield Apr 22, 2024
728c3cf
Trying the last 2 babels
SteveScorfield Apr 22, 2024
f057b3c
Trying with all babels reverted
SteveScorfield Apr 22, 2024
51705ec
Trying another knock out
SteveScorfield Apr 22, 2024
01fbb2e
Attempting another approach
SteveScorfield Apr 23, 2024
e861c37
Starting from the start again
SteveScorfield Apr 23, 2024
b2cb2e2
Fully isolatted webpack
SteveScorfield Apr 23, 2024
ac00d3b
Trying minify with old dependencies
SteveScorfield Apr 23, 2024
20b8df8
Hard coded versions to test error
SteveScorfield Apr 23, 2024
3cc85d2
Trying babel harcoded version
SteveScorfield Apr 23, 2024
a288e92
More hardcoded versioning
SteveScorfield Apr 23, 2024
1a54168
Further versioning
SteveScorfield Apr 23, 2024
e4c694f
Have reverted back pipfile to discount this
SteveScorfield Apr 23, 2024
7475894
Hopefully the error is now fixed
SteveScorfield Apr 23, 2024
df7ba01
Updated package to match main
SteveScorfield Apr 23, 2024
4320f64
Testing failure
SteveScorfield Apr 24, 2024
38a607c
Increment version number for testing
SteveScorfield Apr 24, 2024
4815ab6
Testing update to session
SteveScorfield Apr 24, 2024
d957889
Testing with 0.7.0
SteveScorfield Apr 24, 2024
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 Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Flask-Login = "*"
Flask-WTF = "*"
pyScss = "*"
PyJWT = "*"
Flask-Session = "*"
Flask-Session = "0.7.0"
werkzeug = "==2.3.8"
et_xmlfile = "*"
Jinja2 = "*"
Expand Down
Loading
Loading