2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Merge branch 'master' into docker-psql-fix

This commit is contained in:
Oliver
2025-02-11 20:04:40 +11:00
committed by GitHub
107 changed files with 21038 additions and 19938 deletions

View File

@ -25,6 +25,24 @@ You probably have a reference to invoke or a directory with invoke in your PATH
### INVE-W (InvenTree Warning)
Warnings - These are non-critical errors which should be addressed when possible.
#### INVE-W1
**Current branch could not be detected - Backend**
During startup of the backend InvenTree tries to detect branch, commit hash and commit date to surface on various points in the UI, through tags and in the API.
This information is not needed for operation but very helpful for debugging and support. These issues might be caused by running a deployment version that delivers without git information, not having git installed or not having dulwich installed.
You can ignore this warning if you are not interested in the git information.
#### INVE-W2
**Dulwich module not found - Backend**
See [INVE-W1](#inve-w1)
#### INVE-W3
**Could not detect git information - Backend**
See [INVE-W1](#inve-w1)
### INVE-I (InvenTree Information)
Information — These are not errors but information messages. They might point out potential issues or just provide information.

View File

@ -20,6 +20,9 @@
},
{
"pattern": "https://opensource.org/license/MIT"
},
{
"pattern": "^https://dev.azure.com"
}
]
}