- Mar 03, 2017
-
-
Sybren A. Stüvel authored
This is a clone of the Flamenco repository from back in the days when Server, Manager and Worker shared the same Git repository. This is the commit where that ended, and they went their separate ways.
-
- Jan 31, 2017
-
-
Sybren A. Stüvel authored
-
- Jan 13, 2017
-
-
Sybren A. Stüvel authored
-
- Jan 03, 2017
-
-
Sybren A. Stüvel authored
This allows the worker to queue up task updates when Flamenco Manager is unreachable. Note that asyncio is used for task scheduling & execution, but HTTP connections and subprocess communication is not (yet). As a result, a blocking POST call will block proc.stdout.read() in AbstractSubprocessCommand, and vice versa. This can be solved by using either multithreading or asyncio to perform those operations.
-
- Dec 23, 2016
-
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
-
Sybren A. Stüvel authored
Instead, use a personal global gitignore file and ignore whatever files your editor/IDE/OS generates there.
-
- Dec 22, 2016
-
-
Sybren A. Stüvel authored
-
- Dec 21, 2016
-
-
Sybren A. Stüvel authored
It can register with the Flamenco Manager, but nothing else. It does save its secret & worker ID in a config file, though.
-
Sybren A. Stüvel authored
-
- Dec 14, 2016
-
-
Sybren A. Stüvel authored
-
- Dec 04, 2016
-
-
Francesco Siddi authored
-
- Jul 24, 2016
-
-
Francesco Siddi authored
-
- May 31, 2016
-
-
Francesco Siddi authored
-
- Nov 19, 2015
-
-
Pablo Vazquez authored
http://gulpjs.com
-
- Jun 10, 2015
-
-
Pablo Vazquez authored
-
- Jun 09, 2015
-
-
Pablo Vazquez authored
-
- May 27, 2015
-
-
Pablo Vazquez authored
-
Pablo Vazquez authored
-
- May 22, 2015
-
-
Pablo Vazquez authored
-
- May 13, 2015
-
-
Pablo Vazquez authored
-
- Mar 18, 2015
-
-
Eibriel authored
-
- Mar 16, 2015
-
-
Eibriel authored
Moving Server Storage to Public Storage location set automatically
-
- Mar 04, 2015
-
-
Eibriel authored
-
- Jan 06, 2015
-
-
Francesco Siddi authored
-
Francesco Siddi authored
-
- Dec 30, 2014
-
-
Matthieu Simon authored
-
- Dec 18, 2014
-
-
Matthieu Simon authored
-
- Dec 12, 2014
-
-
Matthieu Simon authored
-
- Nov 10, 2014
-
-
Matthieu Simon authored
-
- Apr 30, 2014
-
-
fsiddi authored
-
- Feb 13, 2014
-
-
Scantlight authored
related to issue #35 - a separate configuration file that is ignored in .gitignore files. There is a "config.py_tmpl" which can be used as a starting point for a custom configuration. If there were not defined a configuration file the system will just work using default values and starting respective applications on local-host (for developing proposes) - DATABASE can now be defined inside configuration file and data base connection will be established only from starting point of brender (brender.py) - now inside __init__ files is defined module serve() function that is used to start application and setup some configuration value. All other operations are moved back do controllers.py files. This should keep separate application initialisation from application usage.
-
- Dec 04, 2013
-
-
Kelvin Jones authored
Organized: organized the dashboard a little Changes: small type fixes Changes: fixed bootstrap 3 alert message style Fixes: Log page fixes and layout fixes Added: worker_blender_mem and cpu ussage statistics Added: blender_stats function to worker
-
- Nov 15, 2013
-
-
Olivier Amrein authored
-
- Nov 14, 2013
-
-
Kelvin Jones authored
-
- Nov 03, 2013
-
-
Kelvin Jones authored
-
- Sep 18, 2013
-
-
fsiddi authored
-
Olivier Amrein authored
-
- Aug 18, 2013
-
-
fsiddi authored
We are going to use the Flask framework for both server and client. This is just a prototype. Actual documentation will follow later.
-
- Jan 19, 2013
-
-
fsiddi authored
-