Improve organization for metrics insights

- Organization insight now display actor usernames
- Comments are rendered as markdown
This commit is contained in:
lowlighter
2021-04-14 13:56:09 +02:00
parent 4892d691b0
commit 4c46da8cc5
6 changed files with 101 additions and 70 deletions

17
package-lock.json generated
View File

@@ -22,6 +22,7 @@
"faker": "^5.5.2",
"jimp": "^0.16.1",
"js-yaml": "^4.0.0",
"marked": "^2.0.3",
"memory-cache": "^0.2.0",
"node-chartist": "^1.0.5",
"open-graph-scraper": "^4.8.1",
@@ -7975,6 +7976,17 @@
"node": ">=0.10.0"
}
},
"node_modules/marked": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz",
"integrity": "sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==",
"bin": {
"marked": "bin/marked"
},
"engines": {
"node": ">= 8.16.2"
}
},
"node_modules/matchmedia": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/matchmedia/-/matchmedia-0.1.2.tgz",
@@ -18832,6 +18844,11 @@
"object-visit": "^1.0.0"
}
},
"marked": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-2.0.3.tgz",
"integrity": "sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA=="
},
"matchmedia": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/matchmedia/-/matchmedia-0.1.2.tgz",