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,610
04.08.2021 12:04:22
14,400
f3d6c593578cc10c74c45c5f0cd3fdd6622d79b6
Update README with release instructions
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -37,6 +37,18 @@ The Electron App can be started with `npm run desktop`. It will always show the\nThe installer can be generated by running `npm run build-desktop`.\n+## Maintainers\n+\n+Releasing a new version o...
JavaScript
MIT License
josephdadams/tallyarbiter
Update README with release instructions
331,610
04.08.2021 17:07:59
14,400
6bef968a58627af517739682c7b64d195fdd3c82
Adds cutbuss option to atem
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -161,7 +161,12 @@ var source_types_datafields = [ //data fields for the tally source types\n{ id: '5', label: 'ME 5' },\n{ id: '6', label: 'ME 6' }\n]\n- }\n+ },\n+ { fieldName: 'cut_buss_mode', fieldLabel: 'Cut B...
JavaScript
MIT License
josephdadams/tallyarbiter
Adds cutbuss option to atem
331,610
04.08.2021 17:26:10
14,400
386858e205f2586fb945d31384938e9147bca7ea
Bus Mode Naming Update
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -162,10 +162,10 @@ var source_types_datafields = [ //data fields for the tally source types\n{ id: '6', label: 'ME 6' }\n]\n},\n- { fieldName: 'cut_buss_mode', fieldLabel: 'Cut Buss Mode', fieldType: 'dropdown',\n...
JavaScript
MIT License
josephdadams/tallyarbiter
Bus Mode Naming Update
331,609
05.08.2021 00:53:06
-7,200
dcea4afce48f83b2cd5676ddf65fb811b59d2b0f
ignore files for packing app.asar and add category
[ { "change_type": "MODIFY", "old_path": "electron-builder.json", "new_path": "electron-builder.json", "diff": "},\n\"publish\": [\"github\"],\n\"extraResources\": [\"build/**\"],\n+ \"files\": [\n+ \"**/*\",\n+ \"!**/node_modules/*/{Makefile,CHANGELOG.md,CONTRIBUTING.md,HISTORY.md,History.md,README.m...
JavaScript
MIT License
josephdadams/tallyarbiter
ignore files for packing app.asar and add category
331,609
05.08.2021 11:12:16
-7,200
3e3882dbb4c07a30efac27ff57db825abb220c8f
Fix documentation opening in the same window
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/home/home.component.html", "new_path": "UI/src/app/_components/home/home.component.html", "diff": "<div class=\"rounded bg-light p-3\">\n<h3><i class=\"fas fa-book-open\"></i> Documentation</h3>\n<p>View the documentation and usage instr...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix documentation opening in the same window
331,609
05.08.2021 18:14:50
-7,200
48b8518e3bfa9303f8e97ef0b518fe6544a13a67
Do not maximize new window
[ { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "@@ -139,7 +139,6 @@ if (!gotTheLock) {\ne.preventDefault();\nconst win = new BrowserWindow({ show: false });\nwin.loadURL(url);\n- win.maximize();\nwin.setMenu(null);\nwin.webContents.on('did-finish-load', function() {...
JavaScript
MIT License
josephdadams/tallyarbiter
Do not maximize new window
331,610
05.08.2021 14:15:22
14,400
d0462bad0110df001eef53b7ce5b402686ab3aa2
Bug Issue Template Test
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/ISSUE_TEMPLATE/bug.yaml", "diff": "+name: Bug Report\n+description: File a bug report\n+title: \"[Bug]: \"\n+labels: [bug]\n+assignees:\n+ - JTF4\n+body:\n+ - type: markdown\n+ attributes:\n+ value: |\n+ Thanks for taking the time to fil...
JavaScript
MIT License
josephdadams/tallyarbiter
Bug Issue Template Test
331,610
05.08.2021 14:24:25
14,400
ce85c957038063652e7619c2f0763c8791b60982
Added config for issues
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/ISSUE_TEMPLATE/config.yaml", "diff": "+blank_issues_enabled: false\n+contact_links:\n+ - name: Bug Report\n+ url: https://github.com/josephdadams/TallyArbiter/issues/new?assignees=JTF4&labels=bug&template=bug.yaml&title=%5BBug%5D%3A+\n+ ...
JavaScript
MIT License
josephdadams/tallyarbiter
Added config for issues
331,610
05.08.2021 14:30:54
14,400
c33c5fdf5270fb0f56482e220d841e5f37796f14
Remove issue config
[ { "change_type": "DELETE", "old_path": ".github/ISSUE_TEMPLATE/config.yaml", "new_path": null, "diff": "-blank_issues_enabled: false\n-contact_links:\n- - name: Bug Report\n- url: https://github.com/josephdadams/TallyArbiter/issues/new?assignees=JTF4&labels=bug&template=bug.yaml&title=%5BBug%5D%3A+\...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove issue config
331,609
06.08.2021 13:42:19
-7,200
95438fa03fd9c29b19edcd2c56e180395c27417c
server-side login error messages
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/login/login.component.html", "new_path": "UI/src/app/_components/login/login.component.html", "diff": "<div class=\"container text-center d-flex justify-content-center mt-5 pt-5\">\n<main class=\"form-signin\">\n<h1 class=\"h3 mb-3 fw-no...
JavaScript
MIT License
josephdadams/tallyarbiter
server-side login error messages
331,609
06.08.2021 19:16:36
-7,200
7ce34973ee776bda63fe39c798adf5bff3bc3262
Add rate limits to login error messages
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -757,6 +757,22 @@ function startUp() {\n});*/\n}\n+//based on https://stackoverflow.com/a/37096512\n+//used in login function for displaying rate limits\n+function secondsToHms(d) {\n+ d = Number(d);\n+ var h = Ma...
JavaScript
MIT License
josephdadams/tallyarbiter
Add rate limits to login error messages
331,609
06.08.2021 22:05:41
0
9dedacf5fa87dccec0b15a55f6ef73839a63e669
webmanifest fix and "security improvement"
[ { "change_type": "MODIFY", "old_path": "UI/src/index.html", "new_path": "UI/src/index.html", "diff": "<base href=\"/\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<link rel=\"icon\" type=\"image/x-icon\" href=\"favicon.png\">\n- <link rel=\"manifest\" href=\"manifest....
JavaScript
MIT License
josephdadams/tallyarbiter
webmanifest fix and "security improvement"
331,609
07.08.2021 11:57:44
-7,200
dd86bc640cefe98fdd23f233ba797cd901865352
Filter sourceTypes by enabled
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/socket.service.ts", "new_path": "UI/src/app/_services/socket.service.ts", "diff": "@@ -162,7 +162,7 @@ export class SocketService {\n});\nthis.socket.on('initialdata', (sourceTypes: SourceType[], sourceTypesDataFields: SourceTypeDataFields...
JavaScript
MIT License
josephdadams/tallyarbiter
Filter sourceTypes by enabled
331,609
07.08.2021 13:03:09
-7,200
1625c9c910c58435d76a63bc6dae1322f70f1491
Remove sourceTypes filter from template
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<select class=\"form-select\" ngbAutofocus [(ngModel)]=\"currentSourceSelectedTypeIdx\">\n<option selected disabled [value...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove sourceTypes filter from template
331,609
08.08.2021 11:19:18
-7,200
2bca96d041c7a9802029ffe26627d779eba0b83d
Update bug.yaml Version is now a text input
[ { "change_type": "MODIFY", "old_path": ".github/ISSUE_TEMPLATE/bug.yaml", "new_path": ".github/ISSUE_TEMPLATE/bug.yaml", "diff": "@@ -18,21 +18,11 @@ body:\nvalue: \"A bug happened!\"\nvalidations:\nrequired: true\n- - type: dropdown\n+ - type: input\nid: version\nattributes:\nlabel: Version\ndescri...
JavaScript
MIT License
josephdadams/tallyarbiter
Update bug.yaml Version is now a text input
331,609
08.08.2021 16:11:22
-7,200
9f5e1affa874bdd74ebec268e9557ff67de7f1fe
Electron Error Page
[ { "change_type": "ADD", "old_path": null, "new_path": "electron_error_page.html", "diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+<head>\n+ <meta charset=\"UTF-8\">\n+ <title>Unexpected error</title>\n+ <style>\n+/*!\n+ * Bootstrap button styles\n+ * Generated using the Bootstrap Customizer (https:...
JavaScript
MIT License
josephdadams/tallyarbiter
Electron Error Page
331,609
08.08.2021 23:58:57
-7,200
9794cc25d445144bd2dfd0deef9aebec8e519568
Remove usernames, passwords and cloud from config
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2232,6 +2232,23 @@ function SaveConfig() {\n}\n}\n+function getConfig() {\n+ return JSON.parse(fs.readFileSync(getConfigFilePath()));\n+}\n+\n+function getConfigRedacted() {\n+ let config = JSON.parse(fs.readFile...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove usernames, passwords and cloud from config
331,609
09.08.2021 00:04:13
-7,200
9f71ca597307afa81eb6f4baddca3b223bd8380e
Custom style for scrollbars
[ { "change_type": "MODIFY", "old_path": "electron_error_page.html", "new_path": "electron_error_page.html", "diff": "@@ -101,6 +101,41 @@ html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:1\nborder-color: #005cbf;\n}\n</style>\n+ <style type=\"text/css\">\n+ ::-webkit-scr...
JavaScript
MIT License
josephdadams/tallyarbiter
Custom style for scrollbars
331,609
09.08.2021 08:19:41
-7,200
7c6434be728737b8e1ac7c1374c93e32210a086e
Pre-fill issue with config and stacktrace
[ { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "@@ -30,13 +30,14 @@ function processError(err) {\nif (fs.existsSync(logsFilePath)) {\nlogs = fs.readFileSync(logsFilePath, 'utf8');\n}\n+ let config = JSON.stringify(server.getConfigRedacted(), null, 2);\nipcMain.on('p...
JavaScript
MIT License
josephdadams/tallyarbiter
Pre-fill issue with config and stacktrace
331,610
11.08.2021 11:22:16
14,400
256be9df5efd7f7447184e6287348e87fb486d74
v2.0.11 + package revert
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"tallyarbiter\",\n- \"version\": \"2.0.10\",\n+ \"version\": \"2.0.11\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n" }, { "change_type": "MODIFY", ...
JavaScript
MIT License
josephdadams/tallyarbiter
v2.0.11 + package revert
331,609
12.08.2021 00:12:03
-7,200
6b2ecbfa499fd8c3f540a73e8fa6715cc053a538
Rewrite everything, move error reports to server
[ { "change_type": "ADD", "old_path": null, "new_path": "UI/src/app/_components/error-report/error-report.component.html", "diff": "+<div class=\"d-flex justify-content-center mt-5 pt-5\" *ngIf=\"loading\">\n+ <div class=\"spinner spinner-border\"></div>\n+</div>\n+<div id=\"page\" *ngIf=\"validReport...
JavaScript
MIT License
josephdadams/tallyarbiter
Rewrite everything, move error reports to server
331,609
12.08.2021 00:35:58
-7,200
cfeb748dcc08aa0b5ef15252e26483a2e49922ce
Check reportId before opening file
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -7179,6 +7179,7 @@ function getErrorReportsList() {\nfunction getErrorReport(reportId) {\ntry {\n+ if(!reportId.match(/^[a-zA-Z0-9]+$/i)) return false;\nconst ErrorReportsFolder = path.join(process.env.APPDATA || ...
JavaScript
MIT License
josephdadams/tallyarbiter
Check reportId before opening file
331,609
12.08.2021 00:43:19
-7,200
a8b0ae527d6f8b2f07d07dfd68fdc1cda23dd263
Add credits in the error report component css
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/error-report/error-report.component.scss", "new_path": "UI/src/app/_components/error-report/error-report.component.scss", "diff": "display: none;\n}\n+/* Based on https://codepen.io/xontab/pen/JrVaYR */\nbody {\nfont-family: Calibri, Can...
JavaScript
MIT License
josephdadams/tallyarbiter
Add credits in the error report component css
331,609
12.08.2021 12:19:53
-7,200
32ea9a47ef73e5d3fbcf6b62aa0d755b4f68e51f
Require login for viewing error reports
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/login/login.component.ts", "new_path": "UI/src/app/_components/login/login.component.ts", "diff": "import { Component, ElementRef, OnInit, ViewChild } from '@angular/core';\n-import { Router } from '@angular/router';\n+import { Activated...
JavaScript
MIT License
josephdadams/tallyarbiter
Require login for viewing error reports
331,629
12.08.2021 13:16:38
14,400
1604166c4c577ee0e53627a97659d5efe9174956
fix tsl5 processing on Ross Acuity... None: LH = 0, RH = 0 PVW: LH = 2, RH = 0 PGM: LH = 0, RH = 1 PVW+PGM: LH = 3, RH = 3
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2617,23 +2617,26 @@ function processTSL5Tally(sourceId, data) {\ntallyobj.TEXT = jspack.Unpack( \"s\".repeat(LENGTH), data, cursor)\n- //tally1 === lh tally\n- //tally2 === rh tally\n-\nlet inPreview = 0;\nlet in...
JavaScript
MIT License
josephdadams/tallyarbiter
fix tsl5 processing on Ross Acuity... None: LH = 0, RH = 0 PVW: LH = 2, RH = 0 PGM: LH = 0, RH = 1 PVW+PGM: LH = 3, RH = 3
331,609
12.08.2021 22:00:42
-7,200
48cd109d2e36fc0d6f7b332d29a8ee649008d9cf
Support for errors in main.js
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -760,8 +760,9 @@ function startUp() {\nDeleteInactiveListenerClients();\nprocess.on('uncaughtException', function (err) {\n- logger(`Caught exception: ${err}`, 'error');\n- generateErrorReport(err.stack);\n+ if (!...
JavaScript
MIT License
josephdadams/tallyarbiter
Support for errors in main.js
331,610
12.08.2021 16:57:41
14,400
6a6c396141b7748159c91dcbd079c64e0f2e985b
Adds are you sure prompt to quit
[ { "change_type": "ADD", "old_path": ".DS_Store", "new_path": ".DS_Store", "diff": "Binary files /dev/null and b/.DS_Store differ\n" }, { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "// This is the electron startup script\nconst { app, BrowserWin...
JavaScript
MIT License
josephdadams/tallyarbiter
Adds are you sure prompt to quit
331,609
12.08.2021 23:19:09
-7,200
6967514f5b4c10c7be1e1dbcd6945c9025cd622a
Show popup for unreaded error reports
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.ts", "new_path": "UI/src/app/_components/settings/settings.component.ts", "diff": "@@ -78,6 +78,13 @@ export class SettingsComponent {\nthis.socketService.socket.on('server_error', (id: string) => {\nthis.show...
JavaScript
MIT License
josephdadams/tallyarbiter
Show popup for unreaded error reports
331,609
13.08.2021 00:54:01
-7,200
b7883b03419484d237f3c424ccb04987c028ed96
Remove `encapsulation: ViewEncapsulation.None` and add back button
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/error-report/error-report.component.html", "new_path": "UI/src/app/_components/error-report/error-report.component.html", "diff": "<div class=\"d-flex justify-content-center mt-5 pt-5\" *ngIf=\"loading\">\n<div class=\"spinner spinner-bo...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove `encapsulation: ViewEncapsulation.None` and add back button
331,610
13.08.2021 15:06:30
14,400
f1d27ae3a98fe2e8cd62a4e1a1bf180b95f74e3d
Forgot to commit this edit :)
[ { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "@@ -141,16 +141,15 @@ if (!gotTheLock) {\napp.on('window-all-closed', function () {\nif (process.platform !== 'darwin') {\napp.preventDefault() // Prevents the window from closing\n- dialog.showMessageBox({\n- type: 'q...
JavaScript
MIT License
josephdadams/tallyarbiter
Forgot to commit this edit :)
331,629
18.08.2021 16:06:10
14,400
f6bf7071d393fc5972c940f93833585e07a2175d
add version send for vmix emulation Some vmix clients (like Cerevo Flex Tally) units require the vMix version to be sent when the connection is made, or it will not subscribe to tally data correctly.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1915,6 +1915,7 @@ function startVMixEmulator() {\nfunction handleConnection(conn) {\nlet host = conn.remoteAddress + ':' + conn.remotePort;\nlogger(`New VMix Emulator Connection from ${host}`, 'info');\n+ conn.wr...
JavaScript
MIT License
josephdadams/tallyarbiter
add version send for vmix emulation Some vmix clients (like Cerevo Flex Tally) units require the vMix version to be sent when the connection is made, or it will not subscribe to tally data correctly.
331,610
19.08.2021 15:02:50
14,400
b7bb771a449917c3041332053f3498ce67da93a4
Limit to 1000 lines of UI logs
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/socket.service.ts", "new_path": "UI/src/app/_services/socket.service.ts", "diff": "@@ -131,7 +131,7 @@ export class SocketService {\nthis.newLogsSubject.next();\n});\nthis.socket.on(\"log_item\", (log: LogItem) => {\n- if (this.logs.length...
JavaScript
MIT License
josephdadams/tallyarbiter
Limit to 1000 lines of UI logs
331,629
20.08.2021 16:45:51
14,400
90347b875b0b8a3ba3882071ab3fb33e8193eaf5
device renaming This will allow the user to rename their TA Devices based on the incoming mnemonic/label of the source's tally data (for tsl, obs, et al). The user can select per device-source mapping if they want it to rename their Device or not.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -4976,11 +4976,31 @@ function processTSLTally(sourceId, tallyObj) // Processes the TSL Data\nfor (let i = 0; i < device_sources.length; i++) {\nif ((device_sources[i].sourceId === sourceId) && (device_sources[i].a...
JavaScript
MIT License
josephdadams/tallyarbiter
device renaming This will allow the user to rename their TA Devices based on the incoming mnemonic/label of the source's tally data (for tsl, obs, et al). The user can select per device-source mapping if they want it to rename their Device or not.
331,629
20.08.2021 16:47:21
14,400
cd547f3de880728cd3b1d993dd725ac62aecba55
device renaming
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<th>Source</th>\n<th>Address</th>\n<th>(Bus)</th>\n+ <th>Allow Renaming</th>\n<th></th>\n</tr>\n</thead>\n</td>\n<td>{{dev...
JavaScript
MIT License
josephdadams/tallyarbiter
device renaming
331,629
22.08.2021 06:35:40
14,400
1ce814b7d5a5d4d97bb477a4164a8d3323bb1ba7
cleanup, removal of pi detection The Pi GPIO stuff has never been implemented, and if it ever is, will likely be done through a separate standalone program.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -11,7 +11,6 @@ const OBS = require('obs-websocket-js');\nconst fs = require('fs');\nconst path = require('path');\nconst {version} = require('./package.json');\n-const isPi = require('detect-rpi');\nconst clc = re...
JavaScript
MIT License
josephdadams/tallyarbiter
cleanup, removal of pi detection The Pi GPIO stuff has never been implemented, and if it ever is, will likely be done through a separate standalone program.
331,629
22.08.2021 10:12:03
14,400
ada89774588440ab0920dbb1bd6edd37dc24bc32
bus option color support Adds support to edit bus option colors; the listener clients will have to be modified to support these colors as most of them are currently hard coded to green/red
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -697,9 +697,9 @@ var output_types_datafields = [ //data fields for the outgoing actions\n}\n];\n-const bus_options = [ // the busses available to monitor in Tally Arbiter\n- { id: 'e393251c', label: 'Preview', typ...
JavaScript
MIT License
josephdadams/tallyarbiter
bus option color support Adds support to edit bus option colors; the listener clients will have to be modified to support these colors as most of them are currently hard coded to green/red
331,629
22.08.2021 10:13:11
14,400
aeba5aba90b083611293727eaab807df5fd0f71d
add support for bus option return calls
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_services/socket.service.ts", "new_path": "UI/src/app/_services/socket.service.ts", "diff": "@@ -237,6 +237,12 @@ export class SocketService {\nthis.closeModals.next();\nthis.socket.emit('tsl_clients');\nbreak;\n+ case 'bus-option-added-successfully...
JavaScript
MIT License
josephdadams/tallyarbiter
add support for bus option return calls
331,629
22.08.2021 10:14:12
14,400
7e01b986ae3cd202c66973fc12f9d63e40cc25a6
add support for bus option color editing will add color-picker widget later
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<button class=\"btn btn-outline-dark\" *ngIf=\"cloudDestination.status == 'connected'\" (click)=\"disconnectCloudDestinati...
JavaScript
MIT License
josephdadams/tallyarbiter
add support for bus option color editing will add color-picker widget later
331,629
22.08.2021 10:15:41
14,400
964b524c08fc79248036d9101f6b3f6b49c7fb31
add bus options save to config file
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2219,6 +2219,7 @@ function SaveConfig() {\ntsl_clients_1secupdate: tsl_clients_1secupdate,\ncloud_destinations: cloud_destinations,\ncloud_keys: cloud_keys,\n+ bus_options: bus_options\n};\nfs.writeFileSync(confi...
JavaScript
MIT License
josephdadams/tallyarbiter
add bus options save to config file
331,626
22.08.2021 18:00:05
-7,200
9136726622bd95f2a3f3a90eed5a6059c31ca51a
added color input box
[ { "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 class=\"mb-3\">\n<label for=\"busColor\" class=\"form-label\">Color</label>\n- <input type=\"text\" class=\"f...
JavaScript
MIT License
josephdadams/tallyarbiter
added color input box
331,626
22.08.2021 18:02:21
-7,200
534402b007efa823a7b04272c559db1db27cc822
preview colors at settings page
[ { "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 *ngFor=\"let busOption of socketService.busOptions\">\n<td>{{busOption.label}}</td>\n<td>{{busOption.type}}</td>\n- <t...
JavaScript
MIT License
josephdadams/tallyarbiter
preview colors at settings page
331,626
22.08.2021 18:16:55
-7,200
f98e593a24a0785705259f370425cc42cccef894
show custom colors
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/tally/tally.component.html", "new_path": "UI/src/app/_components/tally/tally.component.html", "diff": "<h2 class=\"lead mt-5\" *ngIf=\"socketService.devices.length == 0\">No devices are available for tally monitoring at this time.</h2>\n...
JavaScript
MIT License
josephdadams/tallyarbiter
show custom colors
331,626
22.08.2021 18:17:20
-7,200
16075b0d4c55e8eb63839529e65b7a5a87e734c5
reenabled the `previewprogram` bus option
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -698,9 +698,9 @@ var output_types_datafields = [ //data fields for the outgoing actions\n];\nvar bus_options = [ // the busses available to monitor in Tally Arbiter\n- { id: 'e393251c', label: 'Preview', type: 'pr...
JavaScript
MIT License
josephdadams/tallyarbiter
reenabled the `previewprogram` bus option
331,629
25.08.2021 09:51:53
14,400
83195714787b596f7f9f7deb25adf8fe74ff815d
add priority value to bus options Each bus option now has a priority level to assist with logic of which bus "wins" tally state
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -698,9 +698,11 @@ var output_types_datafields = [ //data fields for the outgoing actions\n];\nvar bus_options = [ // the busses available to monitor in Tally Arbiter\n- { id: 'e393251c', label: 'Preview', type: 'p...
JavaScript
MIT License
josephdadams/tallyarbiter
add priority value to bus options Each bus option now has a priority level to assist with logic of which bus "wins" tally state
331,629
26.08.2021 15:48:01
14,400
0da615355a16429fa92cc2cf0bd2b49396ca8301
new listenerclient API Work in progress, but an attempt to standardize how all listener clients will connect from now on; so we can phase out all the other various events. This will help people who make custom listener clients have deeper integration into the TA interface
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1039,6 +1039,53 @@ function initialSetup() {\nsocket.emit('bus_options', bus_options);\n});\n+ socket.on('listenerclient_connect', function(obj) {\n+ /*\n+ This is the new listener client API, all clients should ...
JavaScript
MIT License
josephdadams/tallyarbiter
new listenerclient API Work in progress, but an attempt to standardize how all listener clients will connect from now on; so we can phase out all the other various events. This will help people who make custom listener clients have deeper integration into the TA interface
331,629
26.08.2021 16:12:04
14,400
cc38e5d41e9cccee438278e40ef9422db38fb333
send updated tally data whenever a listener client connects Now updated tally data will be sent whenever a listener client connects, it will also update all the existing listener clients with the latest tally. Fixes
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -7019,6 +7019,7 @@ function AddListenerClient(socketId, deviceId, listenerType, ipAddress, datetime\nlistener_clients[i].datetime_connected = clientObj.datetime_connected;\nlistener_clients[i].canBeReassigned = cl...
JavaScript
MIT License
josephdadams/tallyarbiter
send updated tally data whenever a listener client connects Now updated tally data will be sent whenever a listener client connects, it will also update all the existing listener clients with the latest tally. Fixes #89
331,605
27.08.2021 23:39:19
-7,200
86dc8609a3613d39c85ec62fc1891f4d58bd220b
added the variable to save config sorry, forgot to add the variable back into the SaveConfig() function
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2213,6 +2213,7 @@ function SaveConfig() {\n}\nlet configJson = {\n+ externalAddress: externalAddress,\nsecurity: securityObj,\nsources: sources,\ndevices: devices,\n" }, { "change_type": "MODIFY", "ol...
JavaScript
MIT License
josephdadams/tallyarbiter
added the variable to save config sorry, forgot to add the variable back into the SaveConfig() function
331,609
27.08.2021 22:47:14
0
deb04a6affd5478ab556e12a42142d94d5c1eb9d
Check if ext addr has the default value
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/home/home.component.html", "new_path": "UI/src/app/_components/home/home.component.html", "diff": "<qr-code class=\"my-4 d-block\" [value]=\"netInterfaceUrl\" size=\"250\" errorCorrectionLevel=\"M\"></qr-code>\n<select [(ngModel)]=\"netI...
JavaScript
MIT License
josephdadams/tallyarbiter
Check if ext addr has the default value
331,633
28.08.2021 17:24:56
-3,600
b742650af3c5a8e3919b42271eee2ce3a45b5021
add support for outgoing TSL UMD 5
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "const net = require('net');\nconst packet = require('packet');\nconst TSLUMD = require('tsl-umd'); // TSL UDP package\n+const TSLUMDv5 = require('tsl-umd-v5');\nconst dgram = require('dgram');\nconst { Atem } = requi...
JavaScript
MIT License
josephdadams/tallyarbiter
add support for outgoing TSL UMD 5
331,633
29.08.2021 08:25:05
-3,600
7e918704d40985d1450016cca3382e1ed1390ae3
Add TCP Support
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -635,6 +635,7 @@ var output_types = [ //output actions that Tally Arbiter can perform\n{ id: '7dcd66b5', label: 'TSL 3.1 UDP', type: 'tsl_31_udp', enabled: true},\n{ id: '276a8dcc', label: 'TSL 3.1 TCP', type: 'ts...
JavaScript
MIT License
josephdadams/tallyarbiter
Add TCP Support
331,633
29.08.2021 12:33:01
-3,600
8d95e337cedb28579a5d56771fa8bfa782093bec
fix logging mistake
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2455,7 +2455,7 @@ function StopTSLServer_TCP(sourceId) {\nif (source_connections[i].sourceId === sourceId) {\nsource_connections[i].server.close(function() {});\nDeletePort(source.data.port);\n- logger(`Source: $...
JavaScript
MIT License
josephdadams/tallyarbiter
fix logging mistake
331,626
29.08.2021 19:34:05
-7,200
732e9692e7243cf775f00bec76a642b5e319c60e
allow disabling program priority in web tally
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/tally/tally.component.ts", "new_path": "UI/src/app/_components/tally/tally.component.ts", "diff": "@@ -18,6 +18,7 @@ export class TallyComponent {\npublic currentDeviceIdx?: number;\npublic mode_preview?: boolean;\npublic mode_program?: ...
JavaScript
MIT License
josephdadams/tallyarbiter
allow disabling program priority in web tally
331,633
30.08.2021 00:09:26
-3,600
759e9790cdd755186f9d909938cd356aba3e0dfb
Update doc: add tsl 5 device
[ { "change_type": "MODIFY", "old_path": "docs/docs/usage/sections/devices.md", "new_path": "docs/docs/usage/sections/devices.md", "diff": "@@ -23,6 +23,7 @@ Once a device is assigned to a source(s), if a matching condition is met, an act\nThe following Device Actions are implemented:\n* TSL 3.1 UDP/T...
JavaScript
MIT License
josephdadams/tallyarbiter
Update doc: add tsl 5 device
331,609
31.08.2021 00:29:02
-7,200
ec479581593974891f198f8bef00715bf140b9f2
Truncate logs and bug title
[ { "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": "@@ -41,6 +41,32 @@ export class ErrorReportComponent implements OnInit, OnDestroy, AfterViewInit {\n);\n}\n+ g...
JavaScript
MIT License
josephdadams/tallyarbiter
Truncate logs and bug title
331,609
31.08.2021 14:51:48
-7,200
94146c8b25593fc5b87378ccfbef488c153bd88c
Check if running a fork when using bug report
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -112,8 +112,12 @@ config.json\n# don't include the generated UI\nui-dist/*\n+# don't include UI versions.ts file\n+UI/src/environments/versions.ts\n+\n# don't include any installers\nrelease\n+\n+# don't inclu...
JavaScript
MIT License
josephdadams/tallyarbiter
Check if running a fork when using bug report
331,609
31.08.2021 15:09:25
-7,200
c52f8010459c93ca86f78e9a4489df1d9ea45650
Fix "Incomplete URL substring sanitization"
[ { "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": "@@ -49,7 +49,7 @@ export class ErrorReportComponent implements OnInit, OnDestroy, AfterViewInit {\ncheckIfIssu...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix "Incomplete URL substring sanitization"
331,609
31.08.2021 15:37:21
-7,200
14bc6ffbff0a26acc6d81d778cf924ed4c812372
Add "(unread)" near unreaded error reports
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/error-reports-list/error-reports-list.component.html", "new_path": "UI/src/app/_components/error-reports-list/error-reports-list.component.html", "diff": "-<div class=\"d-flex justify-content-center mt-5 pt-5\" *ngIf=\"!socketService.err...
JavaScript
MIT License
josephdadams/tallyarbiter
Add "(unread)" near unreaded error reports
331,609
31.08.2021 19:00:38
-7,200
4277afed4b1c6785d03e2ff162a3ad8c6920a69c
"Mark all as read" and "Permanently delete every bug report from disk"
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/error-reports-list/error-reports-list.component.html", "new_path": "UI/src/app/_components/error-reports-list/error-reports-list.component.html", "diff": "<option disabled selected>-- Select an error report --</option>\n<option [value]=\...
JavaScript
MIT License
josephdadams/tallyarbiter
"Mark all as read" and "Permanently delete every bug report from disk"
331,609
31.08.2021 21:59:09
-7,200
81c5df853f279f41a120cbe18db43b6172cd8b55
Migrate logger to winston
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -27,6 +27,90 @@ const jspack = require('jspack').jspack;\nconst os = require('os') // For getting available Network interfaces on host device\nconst findRemoveSync = require('find-remove');\n+//Setup logger\n+cons...
JavaScript
MIT License
josephdadams/tallyarbiter
Migrate logger to winston
331,609
31.08.2021 22:10:23
-7,200
ff7c5c6c7f2e5355aae8afc3808afb3f64c3a1ca
Migrate Tally data logger to Winston
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -31,11 +31,40 @@ const findRemoveSync = require('find-remove');\nconst winston = require('winston');\nconst { combine, printf } = winston.format;\n+function getLogFilePath() {\n+\n+ var today = new Date().toISOStr...
JavaScript
MIT License
josephdadams/tallyarbiter
Migrate Tally data logger to Winston
331,629
31.08.2021 17:06:43
14,400
6dc4619d5f13298cd9965f2439a6f62a3f6b7618
work in progress, starting to handle multiple busses
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -700,7 +700,6 @@ var output_types_datafields = [ //data fields for the outgoing actions\nvar bus_options = [ // the busses available to monitor in Tally Arbiter\n{ id: 'e393251c', label: 'Preview', type: 'preview'...
JavaScript
MIT License
josephdadams/tallyarbiter
work in progress, starting to handle multiple busses
331,609
31.08.2021 23:11:57
-7,200
8638bcfddc16b59e26baac3621494a53ad6dd090
Remove config from issue if url is too long
[ { "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": "@@ -72,7 +72,7 @@ export class ErrorReportComponent implements OnInit, OnDestroy, AfterViewInit {\n});\n}\n- g...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove config from issue if url is too long
331,609
31.08.2021 23:23:53
-7,200
4f5e3301efaedb8b7ccf1ea967ce1d3dbc048845
Better format for tally logger
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -119,7 +119,7 @@ winston.loggers.add('server', {\n});\nlet tallyLoggerFormat = printf((info) => {\n- return `${info.message}`;\n+ return JSON.stringify({timestamp: Date.now(), tally: JSON.parse(info.message)});\n}...
JavaScript
MIT License
josephdadams/tallyarbiter
Better format for tally logger
331,629
01.09.2021 11:13:28
14,400
ffa025e676e645fabfe5ab1e3b6802a8b5c96fa1
initialize device states fix
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2307,13 +2307,15 @@ function getConfigRedacted() {\nfunction initializeDeviceStates() { // initializes each device state in the array upon server startup\nlogger('Initializing Device States.', 'info-quiet');\n+ f...
JavaScript
MIT License
josephdadams/tallyarbiter
initialize device states fix
331,629
01.09.2021 11:25:40
14,400
a11d86315391bedb7fe372c7dbdf0d10bbdd8d1f
add supportsChat property
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1045,6 +1045,7 @@ function initialSetup() {\nlistenerType (string to be displayed)\ncanBeReassigned (bool)\ncanBeFlashed (bool)\n+ supportsChat (bool)\n*/\nlet deviceId = obj.deviceId;\n@@ -1066,6 +1067,7 @@ func...
JavaScript
MIT License
josephdadams/tallyarbiter
add supportsChat property
331,629
01.09.2021 15:09:19
14,400
e82232d44032a194c28cbb8626f5b9972485b26b
bugfix Changing the way linked busses are handled; the UI will also need to be updated to support a dynamic number of busses (not just linkedPreview and linkedProgram)
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -5085,7 +5085,7 @@ function CheckDeviceState(deviceId, sourceId, tallyObj) {\nif (device_states[i].deviceId === deviceId) {\nfor (let k = 0; k < bus_options.length; k++) {\nif (device_states[i].busId === bus_optio...
JavaScript
MIT License
josephdadams/tallyarbiter
bugfix Changing the way linked busses are handled; the UI will also need to be updated to support a dynamic number of busses (not just linkedPreview and linkedProgram)
331,609
01.09.2021 19:31:15
0
6fef0d47247417cea99791f07b94aae810098af4
Add link to error reports list in settings and add back button in error reports list
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/error-report/error-report.component.html", "new_path": "UI/src/app/_components/error-report/error-report.component.html", "diff": "<div class=\"d-flex justify-content-center mt-5 pt-5\" *ngIf=\"loading\">\n<div class=\"spinner spinner-bo...
JavaScript
MIT License
josephdadams/tallyarbiter
Add link to error reports list in settings and add back button in error reports list
331,626
01.09.2021 21:32:31
-7,200
ad85252f5a7aaa878cb318447715016d76d2ad97
(UI) support multiple busses as well as priorities
[ { "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.devices.length > 0\">\n<thead>\n<tr>\n- <th>PVW</th>\n- <th>PGM</...
JavaScript
MIT License
josephdadams/tallyarbiter
(UI) support multiple busses as well as priorities
331,626
03.09.2021 19:41:59
-7,200
ab9746c6cbcf226efc106b038d9cbb1710209fb7
fixed version and more types
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"electron-updater\": \"^4.3.9\",\n\"esm\": \"^3.2.25\",\n\"express\": \"^4.17.1\",\n+ \"find-package-json\": \"^1.2.0\",\n\"find-remove\": \"^3.1.0\",\n\"jquery\": \"^3.6.0\",\n\"jspack\": \"^0.0.4...
JavaScript
MIT License
josephdadams/tallyarbiter
fixed version and more types
331,609
05.09.2021 17:35:24
0
f56ff99ffdd2129801d2d98feb8f6ad492cac344
Add console trace to generateErrorReport
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2341,7 +2341,12 @@ function getConfig() {\n}\nfunction getConfigRedacted() {\n- let config = JSON.parse(fs.readFileSync(getConfigFilePath()));\n+ let config = [];\n+ try {\n+ config = JSON.parse(fs.readFileSync(g...
JavaScript
MIT License
josephdadams/tallyarbiter
Add console trace to generateErrorReport
331,626
06.09.2021 09:39:53
-7,200
bc85f354a73a0362100bdc9578a0268e64ede0f1
fix tally data object manipulated from outside
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1752,8 +1752,9 @@ function UpdateDeviceState(deviceId: string) {\nconsole.log(currentTallyData);\nconst deviceSources = device_sources.filter((d) => d.deviceId == deviceId);\n- // for (const bus of )\n- c...
JavaScript
MIT License
josephdadams/tallyarbiter
fix tally data object manipulated from outside
331,626
06.09.2021 09:42:06
-7,200
c22f9fed698bb62a87dce40ae457305e1b574430
fix tally data emitted more than once
[ { "change_type": "MODIFY", "old_path": "src/sources/OBS.ts", "new_path": "src/sources/OBS.ts", "diff": "@@ -51,6 +51,7 @@ export class OBSSource extends TallyInput {\nfor (const source of data.sources) {\nthis.addBusToAddress(source.name, \"preview\");\n}\n+ this.sendTallyData();\n}\n});\n@@ -61,38 ...
JavaScript
MIT License
josephdadams/tallyarbiter
fix tally data emitted more than once
331,609
06.09.2021 09:29:46
0
04df734bb3a9796d42ffee20e6a6e3d1ff1c57d0
Fix express serve ui-dist from the wrong directory
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -610,7 +610,7 @@ function initialSetup() {\n//about the author, this program, etc.\napp.get('/', function (req, res) {\n- res.sendFile('ui-dist/index.html', { root: __dirname });\n+ res.sendFile('index.htm...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix express serve ui-dist from the wrong directory
331,626
06.09.2021 12:45:54
-7,200
9ddfe378a4fce3948474b35e6bbbb089ee022cc9
fix source connection state not updated in the UI
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -5092,13 +5092,13 @@ function UpdateSockets(dataType) {\nswitch(dataType) {\ncase 'sources':\nif (emitSettings) {\n- io.to('settings').emit('sources', sources);\n+ io.to('settings').emit('sources', getSour...
JavaScript
MIT License
josephdadams/tallyarbiter
fix source connection state not updated in the UI
331,609
06.09.2021 13:17:24
0
bc916c78530fc702037c8fa5056724484bbdc8de
Add multiple entrypoints in Webpack
[ { "change_type": "MODIFY", "old_path": "bin/tallyarbiter", "new_path": "bin/tallyarbiter", "diff": "#!/usr/bin/env node\nrequire = require('esm')(module);\n-require('../index.js');\n\\ No newline at end of file\n+require('../dist/bundle.js');\n\\ No newline at end of file\n" }, { "change_typ...
JavaScript
MIT License
josephdadams/tallyarbiter
Add multiple entrypoints in Webpack
331,609
06.09.2021 13:50:40
0
7d93f2d3d6a6aaf0d443b27411bc12f08c5575a4
Remove findRemoveSync as a tmp fix for Webpack
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -6202,7 +6202,8 @@ function getLogFilePath() {\nconst logFolder = path.join(process.env.APPDATA || (process.platform == 'darwin' ? process.env.HOME + '/Library/Preferences/' : process.env.HOME + \"/.local/...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove findRemoveSync as a tmp fix for Webpack
331,626
06.09.2021 18:43:02
-7,200
342b02d58e1e49dca95ce3023da67e04fd815a93
fix listener clients not being updated
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/tally/tally.component.ts", "new_path": "UI/src/app/_components/tally/tally.component.ts", "diff": "@@ -29,7 +29,6 @@ export class TallyComponent {\nif (params.deviceId) {\nthis.currentDeviceIdx = this.socketService.devices.findIndex((d) ...
JavaScript
MIT License
josephdadams/tallyarbiter
fix listener clients not being updated
331,626
06.09.2021 19:51:09
-7,200
15db4d40b29b2dd3098921213639b6e13eb16e10
support linked busses
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<label for=\"deviceTSLAddress\" class=\"form-label\">TSL Address</label>\n<input type=\"number\" [min]=\"0\" [max]=\"126\"...
JavaScript
MIT License
josephdadams/tallyarbiter
support linked busses
331,626
06.09.2021 19:56:21
-7,200
87ebafbd01f12d9f3410cc80d269d83d967c11b6
build using node 14
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build.yml", "new_path": ".github/workflows/build.yml", "diff": "@@ -11,7 +11,7 @@ jobs:\n- name: Setup Node.js\nuses: actions/setup-node@v1\nwith:\n- node-version: 12\n+ node-version: 14\n- name: Install dependencies\nrun: npm i\n- name: Buil...
JavaScript
MIT License
josephdadams/tallyarbiter
build using node 14
331,609
06.09.2021 18:46:50
0
96b6d77a332ff28b2364642d846187265ed805c0
Add FlashListenerClientResponse
[ { "change_type": "ADD", "old_path": null, "new_path": "src/_models/FlashListenerClientResponse.ts", "diff": "+export interface FlashListenerClientResponse {\n+ result: 'flash-sent-successfully' | 'flash-not-sent';\n+ listenerClientId: string;\n+ error?: string;\n+}\n\\ No newline at end of file\n" ...
JavaScript
MIT License
josephdadams/tallyarbiter
Add FlashListenerClientResponse
331,609
06.09.2021 19:05:52
0
00a25b48c65dab2915e7196dac51ae363ac8cca4
Add MessageListenerClientResponse
[ { "change_type": "MODIFY", "old_path": "src/_models/FlashListenerClientResponse.ts", "new_path": "src/_models/FlashListenerClientResponse.ts", "diff": "export interface FlashListenerClientResponse {\nresult: 'flash-sent-successfully' | 'flash-not-sent';\nlistenerClientId: string;\n- error?: string;\...
JavaScript
MIT License
josephdadams/tallyarbiter
Add MessageListenerClientResponse
331,626
06.09.2021 21:32:09
-7,200
217f588b7cb41d308b5042bb21847bd5b2149e82
fix template files are loaded
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -42,13 +42,15 @@ import { TSLClient } from './_models/TSLClient';\nimport { Actions } from './_globals/Actions';\nimport { OutputTypeDataFields } from './_models/OutputTypeDataFields';\n-for (const file of...
JavaScript
MIT License
josephdadams/tallyarbiter
fix template files are loaded
331,609
06.09.2021 19:45:54
0
e8b5becd90b03462121ed0d045b02a249a249fd3
Add interfaces for some function returns
[ { "change_type": "ADD", "old_path": null, "new_path": "src/_models/ConfigSecuritySection.ts", "diff": "+export interface ConfigSecuritySection {\n+ username_settings: string;\n+ password_settings: string;\n+ username_producer: string;\n+ password_producer: string;\n+}\n\\ No newline at end of file\n...
JavaScript
MIT License
josephdadams/tallyarbiter
Add interfaces for some function returns
331,626
06.09.2021 21:53:44
-7,200
1ea90915359107ae01e7effc2b94a0590fa52cae
migrate remaining actions
[ { "change_type": "MODIFY", "old_path": "src/actions/LocalConsoleOutput.ts", "new_path": "src/actions/LocalConsoleOutput.ts", "diff": "@@ -8,6 +8,6 @@ import { Action } from \"./_Action\";\n])\nexport class ConsoleOutput extends Action {\npublic run(): void {\n- logger(this.action.data, 'console_acti...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate remaining actions
331,609
06.09.2021 20:18:57
0
7797e126c7be1bcce4614a8d1a43354229eccbff
gitignore models in UI
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -112,5 +112,9 @@ config.json\n# don't include the generated UI\nui-dist/*\n+# UI models\n+UI/src/app/_models\n+!UI/src/app/_models/*.md\n+\n# don't include any installers\nrelease\n\\ No newline at end of file...
JavaScript
MIT License
josephdadams/tallyarbiter
gitignore models in UI
331,609
06.09.2021 20:45:18
0
e1eb77c6b8cec68d0d936577668c112f994e3a3c
Add Config model
[ { "change_type": "ADD", "old_path": null, "new_path": "src/_models/Config.ts", "diff": "+import { BusOption } from \"./BusOption\";\n+import { CloudDestination } from \"./CloudDestination\";\n+import { ConfigSecuritySection } from \"./ConfigSecuritySection\";\n+import { ConfigTSLClient } from \"./Co...
JavaScript
MIT License
josephdadams/tallyarbiter
Add Config model
331,609
06.09.2021 20:50:15
0
62cf06f8f308cd606557d315a5e29d49e9421166
Add return model to getOutputTypeDataFields and to getOutputTypeDataFields
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1581,7 +1581,7 @@ function getSourceTypeDataFields(): SourceTypeDataFields[] {\n} as SourceTypeDataFields));\n}\n-function getOutputTypeDataFields(): any {\n+function getOutputTypeDataFields(): OutputType...
JavaScript
MIT License
josephdadams/tallyarbiter
Add return model to getOutputTypeDataFields and to getOutputTypeDataFields
331,609
06.09.2021 21:13:14
0
f1b8e3d1644164fde9908f49a77a877c3a5efc2c
Add ManageResponse return module to some functions
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -4329,7 +4329,7 @@ function RunAction(deviceId, busId, active) {\n}\nfunction TallyArbiter_Manage(obj): ManageResponse {\n- let result;\n+ let result: ManageResponse;\nswitch(obj.type) {\ncase 'source':\ni...
JavaScript
MIT License
josephdadams/tallyarbiter
Add ManageResponse return module to some functions
331,609
06.09.2021 22:04:57
0
ed40ae696c8e789b206e5e069a492b83a72e8aba
Add params type to some functions
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"hasInstallScript\": true,\n\"license\": \"MIT\",\n\"dependencies\": {\n+ \"@types/express\": \"^4.17.13\",\n\"atem-connection\": \"3.0.0-nightly-latest-20210530-132658-16c3cdd.0\",\n\"axios\": \"^...
JavaScript
MIT License
josephdadams/tallyarbiter
Add params type to some functions
331,626
07.09.2021 09:07:54
-7,200
f2a5585e6431eb8247e0dccbf6d278d8a33555be
add notice on how to sync models
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_models/README.md", "new_path": "UI/src/app/_models/README.md", "diff": "**Do not edit files in this directory!**\nIf you want to add or edit models, go to the directory `src/_models` under the root TallyArbiter directory.\n+When you're done with ed...
JavaScript
MIT License
josephdadams/tallyarbiter
add notice on how to sync models
331,626
07.09.2021 13:07:25
-7,200
b73d4192366a1f966aae4415604a15f9698da586
migrate Blackmagic VideoHub source
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -112,10 +112,6 @@ const config_file = getConfigFilePath(); //local storage JSON file\nvar listener_clients = []; //array of connected listener clients (web, python, relay, etc.)\nvar vmix_client_data = [];...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate Blackmagic VideoHub source
331,609
07.09.2021 12:28:12
0
16b21023d41110427198fca3dac3d7bd03abb01c
Add return types to other functions
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"devDependencies\": {\n\"@types/find-package-json\": \"^1.2.2\",\n\"@types/find-remove\": \"^2.0.1\",\n- \"@types/node\": \"^16.7.10\",\n+ \"@types/node\": \"^16.7.13\",\n\"@types/xml2js\": \"^0.4....
JavaScript
MIT License
josephdadams/tallyarbiter
Add return types to other functions
331,609
07.09.2021 12:54:39
0
14a2f850d81ae5d9c44b0a08ee701982e2335e3c
Removed redundancyjs from postinstall
[ { "change_type": "MODIFY", "old_path": ".gitpod.yml", "new_path": ".gitpod.yml", "diff": "tasks:\n- - init: cd UI; npm i --ignore-scripts; npm run build; cd ..; npm i --ignore-scripts\n+ - init: npm i -g npm; cd UI; npm i --ignore-scripts; npm run build; cd ..; npm i --ignore-scripts\ncommand: npm s...
JavaScript
MIT License
josephdadams/tallyarbiter
Removed redundancyjs from postinstall
331,609
07.09.2021 13:28:00
0
3d386944b7cda87986b51d7d6ab557db76375c96
Add arg type to manage functions
[ { "change_type": "MODIFY", "old_path": "src/_models/Manage.ts", "new_path": "src/_models/Manage.ts", "diff": "+import { BusOption } from \"./BusOption\";\n+import { CloudDestination } from \"./CloudDestination\";\n+import { Device } from \"./Device\";\n+import { DeviceAction } from \"./DeviceAction\...
JavaScript
MIT License
josephdadams/tallyarbiter
Add arg type to manage functions
331,609
07.09.2021 17:39:46
0
e03f209fac5ebe75be51539fa79d7b5b8ee12e01
Fix package.json redundancyjs script
[ { "change_type": "MODIFY", "old_path": "UI/package.json", "new_path": "UI/package.json", "diff": "\"scripts\": {\n\"ng\": \"ng\",\n\"start\": \"ng serve\",\n- \"prebuild\": \"cd .. && npx -y redundancyjs\",\n+ \"prebuild\": \"cd .. && npm run redundancyjs\",\n\"build\": \"ng build\",\n\"watch\": \"n...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix package.json redundancyjs script
331,609
07.09.2021 17:43:48
0
ad41f88df5a6aeda8159cc53156bce9676b23a83
Remove npx and add redundancyjs as a dependency
[ { "change_type": "MODIFY", "old_path": ".gitpod.yml", "new_path": ".gitpod.yml", "diff": "tasks:\n- - init: npm i -g npm; cd UI; npm i --ignore-scripts; npm run build; cd ..; npm i --ignore-scripts\n+ - init: npm i -g npm redundancyjs; cd UI; npm i --ignore-scripts; npm run build; cd ..; npm i --ign...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove npx and add redundancyjs as a dependency
331,626
08.09.2021 09:38:22
-7,200
ed58f8ba4b1cb3350bf668a964659ed3b3b8a19b
fix uses port decorator usage
[ { "change_type": "MODIFY", "old_path": "src/_decorators/UsesPort.decorator.ts", "new_path": "src/_decorators/UsesPort.decorator.ts", "diff": "@@ -11,3 +11,14 @@ export function UsesPort(port: string): (cls: TallyInputType) => void {\nreturn cls;\n};\n}\n+\n+export function UsePort(port: string, sour...
JavaScript
MIT License
josephdadams/tallyarbiter
fix uses port decorator usage
331,626
08.09.2021 09:42:06
-7,200
937cb4f372a02c84b0428fa2533b777c54cd6a7e
migrate tsl sources
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -19,7 +19,6 @@ import http from 'http';\nimport socketio from 'socket.io';\nimport ioClient from 'socket.io-client';\nimport xml2js from 'xml2js';\n-import { jspack } from \"jspack\";\nimport os from 'os';...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate tsl sources
331,626
08.09.2021 11:36:52
-7,200
5c4b08dbf919d2632cada4595b6320accbda2cfa
migrate Tricaster source
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -18,7 +18,6 @@ import osc from \"osc\";\nimport http from 'http';\nimport socketio from 'socket.io';\nimport ioClient from 'socket.io-client';\n-import xml2js from 'xml2js';\nimport os from 'os'; // For ge...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate Tricaster source
331,626
08.09.2021 11:47:00
-7,200
f1dc43e621a0a9be0e157048ae8a154163b8bbe7
migrate VMix
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1715,171 +1715,6 @@ function getConfigRedacted(): Config {\nreturn config;\n}\n-function SetUpVMixServer(sourceId) {\n- let source = sources.find( ({ id }) => id === sourceId);\n- let ip = source.data.ip;...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate VMix