From d50c9731e8bdd0dbb2ac7c3b67d79e29f958dc17 Mon Sep 17 00:00:00 2001 From: kt-alt Date: Tue, 17 Oct 2023 16:57:59 -0700 Subject: [PATCH 01/10] :lipstick: add glances speedometer widgets --- docs/widgets.md | 32 +++++ src/assets/locales/en.json | 2 + src/components/Widgets/GlCpuSpeedometer.vue | 150 ++++++++++++++++++++ src/components/Widgets/GlMemSpeedometer.vue | 150 ++++++++++++++++++++ src/components/Widgets/WidgetBase.vue | 2 + 5 files changed, 336 insertions(+) create mode 100644 src/components/Widgets/GlCpuSpeedometer.vue create mode 100644 src/components/Widgets/GlMemSpeedometer.vue diff --git a/docs/widgets.md b/docs/widgets.md index 9ed2b562..c3499463 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -2331,6 +2331,22 @@ Live-updating current CPU usage, as a combined average across all cores --- +### Current CPU Usage Speedometer + +Speedometer styled version of the Current CPU Usage widget + +

+ +#### Example + +```yaml +- type: gl-cpu-speedometer + options: + hostname: http://192.168.130.2:61208 +``` + +--- + ### CPU Usage Per Core Live-updating CPU usage breakdown per core @@ -2386,6 +2402,22 @@ Real-time memory usage gauge, with more info visible on click --- +### Current Memory Usage Speedometer + +Speedometer styled version of the Current Memory Usage widget + +

