fix(backend): registry install command#11657
fix(backend): registry install command#11657matmair wants to merge 19 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.29% 91.28% -0.02%
==========================================
Files 970 970
Lines 50367 50376 +9
==========================================
+ Hits 45983 45986 +3
- Misses 4384 4390 +6
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 |
|
@vrzh we are not releasing docker-images for PRs; you would need a dev setup or build the branch locally; are you able to do that? |
Fixes problems with installing from custom indexes
Also cleans up logic a bit to be easier to understand
Fixes #11460