Mike Lang
48ef416dfb
restreamer, thrimshim: Allow /metrics/* in addition to /metrics
...
This allows the metrics proxying from nginx to work even if the path is not rewritten,
which is hard to do in k8s.
4 years ago
Christopher Usher
c19dce6e4e
I forgot to add tags
4 years ago
Christopher Usher
27c6b70976
fixes in response to review
4 years ago
Christopher Usher
b21a520d3a
Checking for changes in the sheet now working in the thrimbletrimmer
4 years ago
Christopher Usher
1216c8e8a5
thrimshim side of checking for changes seems to be working
4 years ago
Christopher Usher
8889648a58
Check whether sheet columns have changed during editing in thrimshim.
4 years ago
Mike Lang
b53fcd65a0
Add dependencies required to install psycopg2 from source
...
We can't install the binaries as they don't support musl
4 years ago
HubbeKing
86f7823348
Replace calls to gevent.signal() with gevent.signal_handler()
...
gevent.signal() was removed in gevent 1.5a4, see http://www.gevent.org/api/gevent.signal.html
Removed on Feb 5th, see https://github.com/gevent/gevent/pull/1530
4 years ago
Mike Lang
a53786dc2d
Add file and make as build dependencies
...
gevent now requires these to build. I'm not sure when this changed.
4 years ago
Mike Lang
7e0c415f83
thrimshim: Add video tags column as required
4 years ago
Mike Lang
4bbcc8bc06
Revert "Merge pull request #155 from ekimekim/mike/manual-uploads"
...
This reverts commit 99de586353
, reversing
changes made to 4b04f70b6f
.
We don't need this feature and it complicates things and adds bugs.
5 years ago
Mike Lang
9ccc7e4e8d
thrimshim: Allow manual_link to set things from UPLOAD_PENDING to TRANSCODING
5 years ago
Mike Lang
b2a07ef114
Merge pull request #140 from ekimekim/mike/build-improvements
...
Refactor dockerfiles for more shared layers
5 years ago
Mike Lang
731ef9e2d0
Refactor dockerfiles for more shared layers
...
By carefully ensuring most of our dockerfiles are identical in their first few layers,
we only need to build those layers once instead of every time.
In particular, we move installing gevent to before installing common,
so that even when common changes gevent doesn't need to be reinstalled.
This is important because gevent takes ages to install.
Also fixes segment_coverage, which wasn't being installed.
5 years ago
Mike Lang
3dfe0e8722
Allow thrimshim to safely cancel a job while it is cutting
...
This differs from the existing reset row by only suceeding if the upload is not
in finalizing.
We also make some changes to cutter to handle this situation gracefully.
5 years ago
Mike Lang
a42e7b48f6
thrimshim: Allow degraded operation even if DB broken
...
Any endpoints that don't need a DB conn will still work fine.
Notably, this includes /defaults, which is needed for
thrimbletrimmer to work in a non-specific-row mode.
5 years ago
Mike Lang
f7f07a2688
Add /defaults to thrimshim, use it to populate config stuff in thrimbletrimmer
...
Thrimbletrimmer needs to know stuff like the bustime start time,
default channel, even if it's not looking at a specific row.
5 years ago
Mike Lang
da3cc24ed1
Pass a list of upload locations from thrimshim to thrimbletrimmer
...
with the first one being the default.
5 years ago
Mike Lang
b11fe39371
thrimshim: Validate title length, non-empty title/description
...
and pass the title prefix / max length through to thrimbletrimmer
5 years ago
Mike Lang
ba746ff6e6
Add title and description header/footer in thrimshim instead of cutter
...
This accomplishes two things:
1. It allows thrimshim to properly validate length restrictions (not implemented yet)
2. It means that the database has a record of the values actually written for each of these rows,
instead of that information depending on how the cutter was configured at the time.
5 years ago
mg
936a2387c8
Change to how default channel is handled.
5 years ago
mg
ca11e59511
Adding channel/start time info to Thrimshim to pass to Thrimbletrimmer.
5 years ago
mg
6edd224395
Merging Thrimbletrimmer into Wubloader with latest changes.
5 years ago
Christopher Usher
fec8cff185
Merge branch 'master' into chrusher-database-replication
5 years ago
Christopher Usher
027c2900e2
fixes in response to ekim's comments
5 years ago
Christopher Usher
92f6ed5891
function name fix
5 years ago
Christopher Usher
86477fae13
fixes for ekim's comments
5 years ago
Christopher Usher
611a4bd793
added option not to authenticate thrimshim
5 years ago
Christopher Usher
36fe22bf99
authentication implemented and tested as much as possible without authentication in thrimbletrimmer
5 years ago
Christopher Usher
057bd031a2
decorator to avoid duplication authentication code
5 years ago
Christopher Usher
0cf84ef510
code style clean up
5 years ago
mg
64824973ba
Adding issuer validation.
5 years ago
mg
96d2566ab2
Adding dependencies and retrieving account info.
5 years ago
Christopher Usher
aea0fe1766
Setting up Auth Test function
5 years ago
Christopher Usher
d07cb5de44
Placeholder text
5 years ago
Christopher Usher
23e3cfce20
Added editor, edit_time and upload_time to thrimshim and cutter updates of the
...
database
5 years ago
Christopher Usher
1dbe585837
retry database connection if it fails
5 years ago
mg
e49ec90d3e
UI Improvements
5 years ago
Christopher Usher
d55d6fb7bc
added option not to authenticate thrimshim
5 years ago
Christopher Usher
c8e44af20d
authentication implemented and tested as much as possible without authentication in thrimbletrimmer
5 years ago
Christopher Usher
377a6697b0
decorator to avoid duplication authentication code
5 years ago
Christopher Usher
4779d88e37
code style clean up
5 years ago
mg
f4d0fbf42e
Adding issuer validation.
5 years ago
mg
f3b1b991e5
Adding dependencies and retrieving account info.
5 years ago
Christopher Usher
d578da90d0
Setting up Auth Test function
5 years ago
Christopher Usher
365d7b7852
Placeholder text
5 years ago
Christopher Usher
ea42cab8fd
Added editor, edit_time and upload_time to thrimshim and cutter updates of the
...
database
5 years ago
Christopher Usher
76bc629720
moved flask monitoring to its own module
5 years ago
Christopher Usher
73541f852f
logging and monitoring for thrimshim
5 years ago
Christopher Usher
6858c2e2de
starting on logging and monitoring
5 years ago