fix(backend): registry install command#11657
fix(backend): registry install command#11657matmair wants to merge 17 commits intoinventree:masterfrom
Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
|
@vrzh can you qualify if this solves your issue? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #11657 +/- ##
==========================================
- Coverage 91.44% 90.87% -0.58%
==========================================
Files 964 964
Lines 49847 50214 +367
==========================================
+ Hits 45585 45630 +45
- Misses 4262 4584 +322
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…matmair/issue11460
…Tree into matmair/issue11460
I am not sure what is the correct way to fill out the InvenTree UI, what are the correct values for "Package Name" and "Source URL". In my original bug report, I have 3 options, is the first one correct? Package Name: "my_custom_plugin" |
|
That is a difficult question. Anything pip will resolve works - that can be a local package, an http/https repository, any number of vcs repositories. The option you listed should work. |
What is a quick way of testing this branch please, ideally through docker? Sorry, I am not very familiar with Inventree dev setup. I saw here https://docs.inventree.org/en/latest/start/docker/#tagged-images that you can get the latest main using |
|
@matmair pushing this to the next release, hoping to get the 1.3.0 out soon |
Fixes problems with installing from custom indexes
Also cleans up logic a bit to be easier to understand
Fixes #11460