-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Worker with Runner #1233
base: dev
Are you sure you want to change the base?
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07cf3de - Browse repository at this point
Copy the full SHA 07cf3deView commit details
Commits on Dec 1, 2023
-
- Actions refined and now with postman, working selfstream requests - A site page development has begun with the needed functionality of heartbeats still in development for the response - the model/runner.go and dao/runner.go have been edited to work better with existing functionalities TODO: - Thumbnail.go still needs tweaking - rest implementations need to be done - having the runners be displayed onto the webpage please text me over element or github if there is anything I forgot to mention in this push
Configuration menu - View commit details
-
Copy full SHA for 7ed30f7 - Browse repository at this point
Copy the full SHA 7ed30f7View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ecc8147 - Browse repository at this point
Copy the full SHA ecc8147View commit details
Commits on Dec 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 220c689 - Browse repository at this point
Copy the full SHA 220c689View commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3aa753 - Browse repository at this point
Copy the full SHA c3aa753View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce36468 - Browse repository at this point
Copy the full SHA ce36468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6960938 - Browse repository at this point
Copy the full SHA 6960938View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64e5e8c - Browse repository at this point
Copy the full SHA 64e5e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9323a - Browse repository at this point
Copy the full SHA 1a9323aView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87781af - Browse repository at this point
Copy the full SHA 87781afView commit details -
Merge remote-tracking branch 'origin/enh/runner' into enh/runner
# Conflicts: # runner/actions/stream.go # runner/runner.go
Configuration menu - View commit details
-
Copy full SHA for 0fefc7f - Browse repository at this point
Copy the full SHA 0fefc7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a05062 - Browse repository at this point
Copy the full SHA 8a05062View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5cb70 - Browse repository at this point
Copy the full SHA ca5cb70View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec8e45 - Browse repository at this point
Copy the full SHA fec8e45View commit details
Commits on Mar 22, 2024
-
functional streams are now possible with runner. Added two new models…
… for the preventions of crashes and fail saves for runners( Jobs.go and Action.go. for now, the notify runner method only looks for streams like the notifyWorker func but I'm working on the overlooking of jobs on tumlive side with the models and dao files I added
Configuration menu - View commit details
-
Copy full SHA for 679983a - Browse repository at this point
Copy the full SHA 679983aView commit details
Commits on Apr 23, 2024
-
Add action silence detect (#1338)
* Realised silence detect action * Apply silence detection in the job * align method of setting a new value in the context with existing actions * send silence results to server on success
Configuration menu - View commit details
-
Copy full SHA for 80e0bb1 - Browse repository at this point
Copy the full SHA 80e0bb1View commit details
Commits on May 13, 2024
-
Enh/runner audio normalization (#1329)
* Add commands for audio normalization; pass 1 realised in a new action * Pass 1 realised in a new action * Make sure transcoding with audio normalization does the same to video. * Integrate audio normalization into transcode. Apply it only when exactly 1 video exists for the stream. * Pass 1: properly return error message * Pass 1: 1. synchronise reading from stdin before extracting info; 2. make sure to close everything in case of error * Audio normalization: log when applied * Remove the unused action AudioNormalization --------- Co-authored-by: Dawin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9eecbae - Browse repository at this point
Copy the full SHA 9eecbaeView commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ff1b26 - Browse repository at this point
Copy the full SHA 6ff1b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aca47c - Browse repository at this point
Copy the full SHA 3aca47cView commit details
Commits on Sep 2, 2024
-
temporary changes with runner Job creation not done yet. created the …
…web page but not fully finished the pop up window. working on the models and their schemas.
Configuration menu - View commit details
-
Copy full SHA for 25ede51 - Browse repository at this point
Copy the full SHA 25ede51View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac23542 - Browse repository at this point
Copy the full SHA ac23542View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b68ac5 - Browse repository at this point
Copy the full SHA 4b68ac5View commit details
Commits on Oct 23, 2024
-
Merge remote-tracking branch 'origin/dev' into enh/runner
# Conflicts: # .golangci.yml # cmd/tumlive/tumlive.go # go.work.sum # tools/stream-signing.go # web/admin.go # web/template/partial/footer.gohtml # web/template/user-settings.gohtml
Configuration menu - View commit details
-
Copy full SHA for 15662c3 - Browse repository at this point
Copy the full SHA 15662c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5770259 - Browse repository at this point
Copy the full SHA 5770259View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb70635 - Browse repository at this point
Copy the full SHA fb70635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 048d1e1 - Browse repository at this point
Copy the full SHA 048d1e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeaafdb - Browse repository at this point
Copy the full SHA aeaafdbView commit details
Commits on Oct 29, 2024
-
jetzt sollte tumlive auf die richtige vm zugreifen müssen
Configuration menu - View commit details
-
Copy full SHA for 108fb8a - Browse repository at this point
Copy the full SHA 108fb8aView commit details
Commits on Nov 12, 2024
-
adjusted the hls access from edge server and made the proxy work. adj…
…usted the cmd.yaml for less clutter during hls stream
Configuration menu - View commit details
-
Copy full SHA for 7e66a67 - Browse repository at this point
Copy the full SHA 7e66a67View commit details
Commits on Nov 13, 2024
-
Merge remote-tracking branch 'origin/enh/runner' into enh/runner
# Conflicts: # runner/actions/stream.go
Configuration menu - View commit details
-
Copy full SHA for 6c20c8b - Browse repository at this point
Copy the full SHA 6c20c8bView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e76637d - Browse repository at this point
Copy the full SHA e76637dView commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ff1898 - Browse repository at this point
Copy the full SHA 7ff1898View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe262c2 - Browse repository at this point
Copy the full SHA fe262c2View commit details