553 Commits

Author SHA1 Message Date
cdd1cdd526 Fix segment parameter again 2024-07-16 20:22:16 -06:00
bce363e8ff Parameter to setSegmentDuration should be segmentIndex 2024-07-16 20:20:37 -06:00
80f609b8a2 Merge pull request 'Add operation for set segment duration' () from loewy/set-segment-duration-operation into master
Reviewed-on: 
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
2024-07-16 17:54:19 -06:00
6205e9a353 add operation for set segment duration 2024-07-16 16:33:22 -07:00
12f7e1f115 Merge pull request 'Add operation getHlsInitUploadLink' () from loewy/operation-get-hls-init-upload-link into master
Reviewed-on: 
2024-07-16 15:28:43 -06:00
296ad969f4 Merge branch 'master' into loewy/operation-get-hls-init-upload-link 2024-07-16 15:27:37 -06:00
d25c08447e Merge pull request 'Adds init playlist status' () from mk/add-init-file-uploaded-marking into master
Reviewed-on: 
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
2024-07-16 15:26:27 -06:00
7502a75753 Merge remote-tracking branch 'origin' into mk/add-init-file-uploaded-marking 2024-07-16 14:23:32 -07:00
1a14db1a17 Adds init playlist status 2024-07-16 14:21:45 -07:00
67d8bcac21 add operation for hls init link 2024-07-15 17:29:55 -07:00
4ca27317b4 Add operation for shot annotation types 2024-07-15 15:37:43 -06:00
dc214e878f Add annotations to shot gql 2024-07-15 15:32:21 -06:00
d669dba320 Add getUsernames operation 2024-07-14 00:16:02 -06:00
235f4a58e9 Add getUsernames 2024-07-13 23:43:18 -06:00
03c1d08d8c Request isAdmin in getLoggedInUser 2024-07-13 17:47:41 -06:00
cc36a8b51d Add isAdmin 2024-07-13 17:40:30 -06:00
d743ad83e3 Merge pull request 'Expand GQL Interfaces To Accomodate Multiple Stream Types' () from mk/extend-to-additional-stream-types into master
Reviewed-on: 
2024-07-12 22:08:57 -06:00
194c258dcd Expand GQL Interfaces To Accomodate Multiple Stream Types 2024-07-12 18:50:50 -06:00
e0e1ae1108 Merge pull request 'Add new filters' () from dean/add-new-filters into master
Reviewed-on: 
2024-07-12 17:54:42 -06:00
ee73443374 Add new filters 2024-07-12 23:52:06 +00:00
88801f9186 Add not support to filter input gql 2024-07-10 16:17:32 -06:00
524d469a0d Merge pull request 'Add get shot annotations query' () from ivan/add-get-shot-annotations-query into master
Reviewed-on: 
2024-07-08 14:49:05 -06:00
c7b225ff00 Add get shot annotations query 2024-07-08 13:26:03 -06:00
ba84f6d9c0 Merge pull request 'Create shot annotations gql' () from kat/shot-annotations into master
Reviewed-on: 
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
2024-07-08 11:03:47 -06:00
6a72f9f43f Create shot annotations gql 2024-07-08 10:56:05 -06:00
efc0b2d858 Add column property query builder filters 2024-07-02 16:55:30 -06:00
f140807886 Merge pull request 'Add id's to new getMetricForVideo queries to prevent cache merge issues' () from loewy/add-ids-to-get-video-calls into master
Reviewed-on: 
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
2024-06-05 13:34:41 -06:00
37a13f1418 add id's to new getVideo w/ metric queries to prevent cache merge issues 2024-06-05 11:51:15 -07:00
1cc0660a93 Merge pull request 'Add operations to get trimmed getVideo queries for metrics' () from loewy/add-get-metrics-for-video-queries into master
Reviewed-on: 
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
2024-06-05 01:28:16 -06:00
14da2ae388 add averageTimePerShot, elapsedTime and MedianRun forVideo queries 2024-06-04 23:20:47 -07:00
9ee4d43c89 Merge pull request 'Restructure protobuf/add annotations' () from ivan/restructure-protobuf-types-and-add-annotations into master
Reviewed-on: 
2024-05-24 20:26:00 -06:00
fcac551806 Restructure protobuf/add annotations 2024-05-24 20:24:24 -06:00
044d8fa46d Merge pull request 'mk/implement-one-of' () from mk/implement-one-of into master
Reviewed-on: 
2024-05-22 16:49:28 -06:00
33f5404820 Actually incorperate one of stuff 2024-05-22 16:41:24 -06:00
04a30e67d3 Add gql mods for implementing one-of 2024-05-22 15:13:18 -06:00
08183ed952 Merge pull request 'rename pkg to rbproto' () from mk/fixing-rbproto into master
Reviewed-on: 
2024-05-22 12:01:23 -06:00
4fac231c43 rename pkg to rbproto 2024-05-22 12:00:39 -06:00
30e356e3e0 Add Protobuf with Testing + Codegen ()
Reviewed-on: 
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
Co-authored-by: Mike Kalange <countablecloud@gmail.com>
Co-committed-by: Mike Kalange <countablecloud@gmail.com>
2024-05-22 11:27:54 -06:00
36712557cb Merge pull request 'Add workflow' () from ivan/add-workflow into master
Reviewed-on: 
2024-05-21 14:34:15 -06:00
c6aeca7e2b Add workflow to check gql has been executed 2024-05-21 14:33:36 -06:00
92c18f8bf7 Add user to shot gql 2024-05-21 14:14:02 -06:00
e86f40c620 regenerate gql, fix type imports 2024-05-20 22:39:47 -07:00
072235f032 Create playlist, video generator and video player ()
Co-authored-by: Ivan Malison <IvanMalison@gmail.com>
Reviewed-on: 
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
2024-05-20 21:52:38 -06:00
9b76a6b599 Surface errors in upload process w/ audio & text alert/prompt ()
CLOSES 
CLOSES  (ground-work completed by @dean)

ADDRESSES  (will not show if recorded video is not active upload)

Reviewed-on: 
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
Co-authored-by: Loewy <loewymalkov@gmail.com>
Co-committed-by: Loewy <loewymalkov@gmail.com>
2024-05-20 19:05:10 -06:00
d94dbd6c03 Make startFrame endFrame required for Shot 2024-05-20 16:35:42 -06:00
b2db5bde2b remove operations 2024-05-15 09:39:28 -07:00
f8c5cf74f8 add currentProcessing and errors to schema/index and getStreamMonitoringDetails operation 2024-05-14 18:35:24 -07:00
231076496a use the same gql query for cursor management & polling 2024-05-09 19:05:05 -07:00
a1b3baa5c9 introduce lastIntendedSegmentBound to cursor management layer, method to checkAndHandleUploadCompletion 2024-05-09 19:05:05 -07:00
8378f7ae0b just gql stuff + use it on uncompletedStreams hook 2024-05-06 15:16:06 -07:00