Skip to content

Bump it for Python 3.10.5 #194

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

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
61d42ce
Bump it for Python 3.10.5
aersida Dec 16, 2022
e6fb334
WIP - but works-ish
aersida Dec 22, 2022
2c9634d
bootstrap 3->5.2 migration
aersida Dec 29, 2022
0b1ecc9
More cleaning up
aersida Dec 29, 2022
7c53e4f
fix up frontpage3d animate
aersida Dec 29, 2022
53d62a9
Refacgtor out route and socket defs
aersida Dec 29, 2022
2cc4dbd
Being pedantic about everything that's a global
aersida Dec 30, 2022
f9b5031
Some little socket tweaks
aersida Dec 30, 2022
8e07dd2
Ensure the rest of baseSocket is wired up
aersida Dec 30, 2022
74b9788
pidTuning clean up (minor)
aersida Dec 30, 2022
7a34fa9
Tidy up touch.js
aersida Dec 30, 2022
2ccf5d1
Optical Calibration start up
aersida Dec 30, 2022
ad66bbc
Don't set up threads in socket connect handlers
aersida Dec 30, 2022
61a639b
More little fixes
aersida Dec 30, 2022
0a51f41
Point at bootstrap 5 css
aersida Dec 30, 2022
d411065
More tweaks
aersida Dec 30, 2022
f94570b
Changes to thread creation, better log messages
aersida Dec 30, 2022
40f6b6c
Better actions logging
aersida Jan 1, 2023
385197d
Fix some missing closing divs in templates
aersida Jan 30, 2023
a8e2668
Reduce some boilerplate code
aersida Jan 30, 2023
6c1d782
WIP - use `importmap`
aersida Mar 2, 2023
007ad16
WIP - import cleanup
aersida Mar 2, 2023
5e492e1
WIP - replace deprecate `$(document).ready`
aersida Mar 2, 2023
47466d1
modal visibility
aersida Mar 2, 2023
e9e5bf9
Tweaks for `openGCode`
aersida Mar 2, 2023
dfd7d18
minor refactor in config.py
aersida Apr 5, 2023
cb5b939
Proper module usage of `onFooterSubmit`
aersida Apr 5, 2023
e1fd1ff
other tweaks
aersida Apr 5, 2023
e15aafe
refactor webPageProcessor to reduce bloat
aersida Apr 5, 2023
64cb559
missed openBoard.js
aersida Apr 5, 2023
f50239e
Updated diagnostic messages
aersida Apr 6, 2023
ee196f1
Windows specific stuff, use Python 3.10.10
aersida Apr 7, 2023
4970a22
Tweaks to README
aersida Apr 5, 2023
bd716da
Tweaks to main start up (for Windows)
aersida May 1, 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ alog.txt
__pycache__/
*.py[cod]
*$py.class

# node
static/node_modules/
Loading