Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inventree/InvenTree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.8
Choose a base ref
...
head repository: inventree/InvenTree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.9
Choose a head ref
  • 8 commits
  • 23 files changed
  • 5 contributors

Commits on Oct 26, 2025

  1. Configuration menu
    Copy the full SHA
    3c372d0 View commit details
    Browse the repository at this point in the history
  2. 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]>
    github-actions[bot] and SchrodingersGat authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    8d8dd91 View commit details
    Browse the repository at this point in the history
  3. 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]>
    github-actions[bot] and SchrodingersGat authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    9bd38aa View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. 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]>
    3 people authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    1e66303 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. [UI] Fix BuildLineTable (#10707) (#10708)

    - Closes #10700
    
    (cherry picked from commit c7593d9)
    
    Co-authored-by: Oliver <[email protected]>
    github-actions[bot] and SchrodingersGat authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    485e4ae View commit details
    Browse the repository at this point in the history
  2. 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]>
    github-actions[bot] and SchrodingersGat authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    babe952 View commit details
    Browse the repository at this point in the history
  3. 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)
    matmair authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    02fc02f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. 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]>
    github-actions[bot] and akhilsingh-git authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    0d305e1 View commit details
    Browse the repository at this point in the history
Loading