- Feb 12, 2014
-
-
Francesco Siddi authored
-
Francesco Siddi authored
The docs folder contains the Sphinx project used for building the documentation, better than having it in a separate branch.
-
Francesco Siddi authored
After the refactoring it was being misplaced in the root folder.
-
- Feb 11, 2014
-
-
Francesco Siddi authored
Now brender is made of 3 packages: * server * dashboard * worker which can be executed with a ./brender.py package-name comment. Please check for possible errors across the different modules of the application.
-
- Jan 17, 2014
-
-
Kelvin Jones authored
-
- Jan 16, 2014
-
-
fsiddi authored
-
Francesco Siddi authored
Added Shows and Fixed Shows update
-
Kelvin Jones authored
dashboard.py - cleanup code dashboard.py - removed shot delete code brender.css - code cleanup shot.html - Removed /shot/delete/, added javascript shots delete function shows.py - PEP8 code cleanup shows.py - removed unused code shots.py - removed add shot code
-
- Dec 28, 2013
-
-
Kelvin Jones authored
Conflicts: dashboard/dashboard.py dashboard/templates/shows.html
-
- Dec 26, 2013
-
-
Olivier Amrein authored
was broken by me. Made capitalization in CSS. + added nav link to render settings page.
-
Kelvin Jones authored
Added shot view url to shots page (clicking the id) just like worker page view Added shot delete route /shot/delete/<shot_id> Added Shot view page /shot/<shot_id>
-
Kelvin Jones authored
Fixed Delete show not deletes any shots tied to show that is delete Added ability when show is deleted if another show is available make that show active Added badge to show which show is active on the shows page Added No Shows to setting page for when no show are available Added a option field when creating show if the currently isn't a show it will set it as active but if you want to create a new show and set as active after creation it is possible
-
- Dec 17, 2013
-
-
Kelvin Jones authored
Added being able to add shows and delete shows Fixed Show update Added show button on shows page
-
- Dec 13, 2013
-
-
Olivier Amrein authored
-
Olivier Amrein authored
added a module, did not know where to put otherwise. we could add things like server uptime etc…
-
Olivier Amrein authored
Added uppercase on first letter of the title, and made use of the title variable in the templates. notes : - I removed titles for 2 pages where it was not used : worker and add_shot - Do we need this passing of title variable ? I guess it could become useful one day. - on a design note, we could have instead everything lowercase… as in the logo… but i think it looks good like this.
-
Francesco Siddi authored
Refining and cleaning up a few things
-
- Dec 12, 2013
-
-
Kelvin Jones authored
Made some small changes for online & offline stats Fixes for psutil cpu usage More code organization
-
- Dec 11, 2013
-
-
Kelvin Jones authored
Removed trailing whitespace
-
- Dec 08, 2013
-
-
Kelvin Jones authored
-
Kelvin Jones authored
Removed stupid merge files
-
Kelvin Jones authored
made small changes to multiple unneeded psutil calls working on offline stats for when the worker was last online TODO 1. Add save to database for offline stats 2. find more cpu savy way with or without psutil
-
Kelvin Jones authored
Fix for when log files havent been created yet and disable button when no log files
-
Kelvin Jones authored
Alert message fix for bootstrap 3
-
fsiddi authored
-
fsiddi authored
-
fsiddi authored
Some code should still be cleaned up, but this is an effor to wrap up things for an Alpha release.
-
- Dec 07, 2013
- Dec 06, 2013
-
-
Francesco Siddi authored
Small Fixes for PEP8 and Fixes for render_settings path
-
https://github.com/fsiddi/brenderKelvin Jones authored
# By fsiddi # Via fsiddi * 'master' of https://github.com/fsiddi/brender: Completed shots are now marked as such in the database Tweak for enabling and disabling workers Update to README.md e commit.
-
Kelvin Jones authored
log page can now detect all log files in the app root directory for future ocasions TODO: find way to only display the first 30 lines and last 60 lines will work on this later
-
Kelvin Jones authored
Fixes: Fixed import os in render_settings
-
fsiddi authored
-
fsiddi authored
-
fsiddi authored
Just a small edit to clarify the need of psutil.
-
- Dec 05, 2013
-
-
Kelvin Jones authored
Fixes: fixed render_settings wasnt working correctly was only finding the directory if start server.py within server folder now works both ways
-
Kelvin Jones authored
Fixes: Small PEP8 fixes
-