update: add all categories in metadata files to repo definitions

!1366 makes it so categories are now defined by the repo. Categories can be
defined in the config so that lint has a list of categories to enforce. This
also provides a place for localization and icons for the categories. The old
way of defining categories was just listing them in app metadata files. This
restores that way of functioning when using index-v2.

closes #1137
This commit is contained in:
Hans-Christoph Steiner 2023-06-07 13:36:02 +02:00
parent 64b8ee772c
commit 2c566cf68f
4 changed files with 111 additions and 5 deletions

View file

@ -3,8 +3,8 @@
"version": 20002,
"index": {
"name": "/index-v2.json",
"sha256": "7117ee6ff4ff2dd71ec3f3d3ad2ef7e9fd4afead9b1f2d39d0b224a1812e78b5",
"size": 53233,
"sha256": "b613858aa7a2ec476fcef5c841a5b8ff4b3b0f67f07678da981e2843f49c71ba",
"size": 53283,
"numPackages": 10
},
"diffs": {}

View file

@ -533,7 +533,10 @@
"name": {
"en-US": "System"
}
}
},
"1": {},
"2.0": {},
"tests": {}
},
"requests": {
"install": [
@ -1443,4 +1446,4 @@
}
}
}
}
}