mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-16 05:19:47 +01:00
This performance optimization results from the fact that during namespace loading, read permissions are no longer verified for every repository, but only for those that would result in a new namespace. Simply put: If a namespace has already been discovered, no further repositories within that namespace are checked. We need the new function `streamAll` for this, because the `getAllRepositories` would create all repositories before returning them, which would make it impossible to intervene in time using the filter parameter.
30 lines
696 B
JSON
30 lines
696 B
JSON
{
|
|
"name": "@scm-manager/ui-buttons",
|
|
"version": "3.7.7-SNAPSHOT",
|
|
"private": false,
|
|
"main": "index.ts",
|
|
"license": "AGPL-3.0-only",
|
|
"scripts": {
|
|
"depcheck": "depcheck"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.1",
|
|
"react-router-dom": "^5.3.1",
|
|
"classnames": "^2.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@scm-manager/ui-core": "3.7.7-SNAPSHOT"
|
|
},
|
|
"devDependencies": {
|
|
"@scm-manager/prettier-config": "^2.12.0",
|
|
"@scm-manager/eslint-config": "^2.17.0",
|
|
"@scm-manager/tsconfig": "^2.13.0"
|
|
},
|
|
"prettier": "@scm-manager/prettier-config",
|
|
"eslintConfig": {
|
|
"extends": "@scm-manager/eslint-config"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |