Commit Graph

73 Commits

Author SHA1 Message Date
Bastian Ike
5a5928f2dd Merge remote-tracking branch 'jar0s/feature/radar-chart' 2022-01-07 13:25:05 +01:00
Danny Koppenhagen
70ea8d5bcd feat: define rings and quadrants via config file
closes #96
2021-11-11 13:43:55 +01:00
Danny Koppenhagen
22cafc34fa feat: anitize descriptions on help page
allow to customize description content by sanitizing it's content

closes #102
2021-11-11 12:00:01 +01:00
Mathias Schopmans
12b53e7923 Merge pull request #94 from AOEpeople/dependabot/npm_and_yarn/tar-6.1.11
Bump tar from 6.1.0 to 6.1.11
2021-10-15 08:38:16 +02:00
Mathias Schopmans
f9eac8d0dc Merge pull request #95 from AOEpeople/dependabot/npm_and_yarn/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5
2021-10-15 08:37:48 +02:00
dependabot[bot]
1ba037430b Bump url-parse from 1.5.1 to 1.5.3
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-06 22:38:23 +00:00
dennis.ludwig
ffd5fb5e7e feat: Upgrade husky 2021-09-28 11:36:15 +02:00
dennis.ludwig
bce561a0ac feat: upgrade minor and bug versions of dependencies 2021-09-28 10:40:18 +02:00
dependabot[bot]
192a0753c7 Bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 05:01:59 +00:00
dependabot[bot]
c906536513 Bump tar from 6.1.0 to 6.1.11
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 02:28:38 +00:00
dennis.ludwig
8884ee3931 This fixes #49 social links 2021-06-29 14:17:48 +02:00
dennis.ludwig
f5d4b3021c create symlink for node_modules in generateJson and buildRadar scripts 2021-06-17 12:02:39 +02:00
dennis.ludwig
f80b2eebbf remove yarn registry from yarn.lock 2021-06-16 16:32:45 +02:00
dennis.ludwig
81923be958 use create react app to simplify the application 2021-06-10 10:10:54 +02:00
dennis.ludwig
8231afa50f use create react app to simplify the application 2021-06-10 10:08:45 +02:00
Bastian Ike
4bde00debf fix yarn.lock 2021-05-28 10:30:42 +02:00
Bastian Ike
4fe2e5d1fb Revert "upgrade node-sass to 6 to support node 16"
This reverts commit 5e8bd36fd2.
2021-05-28 09:51:46 +02:00
Bastian Ike
5e8bd36fd2 upgrade node-sass to 6 to support node 16 2021-05-28 08:14:48 +02:00
Jarosław Marek
622da055c7 Get rid of react-faux-dom dependency 2021-05-03 22:09:44 +12:00
Jarosław Marek
13ba3120c3 Full Radar grid with chart 2021-04-28 23:25:52 +12:00
Jarosław Marek
ad4c8475f5 First stab at the radar chart 2021-04-28 00:33:49 +12:00
Bastian Ike
70a5089000 fix open security issues 2021-01-11 13:03:18 +01:00
Bastian Ike
dfd9f15f28 re-add missing build depedencies 2021-01-11 12:45:50 +01:00
Bastian Ike
23228b0dc4 security cleanup 2021-01-11 12:45:50 +01:00
Bastian Ike
dd8054d1be remove existing radar and decouple everything 2021-01-11 12:45:50 +01:00
Bastian Ike
2134a6d62d make createradar a standalone command 2021-01-11 12:45:50 +01:00
Bastian Ike
ad82fe302f fix search 2021-01-11 12:45:50 +01:00
Bastian Ike
40e7dd709a cleanup and fix fading 2021-01-11 12:45:50 +01:00
Bastian Ike
be0241674c use typescript 2021-01-11 12:45:50 +01:00
Bastian Ike
442d964180 update dependencies 2021-01-11 12:45:50 +01:00
dependabot[bot]
d8ebdb1c5d Bump websocket-extensions from 0.1.1 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.1 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.1...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 14:20:49 +00:00
Bastian
41c4c67277 Merge pull request #44 from AOEpeople/dependabot/npm_and_yarn/lodash-es-4.17.15
Bump lodash-es from 4.17.4 to 4.17.15
2019-12-20 13:14:48 +01:00
Bastian
69a800d81b Merge pull request #43 from AOEpeople/dependabot/npm_and_yarn/tar-2.2.2
Bump tar from 2.2.1 to 2.2.2
2019-12-20 13:13:23 +01:00
dependabot[bot]
03da288448 Bump lodash-es from 4.17.4 to 4.17.15
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.4 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-20 12:12:50 +00:00
Bastian
03bd1b8358 Merge pull request #42 from AOEpeople/dependabot/npm_and_yarn/tough-cookie-2.3.4
Bump tough-cookie from 2.3.2 to 2.3.4
2019-12-20 13:12:21 +01:00
Bastian
f56a5d87a1 Merge pull request #41 from AOEpeople/dependabot/npm_and_yarn/react-dom-16.12.0
Bump react-dom from 16.1.2 to 16.12.0
2019-12-20 13:12:13 +01:00
dependabot[bot]
30cb91bf77 Bump tar from 2.2.1 to 2.2.2
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-20 12:10:22 +00:00
dependabot[bot]
22909640a3 Bump tough-cookie from 2.3.2 to 2.3.4
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 2.3.2 to 2.3.4.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v2.3.2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-20 12:09:44 +00:00
Bastian
addd28a1ec Merge pull request #34 from AOEpeople/dependabot/npm_and_yarn/marked-0.3.18
Bump marked from 0.3.9 to 0.3.18
2019-12-20 13:09:37 +01:00
Bastian
67c6a7b3ae Merge pull request #36 from AOEpeople/dependabot/npm_and_yarn/extend-3.0.2
Bump extend from 3.0.0 to 3.0.2
2019-12-20 13:09:24 +01:00
dependabot[bot]
d1b7b8be79 Bump react-dom from 16.1.2 to 16.12.0
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.1.2 to 16.12.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.12.0/packages/react-dom)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-20 12:09:23 +00:00
Bastian
e201458ee2 Merge pull request #38 from AOEpeople/dependabot/npm_and_yarn/js-yaml-3.13.1
Bump js-yaml from 3.10.0 to 3.13.1
2019-12-20 13:09:17 +01:00
Bastian
ee02561934 Merge pull request #37 from AOEpeople/dependabot/npm_and_yarn/fstream-1.0.12
Bump fstream from 1.0.11 to 1.0.12
2019-12-20 13:09:09 +01:00
Bastian
9c8ef6b829 Merge pull request #35 from AOEpeople/dependabot/npm_and_yarn/lodash-4.17.15
Bump lodash from 4.17.4 to 4.17.15
2019-12-20 13:08:56 +01:00
Bastian
ad94c09b3f Merge pull request #33 from AOEpeople/dependabot/npm_and_yarn/stringstream-0.0.6
Bump stringstream from 0.0.5 to 0.0.6
2019-12-20 13:08:37 +01:00
Bastian
2010bddc23 Merge pull request #32 from AOEpeople/dependabot/npm_and_yarn/sshpk-1.16.1
Bump sshpk from 1.11.0 to 1.16.1
2019-12-20 13:08:22 +01:00
Bastian
e38917e8af Merge pull request #31 from AOEpeople/dependabot/npm_and_yarn/morgan-1.9.1
Bump morgan from 1.8.1 to 1.9.1
2019-12-20 13:08:13 +01:00
dependabot[bot]
ed4e8cf3ce Bump marked from 0.3.9 to 0.3.18
Bumps [marked](https://github.com/markedjs/marked) from 0.3.9 to 0.3.18.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/0.3.9...v0.3.18)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-20 12:08:12 +00:00
dependabot[bot]
af8630dabb Bump js-yaml from 3.10.0 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.10.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-18 12:52:30 +00:00
dependabot[bot]
513b8a820c Bump fstream from 1.0.11 to 1.0.12
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-18 12:52:28 +00:00