Sybren A. Stüvel
9ca14cd471
OAPI: regenerate code
2022-06-02 12:16:51 +02:00
Sybren A. Stüvel
fdb0b82664
OAPI: regenerate code
2022-05-31 17:19:06 +02:00
Sybren A. Stüvel
90707dceed
OAPI: regenerate code
2022-05-31 15:30:26 +02:00
Sybren A. Stüvel
1f49880b7f
OAPI: regenerate code
2022-05-31 15:18:48 +02:00
Sybren A. Stüvel
0fc0d1d0e0
OAPI: regenerate code
2022-05-31 14:58:49 +02:00
Sybren A. Stüvel
885911a06e
OAPI: regenerate code
2022-05-31 13:16:10 +02:00
Sybren A. Stüvel
f2f6726ec0
OAPI: regenerate code
2022-05-31 11:21:41 +02:00
Sybren A. Stüvel
431406a301
OAPI: regenerate code
2022-05-31 10:43:57 +02:00
Sybren A. Stüvel
a3d885e710
OAPI: regenerate code
2022-05-30 19:23:00 +02:00
Sybren A. Stüvel
eab4fa2ca7
OAPI: regenerate code
2022-05-30 18:52:00 +02:00
Sybren A. Stüvel
2cf6e2e528
OAPI: regenerate code
2022-05-20 16:49:48 +02:00
Sybren A. Stüvel
bb7ac8319f
OAPI: regenerate code
2022-05-20 16:30:42 +02:00
Sybren A. Stüvel
1bb4ada72b
OAPI: regenerate code
2022-05-20 12:58:57 +02:00
Sybren A. Stüvel
a74ad07642
OAPI: Regenerate code
2022-05-20 10:49:25 +02:00
Sybren A. Stüvel
ce43eead9a
OAPI: regenerate code
2022-05-19 17:24:59 +02:00
Sybren A. Stüvel
1086fcbc28
OAPI: Regenerate code
2022-05-19 16:04:10 +02:00
Sybren A. Stüvel
b928896066
OAPI: regenerate code
2022-05-19 15:17:19 +02:00
Sybren A. Stüvel
12d5b2a1fc
OAPI: regenerate code
2022-05-19 14:11:33 +02:00
Sybren A. Stüvel
cd8080fb44
OAPI: regenerate code
2022-05-17 14:48:25 +02:00
Sybren A. Stüvel
fd16f7939e
OAPI: regenerate code
2022-05-12 15:06:05 +02:00
Sybren A. Stüvel
24755e32b6
OAPI: regenerate code
2022-05-06 15:10:31 +02:00
Sybren A. Stüvel
23680c27bf
OAPI: regenerate code
2022-05-05 16:36:38 +02:00
Sybren A. Stüvel
7b1b6030d3
OAPI: regenerate code
2022-05-05 16:04:45 +02:00
Sybren A. Stüvel
4da7f67105
OAPI: generate code
2022-05-03 13:03:59 +02:00
Sybren A. Stüvel
222d618ef6
OAPI: generate code
2022-05-03 11:10:57 +02:00
Sybren A. Stüvel
824425f466
OAPI: regenerate code
2022-05-02 18:31:29 +02:00
Sybren A. Stüvel
992fc38604
OAPI: add endpoint for fetching the tasks of a job
...
Add `fetchJobTasks` operation to the Jobs API. This returns a summary of
each of the job's tasks, suitable for display in a task list view.
The actually used fields may need tweaking once we actually have a task
list view, but at least the functionality is there.
2022-04-22 12:52:57 +02:00
Sybren A. Stüvel
5466f65225
OAPI: add setJobStatus
operation
...
Add API endpoint for updating the job status.
2022-04-21 19:06:18 +02:00
Sybren A. Stüvel
b699647ed4
OpenAPI: add activity
field to Job
schema
2022-04-21 12:40:25 +02:00
Sybren A. Stüvel
d099a31531
OAPI: add endpoint for getting a single job type
...
This will be used by the web frontend to determine which job settings
to show and which to hide.
2022-04-15 16:21:48 +02:00
Sybren A. Stüvel
e672289a11
OAPI: include all info for the jobs table in the JobUpdate
schema
...
By having all info for the jobs table in the `JobUpdate` schema, it won't
have to query for the full job when a new job is added. This fetching of
the full job is now delayed until someone clicks on the table row.
2022-04-14 09:41:04 +02:00
Sybren A. Stüvel
863ecee954
OAPI: regenerate OpenAPI code
2022-04-08 12:04:34 +02:00
Sybren A. Stüvel
df3f7b44b9
Hook up web interface to job updates
2022-04-07 18:46:09 +02:00
Sybren A. Stüvel
0c0df41f5d
Job status change system for SocketIO broadcasts
...
Not fully tested yet.
2022-04-05 15:52:55 +02:00
Sybren A. Stüvel
781f1d936a
OAPI: add jobs query endpoint
2022-04-04 18:53:19 +02:00
Sybren A. Stüvel
80ffc7da5d
OAPI: use GET instead of OPTIONS to get file info from Shaman
...
OPTIONS is used by browser for CORS pre-flight requests.
2022-04-01 15:52:17 +02:00
Sybren A. Stüvel
5f16201832
OAPI: expose effective job storage path in configuration API
2022-04-01 14:01:22 +02:00
Sybren A. Stüvel
724938c7ae
Shaman: allow Manager to determine the final checkout path
...
The checkout request now responds with the final checkout path. This makes
it possible for the Manager to ensure the checkout is unique.
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
c69e0909ae
Shaman submission is working!
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
21227c8046
More Shaman integration work
...
- Addon switches between filesystem-packing and Shaman-packing
automatically, depending on whether the Manager has Shaman enabled.
- Actually using BAT for Shaman packing.
It doesn't work though, some error occurs when receiving Shaman response
from the Manager in the Addon.
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
f9b7510c42
Streamlining Shaman protocol further, plus rough implementation for addon
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
b2288e7f28
Manager: More work on Shaman support
...
This introduces some more conceptual changes to Shaman. The most important
one is that there is no longer a "checkout ID", but a "checkout path".
The Shaman client can request any subpath of the checkout directory,
so that it can handle things like project- or scene-specific prefixes.
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
2b0d154a07
Manager: more work on Shaman integration
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
6f35b3303d
Manager: more work on porting Shaman code to Flamenco 3
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
4df0543661
Manager: Implementation of Shaman OAPI interface
...
This hooks up the OpenAPI Shaman endpoints to a Shaman interface. This
interface doesn't have any implementation yet.
2022-03-25 14:10:26 +01:00
Sybren A. Stüvel
09a476e11a
Compute render output path when evaluating job settings
...
Compute render output path when evaluating job settings, which is done
within the Flamenco add-on, instead of in the job compiler script. This
allows the UI to show the render path, rather than it only being known
after the job has been submitted.
2022-03-15 16:56:44 +01:00
Sybren A. Stüvel
a6ac331612
Allow Python evaluation for computing job settings in the addon
2022-03-14 18:44:39 +01:00
Sybren A. Stüvel
7b090bdbd6
OAPI: job submission endpoint now returns Job instead of SubmittedJob
2022-03-14 16:59:59 +01:00
Sybren A. Stüvel
7181c2c4cf
OAPI: allow job settings to have a tooltip/description
2022-03-11 17:30:27 +01:00
Sybren A. Stüvel
416fa9bd28
OAPI: add 'meta' tag for /api/version endpoint
2022-03-10 15:45:46 +01:00