mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
P-UI: Dependency bumps (#5298)
* add option to use sections and refactro * translate error messages * remove unneeded vars * move function code * move data inside * add global section * add plugin section * use translated section titles * add translation strings * rename scan action * add user settings * use ordered data * fix settings url * use debounced value for strings (not choices!) * rename contex to context * move i18n provider up * move theme options into seperate context/ component * renmae statrtup vars * move translations out * reactivate sentry * move i18n provider to seperate context * move langauge state completly out of App * use theme out * move theme context * move LanguageContext * move function into state * make sentry optional for now * add key to accordion * init langauge context on top * remove unneeded css files * move errorpage to tsx * add translation for error page * Add error to title * add typecast for error * move type definition out * remove todo -> type was already added * upgrade deps * add bootstrap * remove @mantine/core * readd core * switch to bootstrap * simplify import * Add SPA views for react #2789 * split up frontend urls * Add settings for frontend url loading * add new UI scaffold * remove tracking insert * add platform app * ensure static indexes work too * add lingui * add lingui config * add mgmt tasks * add base locales * settings for frontend dev * fix typo * update deps * add pre-commit * add eslint * add testing scaffold * fix paths * remove error - tests trip correctly * merge workflow * cleanup samples * use name inline with other tests * Add real worl frontend tests * setup env * tun migrations first * optimize setup time * setup demo dataset * optimize run setup * add test for class ui * rename * fix typo * and another typo * do install * run migrations first * fix name * cleanup * use other credentials * use other credentials * fix qc * move envs to qc * remove create_site * reduce testing env * fix test * fix test call * allaccess user * add ui plattform check * add better check * remove unneeded env * enable debug * reduce wait time * also build frontend on static * add sekeleton * fix various issues * add locales * clean output before building * cleanup dir * remove bootstrap * clean up deps * fix settings panel * remove assets * move logo * split out router * split up chunks * fix zustand import syntax * bundl * update pre-render * use vendor splitting * maximes space usage * enlarge breakpoints * remove wired color changes * cleanup tabs * fix error * update auth functions * default to mail login * add placeholder marking * Add text to placeholder * readd codespell * add another test * add sort plugin * add sort plugin * sort imports * fix order * Add mega menu * run pre-commit fixes * add node min version * Docker container (#129) * Fix allocation check for completing build order (#5199) - Allocation check only applies to untracked line items * docker dev Install required node packages to docker development image * add import order settings * cleanup settings * cleanup dashboard * clanup part tab * refactor header to only use 1 line * cleanup reqs for py3.9 * remove compiled UI * revert reqs change * cleanup tasks * cleanout built ui * remove default user * cleanup package.json * fix doctip * remove sentry * optimize loading * reset versions * clean * factor out menu items * refactor Navtabs * refactor HoverMenu * remove part * remove prettier * remove default arg from build * remove eslint * Merge branch 'plattform' of https://github.com/matmair/InvenTree into platform-ui_base * optimize svg * add build step for plattform UI * fix install command * fix test * remove extra test * set default host if none is set * set nicer names * fix tests * fix logged-in test * update translations * ensure more path matches * make loading of serverrefs dynamic * use default radius * fix issues / code smells * clean code smell * fix password reset * fix error messages * detect small screens * use loader meachanism for views * refactor structure * move auth functions out * use text * refactor defaults * Add email login FR] Add email link based logins Closes #3531 * fix name error * fix reqs * fix backend for magic login * fix frontend * remove unused route * remove now unneeded test section * cleanup code * add navigation header * fix logo component for nesting * factor out menu * refactor style * clean code * Translate items and use unique ids * use alpine commands * increase margins to remove drawer scroller * only render plugins if they are defined * remove sample content * fix assertation * open on hover * refactor * merge fix * cleanup navigation drawer * change dependencies for UI testing * add highlight filter * Add correct menu items * move design component out * move pre-commit out * move deps again * move js styles in * revert CI changes * remove unneeded exclution * changed placeholder user * refactored EditButton to component * refactored app loading to useEffect * moved color lookup into global scope * reafactored UserPanel render block * marked placeholder pages in doc links * made doc tooltip optional for MenuLink * changed MenuLinkItem names * fixes missing Link item in MenuLink * fixed merge error * bump deps * bump python * downgrade for py3.9 * bump further --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
@ -6,15 +6,19 @@
|
||||
#
|
||||
asgiref==3.7.2
|
||||
# via django
|
||||
async-timeout==4.0.2
|
||||
# via redis
|
||||
attrs==23.1.0
|
||||
# via jsonschema
|
||||
# via
|
||||
# jsonschema
|
||||
# referencing
|
||||
babel==2.12.1
|
||||
# via py-moneyed
|
||||
bleach[css]==6.0.0
|
||||
# via django-markdownify
|
||||
brotli==1.0.9
|
||||
# via fonttools
|
||||
certifi==2023.5.7
|
||||
certifi==2023.7.22
|
||||
# via
|
||||
# requests
|
||||
# sentry-sdk
|
||||
@ -22,13 +26,13 @@ cffi==1.15.1
|
||||
# via
|
||||
# cryptography
|
||||
# weasyprint
|
||||
charset-normalizer==3.1.0
|
||||
charset-normalizer==3.2.0
|
||||
# via requests
|
||||
coreapi==2.3.3
|
||||
# via -r requirements.in
|
||||
coreschema==0.0.4
|
||||
# via coreapi
|
||||
cryptography==41.0.1
|
||||
cryptography==41.0.2
|
||||
# via
|
||||
# -r requirements.in
|
||||
# djangorestframework-simplejwt
|
||||
@ -85,7 +89,7 @@ django-allauth-2fa==0.11.1
|
||||
# via -r requirements.in
|
||||
django-cleanup==8.0.0
|
||||
# via -r requirements.in
|
||||
django-cors-headers==4.1.0
|
||||
django-cors-headers==4.2.0
|
||||
# via -r requirements.in
|
||||
django-crispy-forms==1.14.0
|
||||
# via -r requirements.in
|
||||
@ -157,9 +161,9 @@ et-xmlfile==1.1.0
|
||||
# via openpyxl
|
||||
feedparser==6.0.10
|
||||
# via -r requirements.in
|
||||
fonttools[woff]==4.40.0
|
||||
fonttools[woff]==4.41.1
|
||||
# via weasyprint
|
||||
gunicorn==20.1.0
|
||||
gunicorn==21.2.0
|
||||
# via -r requirements.in
|
||||
html5lib==1.1
|
||||
# via weasyprint
|
||||
@ -175,8 +179,10 @@ itypes==1.2.0
|
||||
# via coreapi
|
||||
jinja2==3.1.2
|
||||
# via coreschema
|
||||
jsonschema==4.17.3
|
||||
jsonschema==4.18.4
|
||||
# via drf-spectacular
|
||||
jsonschema-specifications==2023.7.1
|
||||
# via jsonschema
|
||||
markdown==3.4.3
|
||||
# via django-markdownify
|
||||
markuppy==1.14
|
||||
@ -189,6 +195,8 @@ odfpy==1.4.1
|
||||
# via tablib
|
||||
openpyxl==3.1.2
|
||||
# via tablib
|
||||
packaging==23.1
|
||||
# via gunicorn
|
||||
pdf2image==1.16.3
|
||||
# via -r requirements.in
|
||||
pillow==9.5.0
|
||||
@ -209,7 +217,7 @@ pycparser==2.21
|
||||
# via cffi
|
||||
pydyf==0.7.0
|
||||
# via weasyprint
|
||||
pyjwt[crypto]==2.7.0
|
||||
pyjwt[crypto]==2.8.0
|
||||
# via
|
||||
# django-allauth
|
||||
# djangorestframework-simplejwt
|
||||
@ -217,9 +225,7 @@ pyphen==0.14.0
|
||||
# via weasyprint
|
||||
pypng==0.20220715.0
|
||||
# via qrcode
|
||||
pyrsistent==0.19.3
|
||||
# via jsonschema
|
||||
python-barcode[images]==0.14.0
|
||||
python-barcode[images]==0.15.1
|
||||
# via -r requirements.in
|
||||
python-dateutil==2.8.2
|
||||
# via
|
||||
@ -248,8 +254,12 @@ qrcode[pil]==7.4.2
|
||||
# django-allauth-2fa
|
||||
rapidfuzz==0.7.6
|
||||
# via -r requirements.in
|
||||
redis==3.5.3
|
||||
redis==4.6.0
|
||||
# via django-redis
|
||||
referencing==0.30.0
|
||||
# via
|
||||
# jsonschema
|
||||
# jsonschema-specifications
|
||||
regex==2023.6.3
|
||||
# via -r requirements.in
|
||||
requests==2.31.0
|
||||
@ -259,7 +269,11 @@ requests==2.31.0
|
||||
# requests-oauthlib
|
||||
requests-oauthlib==1.3.1
|
||||
# via django-allauth
|
||||
sentry-sdk==1.27.0
|
||||
rpds-py==0.9.2
|
||||
# via
|
||||
# jsonschema
|
||||
# referencing
|
||||
sentry-sdk==1.28.1
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-q-sentry
|
||||
@ -291,7 +305,7 @@ uritemplate==4.1.1
|
||||
# via
|
||||
# coreapi
|
||||
# drf-spectacular
|
||||
urllib3==2.0.3
|
||||
urllib3==2.0.4
|
||||
# via
|
||||
# dulwich
|
||||
# requests
|
||||
|
Reference in New Issue
Block a user