Graphhotfix-v2.3
Graph
hotfix-v2.3
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
2ca3f1abe039 | Matthieu Simon | add error handling in addJob form | Jan 16 2015 | ||||
f842ad1e3a09 | Matthieu Simon | fix respawn button id | Jan 16 2015 | ||||
b5346a4ba0a4 | Matthieu Simon | fix manager db initialization (don't expect server) | Jan 15 2015 | ||||
9beeba1d244d | Matthieu Simon | update Readme (db init) | Jan 15 2015 | ||||
0039f3d2c5b2 | Matthieu Simon | update readme | Jan 15 2015 | ||||
74a85cc25f01 | Matthieu Simon | fix respawn db requests | Jan 15 2015 | ||||
3060c571f292 | Matthieu Simon | fix config example file (TRUE -> True) | Jan 13 2015 | ||||
32832c414356 | Matthieu Simon | upgrade database (add relation_job_manager table) | Jan 13 2015 | ||||
ea45e3c5dd2f | Matthieu Simon | add server's scheduler and fix some tasks management mistakes | Jan 13 2015 | ||||
4dba17d22d49 | Francesco Siddi (fsiddi) | Merge pull request #61 from fsiddi/tweaks | Jan 7 2015 | ||||
d353d90922e1 | Francesco Siddi (fsiddi) | Typo fix | Jan 7 2015 | ||||
9935e4c760ad | Francesco Siddi (fsiddi) | Manager default config uses server settings | Jan 7 2015 | ||||
22078c75e799 | Francesco Siddi (fsiddi) | Multi architecture render paths | Jan 7 2015 | ||||
cf55dee0866c | Matthieu Simon | fix default configuration, iteration end in task dispatching, is_available… | Jan 7 2015 | ||||
b7b2fa27a7af | Francesco Siddi (fsiddi) | Minor tweaks and comments | Jan 7 2015 | ||||
586865654cdf | Francesco Siddi (fsiddi) | Renaming runmanager to runserver | Jan 6 2015 | ||||
fbda46ebf304 | Francesco Siddi (fsiddi) | Initial database migrations for manager | Jan 6 2015 | ||||
160cbfadc5d9 | Francesco Siddi (fsiddi) | Initial database migrations for server | Jan 6 2015 | ||||
e696eebc7f28 | msimoncz | Merge pull request #58 from msimoncz/dev | Jan 5 2015 | ||||
1c3420756e6a | Matthieu Simon | change undefined total_workers from -1 to None; update server config | Jan 5 2015 | ||||
67e937b66f05 | Matthieu Simon | fix server's default config loader | Jan 2 2015 | ||||
5ada856f8405 | Matthieu Simon | fix job current frame updating | Jan 2 2015 | ||||
c3a705d961e7 | Francesco Siddi (fsiddi) | Merge pull request #57 from msimoncz/dev | Dec 31 2014 | ||||
bbcdc79a0524 | Matthieu Simon | add 'respawn' button | Dec 31 2014 | ||||
7070608b8618 | Matthieu Simon | add different behavior if job_id is not null in dispatch_task | Dec 31 2014 | ||||
74a32296f16f | Matthieu Simon | add manager scheduling in server | Dec 30 2014 | ||||
f174f0a13025 | Matthieu Simon | fix workers display if no manager connected | Dec 30 2014 | ||||
d04d9a027d4c | Matthieu Simon | update gitignore | Dec 30 2014 | ||||
a86678edb96e | Matthieu Simon | fix config files; temporary remove type_id fields for tasks | Dec 30 2014 | ||||
3c42d76ce1b7 | Francesco Siddi (fsiddi) | Merge pull request #56 from msimoncz/dev | Dec 22 2014 | ||||
ab17e61fa615 | Matthieu Simon | fix job status management; add lock in workers; add busy status to workers | Dec 22 2014 | ||||
f779c781305c | Matthieu Simon | fix job_name field in server; try to fix kill management in worker | Dec 19 2014 | ||||
389b371495ce | Matthieu Simon | fix jobs launcher | Dec 19 2014 | ||||
c7376c3069d2 | Matthieu Simon | implement a first scheduling for manager, add config files in manager and server | Dec 18 2014 | ||||
a728d5c03540 | Matthieu Simon | managers are in server's config file; workers test suite works | Dec 18 2014 | ||||
d3cd23927606 | Matthieu Simon | add manager module in server, begin to implement a new worker management | Dec 16 2014 | ||||
a3521867e52b | Matthieu Simon | add commands to worker application | Dec 16 2014 | ||||
c215f36565f9 | Matthieu Simon | fix condition structure in http_server_request function | Dec 16 2014 | ||||
a761317d1157 | Matthieu Simon | add manager application | Dec 16 2014 | ||||
948a5449bb1a | Francesco Siddi (fsiddi) | Some updates to docs | Dec 15 2014 | ||||
21e171984f69 | Francesco Siddi (fsiddi) | Cleaning up worker info code | Dec 15 2014 | ||||
65f8393bad46 | Francesco Siddi (fsiddi) | Fix for typo | Dec 14 2014 | ||||
73d67da6b2ec | Francesco Siddi (fsiddi) | Headers cleanup | Dec 14 2014 | ||||
45933a3ae26e | Francesco Siddi (fsiddi) | Logging in main module | Dec 14 2014 | ||||
264e6d2bf48e | Francesco Siddi (fsiddi) | Cleanup | Dec 14 2014 | ||||
82d4fba7b72d | Francesco Siddi (fsiddi) | Removed unused model | Dec 14 2014 | ||||
8e74192fe513 | Francesco Siddi (fsiddi) | Minor fix for test | Dec 13 2014 | ||||
73d702f14671 | Francesco Siddi (fsiddi) | Minor tweaks | Dec 13 2014 | ||||
424bb7b358ca | Francesco Siddi (fsiddi) | Changing prints into logging | Dec 13 2014 | ||||
2927a7a3fc5f | Francesco Siddi (fsiddi) | Single job reset method | Dec 13 2014 | ||||
0ba704f30dbf | Francesco Siddi (fsiddi) | Single job stop method | Dec 13 2014 | ||||
fd70a6b280d6 | Francesco Siddi (fsiddi) | Testing utility class | Dec 13 2014 | ||||
118a245bd0d0 | Francesco Siddi (fsiddi) | Single job start method | Dec 13 2014 | ||||
5e2bce6915ce | Francesco Siddi (fsiddi) | Delete method for single job | Dec 13 2014 | ||||
51d3262abfbf | Francesco Siddi (fsiddi) | Moved file browsing in own module | Dec 13 2014 | ||||
a795dc57e2d7 | Francesco Siddi (fsiddi) | Merge pull request #52 from msimoncz/dev | Dec 12 2014 | ||||
267bce2bb7fc | Matthieu Simon | add migrations in gitignore and clean tests file | Dec 12 2014 | ||||
602d0b0cb9c9 | Francesco Siddi (fsiddi) | Updated requirements.txt | Dec 12 2014 | ||||
6e7dcff844ad | Francesco Siddi (fsiddi) | Added initial test for job editing | Dec 12 2014 | ||||
f28a346c9efe | Francesco Siddi (fsiddi) | Fix for tests | Dec 12 2014 | ||||
3912281e3ce4 | Matthieu Simon | add tests for job module (need to be fixed) | Dec 11 2014 | ||||
81095ce2a075 | Matthieu Simon | finish job refractoring, renaming extension to format and debug | Dec 11 2014 | ||||
af8ff665138b | Matthieu Simon | refractor job/task module | Dec 10 2014 | ||||
b74abd371557 | Matthieu Simon | refactoring of jobs/tasks module | Dec 8 2014 | ||||
6bab54fcf75f | Francesco Siddi (fsiddi) | Merge pull request #51 from msimoncz/dev | Dec 6 2014 | ||||
d93ac2286bde | Matthieu Simon | add unit tests for workers and settings modules | Dec 3 2014 | ||||
e340ec73a895 | Francesco Siddi (fsiddi) | Merge pull request #50 from msimoncz/dev | Dec 3 2014 | ||||
6c85ef2c5c09 | Matthieu Simon | workers menu automatic update | Dec 1 2014 | ||||
f79274c7c71f | Matthieu Simon | fix settings post return message | Nov 27 2014 | ||||
2f38d1db5149 | Matthieu Simon | fix workers module and add settings module | Nov 27 2014 | ||||
2aecacf9f524 | Matthieu Simon | bug in workers module | Nov 26 2014 | ||||
b19091257f53 | Matthieu Simon | add packages version to new one | Nov 25 2014 | ||||
5cb2d81dc9af | Matthieu Simon | add migration tools and update requirements | Nov 25 2014 | ||||
c9f2260c99ef | Francesco Siddi (fsiddi) | Partial refactoring, REST API and testing | Nov 23 2014 | ||||
5157592a6b3e | Francesco Siddi (fsiddi) | Merge pull request #49 from msimoncz/dev | Nov 22 2014 | ||||
f1a54d5784e2 | Matthieu Simon | fix error encoding on dashboard | Nov 21 2014 | ||||
73676bdc494d | Matthieu Simon | fix directory checking in dashboard /shot/<id> | Nov 21 2014 | ||||
e5f231505985 | Matthieu Simon | add 'failed' status for jobs and shots (also fixed jobs db update in server) | Nov 21 2014 | ||||
8552bed06154 | Matthieu Simon | server error 500 display on dashboard | Nov 21 2014 | ||||
efde7278edb1 | Matthieu Simon | display shot ID on interface | Nov 21 2014 | ||||
e58a09453aea | Matthieu Simon | fix thumbnail generation for allowing multiple project shots | Nov 20 2014 | ||||
b935765525c9 | Francesco Siddi (fsiddi) | updated requirements.txt | Nov 17 2014 | ||||
4fdbb50b45e1 | Francesco Siddi (fsiddi) | Merge pull request #46 from msimoncz/extension | Nov 17 2014 | ||||
fba8dc3e0d30 | Francesco Siddi (fsiddi) | Merge pull request #45 from msimoncz/thumbnail | Nov 17 2014 | ||||
fd3bdf3e455f | Matthieu Simon | fix browsing for windows paths | Nov 12 2014 | ||||
aec7dc1df862 | Matthieu Simon | fix file browsing | Nov 12 2014 | ||||
ab8edc0b6465 | Matthieu Simon | possibility to render again a rendered shot | Nov 10 2014 | ||||
1b5c5f7980d4 | Matthieu Simon | dashboard: remove image mime_type in render response | Nov 10 2014 | ||||
3542300a8d43 | Matthieu Simon | add possibility to choose render format at shot creation; format: PNG, JPEG… | Nov 10 2014 | ||||
0f4ca4481497 | Matthieu Simon | add Pillow to requirements | Nov 10 2014 | ||||
99b91fdd1c91 | Matthieu Simon | remove all system_path calls (python seems to handle path very well); add gobal… | Nov 10 2014 | ||||
da5becd405cf | Matthieu Simon | remove useless calls to system_path | Nov 10 2014 | ||||
3b1ed49a3ab6 | Matthieu Simon | update gitignore | Nov 10 2014 | ||||
c6a404584f28 | Matthieu Simon | print the blender output during job working instead at the job end | Nov 10 2014 | ||||
c457197e0d61 | Matthieu Simon | add thumbnail management: they are generated and the end of a job the most… | Nov 10 2014 | ||||
5efeceaad146 | Francesco Siddi (fsiddi) | Merge pull request #44 from msimoncz/port-windows | Nov 6 2014 | ||||
93a3b841f10d | Matthieu Simon | server may not found any ready jobs | Nov 5 2014 | ||||
a2b67bdfffd8 | Matthieu Simon | fix shots update return in dashboard | Nov 5 2014 | ||||
f907229d15c3 | Matthieu Simon | add possibility to disable a non connected worker | Nov 5 2014 | ||||
53c4521ca75f | Matthieu Simon | worker : add NONBLOCK flag to subprocess I/O | Nov 3 2014 |