Block a user
Add Description to Job Types
@dr.sybren Ah, that test was failing because I mistakenly had the description set as required so it was included in the json when building the etag. I fixed the description and fixed the addon to…
c4b0d4a35f
add test for AvailableJobType description
d110136342
fix optional description in addon
8e522f4ea1
job type description should be optional
52e329b3d7
Merge branch 'main' into job-description
43a452e940
Website: Update the required Go version to Latest
Add Description to Job Types
@dr.sybren I noticed some merge conflicts in this PR, so I have fixed them.
4a59a7ca40
regen openapi spec
d4b9a6fb14
Merge branch 'main' into job-description
c3b8707390
Worker: reduce log level of 'Blender could not be found' to info level
00dfbc10b6
Worker: link to FAQ entry when the worker cannot be found
63a578688e
Make
make test
fail fast
c3b8707390
Worker: reduce log level of 'Blender could not be found' to info level
00dfbc10b6
Worker: link to FAQ entry when the worker cannot be found
63a578688e
Make
make test
fail fast
b219f9b1c2
Manager tests: replace
assert.NoError()
with require.NoError()
3f4a9025fe
Manager tests: replace
assert.NoError()
with require.NoError()
Add Description to Job Types