-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: inventree/InvenTree
base: 1.0.8
head repository: inventree/InvenTree
compare: 1.0.9
- 8 commits
- 23 files changed
- 5 contributors
Commits on Oct 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3c372d0 - Browse repository at this point
Copy the full SHA 3c372d0View commit details -
Delete locations fix (#10672) (#10676)
* Cleaner handling of inputs * Fix for frontend form: - Fix typo in field - Better option defaults * Tweak part category delete form * Add frontend tests (cherry picked from commit 23d580c) Co-authored-by: Oliver <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d8dd91 - Browse repository at this point
Copy the full SHA 8d8dd91View commit details -
Stock form fixes (#10673) (#10677)
* Improve rendering of SupplierPart in forms - Display pack_quantity * Ensure boolean values have default (cherry picked from commit 636477a) Co-authored-by: Oliver <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bd38aa - Browse repository at this point
Copy the full SHA 9bd38aaView commit details
Commits on Oct 28, 2025
-
chore(deps): bump pip from 25.2 to 25.3 in /src/backend (#10690) (#10694
) * chore(deps): bump pip from 25.2 to 25.3 in /src/backend Bumps [pip](https://github.com/pypa/pip) from 25.2 to 25.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@25.2...25.3) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' dependency-type: indirect ... * fix style --------- (cherry picked from commit ceb055d) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Mair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e66303 - Browse repository at this point
Copy the full SHA 1e66303View commit details
Commits on Oct 29, 2025
-
[UI] Fix BuildLineTable (#10707) (#10708)
- Closes #10700 (cherry picked from commit c7593d9) Co-authored-by: Oliver <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 485e4ae - Browse repository at this point
Copy the full SHA 485e4aeView commit details -
Format number fix (#10710) (#10711)
* Improvements for format_number func - Prevent accidental rendering in scientific notation * Add multiplier argument to format_number (cherry picked from commit c1bbef1) Co-authored-by: Oliver <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for babe952 - Browse repository at this point
Copy the full SHA babe952View commit details -
refactor(backend): switch to empty buildpack for package, extend supp…
…orted OS versions (#10705) (#10712) * bump vers * fix ssl? Added build dependencies for libbz2, libffi, and libssl. * try empty buildpack * clean up * fix ref * remove things we now do not need anymore * add 22.04 as a target * cleanup installer * add changelog entry * add dotenv * update skript * make task more robust for package usage * ensure we have a site-url set * fix style * fix syntax (cherry picked from commit f47a1a4)
Configuration menu - View commit details
-
Copy full SHA for 02fc02f - Browse repository at this point
Copy the full SHA 02fc02fView commit details
Commits on Oct 30, 2025
-
Fix selection list items not displaying values (#10722) (#10723)
Fixes #10701 The issue was that the table row key was using 'props.item.pk', but the API returns 'id' instead. This caused React to not properly render the rows with their values. Changed the key to use 'props.item.id' with a fallback to 'props.idx' for new rows that don't have an ID yet. (cherry picked from commit 8d1f7f3) Signed-off-by: Akhil Singh <[email protected]> Co-authored-by: Akhil Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d305e1 - Browse repository at this point
Copy the full SHA 0d305e1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.8...1.0.9