Commit Graph

75 Commits

Author SHA1 Message Date
arc-alex 7f095f0f06 allow https 2023-12-04 17:05:07 +01:00
arc-alex 2a3c7f28ff try GOT 2023-12-04 17:03:46 +01:00
arc-alex 23bfc0787f cleanup 2023-12-04 14:11:19 +01:00
Carlos Valente 8169ea724c cleanup 2023-12-01 13:13:15 +01:00
Carlos Valente efcd6494be refactor: validation 2023-12-01 13:08:05 +01:00
arc-alex 52a61777ed register/unregister http 2023-11-29 11:29:04 +01:00
arc-alex dfd38c91f6 Merge remote-tracking branch 'org/master' into feat/http-integration 2023-11-29 11:17:13 +01:00
arc-alex 715fa66444 disable/enable from ui without restart 2023-11-26 20:41:33 +01:00
arc-alex 27f6d10677 actually disable/enable osc output 2023-11-26 20:41:01 +01:00
Carlos Valente f2504072ce feat: add change endpoint to ws (#618)
* feat: add change endpoint to ws
2023-11-26 19:02:16 +01:00
arc-alex e5f6e5afb9 disable HTTP integration if enabledOut==false 2023-11-23 14:27:00 +01:00
Carlos Valente cdca5eaad3 wip: prepare endpoints 2023-11-22 22:30:31 +01:00
Carlos Valente f39c8b46bb Merge remote-tracking branch 'origin/master' into feat/http-integration 2023-11-22 21:40:13 +01:00
Alex Christoffer Rasmussen 797a0edf57 External field (#580)
* feat: add external endpoint

* add external to messagecontrol

---------

Co-authored-by: Carlos Valente <carlosvalente@pm.me>
2023-11-22 08:06:48 +01:00
Carlos Valente 1b55dbc170 style: clock period (#601)
* style: tweaks to studio override

* style: improvements to 12 hour format
2023-11-20 09:53:35 +01:00
arc-alex 95bb9b4366 lint 2023-11-19 21:08:32 +01:00
arc-alex 2dd872eb2d fix merge 2023-11-19 21:05:52 +01:00
arc-alex c0f9521f86 Merge branch 'master' into feat/http-integration 2023-11-19 21:05:31 +01:00
Carlos Valente 2316bbebac chore: type improvements (#598)
* chore: type improvements

* ci: typechecking in pipeline
2023-11-18 08:35:54 +01:00
Carlos Valente 884ab0b67b refactor: rundown (#597)
* refactor: add revision number to rundown

* chore: migrate query
2023-11-17 16:18:02 +01:00
Carlos Valente 54def8b820 feat: small improvements to instance info (#591)
* refactor: add typings to backend info

* refactor: write current version to project file

* feat: show location of css override
2023-11-15 20:20:05 +01:00
Carlos Valente 1ca3b9c134 refactor: better errors (#590)
* refactor: improve error messages from server
2023-11-14 21:54:56 +01:00
Carlos Valente a41fe8806b configure lint staged (#588)
* chore: upgrade monorepo deps

* chore: configure lint-staged

* refactor: lenient use of any
2023-11-13 22:04:55 +01:00
Carlos Valente 45fe669f0a feat: excel import (#527)
* refactor: simplify excel import

* chore: add external deepmerge utility

* chore: create import map utilities

* chore: increase size limits on uploads

* style: small presentation tweaks

* feat: resolve times on excel import, refs #508
2023-11-11 14:28:43 +01:00
arc-alex 42c92329a0 test for http protocol 2023-11-08 12:20:37 +01:00
arc-alex a670913320 simplify retun path 2023-11-08 10:48:09 +01:00
Carlos Valente 2c47d90f34 chore: configure project wide linter (#577)
* chore(lint): configure project-wide linter

* chore(lint): improve linting in files

* chore(lint): hide warnings in CI
2023-11-07 22:30:39 +01:00
Carlos Valente 943dd19c09 style: wording and UI tweaks (#564)
* style: wording and UI tweaks

* style: prevent note overflow

* style: small wording changes

* soft blink (#569)

* chore: version bump


---------

Co-authored-by: Alex Christoffer Rasmussen <alex.christoffer@gmail.com>
2023-11-07 21:27:33 +01:00
Alex Christoffer Rasmussen 138be478ca Addtime in sec (#576)
* addtime endpoint

---------

Co-authored-by: arc-alex <ac@omnivox.dk>
2023-11-07 21:24:44 +01:00
arc-alex de93827e40 reuse agent and test url compatibility 2023-11-05 21:26:25 +01:00
arc-alex 2b2c092d99 Revert "addtime endpoint"
This reverts commit 4c039220dc.
2023-11-05 17:06:27 +01:00
arc-alex 858aee83ac remove log 2023-11-05 13:06:17 +01:00
arc-alex 4c38207a15 add necessary endpoint for http subscription 2023-11-04 20:34:08 +01:00
arc-alex 2b87f72acb unify osc and http validateSubscriptionEntry 2023-11-04 20:32:30 +01:00
arc-alex 563ea92a3b catch error from HTTP integration emit 2023-11-04 20:30:26 +01:00
Alex Christoffer Rasmussen f57faf1837 remove unnecessary import 2023-11-04 08:46:35 +01:00
arc-alex 44f025b359 update node-osc to v9 2023-11-04 08:46:35 +01:00
arc-alex 7a5bc76a9e add http integration 2023-11-03 23:28:18 +01:00
arc-alex 89c7f8707b create universal Subscription 2023-11-03 23:25:20 +01:00
arc-alex 4c039220dc addtime endpoint 2023-11-03 16:15:42 +01:00
Carlos Valente 0555d0f400 feat: expand user options for views with schedule (#565)
* feat: expand user options for views with schedule

* fix: selected public id on load

* fix: load events on roll

* style: remove empty container
2023-11-03 13:47:38 +01:00
Carlos Valente 2f09d27813 fix: nullcheck for nextPublicEventId in findRoll (#567)
Co-authored-by: Alex Christoffer Rasmussen <alex.christoffer@gmail.com>
2023-11-02 10:31:05 +01:00
Alex Christoffer Rasmussen a01046b479 Feat/change event api (#553)
* feat: change attribute for given event 

---------

Co-authored-by: Ary <arylmoraesn@gmail.com>
Co-authored-by: arc-alex <ac@omnivox.dk>
2023-10-31 19:24:22 +01:00
Carlos Valente 29e5c96d44 fix: prevent error when port is unchanged (#551)
* fix: prevent error when port is unchanged
2023-10-28 19:01:58 +02:00
Alex Christoffer Rasmussen a84c0654e2 Feat resumability (#547)
* add resumability functionality

---------

Co-authored-by: arc-alex <ac@omnivox.dk>
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com>
2023-10-24 08:33:17 +02:00
Carlos Valente 7545f6f7d0 refactor: clarify description import (#526) 2023-09-16 15:24:23 +02:00
Carlos Valente a0c5375376 refactor: project data (#523) 2023-09-15 17:33:30 +02:00
Carlos Valente 9708f0bfc6 refactor: pass events instead of derived data to titles (#493)
* refactor: pass events instead of derived data to titles
2023-09-14 22:30:23 +02:00
Carlos Valente 0bb09dd039 fix: sanitise cue import (#519)
* fix: sanitise cue import
2023-09-11 21:06:32 +02:00
Carlos Valente 93fb48ea1c feat: operator view (#440)
* feat: operator view

* chore: smoke test operator

* refactor: small improvements from deepsource

---------

Co-authored-by: arihanv <arihanvaranasi@gmail.com>
Co-authored-by: arihanv <63890951+arihanv@users.noreply.github.com>
2023-09-11 21:03:11 +02:00