Commit Graph

  • 09d7feebfb changed list comprehension to concatenation Christopher Usher 2019-11-01 00:51:33 +0000
  • 02fd265407 allow for multiple channels in docker-compose Christopher Usher 2019-11-01 00:21:43 +0000
  • f9b48bc70e cutter: Add more metrics Mike Lang 2019-10-31 17:51:42 -0700
  • 5e824e7af5 changed list comprehension to concatenation Christopher Usher 2019-11-01 00:51:33 +0000
  • 4f900c5925 Collect metrics around cutting time Mike Lang 2019-10-31 17:34:46 -0700
  • d8fb607c95 allow for multiple channels in docker-compose Christopher Usher 2019-11-01 00:21:43 +0000
  • 8ad61e9870 downloader: Collect metrics on http calls Mike Lang 2019-10-31 17:23:47 -0700
  • 52e6c4ad41 sheetsync, cutter: Collect metrics on http calls Mike Lang 2019-10-31 17:15:53 -0700
  • d63ae573b7 backfiller: Collect metrics on http calls Mike Lang 2019-10-31 17:09:11 -0700
  • a2edb38a85 Add an InstrumentedSession wrapper that automatically gathers metrics on http calls Mike Lang 2019-06-29 18:36:13 -0700
  • b4655f18c6 downloader: Track total duration of downloaded segments Mike Lang 2019-06-29 15:54:04 -0700
  • 4dd4c83ff1 updated INSTALL.md Christopher Usher 2019-10-31 00:59:47 +0000
  • 12badbff03 Update documentation to reflect recent changes Christopher Usher 2019-10-31 00:34:07 +0000
  • 50b4b57daa updated INSTALL.md Christopher Usher 2019-10-31 00:59:47 +0000
  • 1ac031b778
    Update documentation to reflect recent changes Christopher Usher 2019-10-31 00:34:07 +0000
  • dc1c31fef4 fixes to the error handling as suggested by ekim Christopher Usher 2019-10-30 22:58:55 +0000
  • 553b11bc84 typo in error handler Christopher Usher 2019-10-29 22:31:53 +0000
  • 9dfffe0a62 improvements based on ekims suggestions plus delete_hours yeilds to the rest of the backfiller Christopher Usher 2019-10-29 22:28:57 +0000
  • 8579fcaeea check start is not None before checking whether hour is before start Christopher Usher 2019-10-28 02:52:21 +0000
  • f8835cd253 documentation for --delete-old; check that start is not none Christopher Usher 2019-10-28 02:18:27 +0000
  • a361249145 renamed delete_before to keep_hours Christopher Usher 2019-10-22 04:10:44 +0100
  • be562b8448 added warnings if keeping fewer hours than backfilling Christopher Usher 2019-10-22 04:04:02 +0100
  • 9d81569d98 Added the ability to delete old hours Christopher Usher 2019-10-22 03:42:23 +0100
  • ded67f90ca fixes to the error handling as suggested by ekim Christopher Usher 2019-10-30 22:58:55 +0000
  • c41b9886a9 typo in error handler Christopher Usher 2019-10-29 22:31:53 +0000
  • 029ad743ff improvements based on ekims suggestions plus delete_hours yeilds to the rest of the backfiller Christopher Usher 2019-10-29 22:28:57 +0000
  • 4ad11164fa check start is not None before checking whether hour is before start Christopher Usher 2019-10-28 02:52:21 +0000
  • 184eccd069 documentation for --delete-old; check that start is not none Christopher Usher 2019-10-28 02:18:27 +0000
  • 4ad8eab137 renamed delete_before to keep_hours Christopher Usher 2019-10-22 04:10:44 +0100
  • 5d3d5b8f07 added warnings if keeping fewer hours than backfilling Christopher Usher 2019-10-22 04:04:02 +0100
  • 794b5fec23 Added the ability to delete old hours Christopher Usher 2019-10-22 03:42:23 +0100
  • 28ef77b5a7 error handling changes as suggested by ekim Christopher Usher 2019-10-30 22:22:28 +0000
  • 34e8d0a64b Handle the case where an hour directory disappears between listing the hours and trying to list the segments in that hour. This could happen if the backfiller is deleting old hours. Christopher Usher 2019-10-30 01:36:31 +0000
  • 3207dd6878 Fixed temporary segments crashing segment coverage Christopher Usher 2019-10-30 01:06:31 +0000
  • 49ccb6df86 warns when a directory does not exist or when there are no hours to make a map from Christopher Usher 2019-10-30 00:25:01 +0000
  • a18c6d9278 error handling changes as suggested by ekim Christopher Usher 2019-10-30 22:22:28 +0000
  • add22230ab Handle the case where an hour directory disappears between listing the hours and trying to list the segments in that hour. This could happen if the backfiller is deleting old hours. Christopher Usher 2019-10-30 01:36:31 +0000
  • 7dc3dbf076 Fixed temporary segments crashing segment coverage Christopher Usher 2019-10-30 01:06:31 +0000
  • 24ec94b4e1 warns when a directory does not exist or when there are no hours to make a map from Christopher Usher 2019-10-30 00:25:01 +0000
  • eaf69fac1a
    Merge pull request #118 from ekimekim/mike/nginx/serve-segments Mike Lang 2019-10-28 02:31:12 -0700
  • 7183b25ce9
    Merge pull request #119 from ekimekim/mike/database-resilience Mike Lang 2019-10-28 02:31:05 -0700
  • 3130e770c8 made while loop more pythonic Christopher Usher 2019-10-27 02:36:07 +0000
  • a1880b2414 fixes based on ekim's suggestions Christopher Usher 2019-10-21 23:35:42 +0100
  • bea876e0cc removed obsolete code Christopher Usher 2019-10-20 12:56:06 +0100
  • 43e19c3c56 removed unneeded package Christopher Usher 2019-10-20 00:25:27 +0100
  • 44390173ed comments, code style and better handling of empty hours Christopher Usher 2019-10-20 00:08:12 +0100
  • 003261eae4 Promethous gauges and new style coverage plots Christopher Usher 2019-10-19 22:11:01 +0100
  • 46b7c7a3b6 new plotting Christopher Usher 2019-10-18 02:23:45 +0100
  • 9711dbab0e changing what I mean by overlap Christopher Usher 2019-10-16 00:32:51 +0100
  • 8e79ac772a started on the guages Christopher Usher 2019-10-16 00:16:51 +0100
  • 92a4cf0d7b bit of a clean up Christopher Usher 2019-10-16 00:00:20 +0100
  • 20a8a214d6 working! Christopher Usher 2019-10-15 23:39:28 +0100
  • ac72f775c9 functional Christopher Usher 2019-10-15 19:11:08 +0100
  • 223af52265 added coverage to docker-compose Christopher Usher 2019-10-15 01:00:17 +0100
  • 722cbd20fa first pass at checking for holes and repeats Christopher Usher 2019-10-14 21:09:50 +0100
  • 66f5a06a5c basic segment counting working Christopher Usher 2019-10-14 19:56:49 +0100
  • 3618510f35 basic functionality Christopher Usher 2019-10-13 01:19:32 +0100
  • 929308f3e7 started on the segment_coverage service Christopher Usher 2019-10-12 14:29:05 +0100
  • a42e7b48f6 thrimshim: Allow degraded operation even if DB broken Mike Lang 2019-10-27 01:23:05 -0700
  • 17af1c4e89 cutter, sheetsync: Wait for DB to connect on startup Mike Lang 2019-10-27 01:19:54 -0700
  • 0e437566aa backfiller: Don't crash on DB errors Mike Lang 2019-10-27 01:10:05 -0700
  • fc791e03d4 DBManager: Don't test connection on start Mike Lang 2019-10-27 01:08:12 -0700
  • 3c20a9aece nginx: Serve the segments directly from the segments dir Mike Lang 2019-10-27 00:19:55 -0700
  • 095e391b60
    Merge pull request #116 from ekimekim/mike/thrimbletrimmer-things Mike Lang 2019-10-27 00:09:07 -0700
  • 934c640a04 thrimbletrimmer: Display edit notes below the video Mike Lang 2019-10-26 07:37:27 -0700
  • f7f07a2688 Add /defaults to thrimshim, use it to populate config stuff in thrimbletrimmer Mike Lang 2019-10-26 07:15:37 -0700
  • d03120548b thrimbletrimmer: Always respect the channel given by thrimshim Mike Lang 2019-10-26 06:54:44 -0700
  • 6cfad08a26 thrimbletrimmer: Restore previously saved advanced options Mike Lang 2019-10-26 06:51:04 -0700
  • 728ede61c0 thrimbletrimmer: Don't leave page after saving edits Mike Lang 2019-10-26 06:50:49 -0700
  • 983e3a61c6 thrimbletrimmer: also pause on spacebar Mike Lang 2019-10-26 06:24:04 -0700
  • 775799944a thrimbletrimmer: Don't hide the video player on error Mike Lang 2019-10-26 06:21:58 -0700
  • 7dea1f0cdb thrimbletrimmer: Fix some typos in the new error handling Mike Lang 2019-10-26 06:21:24 -0700
  • da3cc24ed1 Pass a list of upload locations from thrimshim to thrimbletrimmer Mike Lang 2019-10-26 04:10:23 -0700
  • b11fe39371 thrimshim: Validate title length, non-empty title/description Mike Lang 2019-10-26 04:47:52 -0700
  • ba746ff6e6 Add title and description header/footer in thrimshim instead of cutter Mike Lang 2019-10-26 04:33:24 -0700
  • b0ea790407 thrimbletrimmer: Misc cleanup Mike Lang 2019-10-26 04:18:41 -0700
  • 93fc202394 thrimbletrimmer: submit button: clean up, error handling, no-auth mode Mike Lang 2019-10-26 04:18:20 -0700
  • cdd286c0ee thrimbletrimmer: manual link and download buttons: cleanup, error handling, no-auth mode Mike Lang 2019-10-26 04:16:52 -0700
  • b06721df07 thrimbletrimmer: Update bustime/UTC values when you switch Mike Lang 2019-10-26 04:14:23 -0700
  • 91c67899ee thrimbletrimmer: Read title prefix from thrimshim and display it greyed out Mike Lang 2019-10-26 04:11:33 -0700
  • caa129e192 thrimbletrimmer: allow holes should be off by default Mike Lang 2019-10-26 04:09:45 -0700
  • 93f812eb64 thrimbletrimmer: Fix Streams and Hours links to not leave the current page Mike Lang 2019-10-26 04:06:32 -0700
  • 15cf65c926 nginx: Nicer formatting for thrimbletrimmer part of config Mike Lang 2019-10-26 01:26:56 -0700
  • 60c6145836 nginx: Fix invalid config when no services deployed Mike Lang 2019-10-26 01:26:25 -0700
  • e5c5eb4090
    Merge pull request #115 from ekimekim/mike/config-fixes Mike Lang 2019-10-27 00:06:37 -0700
  • 6ef27fe757 nginx: Always use relative paths ekimekim 2019-10-26 03:07:28 -0500
  • 742fcc3a28 Update default worksheet list to correct typo ekimekim 2019-10-26 02:54:24 -0500
  • 86f22d38d8 docker-compose: Need to tell sheet-sync to allocate ids ekimekim 2019-10-26 02:48:02 -0500
  • b2d3faeab2
    Merge pull request #113 from ekimekim/mike/cutter/upload-errors Mike Lang 2019-10-27 00:06:06 -0700
  • 596cd92644 cutter: Add more specific error handling to upload backends Mike Lang 2019-10-23 22:23:30 +1100
  • 736040435c Refactor error handling in uploads Mike Lang 2019-10-23 22:06:18 +1100
  • e435abf72e
    Merge pull request #114 from ekimekim/mike/fixes Mike Lang 2019-10-27 00:00:11 -0700
  • 1468609a97 made while loop more pythonic Christopher Usher 2019-10-27 02:36:07 +0000
  • 40458d9d7f local backend: Use original version of title in write_info Mike Lang 2019-10-24 04:21:46 +1100
  • 80d829b83b full cut: ffmpeg requires a seekable output file Mike Lang 2019-10-24 04:20:15 +1100
  • f4cd3f546e removed comments no longer needed Christopher Usher 2019-10-22 00:25:46 +0100
  • 51e4520826 replaced warnings.warn with logger.warn Christopher Usher 2019-10-22 00:01:35 +0100
  • 7d85eb7272 warn about and ignore files that don't parse as segments Christopher Usher 2019-10-20 12:48:27 +0100
  • 3a9543a4b5 Suppress less ffmpeg output when cutting Mike Lang 2019-10-24 04:00:13 +1100
  • 3fbbe59b00 cutter Local backend: Fix typo and file extension when full cutting Mike Lang 2019-10-24 03:45:20 +1100