Graphwindows-fixes
Graph
windows-fixes
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
c2fcebd900a6 | Sybren A. Stüvel (sybren) | Bumped version to 2.1.0-dev | Oct 20 2017 | ||||
ea49ddc26491 | Sybren A. Stüvel (sybren) | Implemented Manager-dictated state changes. | Oct 19 2017 | ||||
f05d21d1b19c | Sybren A. Stüvel (sybren) | Bumped version to 2.0.9-dev | Sep 29 2017 | ||||
3838f56b126d | Sybren A. Stüvel (sybren) | Don't push task status 'canceled' when we are no longer allowed to run it. | Sep 29 2017 | ||||
1c16cf37c4cc | Sybren A. Stüvel (sybren) | Include response text when Manager refuses task update. | Sep 29 2017 | ||||
c15ef58417b5 | Sybren A. Stüvel (sybren) | Lock TaskUpdateQueue.flush() | Sep 29 2017 | ||||
c07105e04e66 | Sybren A. Stüvel (sybren) | Renamed flush_for_shutdown() to flush_and_report() | Sep 29 2017 | ||||
7441685963d9 | Sybren A. Stüvel (sybren) | Added simple upgrading info to the README.md | Sep 7 2017 | ||||
dbcec43bb561 | Sybren A. Stüvel (sybren) | Marked 2.0.8 as released | Sep 7 2017 | ||||
acfb2b970ecd | Sybren A. Stüvel (sybren) | Updated publish-online.sh to take new distribution files into account. | Sep 7 2017 | ||||
9c8d6e01fb38 | Sybren A. Stüvel (sybren) | Properly fixed futures not being waited for. | Sep 6 2017 | ||||
b152067a72da | Sybren A. Stüvel (sybren) | Added two missing await statements | Sep 6 2017 | ||||
4814d5575682 | Sybren A. Stüvel (sybren) | Document Python 3.5.2 as minimal version. | Sep 6 2017 | ||||
77f85d993578 | Sybren A. Stüvel (sybren) | SSDP discovery: fixed macOS compatibility | Sep 6 2017 | ||||
ab8ffe256d0c | Sybren A. Stüvel (sybren) | SSDP discovery: only do Windows-specific fix on Windows | Sep 6 2017 | ||||
74602912f1c4 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.8 | Sep 6 2017 | ||||
6cc476aca3b4 | Sybren A. Stüvel (sybren) | SSDP discovery: fixed Windows compatibility | Sep 6 2017 | ||||
631c9a23bdf0 | Sybren A. Stüvel (sybren) | SSDP discovery: set SO_REUSEPORT option on platforms that support it | Sep 6 2017 | ||||
d4eec490c3e5 | Sybren A. Stüvel (sybren) | SSDP discovery: allow multicast TTL setting to fail | Sep 6 2017 | ||||
f9bd6d230f4b | Sybren A. Stüvel (sybren) | SSDP discovery: bind to '' instead of an explicit 'all interfaces' address | Sep 6 2017 | ||||
15484a56cf1d | Sybren A. Stüvel (sybren) | SSDP discovery: just use a set to make address families unique | Sep 6 2017 | ||||
0fcb870eb253 | Sybren A. Stüvel (sybren) | SSDP discovery: don't set default socket timeout | Sep 6 2017 | ||||
28faec5941b2 | Sybren A. Stüvel (sybren) | Changed default log location to not be unix-specific | Sep 6 2017 | ||||
ddd66078371c | Sybren A. Stüvel (sybren) | Documented required installation of Visual C++ redistributable | Sep 6 2017 | ||||
beba53b0e7ed | Sybren A. Stüvel (sybren) | Moved mkdistfile main code into main() function | Sep 6 2017 | ||||
4f7c6318d86a | Sybren A. Stüvel (sybren) | Documented getting requirements-dev.txt before packaging | Sep 6 2017 | ||||
9262ced5cedb | Sybren A. Stüvel (sybren) | Added mkdistfile.py to easily create distributable files. | Sep 5 2017 | ||||
4ab2d2e5d4c7 | Sybren A. Stüvel (sybren) | Removed packaging instructions for wheels | Sep 5 2017 | ||||
c9416eef3bf4 | Sybren A. Stüvel (sybren) | Reflowed long lines | Sep 5 2017 | ||||
0fa46da1b395 | Sybren A. Stüvel (sybren) | Added pyinstaller to changelog/readme | Sep 5 2017 | ||||
694260e72fcf | Sybren A. Stüvel (sybren) | Initial support for pyinstaller, needs testing & documenting | Aug 23 2017 | ||||
34b934d6aa4c | Sybren A. Stüvel (sybren) | Allow SSDP discovery msg sending to fail on almost all address families | Aug 23 2017 | ||||
2029264a433d | Sybren A. Stüvel (sybren) | Added `--debug` CLI parameter to enable debug logging | Aug 23 2017 | ||||
31c3b21e1c7a | Sybren A. Stüvel (sybren) | Log destination address when doing SSDP discovery | Aug 17 2017 | ||||
0e684b7b5eb6 | Sybren A. Stüvel (sybren) | Updated changelog | Aug 8 2017 | ||||
c947a1935f8a | Arto Kitula (akitula)/Sybren A. Stüvel (sybren) | --config parameter parsing was incompatible with python 3.5 | Aug 8 2017 | ||||
bebc63491bcf | Sybren A. Stüvel (sybren) | Bumped version to 2.0.7 | Aug 8 2017 | ||||
eb7b50e51c6e | Sybren A. Stüvel (sybren) | Released 2.0.7 | Aug 8 2017 | ||||
1e6c568457b6 | Sybren A. Stüvel (sybren) | Updated changelog | Jul 4 2017 | ||||
1cd86adbd685 | Sybren A. Stüvel (sybren) | Use UPnP/SSDP to automatically find Manager when manager_url is empty. | Jul 4 2017 | ||||
2ffff180ebfd | Sybren A. Stüvel (sybren) | Prevent 'sqlite3.OperationalError: cannot VACUUM from within a transaction' on… | Jul 2 2017 | ||||
610be3dae42a | Sybren A. Stüvel (sybren) | Windows doesn't have a USR1 signal. | Jul 2 2017 | ||||
7e5b09bee83b | Sybren A. Stüvel (sybren) | Avoid patching asyncio on Windows | Jul 2 2017 | ||||
a5bfcfe6d3af | Sybren A. Stüvel (sybren) | Fixed version nr in publish-online.sh | Jun 23 2017 | ||||
f0dbd4f5eeca | Sybren A. Stüvel (sybren) | Bumped version to 2.0.6 | Jun 23 2017 | ||||
346134dd3edd | Sybren A. Stüvel (sybren) | Added `--reregister` CLI option to re-register this worker at its Manager. | Jun 23 2017 | ||||
c9234a2c13a7 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.6-beta1 | Jun 21 2017 | ||||
008f880a50bf | Sybren A. Stüvel (sybren) | Fixed incompatibility with attrs version 17.1+. | Jun 21 2017 | ||||
9d83e42726cf | Sybren A. Stüvel (sybren) | Added publish-online script | Jun 9 2017 | ||||
77de8493520c | Sybren A. Stüvel (sybren) | Added SHA256 checksum to "setup.py zip" | Jun 9 2017 | ||||
f53b22db4dc8 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.5 | Jun 9 2017 | ||||
3cd5b0ff6ec9 | Sybren A. Stüvel (sybren) | Removed --factory-startup from the default Blender command | May 31 2017 | ||||
8ec1091dba3e | Sybren A. Stüvel (sybren) | Vacuum SQLite database at startup. | May 16 2017 | ||||
6fea0294f917 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.4 | May 9 2017 | ||||
0fb301784891 | Sybren A. Stüvel (sybren) | Fixed bug in merge_with_home_config() | May 9 2017 | ||||
1fb33788db3d | Sybren A. Stüvel (sybren) | Clarified some things in the README.md file. | May 3 2017 | ||||
717ea87a74c0 | Sybren A. Stüvel (sybren) | Made the `flamenco-worker.cfg` file mandatory | May 3 2017 | ||||
37f687e308a7 | Sybren A. Stüvel (sybren) | Include CHANGELOG.md in distribution | May 2 2017 | ||||
ed3f3d9d3d9b | Sybren A. Stüvel (sybren) | Clarified readme a bit | Apr 13 2017 | ||||
0a3b2a34b07b | Sybren A. Stüvel (sybren) | Bumped version to 2.0.2 | Apr 7 2017 | ||||
f1844b6d4827 | Sybren A. Stüvel (sybren) | Updated changelog | Apr 7 2017 | ||||
92e7af073a83 | Sybren A. Stüvel (sybren) | Updated default config to use valid task types | Apr 7 2017 | ||||
337e77b64e15 | Sybren A. Stüvel (sybren) | Sign on at Manager when starting Worker | Mar 31 2017 | ||||
95b4f1374140 | Sybren A. Stüvel (sybren) | Replaced job_types → task_types | Mar 31 2017 | ||||
37335275c87d | Sybren A. Stüvel (sybren) | Fixed type annotation | Mar 31 2017 | ||||
a63c6975c7c9 | Sybren A. Stüvel (sybren) | Added configuration for mypy | Mar 31 2017 | ||||
5ac585241bdd | Sybren A. Stüvel (sybren) | Fixed unittest | Mar 31 2017 | ||||
6488f5429017 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.1 | Mar 31 2017 | ||||
b54fed383caf | Sybren A. Stüvel (sybren) | Send paths of produced output to Manager's /output-produced endpoint. | Mar 31 2017 | ||||
2f1d429ad492 | Sybren A. Stüvel (sybren) | Bumped version to 2.0 | Mar 29 2017 | ||||
d0e484969a71 | Sybren A. Stüvel (sybren) | Fixed typo | Mar 29 2017 | ||||
49b8e1840759 | Sybren A. Stüvel (sybren) | Fixed link in README | Mar 29 2017 | ||||
829bd0e6ef04 | Sybren A. Stüvel (sybren) | Included installation & packaging instructions | Mar 29 2017 | ||||
e7a02319ce26 | Sybren A. Stüvel (sybren) | Include README and LICENSE in wheel | Mar 29 2017 | ||||
ae065eac1212 | Sybren A. Stüvel (sybren) | Added "setup.py zip" command to create distributable zip files. | Mar 29 2017 | ||||
2585f2735594 | Sybren A. Stüvel (sybren) | Bumped version to 2.0-beta10-worker6 | Mar 16 2017 | ||||
b62314332786 | Sybren A. Stüvel (sybren) | Explicitly clean up temporary directory after tests. | Mar 16 2017 | ||||
dce19396efe9 | Sybren A. Stüvel (sybren) | Implemented commands copy_file and remove_tree | Mar 16 2017 | ||||
162653383ab8 | Sybren A. Stüvel (sybren) | Renamed test_runner_*.py to test_commands_*.py | Mar 16 2017 | ||||
f4ef19ae9b23 | Sybren A. Stüvel (sybren) | Moved command implementations from runner.py to commands.py | Mar 16 2017 | ||||
32727e8edd44 | Sybren A. Stüvel (sybren) | Bumped version to 2.0-beta10-worker5 | Mar 16 2017 | ||||
1615e2929315 | Sybren A. Stüvel (sybren) | Use slash in user agent instead of space | Mar 16 2017 | ||||
c877d11a43f2 | Sybren A. Stüvel (sybren) | Added standard git commands for committing & tagging version bump | Mar 16 2017 | ||||
007aed7d95aa | Sybren A. Stüvel (sybren) | Bumped version to 2.0-beta10-worker4 | Mar 16 2017 | ||||
56b5d6da08f2 | Sybren A. Stüvel (sybren) | Pass software name + version in a User-Agent HTTP header | Mar 16 2017 | ||||
f5505b9a35e4 | Sybren A. Stüvel (sybren) | Round timestamped paths to entire seconds. | Mar 15 2017 | ||||
29281d481364 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.0-beta10-worker3 | Mar 15 2017 | ||||
f6525825796b | Sybren A. Stüvel (sybren) | Added move_to_final command to move an intermediate render dir to the final dir | Mar 15 2017 | ||||
c0587547686b | Sybren A. Stüvel (sybren) | Move-out-of-way command now uses nicer filenames | Mar 15 2017 | ||||
515d5b7d2df9 | Sybren A. Stüvel (sybren) | Fixed some test issues with CoroMock() | Mar 15 2017 | ||||
3d121eeef476 | Sybren A. Stüvel (sybren) | Removed CoroMock, when it fails it's really cryptic what's going on. | Mar 15 2017 | ||||
171abbc18406 | Sybren A. Stüvel (sybren) | Worked around a race condition shutting down. | Mar 10 2017 | ||||
42a4cf1a5be3 | Sybren A. Stüvel (sybren) | Bumped tag to 2.0.0-beta10-worker2 | Mar 3 2017 | ||||
0383fadaa10f | Sybren A. Stüvel (sybren) | (hopefully) fixed race condition between HTTP connection and shutdown. | Mar 3 2017 | ||||
b673aa9026c4 | Sybren A. Stüvel (sybren) | Removed unused import | Mar 3 2017 | ||||
4d9819c92f6e | Sybren A. Stüvel (sybren) | Removed Flamenco Server and Manager, and moved Worker to top level | Mar 3 2017 | ||||
51bbd2d7bae5 | Sybren A. Stüvel (sybren) | Merge branch 'sybren-cleanups-go1.8' into master | Mar 2 2017 | ||||
4ad2e539b071 | Francesco Siddi (fsiddi) | Add greadlink support for macOS in rsync_ui | Feb 22 2017 | ||||
cf35a2a3f3c0 | Sybren A. Stüvel (sybren) | Server: added comment to rsync_ui.sh to clarify "set -e" | Feb 21 2017 | ||||
a0d7042f70cd | Pablo Vazquez (pablovazquez) | Server: On load, mark job as processing before marking as active | Feb 21 2017 |