github-actions[bot] and Oliver
c1d9732e7c
Cast width / height to integer ( #7676 ) ( #7677 )
...
* Cast width / height to integer
* Convert "rotate" parameter
(cherry picked from commit ecec81ead0 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-07-18 12:47:44 +10:00
github-actions[bot] and Roche Christopher
68e2f08fa5
Added onInput event for fields in forms - fix for issue #7600 ( #7660 ) ( #7664 )
...
An onInput event is added for fields in forms that gets triggered everytime an input is detected in the field
(cherry picked from commit a3103cf568 )
Co-authored-by: Roche Christopher <rocheinside@gmail.com >
2024-07-16 12:13:45 +10:00
github-actions[bot] and Oliver
2329179070
Parameter value bug ( #7601 ) ( #7602 )
...
* Handle out-of range numerical values
* Add unit test
(cherry picked from commit 84d076848a )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-07-09 21:49:15 +10:00
github-actions[bot] and Oliver
50fdefa473
Fix import widget type ( #7535 ) ( #7536 )
...
(cherry picked from commit 3b3352119f )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-06-29 20:50:02 +10:00
github-actions[bot] and Oliver
1f522f47a5
Plugin load fix ( #7505 ) ( #7507 )
...
* Cast setting to int
* Prevent single faulty plugin from killing *all* plugins
* Handle specific errors on _load_plugins
* Update unit test
(cherry picked from commit da42fdf06e )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-06-25 12:52:41 +10:00
github-actions[bot] and Oliver
b17c835218
Add "showmigrations" task to invoke ( #7482 ) ( #7484 )
...
- Helpful for debugging user installs
(cherry picked from commit 442f2594d0 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-06-20 21:22:36 +10:00
github-actions[bot] and Oliver
91c5843425
Fix fields for PurchaseOrderCancelSerializer ( #7481 ) ( #7483 )
...
- Throwing an error on an OPTIONS request
(cherry picked from commit 758871b8a9 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-06-20 20:56:13 +10:00
github-actions[bot] and Oliver
fa1a9da23a
Improve stock item tracking API query ( #7451 ) ( #7453 )
...
* Improve stock item tracking API query
- Cache related model lookups into single DB queries
- Significant improvements to query speed
- Ref: https://github.com/inventree/InvenTree/issues/7429
* Handle case where item does not exist in DB
(cherry picked from commit 79ea6897ea )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-06-16 18:54:11 +10:00
github-actions[bot] and Oliver
fe09437214
Fix for gunicorn command ( #7450 ) ( #7452 )
...
* Fix for gunicorn command
* Allow override of worker count
(cherry picked from commit 49f6981f46 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-06-16 16:25:06 +10:00
github-actions[bot] and Matthias Mair
f1dfced89b
fix: Add installer check for python version ( #7440 ) ( #7441 )
...
* fix: Add installer check for python version
Closes #7439
Closes #7437
Closes #7377
* fix error message
* Add color
(cherry picked from commit 960c27b142 )
Co-authored-by: Matthias Mair <code@mjmair.com >
2024-06-14 08:33:55 +10:00
github-actions[bot] and Oliver
d7c76aab9d
Update link for mobile app docs ( #7378 ) ( #7381 )
...
(cherry picked from commit 74f4b85dfd )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-31 17:07:47 +10:00
github-actions[bot] and Oliver
dfdaddbc7e
Catch edge case for merge_stock_items: ( #7373 ) ( #7374 )
...
* Catch edge case for merge_stock_items:
- Use current location as backup
- Handle null location
* Fix deltas
(cherry picked from commit 9fa2735f7a )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-30 20:13:28 +10:00
github-actions[bot] and Oliver
1f6e52138a
Plugin reload fix ( #7361 ) ( #7362 )
...
- call registry.check_reload when registering an event
- ensure that latest versions of plugins are loaded
(cherry picked from commit 5577a086c9 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-28 01:10:36 +10:00
github-actions[bot] and Oliver
54f2072e97
Fix for 'restore' command ( #7348 ) ( #7349 )
...
- Fix typo
(cherry picked from commit bda237a13f )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-27 17:11:55 +10:00
github-actions[bot] and Oliver
d1042cde0e
Update docs ( #7339 ) ( #7340 )
...
- Add note about permission denied error
(cherry picked from commit 5f9348f56d )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-26 21:50:11 +10:00
github-actions[bot] and Oliver
5f4275679d
PUI: Don't load stock test results for non-trackable part ( #7327 ) ( #7337 )
...
(cherry picked from commit e8e64616da )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-26 20:54:45 +10:00
github-actions[bot] and Oliver
9eccf69456
Add Meta subclass for build serializers ( #7315 ) ( #7316 )
...
Ref: https://github.com/inventree/InvenTree/discussions/7314
(cherry picked from commit 0d46af7a74 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-24 09:21:40 +10:00
github-actions[bot] and Oliver
9cebfa85df
Add clearer error message for invalid SITE_URL ( #7311 ) ( #7312 )
...
(cherry picked from commit 2fafb7f21c )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-23 23:43:54 +10:00
github-actions[bot] and Philipp Fruck
af3cf62b8e
fix: SELinux labels for Caddyfile ( #7261 ) ( #7262 )
...
(cherry picked from commit b26640fb36 )
Co-authored-by: Philipp Fruck <dev@p-fruck.de >
2024-05-20 09:14:57 +10:00
github-actions[bot] and Oliver
92a4989a8d
Fix for email template ( #7249 ) ( #7251 )
...
- Use `line.part` instead of `part`
(cherry picked from commit 2431fc6d58 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-17 13:44:32 +10:00
github-actions[bot] and Oliver
be3b22ce36
Docker fix ( #7228 ) ( #7229 )
...
* Copy requirements file
* Test more files when building docker image
* Refactor install task
* Raise exception
* Run install task
* Fix typos
- The tests work!
(cherry picked from commit 2265055785 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-15 09:24:22 +10:00
github-actions[bot] and Oliver
7df92aad03
Fix permissions for release.yaml ( #7220 ) ( #7221 )
...
* Fix permissions for release.yaml
- 0.15.0 release currently borked
* Move permissions to individual job targets
(cherry picked from commit 3eae5096e3 )
Co-authored-by: Oliver <oliver.henry.walters@gmail.com >
2024-05-14 22:11:39 +10:00
github-actions[bot]
cfce9c6b73
updated translation base
2021-09-12 13:15:43 +00:00
github-actions[bot]
de9b53cc0f
updated translation base
2021-09-12 12:29:48 +00:00
github-actions[bot]
3f172c24ef
updated translation base
2021-09-08 04:34:30 +00:00
github-actions[bot]
52793856c2
updated translation base
2021-09-08 03:30:27 +00:00
github-actions[bot]
d02f7f7441
updated translation base
2021-09-08 02:53:31 +00:00
github-actions[bot]
19526f37b6
updated translation base
2021-09-07 22:49:35 +00:00
github-actions[bot]
3f9fd04997
updated translation base
2021-09-07 13:58:29 +00:00
github-actions[bot]
d03edf70b5
updated translation base
2021-09-07 12:53:29 +00:00
github-actions[bot]
60df5a9b09
updated translation base
2021-09-05 23:44:25 +00:00
github-actions[bot]
bc4b6e186b
updated translation base
2021-09-03 23:44:26 +00:00
github-actions[bot]
08cea7a2f3
updated translation base
2021-09-03 13:36:41 +00:00
github-actions[bot]
5f1e544c72
updated translation base
2021-09-02 01:39:25 +00:00
github-actions[bot]
062a3e78bb
updated translation base
2021-09-01 22:49:28 +00:00
github-actions[bot]
4ac1765937
updated translation base
2021-09-01 21:11:52 +00:00
github-actions[bot]
089d9a3987
updated translation base
2021-08-26 13:13:19 +00:00
github-actions[bot]
17eca19ca6
updated translation base
2021-08-26 12:14:33 +00:00
github-actions[bot]
5201c703f0
updated translation base
2021-08-26 12:13:43 +00:00
github-actions[bot]
b0b7991689
updated translation base
2021-08-26 12:07:24 +00:00
github-actions[bot]
fe23d498cd
updated translation base
2021-08-25 21:03:49 +00:00
github-actions[bot]
9ad9dead23
updated translation base
2021-08-25 05:07:03 +00:00
github-actions[bot]
5b7596a8fa
updated translation base
2021-08-24 12:31:39 +00:00
github-actions[bot]
812f051e31
updated translation base
2021-08-24 12:30:40 +00:00
github-actions[bot]
3b387f17d2
updated translation base
2021-08-24 12:28:10 +00:00
github-actions[bot]
8228878777
updated translation base
2021-08-24 04:15:22 +00:00
github-actions[bot]
c584b5c9a8
updated translation base
2021-08-24 03:49:26 +00:00
github-actions[bot]
91bad5a6ae
updated translation base
2021-08-24 02:11:31 +00:00
github-actions[bot]
5bcfac69ff
updated translation base
2021-08-24 02:04:28 +00:00
github-actions[bot]
47da596ee1
updated translation base
2021-08-23 22:14:33 +00:00
github-actions[bot]
e4c46daf73
updated translation base
2021-08-23 12:55:42 +00:00
github-actions[bot]
263bab469c
updated translation base
2021-08-23 10:31:03 +00:00
github-actions[bot]
c4d7d295a3
updated translation base
2021-08-23 01:08:45 +00:00
github-actions[bot]
91651fea4d
updated translation base
2021-08-22 23:12:03 +00:00
github-actions[bot]
b895cb570b
updated translation base
2021-08-22 22:39:26 +00:00
github-actions[bot]
b9e314b43c
updated translation base
2021-08-22 14:50:53 +00:00
github-actions[bot]
58e98b4b2f
updated translation base
2021-08-22 14:13:12 +00:00
github-actions[bot]
0a979bc78c
updated translation base
2021-08-22 13:48:58 +00:00
github-actions[bot]
a06d0b532d
updated translation base
2021-08-21 22:21:40 +00:00
github-actions[bot]
fc62985275
updated translation base
2021-08-19 23:03:52 +00:00
github-actions[bot]
a996eceaa2
updated translation base
2021-08-19 23:02:34 +00:00
github-actions[bot]
7f502a6ef2
updated translation base
2021-08-19 21:48:57 +00:00
github-actions[bot]
f60d7887c2
updated translation base
2021-08-19 06:54:51 +00:00
github-actions[bot]
13797f8abe
updated translation base
2021-08-19 02:13:57 +00:00
github-actions[bot]
ddc97a6dc9
updated translation base
2021-08-17 11:19:28 +00:00
github-actions[bot]
08dcff4b18
updated translation base
2021-08-17 09:54:21 +00:00
github-actions[bot]
4b54530856
updated translation base
2021-08-17 02:43:57 +00:00
github-actions[bot]
d2eefe6a01
updated translation base
2021-08-17 00:01:03 +00:00
github-actions[bot]
51114871d2
updated translation base
2021-08-16 01:15:55 +00:00
github-actions[bot]
5fa6b533ee
updated translation base
2021-08-15 12:12:09 +00:00
github-actions[bot]
8a1b5aca21
updated translation base
2021-08-15 02:58:55 +00:00
github-actions[bot]
872a699846
updated translation base
2021-08-14 03:58:17 +00:00
github-actions[bot]
7c65c4a47b
updated translation base
2021-08-14 02:13:23 +00:00
github-actions[bot]
4b7eb7754f
updated translation base
2021-08-12 23:32:40 +00:00
github-actions[bot]
c4b514a539
updated translation base
2021-08-12 23:07:52 +00:00
github-actions[bot]
2356fd7a56
updated translation base
2021-08-12 12:36:12 +00:00
github-actions[bot]
7d65ad9b64
updated translation base
2021-08-12 06:07:27 +00:00
github-actions[bot]
49c1c1ee55
updated translation base
2021-08-11 23:16:55 +00:00
github-actions[bot]
55a0da8cbf
updated translation base
2021-08-10 14:30:49 +00:00
github-actions[bot]
82257d5e31
updated translation base
2021-08-10 13:54:17 +00:00
github-actions[bot]
42edbf4cfd
updated translation base
2021-08-10 13:40:51 +00:00
github-actions[bot]
a79021244e
updated translation base
2021-08-10 13:25:21 +00:00
github-actions[bot]
9c56e119dd
updated translation base
2021-08-10 05:18:03 +00:00
github-actions[bot]
6b26684c3c
updated translation base
2021-08-10 01:19:36 +00:00
github-actions[bot]
275b22f7b1
updated translation base
2021-08-10 01:06:44 +00:00
github-actions[bot]
81239e3f93
updated translation base
2021-08-09 23:13:01 +00:00
github-actions[bot]
c04283e061
updated translation base
2021-08-09 22:25:06 +00:00
github-actions[bot]
5a8785d5cc
updated translation base
2021-08-09 11:43:32 +00:00
github-actions[bot]
d4513801f9
updated translation base
2021-08-09 06:20:40 +00:00
github-actions[bot]
dbaf28a36d
updated translation base
2021-08-09 04:51:21 +00:00
github-actions[bot]
26105df069
updated translation base
2021-08-08 23:46:12 +00:00
github-actions[bot]
ac8be1ae90
updated translation base
2021-08-07 15:15:05 +00:00
github-actions[bot]
76df227492
updated translation base
2021-08-07 14:08:22 +00:00
github-actions[bot]
4e1ff13e80
updated translation base
2021-08-07 12:51:20 +00:00
github-actions[bot]
b91097c3ef
updated translation base
2021-08-07 12:29:03 +00:00
github-actions[bot]
9cdbc86907
updated translation base
2021-08-07 12:01:37 +00:00
github-actions[bot]
6323607ccf
updated translation base
2021-08-07 11:36:18 +00:00
github-actions[bot]
5b804fcb1e
updated translation base
2021-08-07 11:09:03 +00:00
github-actions[bot]
0fbfd6ed3a
updated translation base
2021-08-07 01:18:05 +00:00
github-actions[bot]
2f30f48b67
updated translation base
2021-08-05 10:30:16 +00:00