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
163,168
14.04.2021 21:15:35
-28,800
2cedd8c6c659c491e3d06ecb85ed30dd4156ed56
feat: cache when docker build
[ { "change_type": "MODIFY", "old_path": "backend/Dockerfile", "new_path": "backend/Dockerfile", "diff": "@@ -14,12 +14,14 @@ RUN apt-get install -y libproj-dev gdal-bin binutils curl\nRUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python\nENV PATH \"${PATH...
Python
MIT License
disfactory/disfactory
feat: cache when docker build
163,165
14.04.2021 21:31:57
-28,800
c66fee554f4bf033fa776d9701334c860acb2bc1
Load .env when executing pytest and fix github actions test flow
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -70,4 +70,4 @@ jobs:\n- name: Run unittest\nrun: |\n- python -m poetry run python manage.py test -v 2\n+ python -m poetry run pytest -vv\n" }, { "change_type": "MODIFY...
Python
MIT License
disfactory/disfactory
Load .env when executing pytest and fix github actions test flow
163,165
19.05.2021 19:49:00
-28,800
f644ba75ddb9de26ca7e6aef6ddbad4083543789
Add download moea data script
[ { "change_type": "ADD", "old_path": null, "new_path": "backend/scripts/convert_moea_data/.vscode/settings.json", "diff": "+{\n+ \"python.formatting.provider\": \"yapf\"\n+}\n\\ No newline at end of file\n" }, { "change_type": "ADD", "old_path": "backend/scripts/convert_moea_data/run.sh",...
Python
MIT License
disfactory/disfactory
Add download moea data script
163,165
02.06.2021 19:44:42
-28,800
45bb1f8ba9880e6a6bec93e44f767763ec98eb51
add sectcode api, user can use this api to search a factory by sectcode
[ { "change_type": "MODIFY", "old_path": "backend/api/urls.py", "new_path": "backend/api/urls.py", "diff": "@@ -13,6 +13,7 @@ Including another URLconf\n1. Import the include() function: from django.urls import include, path\n2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))\n\"\"\"\n+f...
Python
MIT License
disfactory/disfactory
add sectcode api, user can use this api to search a factory by sectcode
163,168
02.06.2021 21:48:58
-28,800
a05d04e50deb76bf4d365c2bd8e48873d9e6eb91
feat(factory): add columns `building_status`, `usage_status`, `highlight_category` in factory
[ { "change_type": "MODIFY", "old_path": "backend/api/admin/factory.py", "new_path": "backend/api/admin/factory.py", "diff": "@@ -228,6 +228,7 @@ class FactoryAdmin(\n# TODO: \"gov_reply_summary\",\n\"cet_reviewer\",\n# TODO: \"cet_staff\",\n+ (\"building_status\", \"usage_status\", \"highlight_catego...
Python
MIT License
disfactory/disfactory
feat(factory): add columns `building_status`, `usage_status`, `highlight_category` in factory
163,165
16.06.2021 18:58:00
-28,800
ce8b526b897a74fd903e001cf6b9c05cc93e2143
Update easymap url and add testcases for easymap
[ { "change_type": "MODIFY", "old_path": "backend/api/admin/factory.py", "new_path": "backend/api/admin/factory.py", "diff": "import os\n+import logging\nfrom urllib.parse import urljoin\nfrom api.models.document import Document\n@@ -22,6 +23,7 @@ from django.urls import reverse\nfrom django.utils.saf...
Python
MIT License
disfactory/disfactory
Update easymap url and add testcases for easymap
163,165
23.06.2021 22:00:29
-28,800
c788b6975088b04e1c20cf4766f583595cdac5a8
fixed that user admin page can't save bug
[ { "change_type": "MODIFY", "old_path": "backend/users/admin.py", "new_path": "backend/users/admin.py", "diff": "@@ -11,7 +11,7 @@ class CustomUserAdmin(UserAdmin):\nadd_form = CustomUserCreationForm\nform = CustomUserChangeForm\nmodel = CustomUser\n- list_display = [\"email\", \"username\"]\n+ list_...
Python
MIT License
disfactory/disfactory
fixed that user admin page can't save bug
163,165
24.06.2021 16:28:01
-28,800
3395ba3d114ce4dcc9421b5d847d46e460c1379e
fixed issue doesn't update landcode when can't get landcode information from easymap
[ { "change_type": "MODIFY", "old_path": "backend/api/admin/factory.py", "new_path": "backend/api/admin/factory.py", "diff": "@@ -290,15 +290,16 @@ class FactoryAdmin(\ntry:\nlandinfo = easymap.get_land_number(obj.lng, obj.lat)\nlandcode = landinfo.get(\"landno\")\n- except Exception as e:\n- LOGGER.e...
Python
MIT License
disfactory/disfactory
fixed issue #527: doesn't update landcode when can't get landcode information from easymap
163,168
01.09.2021 21:39:08
-28,800
14a38ceb8c3d638175b76964c06445bcc23d8d20
fix: upgrade python to 3.7 to fix ci
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -2,7 +2,7 @@ ref:\nbackend_docker_default: &backend_docker_default\ndocker:\n- image: circleci/python:3.7.5\n- - image: circleci/postgres:11-alpine-postgis-ram\n+ - image: circleci/postgres...
Python
MIT License
disfactory/disfactory
fix: upgrade python to 3.7 to fix ci
163,168
15.09.2021 00:29:51
-28,800
ec92673bc8d9fc8f98c74d488bbf5032acb54caf
chore: remove unused `django-map-widgets` and upgrade `psycopg2-binary`
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -20,8 +20,8 @@ jobs:\npath: ~/Disfactory\n- restore_cache:\nkeys:\n- - disfactory-backend-cache-210901-{{ .Branch }}-{{ checksum \"poetry.lock\" }}\n- - disfactory-backend-cache-210901-{{ ....
Python
MIT License
disfactory/disfactory
chore: remove unused `django-map-widgets` and upgrade `psycopg2-binary`
163,165
20.10.2021 20:48:17
-28,800
78235d0dcf7a66621d5ed8ad67e39bff047fc6b9
remove user_ip field from report record table
[ { "change_type": "MODIFY", "old_path": "backend/api/admin/factory.py", "new_path": "backend/api/admin/factory.py", "diff": "@@ -92,8 +92,8 @@ class DescriptionInline(admin.TabularInline):\ncan_delete = False\nshow_change_link = False\nmax_num = 0\n- fields = (\"created_at\", \"others\", \"user_ip\")...
Python
MIT License
disfactory/disfactory
remove user_ip field from report record table
163,170
02.11.2021 00:25:10
-3,600
181d0a3e0f6a44d54d8af33790bbf32b7bff7003
docs(docker-compose): update the test command
[ { "change_type": "MODIFY", "old_path": "backend/docs/SETUP_COMPOSE.md", "new_path": "backend/docs/SETUP_COMPOSE.md", "diff": "@@ -39,7 +39,7 @@ docker-compose -f docker-compose.dev.yml up -d --build --force-recreate\n- Run tests\n```bash\n-docker-compose exec web python manage.py test\n+docker-compo...
Python
MIT License
disfactory/disfactory
docs(docker-compose): update the test command
163,165
17.11.2021 21:54:46
-28,800
024d3d820a79329667e0e704789c400b4b681f04
Update easymap url to workaround easymap server error
[ { "change_type": "MODIFY", "old_path": "backend/easymap.py", "new_path": "backend/easymap.py", "diff": "@@ -7,6 +7,8 @@ import towninfo\nDEFAULT_TIMEOUT = 5 # 5 seconds\n+EASYMAP_BASE_URL = \"https://easymap.land.moi.gov.tw/P02\"\n+\nclass WebRequestError(RuntimeError):\ndef __init__(self, message, ...
Python
MIT License
disfactory/disfactory
Update easymap url to workaround easymap server error
163,165
02.03.2022 21:22:00
-28,800
d9b9cf8b0e5216e8f07c698d5a8b4e1641eab44c
update easymap api url
[ { "change_type": "MODIFY", "old_path": "backend/easymap.py", "new_path": "backend/easymap.py", "diff": "@@ -7,7 +7,7 @@ import towninfo\nDEFAULT_TIMEOUT = 5 # 5 seconds\n-EASYMAP_BASE_URL = \"https://easymap.land.moi.gov.tw/P02\"\n+EASYMAP_BASE_URL = \"https://easymap.land.moi.gov.tw\"\nclass WebReq...
Python
MIT License
disfactory/disfactory
update easymap api url
163,165
13.04.2022 22:12:56
-28,800
e333ec69177485bb6e9d8329a2e1455c07593e60
user can search factory by factory id
[ { "change_type": "MODIFY", "old_path": "backend/api/admin/factory.py", "new_path": "backend/api/admin/factory.py", "diff": "@@ -194,7 +194,7 @@ class FactoryAdmin(\n\"source\",\n\"name\",\n)\n- search_fields = [\"townname\", \"sectname\", \"display_number\"]\n+ search_fields = [\"townname\", \"sectn...
Python
MIT License
disfactory/disfactory
user can search factory by factory id
163,165
01.05.2022 14:59:44
-28,800
a92f8abe523a7faeec3f125b46adb073612170d4
upgrade python from 3.7 to 3.9
[ { "change_type": "MODIFY", "old_path": "backend/Dockerfile", "new_path": "backend/Dockerfile", "diff": "# Pull base image\n-FROM python:3.7 AS base\n+FROM python:3.9 AS base\n# Set environment variables\nENV PYTHONDONTWRITEBYTECODE 1\n" }, { "change_type": "MODIFY", "old_path": "backend/...
Python
MIT License
disfactory/disfactory
upgrade python from 3.7 to 3.9
163,165
01.05.2022 15:00:06
-28,800
f4f538be99fb4fc730b03a1c09c808174b51b9ee
add factory location api
[ { "change_type": "MODIFY", "old_path": "backend/api/serializers.py", "new_path": "backend/api/serializers.py", "diff": "@@ -31,6 +31,20 @@ class ImageSerializer(ModelSerializer):\nfields = [\"id\", \"image_path\", \"url\"]\n+class FactoryLocationSerializer(ModelSerializer):\n+ class Meta:\n+ model =...
Python
MIT License
disfactory/disfactory
add factory location api
163,165
11.05.2022 12:55:24
-28,800
b3c58bbd6c165734508273eb32d4b7d25c974e36
fix proxy schema
[ { "change_type": "MODIFY", "old_path": "backend/easymap.py", "new_path": "backend/easymap.py", "diff": "@@ -8,7 +8,7 @@ import towninfo\nDEFAULT_TIMEOUT = 30 # 5 seconds\nEASYMAP_BASE_URL = \"https://easymap.land.moi.gov.tw\"\n-PROXIES = {\"https\": \"proxy:5566\"}\n+PROXIES = {\"https\": \"http://p...
Python
MIT License
disfactory/disfactory
fix proxy schema
163,165
20.07.2022 19:57:38
-28,800
d7d34f075bb2f2651d3c500cd2049d7a6701f5b7
Add merge factories action
[ { "change_type": "MODIFY", "old_path": "backend/api/admin/actions/__init__.py", "new_path": "backend/api/admin/actions/__init__.py", "diff": "@@ -3,3 +3,4 @@ from api.admin.actions.export_label import ExportLabelMixin\nfrom api.admin.actions.restore import RestoreMixin\nfrom api.admin.actions.export...
Python
MIT License
disfactory/disfactory
Add merge factories action
163,165
24.08.2022 23:43:58
-28,800
9db651354744fff252e2273810d184521d66fd76
ignores test_easymap because easymap blocks foreign ip
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -2,13 +2,13 @@ name: Tests\non:\npush:\npaths-ignore:\n- - 'docs/**'\n+ - \"docs/**\"\nbranches:\n- master\npull_request:\npaths-ignore:\n- - 'docs/**'\n+ - \"docs/**\"\nbranc...
Python
MIT License
disfactory/disfactory
ignores test_easymap because easymap blocks foreign ip
163,173
14.09.2022 00:09:15
-3,600
b9ed8f7bf1bff471d09799b31c58e1d658f5bb2e
update poetry installation
[ { "change_type": "MODIFY", "old_path": "backend/Dockerfile", "new_path": "backend/Dockerfile", "diff": "@@ -11,7 +11,8 @@ WORKDIR /Disfactory\nRUN apt-get update\nRUN apt-get install -y libproj-dev binutils curl\n# RUN wget --quiet --output-document=- http://ftp.debian.org/debian/pool/main/c/curl/li...
Python
MIT License
disfactory/disfactory
update poetry installation
163,165
02.11.2022 19:50:26
-28,800
34614a4a4c4962f03cff7fb47f991aa6c582852e
Add filter to list factories with the same sectcode and landcode
[ { "change_type": "MODIFY", "old_path": "backend/api/admin/factory.py", "new_path": "backend/api/admin/factory.py", "diff": "@@ -19,6 +19,7 @@ from api.admin.actions import (\nMergeFactoriesMixin\n)\nfrom api.utils import set_function_attributes\n+from api.admin.filters.duplicate_sect_land_filter imp...
Python
MIT License
disfactory/disfactory
Add filter to list factories with the same sectcode and landcode
331,617
13.07.2020 21:46:42
-7,200
140c12a5cfa9540de9605a5a508fecaa04ba8ec1
Fix issue loading device from /tally if only one device is registered
[ { "change_type": "MODIFY", "old_path": "views/tally.html", "new_path": "views/tally.html", "diff": "document.getElementById('divSelectDevice').style.display = 'block';\n}\n- else if (Device.length === 1) { // just load the only one available\n+ else if (Devices.length === 1) { // just load the only ...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix issue loading device from /tally if only one device is registered
331,629
20.07.2020 12:07:10
14,400
f828763e4ea06adcda65872c41ed4ac49ba41a6f
Delete raspberry-pi-listener.md
[ { "change_type": "DELETE", "old_path": "raspberry-pi-listener.md", "new_path": null, "diff": "-# Tally Arbiter Listener Client (Tally Light) Setup on a Raspberry Pi Zero\n-\n-The listener client uses a blink(1) device available from Thingm.\n-\n-It is written in Python and designed to run on a Pi Ze...
JavaScript
MIT License
josephdadams/tallyarbiter
Delete raspberry-pi-listener.md
331,629
20.07.2020 12:07:21
14,400
770a14f01938a63e86346c1509251fcb4f2296c1
Delete tallyarbiter_listener.py
[ { "change_type": "DELETE", "old_path": "tallyarbiter_listener.py", "new_path": null, "diff": "-## Tally Arbiter Python Listener\n-\n-from signal import signal, SIGINT\n-from sys import exit\n-import sys\n-import time\n-from blink1.blink1 import Blink1\n-import socketio\n-import json\n-\n-device_stat...
JavaScript
MIT License
josephdadams/tallyarbiter
Delete tallyarbiter_listener.py
331,629
22.07.2020 20:22:57
14,400
94dfaf00eb61f93e120758641e69eb48458f93a0
support for process $PORT variable
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -23,7 +23,7 @@ const osc = require('osc');\nconst xml2js = require('xml2js');\n//Tally Arbiter variables\n-const listenPort = 4455;\n+const listenPort = process.env.PORT || 4455;\nconst oscPort = 5958;\nvar oscUDP...
JavaScript
MIT License
josephdadams/tallyarbiter
support for process $PORT variable
331,635
10.08.2020 15:55:16
-7,200
44eba63a1ddde4f00614e3b66ece1beb21f9fc3e
Call NoSleep from within a user input event handler
[ { "change_type": "MODIFY", "old_path": "views/tally.html", "new_path": "views/tally.html", "diff": "selectedDeviceId = deviceId;\nupdateTallyInfo();\n});\n-\n- KeepScreenAwake(true); //keeps the phone from falling asleep\n}\nfunction updateDeviceList() {\nif (id !== '0') {\nselectDevice(id);\n}\n+ K...
JavaScript
MIT License
josephdadams/tallyarbiter
Call NoSleep from within a user input event handler
331,629
19.08.2020 15:32:08
14,400
e5522437fb88420536a81745f79dc9a6b03f03d1
doc fix rollback
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -186,11 +186,7 @@ Tally Arbiter can automatically send out TSL 3.1 data to any number of clients.\n* Specify the IP address, Port, and Transport Type (UDP or TCP).\n* Tally Arbiter will send TSL 3.1 data to thes...
JavaScript
MIT License
josephdadams/tallyarbiter
doc fix rollback
331,634
31.08.2020 21:25:50
-7,200
495aad73994f6895ee06828d81631236273761b6
Finish bootstrapping pages Further designing of Producer & Settingspage still needed
[ { "change_type": "MODIFY", "old_path": "views/producer.html", "new_path": "views/producer.html", "diff": "-<!DOCTYPE html>\n-<html>\n+<!doctype html>\n+<html lang=\"en\">\n+\n<head>\n- <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'/>\n- <meta name='viewport' content='width=device...
JavaScript
MIT License
josephdadams/tallyarbiter
Finish bootstrapping pages Further designing of Producer & Settingspage still needed
331,629
02.09.2020 10:50:57
14,400
efaa874123b63e98833bae778b2f90bba676d019
Delete config.json Config file not needed in core repository
[ { "change_type": "DELETE", "old_path": "config.json", "new_path": null, "diff": "-{\n- \"security\": {\n- \"username_settings\": \"admin\",\n- \"password_settings\": \"12345\",\n- \"username_producer\": \"producer\",\n- \"password_producer\": \"12345\"\n- },\n- \"sources\": [\n- {\n- \"sourceTypeId\...
JavaScript
MIT License
josephdadams/tallyarbiter
Delete config.json Config file not needed in core repository
331,634
03.09.2020 20:32:57
-7,200
36386a94ce331816996489e3a98404a433e300a1
Move page css to external file
[ { "change_type": "ADD", "old_path": null, "new_path": "views/static/lib/css/custom.css", "diff": "+#version {\n+ font-size: larger;\n+}\n+\n+#divContainer_GettingStarted {\n+ background: #ffffff;\n+ padding: 5px;\n+ display: block;\n+ margin: 10px;\n+}\n+\n+#divContainer_Sources,\n+#divContainer_Sou...
JavaScript
MIT License
josephdadams/tallyarbiter
Move page css to external file
331,634
03.09.2020 20:33:13
-7,200
5fdb8e946dcbdef6e9b0424ff67d500bcf1bf222
Remove css from pages
[ { "change_type": "MODIFY", "old_path": "views/index.html", "new_path": "views/index.html", "diff": "<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<link rel=\"stylesheet\" href=\"lib/css/bootstrap.min.css\">\n+ <link rel=\"styles...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove css from pages
331,634
03.09.2020 20:33:36
-7,200
540f38da89832544675b1e861ec0f8cfc6bdd72e
Show no navbar when on mobile
[ { "change_type": "MODIFY", "old_path": "views/tally.html", "new_path": "views/tally.html", "diff": "<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n<link rel=\"stylesheet\" href=\"lib/css/bootstrap.min.css\">\n+ <link rel=\"styles...
JavaScript
MIT License
josephdadams/tallyarbiter
Show no navbar when on mobile
331,634
08.09.2020 17:24:35
-7,200
accc0cf5bb85d3ebe68e856eb2da88465ce0ce75
Reimplement dissapear on device selection
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/tally.js", "new_path": "views/static/lib/js/tally.js", "diff": "@@ -49,10 +49,6 @@ function updateDeviceList() {\nvar selDeviceList = document.getElementById('selDeviceList');\nselDeviceList.options.length = 0;\nif (Devices.length > 1) { //...
JavaScript
MIT License
josephdadams/tallyarbiter
Reimplement dissapear on device selection
331,634
08.09.2020 17:37:23
-7,200
e331f7622719e6d995ded1beaa22224ff0824742
Enable flash in tally view
[ { "change_type": "MODIFY", "old_path": "views/static/lib/css/custom.css", "new_path": "views/static/lib/css/custom.css", "diff": "@media (min-width: 1200px) {\n}\n+\n+.flash {\n+ animation: flasher 0.1s cubic-bezier(1, 0, 0, 1) infinite alternate;\n+}\n+\n+@keyframes flasher {\n+ to {\n+ background-...
JavaScript
MIT License
josephdadams/tallyarbiter
Enable flash in tally view
331,635
08.09.2020 18:53:41
-7,200
e289e9c17834f232fba1a457aec309034a69638e
Add support for Analog Way Livecore image processors
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -43,6 +43,7 @@ var listener_clients = []; //array of connected listener clients (web, python, r\nvar Logs = []; //array of actions, information, and errors\nvar tallydata_OBS = []; //array of OBS sources and curre...
JavaScript
MIT License
josephdadams/tallyarbiter
Add support for Analog Way Livecore image processors
331,634
08.09.2020 19:57:47
-7,200
8062f826054a57997d2ee489c4f20599543aaa8e
Move all the info to a dedicated page. Maybe add to the wiki of this repo? Settings is not the right place for this.
[ { "change_type": "ADD", "old_path": null, "new_path": "gettingstarted.md", "diff": "+# Getting started!\n+\n+Tally Arbiter is designed to receive or obtain tally data from multiple sources and then arbitrate whether a given device is considered to be in Preview or Program.\n+\n+## Sources\n+\n+They ...
JavaScript
MIT License
josephdadams/tallyarbiter
Move all the info to a dedicated page. Maybe add to the wiki of this repo? Settings is not the right place for this.
331,634
08.09.2020 20:39:20
-7,200
a15ea4482189693453bfb62ae8bee76eb4b01ee7
Make settings page kind of bootstrapped?
[ { "change_type": "MODIFY", "old_path": "views/settings.html", "new_path": "views/settings.html", "diff": "<link rel=\"stylesheet\" href=\"lib/css/custom.css\">\n<title>Tally Arbiter</title>\n</head>\n+\n<body>\n<nav class=\"navbar navbar-expand-lg navbar-dark bg-dark\">\n<div class=\"container\">\n<...
JavaScript
MIT License
josephdadams/tallyarbiter
Make settings page kind of bootstrapped?
331,634
08.09.2020 20:44:43
-7,200
336c0c0263a7e8fa09c8cb62105cc29334f8d5cc
Redesign table on producer page
[ { "change_type": "MODIFY", "old_path": "views/producer.html", "new_path": "views/producer.html", "diff": "</div>\n</div>\n</nav>\n- <div id='container' class=\"container\">\n+ <div id='container' class=\"container mt-5\">\n<div id='divDevices'></div>\n<div id='divListeners'></div>\n</div>\n" }, ...
JavaScript
MIT License
josephdadams/tallyarbiter
Redesign table on producer page
331,634
08.09.2020 21:07:29
-7,200
17088ca6bc7380dc3f508714416ccca3373159a4
Last bootstrapping of settings page
[ { "change_type": "MODIFY", "old_path": "views/settings.html", "new_path": "views/settings.html", "diff": "</div>\n</div>\n</div>\n+\n<hr>\n<div class=\"mt-5\">\n- <h1>Devices <button type=\"button\" class=\"btn btn-dark\" id='btnAdd_Device' onclick='Add_Device();'>Add</button></h1>\n+ <h1>Devices <b...
JavaScript
MIT License
josephdadams/tallyarbiter
Last bootstrapping of settings page
331,629
12.09.2020 14:11:51
14,400
971265ca466b1a6e0e2e3cc0f5b71f2731f4d225
add livecore to documentation
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -89,6 +89,7 @@ The following source types are supported:\n* Roland Smart Tally\n* Newtek Tricaster\n* Open Sound Control (OSC)\n+* Analog Way Livecore Image Processors\nWhen you add a source and the connection t...
JavaScript
MIT License
josephdadams/tallyarbiter
add livecore to documentation
331,629
23.09.2020 09:41:42
14,400
5d005ac959bfe2248bce99a87dbd4c19432f1757
fixes modals for edit source and device
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/admin.js", "new_path": "views/static/lib/js/admin.js", "diff": "@@ -1438,6 +1438,7 @@ function Edit_Source(sourceId) {\nbtnEdit_Source_Save.style.display = 'block';\nlet divContainer_SourceFields = $('#divContainer_SourceFields')[0];\ndivCo...
JavaScript
MIT License
josephdadams/tallyarbiter
fixes modals for edit source and device
331,634
23.09.2020 17:05:45
-7,200
9c8f928206141dd694d94adad01ed38ac8046507
Adjust some margins and buttons
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/admin.js", "new_path": "views/static/lib/js/admin.js", "diff": "@@ -432,12 +432,12 @@ function loadSources() {\nif (!sources[i].cloudConnection) {\nlet tdSourceEdit = document.createElement('td');\nlet btnEditSource = document.createElement...
JavaScript
MIT License
josephdadams/tallyarbiter
Adjust some margins and buttons
331,629
27.09.2020 20:11:43
14,400
23860b2cb14bd7745980ea77782caea00e806241
Delete gettingstarted.md All of this is in the readme.md and I will create a formal wiki later.
[ { "change_type": "DELETE", "old_path": "gettingstarted.md", "new_path": null, "diff": "-# Getting started!\n-\n-Tally Arbiter is designed to receive or obtain tally data from multiple sources and then arbitrate whether a given device is considered to be in Preview or Program.\n-\n-## Sources\n-\n-Th...
JavaScript
MIT License
josephdadams/tallyarbiter
Delete gettingstarted.md All of this is in the readme.md and I will create a formal wiki later.
331,629
14.10.2020 17:00:20
14,400
acfd1e91ef5186bb6399550f864c7a696949b774
fix for "unassigned" device Ids bug fix with invalid/unassigned devices through listener clients
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -4139,15 +4139,18 @@ function GetBusByBusId(busId) {\nfunction GetDeviceByDeviceId(deviceId) {\n//gets the Device object by id\n+ let device = undefined;\n+\nif (deviceId !== 'unassigned') {\n- return devices.find...
JavaScript
MIT License
josephdadams/tallyarbiter
fix for "unassigned" device Ids bug fix with invalid/unassigned devices through listener clients
331,629
14.10.2020 20:22:05
14,400
8607740ca12b6baf71f2b812182055098097bc2c
commit package.json lock
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "{\n\"name\": \"TallyArbiter\",\n- \"version\": \"1.3.0\",\n+ \"version\": \"1.4.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"version\": \"8.0.6\",\n\"resolved\": \"http...
JavaScript
MIT License
josephdadams/tallyarbiter
commit package.json lock
331,629
14.10.2020 22:14:59
14,400
482747b8792788532ab839e494b8634ddfa61066
more modaling in UI
[ { "change_type": "MODIFY", "old_path": "views/settings.html", "new_path": "views/settings.html", "diff": "<div class=\"modal-content\">\n<div class=\"modal-header\">\n<h5 class=\"modal-title\" id=\"\">Device</h5>\n- <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\" ...
JavaScript
MIT License
josephdadams/tallyarbiter
more modaling in UI
331,629
15.10.2020 11:17:55
14,400
ab2ba803a1d3574352f963a32957d11fd76064df
listener clients table display fix
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/producer.js", "new_path": "views/static/lib/js/producer.js", "diff": "@@ -29,9 +29,7 @@ function onLoad() {\n});\nsocket.on('listener_clients', function (data) {\nlistener_clients = data;\n- if (listener_clients.length > 0) {\nloadListeners...
JavaScript
MIT License
josephdadams/tallyarbiter
listener clients table display fix
331,629
19.10.2020 11:23:53
14,400
826d9f789539d2bd166b43ef99c3c7610ee4986a
VMix emulation support This update adds support for emulation of a VMix server in regard to tally data. Any client that supports VMix tally can now natively connect to Tally Arbiter.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -38,6 +38,8 @@ const socketupdates_Producer = ['sources', 'devices', 'device_sources', 'device\nconst socketupdates_Companion = ['sources', 'devices', 'device_sources', 'device_states', 'listener_clients', 'tsl_cl...
JavaScript
MIT License
josephdadams/tallyarbiter
VMix emulation support This update adds support for emulation of a VMix server in regard to tally data. Any client that supports VMix tally can now natively connect to Tally Arbiter.
331,629
19.10.2020 11:38:31
14,400
7c708546047ab81b2f9344da6d8e0eca176b0b01
adds index number to device list Adds index number to device list to make it easier to know which Device you are specifying when using with a VMix tally client
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/admin.js", "new_path": "views/static/lib/js/admin.js", "diff": "@@ -549,7 +549,7 @@ function loadDevices() {\n}\ntrDeviceItem.appendChild(tdDeviceTallyStatus_PGM);\nlet tdDeviceName = document.createElement('td');\n- tdDeviceName.innerHTML ...
JavaScript
MIT License
josephdadams/tallyarbiter
adds index number to device list Adds index number to device list to make it easier to know which Device you are specifying when using with a VMix tally client
331,629
22.10.2020 11:26:25
14,400
3dc519172f3694bb6bb55c6f79f2b94843104ca3
converts web gui data calls to socketio REST API is still intact, however the web GUI now uses socketio for all data calls and updates.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -470,6 +470,14 @@ function initialSetup() {\nsocket.emit('devices', devices);\n});\n+ socket.on('device_sources', function() { // sends the configured Device Sources to the socket\n+ socket.emit('device_sources', ...
JavaScript
MIT License
josephdadams/tallyarbiter
converts web gui data calls to socketio REST API is still intact, however the web GUI now uses socketio for all data calls and updates.
331,629
16.11.2020 15:15:45
18,000
272a5d9230e89aeec9dc8309014dac367b4448a4
add generic tcp device action
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -178,6 +178,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 generic tcp device action
331,629
17.11.2020 00:09:33
18,000
252f1e58bd6000c48287670ddf9063a69857825e
support for multiple addresses in device source mappings Now you can assign multiple addresses from a single source to a device or devices and (hopefully) achieve the desired result.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -891,7 +891,6 @@ function initialSetup() {\nlet busId_preview = null;\nlet busId_program = null;\n- //let busId_previewprogram = null;\nfor (let i = 0; i < bus_options.length; i++) {\nswitch(bus_options[i].type) {...
JavaScript
MIT License
josephdadams/tallyarbiter
support for multiple addresses in device source mappings Now you can assign multiple addresses from a single source to a device or devices and (hopefully) achieve the desired result.
331,629
01.12.2020 00:22:14
18,000
3ea2faa14bb5ecfb902a11f0c6270bcbc219d7b0
convert to socketio calls And other minor fixes
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -406,38 +406,6 @@ function initialSetup() {\nres.send(device_sources);\n});\n- appSettings.get('/source_tallydata/:sourceid', function (req, res) {\n- //gets all Source Tally Data\n- let sourceId = req.params.sour...
JavaScript
MIT License
josephdadams/tallyarbiter
convert to socketio calls And other minor fixes
331,629
08.12.2020 13:38:12
18,000
ba01efa2c6777b0bb535837f1e899fedbc1c78d2
VideoHub support Blackmagic VideoHub now supported as a tally source
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -21,6 +21,7 @@ const socketio = require('socket.io');\nconst ioClient = require('socket.io-client');\nconst osc = require('osc');\nconst xml2js = require('xml2js');\n+const { ETIME, SSL_OP_SSLEAY_080_CLIENT_DH_BUG...
JavaScript
MIT License
josephdadams/tallyarbiter
VideoHub support Blackmagic VideoHub now supported as a tally source
331,629
10.12.2020 11:32:36
18,000
f0325a4e09f35d0d9f8007592ecb2b9419b43ae8
Add test mode Adds a new internal test mode that will cycle through tally states to test all connected equipment, outgoing actions, etc.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -59,6 +59,8 @@ var cloud_clients = []; //array of Tally Arbiter Cloud Clients that have connec\nvar source_reconnects = []; //array of sources and their reconnect timers/intervals\n+var TestMode = false; //if the ...
JavaScript
MIT License
josephdadams/tallyarbiter
Add test mode Adds a new internal test mode that will cycle through tally states to test all connected equipment, outgoing actions, etc.
331,629
16.12.2020 16:51:12
18,000
237707922426f7866d617409c319460acf230f01
socketio version bump
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"obs-websocket-js\": \"^4.0.1\",\n\"osc\": \"^2.4.1\",\n\"packet\": \"0.0.6\",\n- \"socket.io\": \"^2.3.0\",\n- \"socket.io-client\": \"^2.3.0\",\n+ \"socket.io\": \"^3.0.4\",\n+ \"socket.io-client\": \"^3.0...
JavaScript
MIT License
josephdadams/tallyarbiter
socketio version bump
331,629
24.12.2020 10:15:41
18,000
a865e2896132a4373fbba13422f055249a76e45e
added neopixel repo link
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -180,12 +180,15 @@ Tally Arbiter supports the use of a blink(1) device as a tally light. A remote l\n## Using a Relay for contact-closure systems\nMany Camera CCUs and other devices support incoming tally via co...
JavaScript
MIT License
josephdadams/tallyarbiter
added neopixel repo link
331,629
28.12.2020 21:04:49
18,000
ddb4a572414ae6a7d1fa3374ed390d13ea335c71
Adds reconnect button Adds a reconnect button to the source list
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1115,6 +1115,10 @@ function initialSetup() {\nio.to('settings').emit('manage_response', response);\n});\n+ socket.on('reconnect_source', function(sourceId) {\n+ StartConnection(sourceId);\n+ });\n+\nsocket.on('de...
JavaScript
MIT License
josephdadams/tallyarbiter
Adds reconnect button Adds a reconnect button to the source list
331,629
07.01.2021 10:16:02
18,000
198ce3c9b23d726757b74e68d516fc4fbeb57e26
adds support for m5 atom matrix This adds support for the m5 atom matrix listener to appear as an m5 atom instead of an m5-stick. All m5 clients now support state saving so they will remember their last used device Id when reconnecting.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -653,9 +653,11 @@ function initialSetup() {\nsocket.emit('listener_relay_assignment', gpoGroupId, deviceId);\n});\n- socket.on('device_listen_m5stick', function(obj) { // emitted by the M5StickC Arduino client tha...
JavaScript
MIT License
josephdadams/tallyarbiter
adds support for m5 atom matrix This adds support for the m5 atom matrix listener to appear as an m5 atom instead of an m5-stick. All m5 clients now support state saving so they will remember their last used device Id when reconnecting.
331,629
07.01.2021 10:24:06
18,000
d230e14fbf6b28c2f82b0b7ab3cd7021995b2f19
adds m5 atom matrix info
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -180,12 +180,15 @@ Tally Arbiter supports the use of a blink(1) device as a tally light. A remote l\n## Using a Relay for contact-closure systems\nMany Camera CCUs and other devices support incoming tally via co...
JavaScript
MIT License
josephdadams/tallyarbiter
adds m5 atom matrix info
331,629
07.01.2021 20:46:33
18,000
278bb9de7d60e16de558d33a3bb9250431886bc5
force socketio version Make sure new installs and upgrades don't use socketio 3.0 yet as we're not quite ready until all repos are updated to use the new socketio libraries
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"obs-websocket-js\": \"^4.0.1\",\n\"osc\": \"^2.4.1\",\n\"packet\": \"0.0.6\",\n- \"socket.io\": \"^2.3.0\",\n- \"socket.io-client\": \"^2.3.0\",\n+ \"socket.io\": \"2.3.0\",\n+ \"socket.io-client\": \"2.3.0...
JavaScript
MIT License
josephdadams/tallyarbiter
force socketio version Make sure new installs and upgrades don't use socketio 3.0 yet as we're not quite ready until all repos are updated to use the new socketio libraries
331,629
11.01.2021 11:21:46
18,000
14c27d806827ff79cacf71a03d2f65f0a8d053c2
OSC documentation fix
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -83,12 +83,13 @@ Tally Arbiter consists of the following sections:\nSources represent all of the tally data that is generated. This is usually your video switcher or mixing software. Multiple sources can be adde...
JavaScript
MIT License
josephdadams/tallyarbiter
OSC documentation fix
331,629
11.01.2021 14:56:47
18,000
f4844e3df7c9eed997880075e70c41898f141b0d
adds messaging feature Also includes support for Roland VR-50HDMKII as a tally source, other various improvements and bug fixes
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -99,6 +99,7 @@ var source_types = [ //available tally source types\n{ id: '4eb73542', label: 'OBS Studio', type: 'obs', enabled: true, help: 'The OBS Websocket plugin must be installed on the source.'},\n{ id: '58...
JavaScript
MIT License
josephdadams/tallyarbiter
adds messaging feature Also includes support for Roland VR-50HDMKII as a tally source, other various improvements and bug fixes
331,629
11.01.2021 15:00:27
18,000
6f4bbe034a3ea260b14e7fa6222475570a06bfb4
comment fix Fixed a comment that was edited by my 3 year old
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/producer.js", "new_path": "views/static/lib/js/producer.js", "diff": "@@ -357,7 +357,7 @@ function Listener_Flash(id) {\nsocket.emit('flash', id);\n}\n-function KeepScreenAwake(value) { //kemv v, c v\n+function KeepScreenAwake(value) { //ke...
JavaScript
MIT License
josephdadams/tallyarbiter
comment fix Fixed a comment that was edited by my 3 year old
331,629
14.01.2021 12:31:24
18,000
5489a67900121d8164eae0af366163aa53db0f50
ATEM fix This fixes the long-standing issue of multiple ME data from ATEM sources not being processed directly. Previously, the highest ME was the one most likely to work.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1856,17 +1856,11 @@ function SetUpATEMServer(sourceId) {\n});\nsource_connections[i].server.on('stateChanged', (state, path) => {\n- //console.log(path);\nfor (let h = 0; h < path.length; h++) {\nif (path[h] === ...
JavaScript
MIT License
josephdadams/tallyarbiter
ATEM fix This fixes the long-standing issue of multiple ME data from ATEM sources not being processed directly. Previously, the highest ME was the one most likely to work.
331,629
14.01.2021 12:47:12
18,000
06b200940c3b2db50bb0f54e2c5e7e0e895d6c80
autofocus to first field when adding new device
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/admin.js", "new_path": "views/static/lib/js/admin.js", "diff": "@@ -221,6 +221,9 @@ window.onload = loadSettings;\nfunction loadSettings() {\n//gets the latest data from the server\nloadSocket();\n+ $('#addDevice').on('shown.bs.modal', func...
JavaScript
MIT License
josephdadams/tallyarbiter
autofocus to first field when adding new device
331,629
14.01.2021 21:58:32
18,000
87ed0e102a7469da4340e6ca2ae028bb0512d395
Add show/hide chat button, other bug fixes
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -683,7 +683,7 @@ function initialSetup() {\n}\nsocket.join('device-' + deviceId);\n- if (listenerType === 'm5-stick') {\n+ if (listenerType === 'm5-stickc') {\nsocket.join('messaging');\n}\nlet deviceName = GetDev...
JavaScript
MIT License
josephdadams/tallyarbiter
Add show/hide chat button, other bug fixes
331,629
16.01.2021 00:06:14
18,000
0c1081de112237a692889bdc0274c423ddd5b7f6
roland smart tally fixes
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -157,7 +157,7 @@ var source_types_datafields = [ //data fields for the tally source types\n},\n{ sourceTypeId: '05d6bce1', fields: [ // OSC Listener\n{ fieldName: 'port', fieldLabel: 'Port', fieldType: 'port' },\n...
JavaScript
MIT License
josephdadams/tallyarbiter
roland smart tally fixes
331,629
25.01.2021 19:34:37
18,000
c70128440d7643cc8ccaf77e89385f3663dd2097
bug fix, socketio rollback Bug fix with device states not updating in certain conditions socketio rollback to 2.3.0 causing issues on clients
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -3679,6 +3679,9 @@ function UpdateDeviceState(deviceId) {\n}\n}\n}\n+\n+ logger(`Sending device states for: ${device.name}`, 'info-quiet');\n+ io.to('device-' + deviceId).emit('device_states', GetDeviceStatesByDev...
JavaScript
MIT License
josephdadams/tallyarbiter
bug fix, socketio rollback - Bug fix with device states not updating in certain conditions - socketio rollback to 2.3.0 causing issues on clients
331,629
30.01.2021 19:53:25
18,000
b192d71d3ddbe0f07690b52e628f9c39ff449d35
re-enable error catch for uncaught exceptions
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -303,9 +303,9 @@ function startUp() {\ninitialSetup();\nDeleteInactiveListenerClients();\n- /*process.on('uncaughtException', function (err) {\n+ process.on('uncaughtException', function (err) {\nlogger(`Caught ex...
JavaScript
MIT License
josephdadams/tallyarbiter
re-enable error catch for uncaught exceptions
331,629
30.01.2021 19:57:14
18,000
7bfd25d31ec8f7cefe7071ef7238c21b80321f85
Vmix-specific error logging
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2606,6 +2606,10 @@ function SetUpVMixServer(sourceId) {\n}\n});\n+ source_connections[i].server.on('error', function(error) {\n+ logger(`Source: ${source.name} VMix Connection Error occurred: ${error}`, 'error');...
JavaScript
MIT License
josephdadams/tallyarbiter
Vmix-specific error logging
331,629
01.02.2021 14:26:55
18,000
bfb1134231b192f3d902963953159d2fb3d7aa67
adds error handling for listeners with invalid deviceid
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/producer.js", "new_path": "views/static/lib/js/producer.js", "diff": "@@ -308,6 +308,8 @@ function loadListeners() {\ntrHeader.appendChild(tdHeaderButtons);\ntableListeners.appendChild(trHeader);\nfor (let i = 0; i < listener_clients.length...
JavaScript
MIT License
josephdadams/tallyarbiter
adds error handling for listeners with invalid deviceid
331,629
07.02.2021 09:48:34
18,000
029092292b7968eee9c849626c0246adfeb42741
adds OBS streaming/recording status Now you can choose "STREAMING" or "RECORDING" as tally states for OBS.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2362,6 +2362,8 @@ function SetUpOBSServer(sourceId) {\nsource_connections[i].server.on('ConnectionOpened', function (data) {\nlogger(`Source: ${source.name} OBS Connection opened.`, 'info');\n+ addOBSSource(sourc...
JavaScript
MIT License
josephdadams/tallyarbiter
adds OBS streaming/recording status Now you can choose "STREAMING" or "RECORDING" as tally states for OBS.
331,629
08.02.2021 23:46:43
18,000
1e4bf6b53b47af16d2d5973ee15cde0935d5a55a
vmix recording/streaming for tally states Now you can toggle a tally light based on whether vmix is recording or streaming. Also implements the dropdown list in the GUI for VMix inputs.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -48,6 +48,7 @@ var labels_VideoHub = []; //array of VideoHub source labels\nvar destinations_VideoHub = []; //array of VideoHub destination/source assignments\nvar tallydata_VideoHub = []; //array of VideoHub sour...
JavaScript
MIT License
josephdadams/tallyarbiter
vmix recording/streaming for tally states Now you can toggle a tally light based on whether vmix is recording or streaming. Also implements the dropdown list in the GUI for VMix inputs.
331,629
09.02.2021 09:05:01
18,000
a4bbbbfcc9aeffcbb2965659772a2356697d12f4
add note about pm2 save
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -59,7 +59,7 @@ Now run `npm install` to make sure all packages are up to date.\n1. Open a terminal window and change directory to the folder where you placed the source code.\n1. Install the Node.js library, `pm...
JavaScript
MIT License
josephdadams/tallyarbiter
add note about pm2 save
331,629
11.02.2021 15:05:22
18,000
b4bc58788b9fe1b0d96ab8f8cb60a73271744ded
device action generic tcp fix Fixes the endline characters not being sent correctly
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -244,7 +244,8 @@ var output_types_datafields = [ //data fields for the outgoing actions\n{ outputTypeId: '79e3ce27', fields: [ //Generic TCP\n{ fieldName: 'ip', fieldLabel: 'IP Address', fieldType: 'text' },\n{ fi...
JavaScript
MIT License
josephdadams/tallyarbiter
device action generic tcp fix Fixes the endline characters not being sent correctly
331,629
16.02.2021 21:15:22
18,000
e817095937a21899448900fcf2045c5e5856c604
obs streaming/recording tally state fix
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2569,6 +2569,8 @@ function processOBSTally(sourceId, sourceArray, tallyType) {\n}\n}\n+ if ((tallydata_OBS[i].address !== '{{STREAMING}}') && (tallydata_OBS[i].address !== '{{RECORDING}}'))\n+ {\nif (!obsSourceFo...
JavaScript
MIT License
josephdadams/tallyarbiter
obs streaming/recording tally state fix
331,629
17.02.2021 21:06:59
18,000
5feea7e2cab1afeff2df2be69ef0b8a9d8d94b9b
initial tsl 5.0 support Includes initial tsl 5.0 support
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -21,6 +21,7 @@ const socketio = require('socket.io');\nconst ioClient = require('socket.io-client');\nconst osc = require('osc');\nconst xml2js = require('xml2js');\n+const jspack = require('jspack').jspack;\n//Ta...
JavaScript
MIT License
josephdadams/tallyarbiter
initial tsl 5.0 support Includes initial tsl 5.0 support
331,632
18.02.2021 16:20:48
18,000
0a063f78e509c9e1a406e88ad0ed781d5965b557
allow more flexible webhooks allow selection of protocol for webhooks, more flexible paths and allow for query parameters
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -233,10 +233,12 @@ var output_types_datafields = [ //data fields for the outgoing actions\n]\n},\n{ outputTypeId: 'ffe2b0b6', fields: [ //Outgoing Webhook\n- { fieldName: 'ip', fieldLabel: 'IP Address', fieldType:...
JavaScript
MIT License
josephdadams/tallyarbiter
allow more flexible webhooks allow selection of protocol for webhooks, more flexible paths and allow for query parameters
331,629
24.02.2021 00:36:10
18,000
e2580c011be21b08881d6c64bb769d0b7faf6246
adds ross carbonite specific source type Now you can monitor tally states on a carbonite by bus (me1, me2, minime1, aux1, etc.) rather than by whatever the onair setting happens to be on the Carbonite.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n\"name\": \"TallyArbiter\",\n- \"version\": \"1.5.7\",\n+ \"version\": \"1.5.9\",\n\"description\": \"Tally Arbiter is a Node.js server that is capable of listening/fetching tally data from multiple source...
JavaScript
MIT License
josephdadams/tallyarbiter
adds ross carbonite specific source type Now you can monitor tally states on a carbonite by bus (me1, me2, minime1, aux1, etc.) rather than by whatever the onair setting happens to be on the Carbonite.
331,629
26.02.2021 20:08:45
18,000
f6d26543a3b6d31603d77d2426e2318ae5cc87ab
bugfix Fixes an error related to finding objects for the new ross carbonite source types
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -3785,7 +3785,11 @@ function updateRossCarboniteTallyData(sourceId, address) {\nlet busses = tallydata_RossCarbonite.find( ({address}) => address === device_sources[i].address).busses;\nfor (let j = 0; j < busses....
JavaScript
MIT License
josephdadams/tallyarbiter
bugfix Fixes an error related to finding objects for the new ross carbonite source types
331,629
26.02.2021 20:24:34
18,000
7d4c25cee4fac3cb8f74ff0ff3954617ab54355a
adds querystring option
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/tally.js", "new_path": "views/static/lib/js/tally.js", "diff": "@@ -20,6 +20,7 @@ function onLoad() {\n//Returns a list of available Devices for the dropdown list\nDevices = deviceArray;\nupdateDeviceList();\n+ checkQueryString(); //if a de...
JavaScript
MIT License
josephdadams/tallyarbiter
adds querystring option
331,632
27.02.2021 17:31:14
18,000
a99233fbc64044087d12bf4c249094902237af66
fix logging issue in outgoing webhook for debugging options
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -4197,7 +4197,7 @@ function RunAction_Webhook(data) {\noptions.data = data.postdata;\n}\n}\n- logger(JSON.stringify(options), 'quiet')\n+ logger(JSON.stringify(options), 'info-quiet')\naxios(options)\n.then(functi...
JavaScript
MIT License
josephdadams/tallyarbiter
fix logging issue in outgoing webhook for debugging options
331,629
27.02.2021 22:46:51
18,000
72a7b77877ed3a31df6a9101d50f08aba90f17e4
add TTGO_T listener link
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -210,6 +210,9 @@ Lots of equipment support the use of GPIO (General Purpose In/Out) pins to inter\n## Arduino ESP8266 with Neopixel\nUse AdaFruit NeoPixel LED strips connected to an Arduino. Check out [NoahCalla...
JavaScript
MIT License
josephdadams/tallyarbiter
add TTGO_T listener link
331,629
02.03.2021 10:35:56
18,000
e801857d52d6c24842c8d9f76cbd4ab84bebdf49
updated documentation about tsl clients
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -225,7 +225,7 @@ Tally Arbiter can send data over the socket.io protocol to your listener. You ca\n# TSL 3.1 Protocol Conversion\nTally Arbiter can automatically send out TSL 3.1 data to any number of clients. T...
JavaScript
MIT License
josephdadams/tallyarbiter
updated documentation about tsl clients
331,632
03.03.2021 20:21:16
18,000
b6a9b6d430d3e90db15b64050978e7535e263415
add common content types to outgoing webhooks
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -250,7 +250,7 @@ var output_types_datafields = [ //data fields for the outgoing actions\n{ fieldName: 'port', fieldLabel: 'Port', fieldType: 'port' },\n{ fieldName: 'path', fieldLabel: 'Path', fieldType: 'text' },...
JavaScript
MIT License
josephdadams/tallyarbiter
add common content types to outgoing webhooks
331,629
03.03.2021 21:06:49
18,000
dee31bb826b8d1010d79785db00dd24fce2bcd14
webhook tweaks
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -612,11 +612,11 @@ var output_types_datafields = [ //data fields for the outgoing actions\n},\n{ outputTypeId: 'ffe2b0b6', fields: [ //Outgoing Webhook\n{ fieldName: 'protocol', fieldLabel: 'Protocol', fieldType: ...
JavaScript
MIT License
josephdadams/tallyarbiter
webhook tweaks
331,629
04.03.2021 11:33:06
18,000
ee190e2d602d1b3b7021c9d8960bc0a877db1c97
test mode bugfix Fixes a bug where if you tried to turn on test mode without any devices configured, TA would crash
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1696,6 +1696,7 @@ function InsertTestTally(i) {\nsourceObj.sourceId = 'TEST';\nsourceObj.address = 'TEST';\n+ if (device_states[i]) { //make sure the index doesn't exceed the length of the device states array\nde...
JavaScript
MIT License
josephdadams/tallyarbiter
test mode bugfix Fixes a bug where if you tried to turn on test mode without any devices configured, TA would crash
331,629
04.03.2021 12:27:41
18,000
963cc2a9b83b6552330244646483390a02094367
improved error handling on tsl source types If a tsl tcp source (3.1 or 5) closes the connection remotely, TA will now update in the interface.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2197,7 +2197,7 @@ function SetUpTSLServer_TCP(sourceId)\nsocket.on('close', function () {\nlogger(`Source: ${source.name} TSL 3.1 Server connection closed.`, 'info');\n- CheckReconnect(source.id);\n+ StopTSLServe...
JavaScript
MIT License
josephdadams/tallyarbiter
improved error handling on tsl source types If a tsl tcp source (3.1 or 5) closes the connection remotely, TA will now update in the interface.
331,629
11.03.2021 16:12:51
18,000
07e5ea03493e66dae3dcc2f9ba508ed656004209
adds option to hide chat via querystring include ?chat=false and the chat/message window will go away
[ { "change_type": "MODIFY", "old_path": "views/static/lib/js/tally.js", "new_path": "views/static/lib/js/tally.js", "diff": "@@ -103,6 +103,13 @@ function checkQueryString() {\nselectDevice(deviceObj.id);\n}\n}\n+\n+ let chatWindow = getParameterByName('chat');\n+ if (chatWindow) {\n+ if (chatWindow ...
JavaScript
MIT License
josephdadams/tallyarbiter
adds option to hide chat via querystring include ?chat=false and the chat/message window will go away
331,629
11.03.2021 16:14:04
18,000
970f4afdd027089aca257f95234692da0cdabf82
update about chat querystring
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -185,6 +185,8 @@ Navigate to `/tally` on the Tally Arbiter server in your browser and select a De\n**You can also go to `/tally?deviceid=9fe2efd9a` (replace `9fe2efd9a` with your actual DeviceId) and auto load t...
JavaScript
MIT License
josephdadams/tallyarbiter
update about chat querystring
331,629
24.03.2021 16:17:16
14,400
d8d1f2f366a0ee6177e861fa31c825de13264f8c
bug related to test mode Prevents test mode from being enabled multiple times simultaneously
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -1656,6 +1656,17 @@ function initialSetup() {\nfunction EnableTestMode(value) {\nTestMode = value;\nif (TestMode) {\n+ //first check that there's not already a \"test mode\" source\n+ let found = false;\n+ for (le...
JavaScript
MIT License
josephdadams/tallyarbiter
bug related to test mode Prevents test mode from being enabled multiple times simultaneously
331,604
27.03.2021 14:24:00
-3,600
abb201bee2cdaee64db69f64850a99b5d2d48970
Update tally from Atem Update to use the correct path from Atem Mini to "video.mixEffects" not "video.ME".
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2536,7 +2536,7 @@ function SetUpATEMServer(sourceId) {\nif (path[h] === 'info.capabilities') {\n//console.log(state.info.capabilities);\n}\n- else if (path[h].indexOf('video.ME') > -1) {\n+ else if (path[h].index...
JavaScript
MIT License
josephdadams/tallyarbiter
Update tally from Atem Update to use the correct path from Atem Mini to "video.mixEffects" not "video.ME".
331,629
01.04.2021 22:06:57
14,400
645a01a57595f8879d67618d5713b1e952b1960e
adds roland smart tally emulation Adds emulation for roland smart tally so you can use any supported roland smart tally client, provided the client supports custom port numbers. Roland Smart Tally by default runs on port 80 which is a privileged port.
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -21,6 +21,7 @@ const socketio = require('socket.io');\nconst ioClient = require('socket.io-client');\nconst osc = require('osc');\nconst xml2js = require('xml2js');\n+const { RSA_NO_PADDING } = require('constants'...
JavaScript
MIT License
josephdadams/tallyarbiter
adds roland smart tally emulation Adds emulation for roland smart tally so you can use any supported roland smart tally client, provided the client supports custom port numbers. Roland Smart Tally by default runs on port 80 which is a privileged port.
331,629
01.04.2021 22:08:17
14,400
37b006aefe5626eae0ee49a9a7d06ba12abf1d6e
remove unintended line Not sure how that line got in there
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -21,7 +21,6 @@ const socketio = require('socket.io');\nconst ioClient = require('socket.io-client');\nconst osc = require('osc');\nconst xml2js = require('xml2js');\n-const { RSA_NO_PADDING } = require('constants'...
JavaScript
MIT License
josephdadams/tallyarbiter
remove unintended line Not sure how that line got in there
331,629
07.04.2021 12:56:11
14,400
f985f1137eb117595c376a564f5a6a9ca22e404a
adds back ATEM check for `ME` property Some ATEMS seem to send a `ME` property instead of `mixEffects` so this checks for both of those
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -2552,7 +2552,7 @@ function SetUpATEMServer(sourceId) {\nif (path[h] === 'info.capabilities') {\n//console.log(state.info.capabilities);\n}\n- else if (path[h].indexOf('video.mixEffects') > -1) {\n+ else if ((path...
JavaScript
MIT License
josephdadams/tallyarbiter
adds back ATEM check for `ME` property Some ATEMS seem to send a `ME` property instead of `mixEffects` so this checks for both of those
331,620
14.05.2021 10:44:04
-7,200
51b66618f0a1f69bf2e77d7d63759841400f0391
Added Support for AV-HS410 Video Mixers
[ { "change_type": "MODIFY", "old_path": "index.js", "new_path": "index.js", "diff": "@@ -22,6 +22,8 @@ const ioClient = require('socket.io-client');\nconst osc = require('osc');\nconst xml2js = require('xml2js');\nconst jspack = require('jspack').jspack;\n+const os = require('os') // For getting avai...
JavaScript
MIT License
josephdadams/tallyarbiter
Added Support for AV-HS410 Video Mixers
331,626
22.05.2021 10:31:25
-7,200
d6be8af247c8f8c8eff50f3a9f346008bf0cf43a
added producer screen
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/producer/producer.component.html", "new_path": "UI/src/app/_components/producer/producer.component.html", "diff": "-<p>producer works!</p>\n+<div class=\"container\">\n+ <div class=\"row\">\n+ <div class=\"col-md-6\">\n+ <h2>Devices</h2>...
JavaScript
MIT License
josephdadams/tallyarbiter
added producer screen
331,626
22.05.2021 20:23:47
-7,200
d59209e7f511e195ca8a410da9c4e078a008141c
show colors using template logic
[ { "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=\"devices.length == 0\">No devices are available for tally monitoring at this time.</h2>\n</div>\n-<div ...
JavaScript
MIT License
josephdadams/tallyarbiter
show colors using template logic