+ +#### Example + +```yaml +- type: gl-mem-speedometer + options: + hostname: http://192.168.130.2:61208 +``` + +--- + ### Memory Usage History Recent memory usage chart diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 60fdad8c..342c1d83 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -316,6 +316,8 @@ "general": { "loading": "Loading...", "show-more": "Expand Details", + "cpu-details": "CPU Details", + "mem-details": "Memory Details", "show-less": "Show Less", "open-link": "Continue Reading" }, diff --git a/src/components/Widgets/GlCpuSpeedometer.vue b/src/components/Widgets/GlCpuSpeedometer.vue new file mode 100644 index 00000000..adb74616 --- /dev/null +++ b/src/components/Widgets/GlCpuSpeedometer.vue @@ -0,0 +1,150 @@ + + + + + + diff --git a/src/components/Widgets/GlMemSpeedometer.vue b/src/components/Widgets/GlMemSpeedometer.vue new file mode 100644 index 00000000..9d39f6bf --- /dev/null +++ b/src/components/Widgets/GlMemSpeedometer.vue @@ -0,0 +1,150 @@ + + + + + + diff --git a/src/components/Widgets/WidgetBase.vue b/src/components/Widgets/WidgetBase.vue index dc536303..3ab0c6c4 100644 --- a/src/components/Widgets/WidgetBase.vue +++ b/src/components/Widgets/WidgetBase.vue @@ -67,12 +67,14 @@ const COMPAT = { 'gl-alerts': 'GlAlerts', 'gl-current-cores': 'GlCpuCores', 'gl-current-cpu': 'GlCpuGauge', + 'gl-cpu-speedometer': 'GlCpuSpeedometer', 'gl-cpu-history': 'GlCpuHistory', 'gl-disk-io': 'GlDiskIo', 'gl-disk-space': 'GlDiskSpace', 'gl-ip-address': 'GlIpAddress', 'gl-load-history': 'GlLoadHistory', 'gl-current-mem': 'GlMemGauge', + 'gl-mem-speedometer': 'GlMemSpeedometer', 'gl-mem-history': 'GlMemHistory', 'gl-network-interfaces': 'GlNetworkInterfaces', 'gl-network-traffic': 'GlNetworkTraffic', From 7990401be6ddde6af00dc0db7f493553e621ab2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Oct 2023 15:39:09 +0000 Subject: [PATCH 02/10] fix: upgrade rsup-progress from 3.0.0 to 3.2.0 Snyk has created this PR to upgrade rsup-progress from 3.0.0 to 3.2.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/lissy93/project/564ca11b-8665-48b8-befa-ccd607c3e09a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 30faa648..44ca0926 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "keycloak-js": "^20.0.3", "register-service-worker": "^1.7.2", "remedial": "^1.0.8", - "rsup-progress": "^3.0.0", + "rsup-progress": "^3.2.0", "simple-icons": "^7.19.0", "v-jsoneditor": "^1.4.5", "v-tooltip": "^2.1.3", diff --git a/yarn.lock b/yarn.lock index a716a8eb..b3e635c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8603,10 +8603,10 @@ rss-parser@3.13.0: entities "^2.0.3" xml2js "^0.5.0" -rsup-progress@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/rsup-progress/-/rsup-progress-3.0.0.tgz#e5eab5c1e75794cc288d567aa765b50faaf0cc89" - integrity sha512-Gmm9Vv8Ti8CqpzWBv0V5cM9q6MsjA4rVsKQBYTRyCClwbnCBWYnHPBos0G3hsAXtcf4odQgw9dZfa+q9W4xVtA== +rsup-progress@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/rsup-progress/-/rsup-progress-3.2.0.tgz#f9f3fa3158b8ced9dace14f33f4e9157717b5837" + integrity sha512-icnpDOj4bYrpCJ4cZYWf/jNqfyKwSKh8ULCZ1TWpGFZ3Y3b7SlhFhLz2CIGakcf+RPQ/UGB9WirH5E0mOX9+zg== run-async@^2.4.0: version "2.4.1" From 362d09396260bcac14ffdfd899d780fdfecee5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:32:35 +0000 Subject: [PATCH 03/10] Bump crypto-js from 4.1.1 to 4.2.0 Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.1.1 to 4.2.0. - [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0) --- updated-dependencies: - dependency-name: crypto-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 30faa648..8f072cec 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "ajv": "^8.10.0", "axios": "^0.27.2", "connect-history-api-fallback": "^1.6.0", - "crypto-js": "^4.1.1", + "crypto-js": "^4.2.0", "express": "^4.17.2", "frappe-charts": "^1.6.2", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index a716a8eb..d5ca765a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3432,10 +3432,10 @@ crypto-browserify@^3.11.0: randombytes "^2.0.0" randomfill "^1.0.3" -crypto-js@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf" - integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw== +crypto-js@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631" + integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q== crypto-random-string@^2.0.0: version "2.0.0" From c231270b05de00f03c31bd8914765a8e2a7071f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:52:55 +0000 Subject: [PATCH 04/10] Bump browserify-sign from 4.2.1 to 4.2.2 Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: browserify-sign dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/yarn.lock b/yarn.lock index a716a8eb..933128c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2482,7 +2482,7 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== -bn.js@^5.0.0, bn.js@^5.1.1: +bn.js@^5.0.0, bn.js@^5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70" integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ== @@ -2619,7 +2619,7 @@ browserify-des@^1.0.0: inherits "^2.0.1" safe-buffer "^5.1.2" -browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: +browserify-rsa@^4.0.0, browserify-rsa@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d" integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== @@ -2628,19 +2628,19 @@ browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: randombytes "^2.0.1" browserify-sign@^4.0.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3" - integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== + version "4.2.2" + resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.2.tgz#e78d4b69816d6e3dd1c747e64e9947f9ad79bc7e" + integrity sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg== dependencies: - bn.js "^5.1.1" - browserify-rsa "^4.0.1" + bn.js "^5.2.1" + browserify-rsa "^4.1.0" create-hash "^1.2.0" create-hmac "^1.1.7" - elliptic "^6.5.3" + elliptic "^6.5.4" inherits "^2.0.4" - parse-asn1 "^5.1.5" - readable-stream "^3.6.0" - safe-buffer "^5.2.0" + parse-asn1 "^5.1.6" + readable-stream "^3.6.2" + safe-buffer "^5.2.1" browserify-zlib@^0.2.0: version "0.2.0" @@ -4022,7 +4022,7 @@ electron-to-chromium@^1.4.118: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.146.tgz#fd20970c3def2f9e6b32ac13a2e7a6b64e1b0c48" integrity sha512-4eWebzDLd+hYLm4csbyMU2EbBnqhwl8Oe9eF/7CBDPWcRxFmqzx4izxvHH+lofQxzieg8UbB8ZuzNTxeukzfTg== -elliptic@^6.5.3: +elliptic@^6.5.3, elliptic@^6.5.4: version "6.5.4" resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== @@ -7414,7 +7414,7 @@ parent-module@^1.0.0: dependencies: callsites "^3.0.0" -parse-asn1@^5.0.0, parse-asn1@^5.1.5: +parse-asn1@^5.0.0, parse-asn1@^5.1.6: version "5.1.6" resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== @@ -8284,6 +8284,15 @@ readable-stream@^3.0.6, readable-stream@^3.4.0, readable-stream@^3.6.0: string_decoder "^1.1.1" util-deprecate "^1.0.1" +readable-stream@^3.6.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== + dependencies: + inherits "^2.0.3" + string_decoder "^1.1.1" + util-deprecate "^1.0.1" + readdirp@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" @@ -8649,7 +8658,7 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: +safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== From b357de752ab51c96bd3a753085d007e942114b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 04:38:01 +0000 Subject: [PATCH 05/10] Bump axios from 0.27.2 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 30faa648..6da99732 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@sentry/tracing": "^6.17.5", "@sentry/vue": "^6.17.4", "ajv": "^8.10.0", - "axios": "^0.27.2", + "axios": "^1.6.0", "connect-history-api-fallback": "^1.6.0", "crypto-js": "^4.1.1", "express": "^4.17.2", diff --git a/yarn.lock b/yarn.lock index a716a8eb..b82353a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2306,13 +2306,14 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== -axios@^0.27.2: - version "0.27.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972" - integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: - follow-redirects "^1.14.9" + follow-redirects "^1.15.0" form-data "^4.0.0" + proxy-from-env "^1.1.0" babel-eslint@^10.0.1: version "10.1.0" @@ -4816,10 +4817,10 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" -follow-redirects@^1.0.0, follow-redirects@^1.14.9: - version "1.15.1" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5" - integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA== +follow-redirects@^1.0.0, follow-redirects@^1.15.0: + version "1.15.3" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a" + integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q== for-in@^1.0.2: version "1.0.2" @@ -8064,6 +8065,11 @@ proxy-addr@~2.0.7: forwarded "0.2.0" ipaddr.js "1.9.1" +proxy-from-env@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" + integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== + prr@~1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" From 31ef6d4f8c72df58e06d6ce2a0a1c46570a999b6 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 31 Dec 2023 01:27:19 +0000 Subject: [PATCH 06/10] :purple_heart: Updates contributors list --- docs/credits.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/credits.md b/docs/credits.md index 79ca6756..af3b1166 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -11,6 +11,13 @@ Vincent Koc + + + peng1can +
+ Null +
+ tbjers @@ -27,7 +34,7 @@ - AnandChowdhary + AnandChowdhary
Anand Chowdhary
@@ -38,15 +45,15 @@
Null - + + davidpaulyoung
David Young
- - + bile0026 @@ -81,6 +88,14 @@
Vlad Timofeev
+ + + + + helixzz +
+ HeliXZz +
@@ -88,8 +103,7 @@
Null
- - + ratty222 From c50f21c54edbdc3bbdf48306f317527df5781606 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 31 Dec 2023 01:27:21 +0000 Subject: [PATCH 07/10] :yellow_heart: Updates sponsors table --- README.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 890e3012..19c1b2eb 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,13 @@ Huge thanks to the sponsors helping to support Dashy's development! Vincent Koc + + + peng1can +
+ peng1can +
+ tbjers @@ -554,7 +561,7 @@ Huge thanks to the sponsors helping to support Dashy's development! - AnandChowdhary + AnandChowdhary
Anand Chowdhary
@@ -565,15 +572,15 @@ Huge thanks to the sponsors helping to support Dashy's development!
Shrippen - + + davidpaulyoung
David Young
- - + bile0026 @@ -608,6 +615,14 @@ Huge thanks to the sponsors helping to support Dashy's development!
Vlad Timofeev
+ + + + + helixzz +
+ HeliXZz +
@@ -615,8 +630,7 @@ Huge thanks to the sponsors helping to support Dashy's development!
Bastii717
- - + ratty222 From 7768c73a0a6c80d621d6ef2cdeb6453a1989f289 Mon Sep 17 00:00:00 2001 From: Alicia Bot <87835202+liss-bot@users.noreply.github.com> Date: Sun, 31 Dec 2023 01:27:26 +0000 Subject: [PATCH 08/10] :blue_heart: Updates contributor SVG --- docs/assets/CONTRIBUTORS.svg | 149 +++++++++++++++++++---------------- 1 file changed, 82 insertions(+), 67 deletions(-) diff --git a/docs/assets/CONTRIBUTORS.svg b/docs/assets/CONTRIBUTORS.svg index 3f7d0219..8d83d9ef 100644 --- a/docs/assets/CONTRIBUTORS.svg +++ b/docs/assets/CONTRIBUTORS.svg @@ -1,4 +1,4 @@ - + @@ -126,202 +126,217 @@ + + + - + - + - + - + - + + + + - + - + - + - + - + - + - + - + - + - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + - + - + - + - + - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + \ No newline at end of file From 0088fded40b610a9981c05342111cc7881af0c4b Mon Sep 17 00:00:00 2001 From: Alicia Bot <87835202+liss-bot@users.noreply.github.com> Date: Sun, 31 Dec 2023 01:27:39 +0000 Subject: [PATCH 09/10] :blue_heart: Makes author list --- .github/AUTHORS.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/AUTHORS.txt b/.github/AUTHORS.txt index 5fbf608f..7b6b96da 100644 --- a/.github/AUTHORS.txt +++ b/.github/AUTHORS.txt @@ -145,10 +145,10 @@ Marcell Fülöp - 27 commits Alicia Sykes - 28 commits Lissy93 - 78 commits snyk-bot - 83 commits -repo-visualizer - 117 commits +repo-visualizer - 118 commits Lissy93 - 210 commits -liss-bot - 212 commits -Alicia Bot <87835202+liss-bot@users.noreply.github.com> - 215 commits +liss-bot - 214 commits +Alicia Bot <87835202+liss-bot@users.noreply.github.com> - 216 commits Alicia Sykes - 352 commits Alicia Sykes - 440 commits Alicia Sykes - 1488 commits \ No newline at end of file From 9c324db2aed21c7f79f548151780397779ae0ac6 Mon Sep 17 00:00:00 2001 From: repo-visualizer Date: Sun, 31 Dec 2023 01:28:30 +0000 Subject: [PATCH 10/10] :yellow_heart: Updates repo diagram --- docs/assets/repo-visualization.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/repo-visualization.svg b/docs/assets/repo-visualization.svg index caf23a3c..f89c15a8 100644 --- a/docs/assets/repo-visualization.svg +++ b/docs/assets/repo-visualization.svg @@ -1 +1 @@ -viewsviewsutilsutilsstylesstylesmixinsmixinscomponentscomponentsassetsassetsWorkspaceWorkspaceWidgetsWidgetsSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsInteractiveEditorInteractiveEditorFormElementsFormElementsConfigurationConfigurationChartsChartslocaleslocalesinterface-iconsinterface-icons.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file +viewsviewsutilsutilsstylesstylesmixinsmixinscomponentscomponentsassetsassetsWorkspaceWorkspaceWidgetsWidgetsSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsInteractiveEditorInteractiveEditorFormElementsFormElementsConfigurationConfigurationChartsChartslocaleslocalesinterface-iconsinterface-icons.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file