Skip to content

Tags: ag-python/InvenTree

Tags

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge commit from fork (inventree#11400)

- Change one renderer from jinja to django
- Move the other to a sandboxed environment

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Batch update of records during migration (inventree#11371) (inventree…

…#11373)

* Batch update of records during migration

Reduce issues with very large datasets

* Add short-circuit logic

* Filter and prefetch

(cherry picked from commit a4a3990)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
disable traceid gen in unsecure context (inventree#11349) (inventree#…

…11350)

(cherry picked from commit b8cf2db)

Co-authored-by: Matthias Mair <code@mjmair.com>

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version number to 1.2.0 (inventree#11299)

* Bump version number to 1.2.0

* Update CHANGELOG.md

1.1.12

Toggle 1.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(backend): fix stable batch vulns (inventree#11295)

* bump deps

* bump image

* revert image change

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>

1.1.11

Toggle 1.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(backend): SSO registration cleanup (inventree#11239) (invent…

…ree#11241)

* add more debugging and remove possible problematic inheritance

* remove unused functions

* remove extra conversion

* ensure cirrect type is used

---------


(cherry picked from commit e607756)

Co-authored-by: Matthias Mair <code@mjmair.com>
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>

1.1.10

Toggle 1.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix (backend): finer grained registration control for Single Sign On (i…

…nventree#11190) (inventree#11192)

* finer grained registration control for Single Sign On
Fixes inventree#11162

* fix for python 3.11

(cherry picked from commit 060e917)

Co-authored-by: Matthias Mair <code@mjmair.com>

1.1.9

Toggle 1.1.9's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(auth): Use correct data for SSO group sync (inventree#11164) (inv…

…entree#11167)

https://docs.allauth.org/en/latest/release-notes/recent.html#id18
Since django-allauth 65.11.0 (InvenTree v1.1.X), the extra_data
is divided into separate userinfo and id_token objects

(cherry picked from commit 2b09183)

Co-authored-by: Philipp Fruck <dev@p-fruck.de>

1.1.8

Toggle 1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[UI] Fix "Owner" detail badge using wrong id (inventree#11144) (inven…

…tree#11150)

(cherry picked from commit bd51948)

Co-authored-by: Gustaf Järgren <gurreja@gmail.com>

1.1.7

Toggle 1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Default Supplier Support Missing in 1.X.X (inventree#10980) (inventre…

…e#11027)

Fixes inventree#10979

Co-authored-by: Matthias Mair <code@mjmair.com>