- Mar 03, 2020
-
-
dependabot[bot] authored
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.7...v1.10.8 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Feb 29, 2020
-
-
Dixon Fred authored
-
- Feb 06, 2020
-
-
Leonardo Crauss Daronco authored
Was pointing to the wrong directory when loading the ruby scripts. Also made the directory easier to configure, it's all in a single place now.
-
- Jan 28, 2020
-
-
Calvin Walton authored
I moved the location of the worker classes around, but forgot to update the Rakefile to include them from the new location.
-
- Jan 21, 2020
-
-
Calvin Walton authored
The done filenames all have to contain the break_timestamp to identify the segment
-
Calvin Walton authored
I've moved the workers code into the `lib` subdirectory with other library-ish code; this puts it into the ruby load path used by most scripts so referencing files is easier. I've applied various style cleanups based on the rubocop config present. The `events` processing step has been integrated as a new worker `EventsWorker`, there is no longer a separate `events/events.rb` script. I've reworked the `rap-starter.rb` script to check for the done files in both the events and recorded status directories.
-
Calvin Walton authored
-
Calvin Walton authored
-
- Jan 19, 2020
-
-
Dixon Fred authored
-
- Jan 14, 2020
-
-
Calvin Walton authored
If the poll size happened to be not an integer, the poll generation would fail. Round it to an integer for the generation tool.
-
- Jan 13, 2020
-
-
Calvin Walton authored
Write a tool that generates the poll svg images directly from the BBB poll description. This avoids the issues with special characters in the gnuplot labels, and gives us a lot more flexibility in how the polls are formatted and styled.
-
- Dec 19, 2019
-
-
Calvin Walton authored
-
Calvin Walton authored
-
- Dec 10, 2019
-
-
Leonardo Crauss Daronco authored
-
- Dec 06, 2019
-
-
Leonardo Crauss Daronco authored
Changed only in the main class so journald is the default and in the scripts related to the processes in resque. Internal scripts might still be logging to files.
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
Resque captures the exceptions and marks the jobs as failed.
-
Leonardo Crauss Daronco authored
They are optional but it's better to have them than not. If they are passed and the script doesn't expect it they break.
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
Instead of just running when a .done file is added, it now also goes through the files already there when the process starts.
-
- Dec 05, 2019
-
-
Leonardo Crauss Daronco authored
Instead of being executed every 30s by systemd, it's now a service that's running all the time and will wait for .done files to start the processing of recordings.
-
- Dec 04, 2019
-
-
Leonardo Crauss Daronco authored
Moved the code that was after the sanity step to its own worker.
-
Leonardo Crauss Daronco authored
It will only process recordings which ID matches the pattern. By default the pattern is nil and it will process all recordings.
-
- Nov 20, 2019
-
-
Calvin Walton authored
Fixes #8252
-
- Nov 08, 2019
-
-
dependabot[bot] authored
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.3.1. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md) - [Commits](https://github.com/flavorjones/loofah/compare/v2.2.3...v2.3.1 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Oct 30, 2019
-
-
SilentFlameCR authored
-
- Oct 28, 2019
-
-
Calvin Walton authored
Add an example to enable generating an mp4 file (Apple device compatibility) Switch the webm generation to use the faster single-pass encode by default, since 2-pass is much slower and more cpu intensive.
-
Calvin Walton authored
-
- Oct 23, 2019
-
-
Calvin Walton authored
-
- Oct 22, 2019
-
-
Calvin Walton authored
The wav files from the freeswitch recordings are huge, uncompressed. There's no reason to keep them as wav, we can compress them in the archive step.
-
- Oct 21, 2019
-
-
Pedro Beschorner Marin authored
-
- Oct 18, 2019
-
-
Calvin Walton authored
Someone on the mailing list had some recordings which were using the 2.0 playback, but were missing the deskshare.xml file (which should always be present for 2.0… strange). It's safe to continue loading the recording playback if the deskshare.xml file is not found, the recording will just act as if there were no deskshare start/stop events.
-
- Oct 09, 2019
-
-
Calvin Walton authored
Previously the setMediaSync function was only called after the deskshare loaded, but by moving it to run after all media loaded, it now runs even on recordings that didn't have deskshare. Make it do nothing (return early) in that case.
-
- Oct 07, 2019
-
-
Calvin Walton authored
If the secondary media loaded before the main media, it would run the "setMediaSync" function before the main media player was setup. As a side-effect of setting up the main media player, all of the event handlers added by the setMediaSync function are detached, and so the secondary media never starts playing. Move the call to setMediaSync to after the media-ready events for all media have fired, so that it can reliably attach the event handlers.
-
- Oct 04, 2019
-
-
dependabot[bot] authored
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.3...v1.3.0 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Sep 23, 2019
-
-
Ghazi Triki authored
Adapt the screenshare processing script to changes to the api for events handling in the recording-and-playback core libs.
-
Calvin Walton authored
This reverts a bbb-specific customization made in the jquery.acornmediaplayer.js file: it's restored to what the upstream player did. I can't find any explanation for why this change was made in the first place? Reverting it doesn't seem to cause any playback issues (Popcorn still works, in particular).
-
- Aug 20, 2019
-
-
dependabot[bot] authored
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.3...v1.10.4 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jul 31, 2019
-
-
Richard Alam authored
-
- Jul 10, 2019
-
-
Richard Alam authored
-