- Nov 11, 2013
-
-
Kelvin Jones authored
Changes: run_info to get_system_load Changes: Added more detailed information in README.md Cleanup: Dashboard code organization Added: Added condition if worker doesn’t exist then show response page instead of error Small Changes: Changes for worker page for refresh button / icon Major Change: Settings page now changes setting and doesn’t error out if you only set one os path Upgrades: upgraded to bootstrap 3.0.2
-
- Nov 08, 2013
-
-
Kelvin Jones authored
Added caching for run_often reason for it so you can spam the refresh button (more earlier on resources this way) New Dependencies (psutil, gocept.cache) Changed Readme.md to reflect new dependencies
-
Francesco Siddi authored
Small Changes for job dispatching and shot completion
-
- Nov 07, 2013
-
-
Olivier Amrein authored
so that we get the correct color from CSS class. problem : "enabled" doesnt seem to be a valid class, its jquery keyword...
-
Olivier Amrein authored
- removed the (enable/disable) buttons in each client row - now you need to check a worker and enable an action. - selecting mutliple workers and apply a batch action doesnt work yet... + need to add refresh dataTable to show new status
-
- Nov 03, 2013
-
-
Kelvin Jones authored
-
- Nov 01, 2013
-
-
Olivier Amrein authored
-
Kelvin authored
Added if statement for shots that are completed
-
https://github.com/fsiddi/brenderKelvin authored
# By fsiddi # Via fsiddi * 'master' of https://github.com/fsiddi/brender: Upgrage to Boostrap 3
-
fsiddi authored
Several layout changes to make the current markup compatible with Boostrap 3
-
- Oct 31, 2013
- Oct 28, 2013
- Oct 15, 2013
-
-
Sergey Sharybin authored
-
Sergey Sharybin authored
- Made workder report progress back to the server when rendering is over - Hooked Shot start/stop buttons to the interface
-
fsiddi authored
-
- Oct 13, 2013
-
-
fsiddi authored
-
- Sep 28, 2013
-
-
fsiddi authored
-
https://github.com/fsiddi/brenderfsiddi authored
-
fsiddi authored
For the moment we only specify the general Linux and OSX blender binary path. Useful for testing render jobs code!
-
- Sep 25, 2013
-
-
Francesco Siddi authored
Changes for Indentation of files
-
Kelvin Jones authored
Makes code cleaner and easier to read
-
- Sep 24, 2013
-
-
Olivier Amrein authored
-
- Sep 23, 2013
-
-
Francesco Siddi authored
Missing log files exception fix
-
https://github.com/fsiddi/brenderKelvin authored
# By Olivier Amrein # Via Olivier Amrein * 'master' of https://github.com/fsiddi/brender: run_command() rename + cleaning typo
-
Kelvin authored
Fixed issue with log being displayed
-
Olivier Amrein authored
I renamed the function run_command() to render_chunk(). It can always be renamed later if needed It can now get 3 arguments from the server : start, end, and blendfile-path I think it is the basic stuff we need for the moment.
-
Olivier Amrein authored
-
- Sep 22, 2013
-
-
Olivier Amrein authored
after adding the system column we forgot to offset the fnUpdate to column 5
-
Olivier Amrein authored
right now I just do a javascript alert, it would be good to implement a messaging system later ( a bit like flask.flash(), but on the html side.
-
- Sep 20, 2013
-
-
Olivier Amrein authored
-
Olivier Amrein authored
-
fsiddi authored
WARNING: this commit requires the addition of a 'system' column in the workers table. When a worker is started we detect the operating system and the version. This is useful for sending the right commands to workers later via the server.
-
fsiddi authored
We use the request.remote_addr value to determine the request. Apparently it's very hard to get the IP address of a machine consistently on OSX and Linux. Probably there will be problems when we work with non LAN IPs but for the moments it seems to work.
-
fsiddi authored
-
- Sep 19, 2013
-
-
fsiddi authored
And the 'status' value gets carried up to the server.
-