author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
331,609
20.10.2021 15:35:34
-7,200
7a39ac34b22fb6f065dce04d930d9a8c8903df24
Re-write last changes
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/auth.service.ts", "new_path": "UI/src/app/_services/auth.service.ts", "diff": "@@ -4,6 +4,7 @@ import { SocketService } from './socket.service';\nexport interface LoginResponse {\nloginOk: boolean;\nmessage: string;\n+ accessToken: string;...
JavaScript
MIT License
josephdadams/tallyarbiter
Re-write last changes
331,609
21.10.2021 00:04:25
-7,200
be54a5791321af6b6427bb24505dc9f88a5a673d
Implement new login procedure on the UI
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/login/login.component.ts", "new_path": "UI/src/app/_components/login/login.component.ts", "diff": "@@ -12,7 +12,6 @@ export class LoginComponent {\npublic loginResponse: LoginResponse = {loginOk: false, message: '', accessToken: ''};\npu...
JavaScript
MIT License
josephdadams/tallyarbiter
Implement new login procedure on the UI
331,609
21.10.2021 00:07:18
-7,200
a8c961c0b691555da8254bb77f2cd993790e990f
Delete Angular E2E files
[ { "change_type": "DELETE", "old_path": "UI/src/app/_components/chat/chat.component.spec.ts", "new_path": null, "diff": "-import { ComponentFixture, TestBed } from '@angular/core/testing';\n-\n-import { ChatComponent } from './chat.component';\n-\n-describe('ChatComponent', () => {\n- let component: ...
JavaScript
MIT License
josephdadams/tallyarbiter
Delete Angular E2E files
331,609
21.10.2021 00:10:20
-7,200
1285c0d03f76de74e6f20c0183be109469a33b0e
Require admin role for the manage event
[ { "change_type": "DELETE", "old_path": "UI/src/app/_components/about/about.component.spec.ts", "new_path": null, "diff": "-import { ComponentFixture, TestBed } from '@angular/core/testing';\n-\n-import { AboutComponent } from './about.component';\n-\n-describe('AboutComponent', () => {\n- let compon...
JavaScript
MIT License
josephdadams/tallyarbiter
Require admin role for the manage event
331,609
21.10.2021 00:29:35
-7,200
2e280deb2d55e70c9fa67aae25f22381789eefce
Generate JWT private key and migrate config
[ { "change_type": "MODIFY", "old_path": "src/_helpers/auth.ts", "new_path": "src/_helpers/auth.ts", "diff": "@@ -18,7 +18,7 @@ export function authenticate(username: string, password: string): Promise<Authen\nreject(new Error('Password is incorrect'));\n}\ndelete user[\"password\"];\n- jwt.sign({user...
JavaScript
MIT License
josephdadams/tallyarbiter
Generate JWT private key and migrate config
331,609
21.10.2021 17:15:23
-7,200
94d499bfd2ddaf4240442bb79ee390b0c39a2293
Manage users from the UI
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</div>\n</ng-template>\n</ng-container>\n+ <ng-container ngbNavItem>\n+ <a ngbNavLink>Users</a>\n+ <ng-template ngbNavCont...
JavaScript
MIT License
josephdadams/tallyarbiter
Manage users from the UI
331,609
21.10.2021 19:32:37
0
19b929b6817ea424b6f40b26579b4e87d917386f
Fix missing JWT error
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -813,9 +813,7 @@ function initialSetup() {\n});\nsocket.on('get_error_reports', () => {\n- requireRole(\"admin\").then((user) => {\nsocket.emit('error_reports', getErrorReportsList());\n- }).catch((err) =>...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix missing JWT error
331,609
21.10.2021 19:37:31
0
c5347213a324a8b6f3b9ad8bc3bd75372cad9b83
Alert JWT errors
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/socket.service.ts", "new_path": "UI/src/app/_services/socket.service.ts", "diff": "@@ -301,6 +301,12 @@ export class SocketService {\nthis.socket.on('users', (users: User[]) => {\nthis.users = users;\n});\n+ this.socket.on('error', (messag...
JavaScript
MIT License
josephdadams/tallyarbiter
Alert JWT errors
331,609
22.10.2021 00:11:53
-7,200
23794dd71efcd7ea5171753c714b864d1e961fc9
Add jsoneditor
[ { "change_type": "MODIFY", "old_path": "UI/package-lock.json", "new_path": "UI/package-lock.json", "diff": "\"@fortawesome/fontawesome-free\": \"^5.15.3\",\n\"@ng-bootstrap/ng-bootstrap\": \"^9.1.1\",\n\"@types/socket.io-client\": \"^3.0.0\",\n+ \"ang-jsoneditor\": \"^1.10.5\",\n\"bootstrap\": \"^5....
JavaScript
MIT License
josephdadams/tallyarbiter
Add jsoneditor
331,609
22.10.2021 22:41:25
-7,200
af9cd1bd3862b4e6d24ef96e8bdbfefd67f1cb4c
Fix UI editor
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<div class=\"container pt-4\" *ngIf=\"socketService.initialDataLoaded\">\n- <nav ngbNav #nav=\"ngbNav\" class=\"nav-tabs\"...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix UI editor
331,609
22.10.2021 23:15:21
-7,200
2f018ee767fa86918bfa01bcbf38446e99f5ab68
Fix config reloading
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<div class=\"container pt-4\" *ngIf=\"socketService.initialDataLoaded\">\n- <nav ngbNav #nav=\"ngbNav\" class=\"nav-tabs\"...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix config reloading
331,609
23.10.2021 00:13:33
-7,200
fba797a0aac06fdafb76187122699614aa563e05
Update Angular budget
[ { "change_type": "MODIFY", "old_path": "UI/angular.json", "new_path": "UI/angular.json", "diff": "\"budgets\": [\n{\n\"type\": \"initial\",\n- \"maximumWarning\": \"500kb\",\n- \"maximumError\": \"1mb\"\n+ \"maximumWarning\": \"800kb\",\n+ \"maximumError\": \"2mb\"\n},\n{\n\"type\": \"anyComponentSt...
JavaScript
MIT License
josephdadams/tallyarbiter
Update Angular budget
331,609
23.10.2021 00:27:14
-7,200
74ecbb797a565ed3f2a4a34f4ada19b67ddadc81
Express use compression
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"tallyarbiter\",\n- \"version\": \"2.0.16\",\n+ \"version\": \"2.0.14\",\n\"lockfileVersion\": 2,\n\"requires\": true,\n\"packages\": {\n\"\": {\n\"name\": \"tallyarbiter\",\n- \"versi...
JavaScript
MIT License
josephdadams/tallyarbiter
Express use compression
331,610
23.10.2021 00:25:26
14,400
c606d21d46e62befd7c5c02f53e502ce5c814fde
Added opt in and out to remote error reporting
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</div>\n</div>\n</div>\n+ <td>\n+ <button class=\"btn btn-outline-dark my-3\" *ngIf=\"socketService.remoteErrorOptStatus()...
JavaScript
MIT License
josephdadams/tallyarbiter
Added opt in and out to remote error reporting
331,621
23.10.2021 10:43:04
14,400
1f0a02b5581bc8e761b52f1fe5d471dbcd584a54
Update docker installation docs Fixed the image name on docker hub
[ { "change_type": "MODIFY", "old_path": "docs/docs/installation/docker.md", "new_path": "docs/docs/installation/docker.md", "diff": "@@ -7,7 +7,7 @@ sidebar_position: 2\nIf you have Docker installed, you can install TallyArbiter using our official Docker image [`TallyArbiter`](https://hub.docker.com/...
JavaScript
MIT License
josephdadams/tallyarbiter
Update docker installation docs Fixed the image name on docker hub
331,621
23.10.2021 20:06:05
14,400
80924af775475b6d1508cb082e1665a51aacd555
Additional updates to docker image name
[ { "change_type": "MODIFY", "old_path": "docs/docs/installation/docker.md", "new_path": "docs/docs/installation/docker.md", "diff": "@@ -10,9 +10,9 @@ You can pull the image from DockerHub using the following command:\ndocker pull josephdadams/tallyarbiter:latest\n```\n-Then, start it by typing `dock...
JavaScript
MIT License
josephdadams/tallyarbiter
Additional updates to docker image name
331,610
23.10.2021 21:47:05
14,400
3144aafd17e33c78121504cc7fbcf81fada47505
Opted out by default
[ { "change_type": "MODIFY", "old_path": "src/_helpers/config.ts", "new_path": "src/_helpers/config.ts", "diff": "@@ -39,7 +39,7 @@ export const ConfigDefaults: Config = {\n{ id: '12c8d689', label: 'Aux 2', type: 'aux', color: '#0000FF', priority: 100}\n],\nexternalAddress: \"http://0.0.0.0:4455/#/tal...
JavaScript
MIT License
josephdadams/tallyarbiter
Opted out by default
331,609
24.10.2021 23:54:47
-7,200
813450e38d325fa73cddc6734ebd438847b5cd58
Add server-side validation
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.ts", "new_path": "UI/src/app/_components/settings/settings.component.ts", "diff": "@@ -626,6 +626,9 @@ export class SettingsComponent {\npublic saveConfig() {\nconsole.log(this.updatedConfig);\nthis.config = t...
JavaScript
MIT License
josephdadams/tallyarbiter
Add server-side validation
331,609
24.10.2021 22:02:55
0
3844a06ec89f56cd610a64c9d5bf1af6f3d6fed7
Add role select
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<input type=\"text\" class=\"form-control\" id=\"userUsername\" [disabled]=\"editingUser\" [(ngModel)]=\"currentUser.usern...
JavaScript
MIT License
josephdadams/tallyarbiter
Add role select
331,610
24.10.2021 19:35:44
14,400
1ac463c9981933e97b21158e72c64c0212926134
Updates bases on hrueger's feedback
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</div>\n</div>\n</div>\n- <td>\n- <button class=\"btn btn-outline-dark my-3\" *ngIf=\"socketService.remoteErrorOptStatus()...
JavaScript
MIT License
josephdadams/tallyarbiter
Updates bases on hrueger's feedback
331,610
24.10.2021 20:12:37
14,400
d52c2b8b5d62b5c3078b699255faf9fe5b6f4f65
Added dsn secret system
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -21,6 +21,7 @@ jobs:\nuses: JS-DevTools/npm-publish@v1\nwith:\ntoken: ${{ secrets.NPM_ACCESS_TOKEN }}\n+ SENTRY_DSN: ${{ secrets.SENTRY_DSN}}\n## - uses: Saionaro/extract-pack...
JavaScript
MIT License
josephdadams/tallyarbiter
Added dsn secret system
331,621
26.10.2021 17:19:18
14,400
18e9f820a9c0178a1b4be474df534ca3e519021f
Fix docker commands to correctly save configs also add `-d` to daemonize docker and not freeze the console on startup
[ { "change_type": "MODIFY", "old_path": "docs/docs/installation/docker.md", "new_path": "docs/docs/installation/docker.md", "diff": "@@ -10,10 +10,10 @@ You can pull the image from DockerHub using the following command:\ndocker pull josephdadams/tallyarbiter:latest\n```\n-Then, start it by typing `do...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix docker commands to correctly save configs also add `-d` to daemonize docker and not freeze the console on startup
331,609
26.10.2021 23:37:14
-7,200
ba883394b24bf96a78e01ff6c750b68815574aec
Fix Sentry DSN, fix Github Actions, add devmode
[ { "change_type": "ADD", "old_path": null, "new_path": ".env.example", "diff": "+SENTRY_ENABLED=0\n+SENTRY_DSN=\"https://examplePublicKey@o0.ingest.sentry.io/0\"\n\\ No newline at end of file\n" }, { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".git...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix Sentry DSN, fix Github Actions, add devmode
331,609
27.10.2021 21:42:58
-7,200
60570da20aadc29496d54e9aecad41e56ef59d5d
Add ESP32 neopixel listener
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -45,11 +45,13 @@ String DeviceId = \"unassigned\";\nString Device...
JavaScript
MIT License
josephdadams/tallyarbiter
Add ESP32 neopixel listener Co-authored-by: LukasSchulz <allesmoeglicheundvielmehr@hotmail.de>
331,609
28.10.2021 20:22:51
-7,200
c33b28ec652b625208e68784642ef4041ce7aa8b
Build listener clients with Github Actions
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -125,3 +125,30 @@ jobs:\n## with:\n## name: 'TallyArbiter-${{ steps.package-version.outputs.version }}-Windows'\n## path: 'release/TallyArbiter Setup ${{ steps.package-version...
JavaScript
MIT License
josephdadams/tallyarbiter
Build listener clients with Github Actions
331,609
28.10.2021 20:46:56
-7,200
5e637ab910d0b3c01a52adf965745bb739f3f3a4
Move jobs to a different file
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/build-listener-clients.yaml", "diff": "+name: Build Listener Clients\n+\n+on: [push, workflow_dispatch]\n+\n+jobs:\n+ build_m5stickc-listener:\n+ name: Build M5StickC Listener\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: acti...
JavaScript
MIT License
josephdadams/tallyarbiter
Move jobs to a different file
331,633
28.10.2021 23:58:23
-3,600
7b45e1f4a89c5ceadb9ecfad9d80352fcb2b2cac
fix: restore TSL5 fields
[ { "change_type": "MODIFY", "old_path": "src/actions/TSL.ts", "new_path": "src/actions/TSL.ts", "diff": "@@ -32,8 +32,8 @@ const TSL5Fields: TallyInputConfigField[] = [\n@RegisterAction(\"7dcd66b5\", \"TSL 3.1 UDP\", TSL3Fields)\n@RegisterAction(\"276a8dcc\", \"TSL 3.1 TCP\", TSL3Fields)\n-@RegisterA...
JavaScript
MIT License
josephdadams/tallyarbiter
fix: restore TSL5 fields
331,634
29.10.2021 04:34:45
-7,200
9c336adc704c35963a6f76facc23c7ac13d60841
Quality of life updates
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "new_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "diff": "-#define C_PLUS 1 //CHANGE TO 1 IF YOU USE THE M5STICK-C PLUS\n+#define C_PLUS 0 //CHANGE TO 1 IF YOU USE THE M5STICK-C ...
JavaScript
MIT License
josephdadams/tallyarbiter
Quality of life updates
331,634
29.10.2021 04:35:27
-7,200
b18b31109316edaccd495827acdede6c4c390ade
Fix M5Atom client to the points its working Major bug is still that after a device state has ended, it doesnt go back to default
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -26,11 +26,11 @@ Preferences preferences;\n*/\n//Tally Arbiter Se...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix M5Atom client to the points its working Major bug is still that after a device state has ended, it doesnt go back to default
331,634
29.10.2021 04:54:01
-7,200
ab74e3665dc700d0792a454848aa22c7dd6331f9
Fix color drift Multiplied by 255 instead of 256 and 65535 instead of 65536
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -289,9 +289,9 @@ void evaluateMode() {\nint b = colorNumber & 0xF...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix color drift Multiplied by 255 instead of 256 and 65535 instead of 65536
331,618
29.10.2021 23:43:47
-19,080
5d27bc3d7d6f93a92c85fdd13c70d5fed7ce0178
added CODE_OF_CONDUCT.md file to the repo
[ { "change_type": "ADD", "old_path": null, "new_path": "CODE_OF_CONDUCT.md", "diff": "+# Contributor Covenant Code of Conduct\n+\n+## Our Pledge\n+\n+In the interest of fostering an open and welcoming environment, we as\n+contributors and maintainers pledge to making participation in our project and\...
JavaScript
MIT License
josephdadams/tallyarbiter
added CODE_OF_CONDUCT.md file to the repo
331,609
29.10.2021 23:18:42
-7,200
7bd376e0ec77a6f785d9c55c8c853dcf5c50ca1f
Update TTGO_T listener
[ { "change_type": "MODIFY", "old_path": "listener_clients/TTGO_T-listener/TTGO_T-listener.ino", "new_path": "listener_clients/TTGO_T-listener/TTGO_T-listener.ino", "diff": "@@ -465,19 +465,22 @@ void socket_Messaging(String payload) {\n}\nvoid processTallyData() {\n+ bool typeChanged = false;\nfor (i...
JavaScript
MIT License
josephdadams/tallyarbiter
Update TTGO_T listener
331,609
30.10.2021 00:03:35
-7,200
b3606dc8a1cef59817c553220f2d1eaafe2539ea
Update TTGO_T-listener.ino
[ { "change_type": "MODIFY", "old_path": "listener_clients/TTGO_T-listener/TTGO_T-listener.ino", "new_path": "listener_clients/TTGO_T-listener/TTGO_T-listener.ino", "diff": "@@ -565,6 +565,8 @@ void evaluateMode() {\n#endif\nlogger(\"Device is in \" + actualType + \" (color \" + actualColor + \" prior...
JavaScript
MIT License
josephdadams/tallyarbiter
Update TTGO_T-listener.ino
331,610
29.10.2021 20:28:42
14,400
b157d4ab5a3d2df834408d5209f9349dcd0aeeed
Fixed issue where test mode button get out of sync
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<ng-container ngbNavItem=\"testing\">\n<a ngbNavLink>Testing</a>\n<ng-template ngbNavContent>\n- <button class=\"btn btn-o...
JavaScript
MIT License
josephdadams/tallyarbiter
Fixed issue where test mode button get out of sync
331,610
29.10.2021 21:49:38
14,400
aa2c178df1c180a8ab4569807eb354d0eae45cac
Fix OSC issues
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"tallyarbiter\",\n- \"version\": \"2.0.16\",\n+ \"version\": \"2.0.14\",\n\"lockfileVersion\": 2,\n\"requires\": true,\n\"packages\": {\n\"\": {\n\"name\": \"tallyarbiter\",\n- \"versi...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix OSC issues
331,610
29.10.2021 22:16:07
14,400
ae4669f562e1d3e30c6d512960925ca53625d1ea
Deleting all errors reports now makes you confirm first
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/error-reports-list/error-reports-list.component.ts", "new_path": "UI/src/app/_components/error-reports-list/error-reports-list.component.ts", "diff": "import { Component, OnInit, ViewEncapsulation } from '@angular/core';\n+import { Confi...
JavaScript
MIT License
josephdadams/tallyarbiter
Deleting all errors reports now makes you confirm first
331,634
30.10.2021 16:40:41
-7,200
fa692fdc9fc35d7137bb391a7c2e19bff38dbf72
Add animations for the startup state. Added some animations and icons to show the user whats going on in the device.
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "#include <Preferences.h>\n#define DATA_PIN_LED 27\n-//General Variab...
JavaScript
MIT License
josephdadams/tallyarbiter
Add animations for the startup state. Added some animations and icons to show the user whats going on in the device.
331,634
30.10.2021 16:44:53
-7,200
f3f8ea84af92737cf96eb0017d6474a27baef5b0
Update README.md Add instructions for on device setup
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/README.md", "new_path": "listener_clients/M5AtomMatrix-listener/README.md", "diff": "@@ -12,16 +12,22 @@ https://m5stack.com/collections/m5-atom/products/atom-matrix-esp32-development-k\nOR\nhttps://www.adafruit.com/produ...
JavaScript
MIT License
josephdadams/tallyarbiter
Update README.md Add instructions for on device setup
331,609
30.10.2021 17:59:19
-7,200
90815a97c7e6a82bdca26abb68c1766e51850695
TTGO_T UI improvements
[ { "change_type": "MODIFY", "old_path": "listener_clients/TTGO_T-listener/TTGO_T-listener.ino", "new_path": "listener_clients/TTGO_T-listener/TTGO_T-listener.ino", "diff": "@@ -63,6 +63,7 @@ const int led_blue = 26; //blue led connected with 270ohm resistor\nWiFiManager wm; // global wm instance\nWiF...
JavaScript
MIT License
josephdadams/tallyarbiter
TTGO_T UI improvements
331,609
30.10.2021 18:53:15
-7,200
8d1a554e9c9252a323f9173543da7e2348fb20e8
Fix esp32 neopixel listener
[ { "change_type": "MODIFY", "old_path": "listener_clients/esp32-neopixel-listener/esp32-neopixel-listener.ino", "new_path": "listener_clients/esp32-neopixel-listener/esp32-neopixel-listener.ino", "diff": "@@ -430,19 +430,22 @@ void socket_Reassign(String payload) {\n}\nvoid processTallyData() {\n+ bo...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix esp32 neopixel listener
331,609
30.10.2021 19:46:22
-7,200
653a674a1a776b6543fd7ac46748520a24adcaed
Fix M5Stickc listener
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "new_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "diff": "@@ -521,19 +521,22 @@ void socket_Messaging(String payload) {\n}\nvoid processTallyData() {\n+ bool typeChanged = false;...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix M5Stickc listener
331,609
31.10.2021 17:41:52
0
f17a42426c76308825694ba5fa62098366d50d92
Roles and requireRole directive
[ { "change_type": "MODIFY", "old_path": ".gitpod.yml", "new_path": ".gitpod.yml", "diff": "@@ -8,9 +8,10 @@ tasks:\nopenMode: split-right\nports:\n- port: 4455\n+ onOpen: notify\nvisibility: public\n- port: 4200\n- onOpen: open-browser\n+ onOpen: notify\nvisibility: public\n- port: 8099\nonOpen: igno...
JavaScript
MIT License
josephdadams/tallyarbiter
Roles and requireRole directive
331,609
01.11.2021 10:32:11
0
975dfc306997ace89ae9dea0bed410bafb3a3460
Remove useless console.log from UI and backend
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/error-report/error-report.component.ts", "new_path": "UI/src/app/_components/error-report/error-report.component.ts", "diff": "@@ -109,7 +109,6 @@ export class ErrorReportComponent implements OnInit, OnDestroy, AfterViewInit {\ngenerateB...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove useless console.log from UI and backend
331,609
01.11.2021 18:06:40
-3,600
46bc00ce08b06dd68a675f497aeb985534e19449
Enable M5StickC build
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-listener-clients.yaml", "new_path": ".github/workflows/build-listener-clients.yaml", "diff": "@@ -3,35 +3,34 @@ name: Build Listener Clients\non: [push, workflow_dispatch]\njobs:\n-# build_m5stickc-listener:\n-# name: Build M5StickC Lis...
JavaScript
MIT License
josephdadams/tallyarbiter
Enable M5StickC build
331,609
01.11.2021 18:13:40
-3,600
d55204a67bb1acbbdc14f751d2ad66850b424c5d
Fix M5StickC listener build errors
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "new_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "diff": "@@ -114,13 +114,11 @@ void setup() {\nif(preferences.getString(\"taHost\").length() > 0){\nString newHost = preferences....
JavaScript
MIT License
josephdadams/tallyarbiter
Fix M5StickC listener build errors
331,609
01.11.2021 18:19:16
-3,600
e363b50f0f48381aa6f7c9fc27a84033dc6cbd57
Fix error: jump to case labe
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "new_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "diff": "@@ -382,6 +382,10 @@ void connectToServer() {\n}\nvoid socket_event(socketIOmessageType_t type, uint8_t * payload, size_...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix error: jump to case labe
331,609
01.11.2021 18:24:22
-3,600
3831fe8e93b828e371104e86cb48c742ee7a7dec
Fix declaration shadows a parameter
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "new_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "diff": "@@ -382,9 +382,9 @@ void connectToServer() {\n}\nvoid socket_event(socketIOmessageType_t type, uint8_t * payload, size_t...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix declaration shadows a parameter
331,609
01.11.2021 18:49:50
-3,600
0d8c841064509883a72c6ce8a1e05bfbb32e89b3
Add M5Atom build
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-listener-clients.yaml", "new_path": ".github/workflows/build-listener-clients.yaml", "diff": "@@ -32,6 +32,34 @@ jobs:\nname: 'TallyArbiter-Listener-M5StickC'\npath: 'listener_clients/m5stickc-listener/build/esp32.esp32.m5stick-c'\n+ bu...
JavaScript
MIT License
josephdadams/tallyarbiter
Add M5Atom build
331,609
01.11.2021 19:04:43
-3,600
08aff3a35393086f13206cfbcae63d056404969a
Fix M5Atom compilation errors
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -21,8 +21,8 @@ Preferences preferences;\n*/\n//Tally Arbiter Serv...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix M5Atom compilation errors
331,609
01.11.2021 19:32:58
-3,600
6eb184fbf0ff08b23cd924419481c9b6ee603d09
Add exit-zero to prospector config I'm too busy to fix every linter warning. Help wanted for that. BTW I don't think it's really necessary
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-listener-clients.yaml", "new_path": ".github/workflows/build-listener-clients.yaml", "diff": "@@ -143,7 +143,7 @@ jobs:\nrun: pip install prospector[with_everything]\n- name: Analyse\nworking-directory: listener_clients/blink1-listener\...
JavaScript
MIT License
josephdadams/tallyarbiter
Add exit-zero to prospector config I'm too busy to fix every linter warning. Help wanted for that. BTW I don't think it's really necessary
331,609
01.11.2021 19:41:50
-3,600
b6df6b3ab96fe7d424de2a74f9be44109a9007b5
Add eslint for Relay Listener
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-listener-clients.yaml", "new_path": ".github/workflows/build-listener-clients.yaml", "diff": "@@ -139,7 +139,7 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v1\n- - name: install prosepector\n+ - name: Install prose...
JavaScript
MIT License
josephdadams/tallyarbiter
Add eslint for Relay Listener
331,609
01.11.2021 19:45:28
-3,600
7d7b3d4f118613f9516ecab97e435736a1c48a31
Add libudev and libusb
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-listener-clients.yaml", "new_path": ".github/workflows/build-listener-clients.yaml", "diff": "@@ -174,7 +174,7 @@ jobs:\n- uses: actions/checkout@v1\n- name: Install dependencies\nworking-directory: listener_clients/relay-listener\n- ru...
JavaScript
MIT License
josephdadams/tallyarbiter
Add libudev and libusb
331,609
01.11.2021 19:56:00
-3,600
fb3085ca156c72eacd58eb4b9560b3477765a0b7
Add eslint config file for relay listener
[ { "change_type": "ADD", "old_path": null, "new_path": "listener_clients/relay-listener/.eslintrc.js", "diff": "+module.exports = {\n+ \"env\": {\n+ \"browser\": true,\n+ \"commonjs\": true,\n+ \"es2021\": true\n+ },\n+ \"extends\": \"eslint:recommended\",\n+ \"parserOptions\": {\n+ \"ecmaVersion\": ...
JavaScript
MIT License
josephdadams/tallyarbiter
Add eslint config file for relay listener
331,609
03.11.2021 22:43:38
-3,600
eb283dfd29123bf13ffe39e10349be276c58c67a
Update M5Atom README
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/README.md", "new_path": "listener_clients/M5AtomMatrix-listener/README.md", "diff": "# Tally Arbiter M5 ATOM Matrix Listener\nTally Arbiter M5 ATOM Matrix Listener is an accessory program that allows you to connect to a T...
JavaScript
MIT License
josephdadams/tallyarbiter
Update M5Atom README
331,633
06.11.2021 17:48:53
0
59c9e81ff7ae33d03dc0921544f605a593373f3c
Bump tsl v5 module version
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"atem-connection\": \"3.0.0-nightly-latest-20210530-132658-16c3cdd.0\",\n\"axios\": \"^0.21.1\",\n\"bonjour\": \"^3.5.0\",\n- \"dotenv\": \"^10.0.0\",\n\"compression\": \"^1.7.4\",\n+ \"dotenv\": \...
JavaScript
MIT License
josephdadams/tallyarbiter
Bump tsl v5 module version
331,610
20.11.2021 17:38:17
18,000
3b350e53f271a5d6d849917d8dc981b6cb2132fc
ESP32 Doc Update
[ { "change_type": "MODIFY", "old_path": "listener_clients/esp32-neopixel-listener/README.md", "new_path": "listener_clients/esp32-neopixel-listener/README.md", "diff": "-# Tally Arbiter ESP32 Listener\n-Tally Arbiter ESP32 Listener is a modified Version of the Tally Arbiter M5Stick-C Listener written...
JavaScript
MIT License
josephdadams/tallyarbiter
ESP32 Doc Update
331,610
20.11.2021 17:45:15
18,000
e6d97d620a5039de3356e5b615ef05b63531dff6
M5Stick-C Update
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc-listener/README.md", "new_path": "listener_clients/m5stickc-listener/README.md", "diff": "# Tally Arbiter M5 Stick-C Listener\n-Tally Arbiter M5Stick-C Listener was written by Joseph Adams and is distributed under the MIT License.\n-\...
JavaScript
MIT License
josephdadams/tallyarbiter
M5Stick-C Update
331,610
20.11.2021 17:48:38
18,000
14ad0f1d1530ddde31547b44c2531fb2570bffcc
Spelling and formatting improvements
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/README.md", "new_path": "listener_clients/M5AtomMatrix-listener/README.md", "diff": "@@ -34,17 +34,17 @@ Done! Now your board is running the latest listener client firmware version. Go\n3. In Library Manager install FastL...
JavaScript
MIT License
josephdadams/tallyarbiter
Spelling and formatting improvements
331,610
20.11.2021 17:51:17
18,000
778cfcfb1250ce062413d0af272600387205ab49
Blinkt! Doc Update
[ { "change_type": "MODIFY", "old_path": "listener_clients/pimoroni-blinkt-listener/README.md", "new_path": "listener_clients/pimoroni-blinkt-listener/README.md", "diff": "@@ -9,6 +9,11 @@ To learn more about the Tally Arbiter project, [click here](http://github.com/jo\nIt is not sold, authorized, or ...
JavaScript
MIT License
josephdadams/tallyarbiter
Blinkt! Doc Update
331,610
20.11.2021 17:56:56
18,000
596580fc4e8cd8fde07237b39ec523e943f1034b
Relay Docs Update
[ { "change_type": "MODIFY", "old_path": "listener_clients/relay-listener/README.md", "new_path": "listener_clients/relay-listener/README.md", "diff": "@@ -7,6 +7,11 @@ To learn more about the Tally Arbiter project, [click here](http://github.com/jo\nIt is not sold, authorized, or associated with any ...
JavaScript
MIT License
josephdadams/tallyarbiter
Relay Docs Update
331,610
20.11.2021 18:00:30
18,000
94d3771004c9ccebd07334a59b6cb93ac5b8fc40
GPI Doc Update
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/README.md", "new_path": "listener_clients/gpo-listener/README.md", "diff": "@@ -7,6 +7,11 @@ To learn more about the Tally Arbiter project, [click here](http://github.com/jo\nIt is not sold, authorized, or associated with any othe...
JavaScript
MIT License
josephdadams/tallyarbiter
GPI Doc Update
331,610
20.11.2021 18:05:15
18,000
8f95d95927589e8d074e13dcff978bfbc0c8afb9
Blink(1) Update
[ { "change_type": "MODIFY", "old_path": "listener_clients/blink1-listener/README.md", "new_path": "listener_clients/blink1-listener/README.md", "diff": "@@ -9,6 +9,13 @@ To learn more about the Tally Arbiter project, [click here](http://github.com/jo\nIt is not sold, authorized, or associated with an...
JavaScript
MIT License
josephdadams/tallyarbiter
Blink(1) Update
331,610
20.11.2021 18:24:57
18,000
1a2cbb0e7b1119904c68a52fddb56a3ffcb3367d
Docs site update
[ { "change_type": "MODIFY", "old_path": "docs/docs/usage/sections/listener-clients.md", "new_path": "docs/docs/usage/sections/listener-clients.md", "diff": "@@ -19,22 +19,22 @@ Navigate to `/producer` on the Tally Arbiter server in your browser to view all\n**This page is restricted by a username and...
JavaScript
MIT License
josephdadams/tallyarbiter
Docs site update
331,611
29.11.2021 08:28:42
21,600
b2a449581fdfe73c13c0ab90048961d883a48b19
Update README.md Corrected typo.
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/README.md", "new_path": "listener_clients/M5AtomMatrix-listener/README.md", "diff": "@@ -12,7 +12,7 @@ OR\nhttps://www.adafruit.com/product/4497 (Shipped from USA)\n# Installation\n-## 1. Using a pre-builded version\n+## ...
JavaScript
MIT License
josephdadams/tallyarbiter
Update README.md Corrected typo.
331,609
29.11.2021 16:14:11
-3,600
6bb0452c9ef05271ddfeafc03cf081f8d7f94183
Fix pwd hash
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "-->\n<input type=\"text\" class=\"form-control\" [ngModel]=\"currentUser.roles\">\n</div>\n- <div class=\"mb-3\">\n+ <div ...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix pwd hash
331,609
29.11.2021 22:20:08
-3,600
dbfc78416a96e54a0a54905072be26bd2e2b9f31
Improve roles
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<tbody>\n<tr *ngFor=\"let user of socketService.users\">\n<td>{{user.username}}</td>\n- <td>{{user.roles}}</td>\n+ <td>{{u...
JavaScript
MIT License
josephdadams/tallyarbiter
Improve roles
331,609
29.11.2021 21:38:14
0
04fd5a0112242d825f0d97458680146ec345c550
Use custom TFT_eSPI version
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-listener-clients.yaml", "new_path": ".github/workflows/build-listener-clients.yaml", "diff": "@@ -106,6 +106,12 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v1\n+ - name: Setup TFT_eSPI and select User Setup\n+ run...
JavaScript
MIT License
josephdadams/tallyarbiter
Use custom TFT_eSPI version
331,609
30.11.2021 14:59:58
-3,600
c45f0a11d6dafeb607a33713bd041288175e9c6b
Fix fileLoder typo
[ { "change_type": "RENAME", "old_path": "src/_helpers/fileLoder.ts", "new_path": "src/_helpers/fileLoader.ts", "diff": "" }, { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -51,7 +51,7 @@ import { Actions } from './_globals/Actions';\...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix fileLoder typo
331,611
01.12.2021 13:03:58
21,600
2646d9cebfb1b70d3d1bd666cca622b2eac82ab8
Update tallyarbiter-m5atom.ino Correct color order for M5.dis.drawpix from rgb to grb. Also add code lines to define WiFi SSID and password.
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -24,6 +24,11 @@ Preferences preferences;\nchar tallyarbiter_host[...
JavaScript
MIT License
josephdadams/tallyarbiter
Update tallyarbiter-m5atom.ino Correct color order for M5.dis.drawpix from rgb to grb. Also add code lines to define WiFi SSID and password.
331,609
05.12.2021 12:17:36
-3,600
e2dea72d202d916002e1e2f95ebf3cb55ab8083b
Update m5stickc-listener.ino
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "new_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "diff": "@@ -73,6 +73,7 @@ int currentScreen = 0; //0 = Tally Screen, 1 = Settings Screen\nint currentBrightness = 11; //12 is Ma...
JavaScript
MIT License
josephdadams/tallyarbiter
Update m5stickc-listener.ino
331,633
07.12.2021 13:52:55
0
9fd369433a1484420454f4671777b3a6f5c7df5e
Add option to override DLE/STX sequence
[ { "change_type": "MODIFY", "old_path": "src/actions/TSL.ts", "new_path": "src/actions/TSL.ts", "diff": "@@ -26,7 +26,8 @@ const TSL5Fields: TallyInputConfigField[] = [\n{ fieldName: 'text_tally', fieldLabel: 'Text Tally', fieldType: 'dropdown', options: [{ id: '0', label: 'Off' }, { id: '1', label: ...
JavaScript
MIT License
josephdadams/tallyarbiter
Add option to override DLE/STX sequence
331,609
10.12.2021 00:19:25
-3,600
9080ae87aaedfbb71c60068a1ec54fc7667b8721
Network discovery and fix decorators order
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/socket.service.ts", "new_path": "UI/src/app/_services/socket.service.ts", "diff": "@@ -14,6 +14,7 @@ import { LogItem } from '../_models/LogItem';\nimport { OutputType } from '../_models/OutputType';\nimport { OutputTypeDataFields } from '...
JavaScript
MIT License
josephdadams/tallyarbiter
Network discovery and fix decorators order
331,609
10.12.2021 00:40:38
-3,600
517469b32cce89d95171bb24344b2c9bf71b0e62
Add discovered devices in the UI
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</tbody>\n</table>\n</div>\n+ <div class=\"alert alert-info mt-3\" role=\"alert\" *ngIf=\"socketService.networkDiscovery.l...
JavaScript
MIT License
josephdadams/tallyarbiter
Add discovered devices in the UI
331,609
10.12.2021 17:39:50
-3,600
9ee5d9ba698970b9f3fe4cbd07c74ea1a3d5e73a
Open source modal on click
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</tr>\n</thead>\n<tbody>\n- <tr *ngFor=\"let source of socketService.networkDiscovery\">\n- <td>{{ source.ip }}</td>\n- <t...
JavaScript
MIT License
josephdadams/tallyarbiter
Open source modal on click
331,609
10.12.2021 19:44:33
-3,600
f42d65ab3cbdd74f73a63a8c36b3d7217a9b8b61
Add support for multiple addresses
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<table class=\"table table-hover\" *ngIf=\"socketService.networkDiscovery.length > 0\">\n<thead>\n<tr>\n- <th>IP</th>\n+ <...
JavaScript
MIT License
josephdadams/tallyarbiter
Add support for multiple addresses
331,609
10.12.2021 21:27:39
-3,600
1878c9df379d22a9d2008ef9420b864e6f56635d
Hide already added sources
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "</tbody>\n</table>\n</div>\n- <div class=\"alert alert-info mt-3\" role=\"alert\" *ngIf=\"socketService.networkDiscovery.l...
JavaScript
MIT License
josephdadams/tallyarbiter
Hide already added sources
331,609
14.12.2021 22:28:28
-3,600
ec20a398c5b0f9efab000222a981f0c31e0d4e3f
Fix "JWT missing" error after server restart
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/socket.service.ts", "new_path": "UI/src/app/_services/socket.service.ts", "diff": "@@ -67,6 +67,8 @@ export class SocketService {\npublic errorReports: ErrorReportsListElement[] = [] as ErrorReportsListElement[];\npublic users: User[] = []...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix "JWT missing" error after server restart
331,631
18.12.2021 17:53:37
21,600
8727a3d599a7733a9edbfe0a179bf7cf802e28fe
put re-connect logic in M5 v3
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -21,7 +21,7 @@ Preferences preferences;\n*/\n//Tally Arbiter Serv...
JavaScript
MIT License
josephdadams/tallyarbiter
put re-connect logic in M5 v3
331,615
25.12.2021 21:02:46
-3,600
ccfc924e6d65a3c96f53b32e9171084b77f0f5d2
Reconnect Addding configurable reconnect handling
[ { "change_type": "MODIFY", "old_path": "src/_helpers/configSchema.ts", "new_path": "src/_helpers/configSchema.ts", "diff": "@@ -137,9 +137,17 @@ export default {\nrename: {\ndescription: \"Enables renaming\",\ntype: \"boolean\"\n+ },\n+ reconnect_intervall: {\n+ description: \"Configure reconnect in...
JavaScript
MIT License
josephdadams/tallyarbiter
Reconnect Addding configurable reconnect handling
331,615
27.12.2021 12:37:48
-3,600
1c246a8b0c99434ad0c2866256f65b393cfe692e
Update _Source.ts Replaced console.log with logger (info-quiet).
[ { "change_type": "MODIFY", "old_path": "src/sources/_Source.ts", "new_path": "src/sources/_Source.ts", "diff": "@@ -25,18 +25,18 @@ export class TallyInput extends EventEmitter {\nthis.connected.subscribe((connected) => {\nif (connected) {\n// Connected, no more reconnects for now\n- console.log(\"s...
JavaScript
MIT License
josephdadams/tallyarbiter
Update _Source.ts Replaced console.log with logger (info-quiet).
331,615
27.12.2021 21:28:31
-3,600
be30fa451c3509493bae0cf845ead49c7cdca7c9
Reworked unlimited_reconnects into max_reconnects Changed unlimited_reconnects to max_reconnects. If not set is MAX_FAILED_RECONNECTS used. If set as -1 are unlimited reconnects used.
[ { "change_type": "MODIFY", "old_path": "src/_helpers/configSchema.ts", "new_path": "src/_helpers/configSchema.ts", "diff": "@@ -142,12 +142,12 @@ export default {\ndescription: \"Configure reconnect intervall\",\ntype: \"number\"\n},\n- unlimited_reconnects: {\n- description: \"Enables unlimited rec...
JavaScript
MIT License
josephdadams/tallyarbiter
Reworked unlimited_reconnects into max_reconnects Changed unlimited_reconnects to max_reconnects. If not set is MAX_FAILED_RECONNECTS used. If set as -1 are unlimited reconnects used.
331,610
29.12.2021 12:39:10
18,000
206bacd3570dac0dd24b7c16c08ab833cc931d62
Fixed an issue with save config function When the save config function was called when `useMDNS` was fase, it would reset the `useMDNS` value to true because of the `!server_config.useMDNS` call.
[ { "change_type": "MODIFY", "old_path": "listener_clients/relay-listener/index.js", "new_path": "listener_clients/relay-listener/index.js", "diff": "@@ -46,6 +46,8 @@ function loadConfig() {\n}\nif (configJson.server_config) {\nserver_config = configJson.server_config;\n+ console.log(JSON.stringify(s...
JavaScript
MIT License
josephdadams/tallyarbiter
Fixed an issue with save config function When the save config function was called when `useMDNS` was fase, it would reset the `useMDNS` value to true because of the `!server_config.useMDNS` call.
331,610
29.12.2021 18:55:31
18,000
23a3bcff0cdf22e0e548407dd7c6cba204863b13
Recoded the Process Tally function to remove strobing
[ { "change_type": "MODIFY", "old_path": "listener_clients/relay-listener/index.js", "new_path": "listener_clients/relay-listener/index.js", "diff": "@@ -18,6 +18,8 @@ var server_config = {};\nvar socket = null;\n+var currentRelayGroup;\n+\nvar device_states = [];\nvar bus_options = [];\n@@ -184,7 +18...
JavaScript
MIT License
josephdadams/tallyarbiter
Recoded the Process Tally function to remove strobing
331,615
30.12.2021 09:47:06
-3,600
7207d0efa206997ab2023a728cb8dff99fc5bb11
Semantic update of interval Renamed reconnect_intervall to reconnect_interval.
[ { "change_type": "MODIFY", "old_path": "src/_helpers/configSchema.ts", "new_path": "src/_helpers/configSchema.ts", "diff": "@@ -138,8 +138,8 @@ export default {\ndescription: \"Enables renaming\",\ntype: \"boolean\"\n},\n- reconnect_intervall: {\n- description: \"Configure reconnect intervall\",\n+ ...
JavaScript
MIT License
josephdadams/tallyarbiter
Semantic update of interval Renamed reconnect_intervall to reconnect_interval.
331,609
31.12.2021 00:17:08
-3,600
56612124cee52bd83a9e262e72afb3c2e2472a8c
Update socket.service.ts
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/socket.service.ts", "new_path": "UI/src/app/_services/socket.service.ts", "diff": "@@ -67,7 +67,7 @@ export class SocketService {\npublic errorReports: ErrorReportsListElement[] = [] as ErrorReportsListElement[];\npublic users: User[] = []...
JavaScript
MIT License
josephdadams/tallyarbiter
Update socket.service.ts
331,609
31.12.2021 13:00:00
-3,600
4d1b5b09931e49317af636cb75b00d3a75b49a3b
Support common anode led in GPO listener
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/config_gpo.json.example", "new_path": "listener_clients/gpo-listener/config_gpo.json.example", "diff": "{\n+ \"output_invert\": false\n\"server_config\": {\n\"ip\": \"127.0.0.1\",\n\"port\": 4455,\n" }, { "change_type": "M...
JavaScript
MIT License
josephdadams/tallyarbiter
Support common anode led in GPO listener
331,609
31.12.2021 13:03:54
-3,600
aa33b18a09714d23050f9be0fa8e145e665a52b0
Check if output_invert exists in config
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/gpo-listener.py", "new_path": "listener_clients/gpo-listener/gpo-listener.py", "diff": "@@ -63,6 +63,10 @@ try:\nconfig_file.close()\nif config != \"\":\nconfigJson = json.loads(config)\n+ if not \"output_invert\" in configJson:\n...
JavaScript
MIT License
josephdadams/tallyarbiter
Check if output_invert exists in config
331,609
31.12.2021 13:27:06
-3,600
72816488588600094bf2eaf9ef795384c8368f0a
Fix config write bug
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/gpo-listener.py", "new_path": "listener_clients/gpo-listener/gpo-listener.py", "diff": "@@ -253,7 +253,6 @@ def on_reassign(oldDeviceId, newDeviceId, gpoGroupId):\ngpo_group[\"deviceId\"] = newDeviceId\nconfig_file = open(configFi...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix config write bug
331,611
31.12.2021 10:29:36
21,600
113ccb7722c77ab00f5176fa9e93ac18f76805a0
Update tallyarbiter-m5atom.ino Updated comment
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -32,7 +32,7 @@ char tallyarbiter_port[6] = \"4455\";\n//IPAddress...
JavaScript
MIT License
josephdadams/tallyarbiter
Update tallyarbiter-m5atom.ino Updated comment
331,615
03.01.2022 18:39:55
-3,600
1cb680d0af49785a729a90daf61e916916acb444
Updated GPO links to TallyArbiter repo The links in the PGO section pointed towards the old external repo for gpo-listener. Links are now updated to point to the section within TallyArbiter.
[ { "change_type": "MODIFY", "old_path": "docs/docs/usage/sections/listener-clients.md", "new_path": "docs/docs/usage/sections/listener-clients.md", "diff": "@@ -37,7 +37,7 @@ Tally Arbiter supports the use of Pimoroni Blinkt! lights connected to a Raspber\nMany Camera CCUs and other devices support i...
JavaScript
MIT License
josephdadams/tallyarbiter
Updated GPO links to TallyArbiter repo The links in the PGO section pointed towards the old external repo for gpo-listener. Links are now updated to point to the section within TallyArbiter.
331,626
11.01.2022 19:46:21
-3,600
eb8bfba111f4181a87d37b27870de351885a99d0
run workflows on `pull_request` event
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-listener-clients.yaml", "new_path": ".github/workflows/build-listener-clients.yaml", "diff": "name: Build Listener Clients\n-on: [push, workflow_dispatch]\n+on: [push, pull_request, workflow_dispatch]\njobs:\nbuild_m5stickc-listener:\n"...
JavaScript
MIT License
josephdadams/tallyarbiter
run workflows on `pull_request` event
331,623
17.01.2022 03:17:39
10,800
1cafd7a0dc4b4f70094ecf472ec2aa02806878eb
M5Stick Atom - Reset WiFi credentials when button pressed by 5 seconds M5Stick Atom - Reset WiFi credentials when button pressed by 5 seconds
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -847,6 +847,11 @@ void loop(){\nlogger(\"\", \"info-quiet\");\n}\...
JavaScript
MIT License
josephdadams/tallyarbiter
M5Stick Atom - Reset WiFi credentials when button pressed by 5 seconds M5Stick Atom - Reset WiFi credentials when button pressed by 5 seconds
331,629
01.02.2022 09:08:42
18,000
0e8b00b3802fce7ef2eecc7ebee8d5f3f8de9ba5
update about improvements/suggestions
[ { "change_type": "MODIFY", "old_path": "listener_clients/pimoroni-blinkt-listener/README.md", "new_path": "listener_clients/pimoroni-blinkt-listener/README.md", "diff": "@@ -72,4 +72,4 @@ The program should now launch every time the Pi boots up, and automatically conn\n# Improvements and Suggestions...
JavaScript
MIT License
josephdadams/tallyarbiter
update about improvements/suggestions
331,609
05.02.2022 17:30:00
0
90e48cc50b7e8303fca3aa25a38499f5305bdebe
Disable relay listener test on Github Actions It doesn't work anymore (npm install fail)
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-listener-clients.yaml", "new_path": ".github/workflows/build-listener-clients.yaml", "diff": "@@ -178,12 +178,12 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions/checkout@v1\n- - name: Install dependencies\n- working-directory:...
JavaScript
MIT License
josephdadams/tallyarbiter
Disable relay listener test on Github Actions It doesn't work anymore (npm install fail)
331,607
20.02.2022 23:38:32
-3,600
ec3863232b5dc78bb6246b3f5a65e21c98987a2f
Update tallyarbiter-m5atom.ino Removes leftover static IP variable references
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -608,11 +608,12 @@ void processTallyData() {\n}\nvoid connectToNe...
JavaScript
MIT License
josephdadams/tallyarbiter
Update tallyarbiter-m5atom.ino Removes leftover static IP variable references
331,614
02.03.2022 12:40:37
25,200
86bd07328e61748e2926b1a74302625e29231a4b
BUGFIX: Custom listenerClient API
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -65,6 +65,7 @@ import { ListenerProvider } from './_modules/_ListenerProvider';\nimport { InternalTestModeSource } from './sources/InternalTestMode';\nimport { authenticate, validateAccessToken, getUsersLi...
JavaScript
MIT License
josephdadams/tallyarbiter
BUGFIX: Custom listenerClient API
331,614
14.03.2022 11:40:11
21,600
8314487abfb32eda359a07821b611f263c2cd563
Change call order So that the JSON object is displayed properly in the logs.
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -331,10 +331,11 @@ function initialSetup() {\ncanBeFlashed (bool)\nsupportsChat (bool)\n*/\n- obj = JSON.parse(String(obj)); //Re-parse JSON\nlogger(`Received JSON object: ${obj}`); //To make it easier for...
JavaScript
MIT License
josephdadams/tallyarbiter
Change call order So that the JSON object is displayed properly in the logs.
331,610
14.03.2022 16:27:56
14,400
3ebe23408f7e7055e5b5a26bf56d70d25027d0c3
Fix issue where OBS does not show connected
[ { "change_type": "MODIFY", "old_path": "src/sources/OBS.ts", "new_path": "src/sources/OBS.ts", "diff": "@@ -25,6 +25,7 @@ export class OBSSource extends TallyInput {\nthis.obsClient.on('AuthenticationSuccess', async () => {\nlogger(`Source: ${source.name} OBS Authenticated.`, 'info-quiet');\nthis.sa...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix issue where OBS does not show connected
331,610
14.03.2022 17:17:15
14,400
66eb283180d1233d79f5b5f20457c76d61d5fab3
Fix Blinkt docs to reflect what the zeroconf library wants
[ { "change_type": "MODIFY", "old_path": "listener_clients/pimoroni-blinkt-listener/README.md", "new_path": "listener_clients/pimoroni-blinkt-listener/README.md", "diff": "@@ -52,11 +52,12 @@ These will have to be installed on the Pi in order for the script to function co\n1. In your SSH terminal sess...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix Blinkt docs to reflect what the zeroconf library wants
331,610
15.03.2022 10:30:42
14,400
d750846620d8f5842137ce367b089ba5be7b5e21
Fix tally view on safari
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/tally/tally.component.ts", "new_path": "UI/src/app/_components/tally/tally.component.ts", "diff": "@@ -12,6 +12,7 @@ import { SocketService } from 'src/app/_services/socket.service';\nexport class TallyComponent {\npublic currentDeviceId...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix tally view on safari