Graphwip-redesign
Graph
wip-redesign
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
aa815b19d2a1 | Sybren A. Stüvel (sybren) | Moved "hasTLS" condition into Conf class HasTLS() method. | Sep 6 2017 | ||||
39a3dc3628e3 | Sybren A. Stüvel (sybren) | Preparations for gracefully handling missing configuration & going into setup… | Sep 6 2017 | ||||
1202ab744675 | Sybren A. Stüvel (sybren) | Added support for writing configuration to a YAML file. | Sep 6 2017 | ||||
5a35e9ff94c2 | Sybren A. Stüvel (sybren) | Added support to load config from arbitrary filename. | Sep 6 2017 | ||||
9b44c03c381a | Sybren A. Stüvel (sybren) | Reworded changelog | Sep 6 2017 | ||||
527c2cb6c0c3 | Sybren A. Stüvel (sybren) | Switched back to github.com/fromkeith/gossdp | Aug 30 2017 | ||||
a11339e4d538 | Sybren A. Stüvel (sybren) | Mention that unit tests still require external MongoDB | Aug 30 2017 | ||||
bcbd6653e274 | Sybren A. Stüvel (sybren) | Fixed GetTestConfig() on Windows | Aug 30 2017 | ||||
e9c2e57a68ab | Sybren A. Stüvel (sybren) | Mentioned bundled MongoDB in README.md "Getting Started" | Aug 30 2017 | ||||
fefede9bf6e6 | Sybren A. Stüvel (sybren) | Bind MongoD to "localhost" rather than "127.0.0.1" for IPv6-only systems. | Aug 30 2017 | ||||
bf0068997ffb | Sybren A. Stüvel (sybren) | Run MongoDB executable from path rel to flamenco-manager executable… | Aug 30 2017 | ||||
0a038331f92b | Sybren A. Stüvel (sybren) | Added bundledmongo.relativeToExecutable() function. | Aug 30 2017 | ||||
3d3a8d998f8b | Sybren A. Stüvel (sybren) | More reliable way to shut down MongoDB | Aug 25 2017 | ||||
468c11f5ec31 | Sybren A. Stüvel (sybren) | Prevent hanging upon shutdown | Aug 25 2017 | ||||
0b020d0976a5 | Sybren A. Stüvel (sybren) | Bundle MongoDB with the distribution version of Flamenco Manager | Aug 25 2017 | ||||
a2e960194fa8 | Sybren A. Stüvel (sybren) | Use sensible defaults for database_url and database_path | Aug 25 2017 | ||||
dfaf6b5b18a9 | Sybren A. Stüvel (sybren) | Added support for running a bundled MongoDB installation. | Aug 25 2017 | ||||
cd419ebc501b | Sybren A. Stüvel (sybren) | Error creating UPnP/SSDP server is now fatal | Aug 25 2017 | ||||
6bbb6216b6cb | Sybren A. Stüvel (sybren) | Switched to our own fork of GoSSDP | Aug 25 2017 | ||||
f268b36b8fc0 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.14 | Aug 25 2017 | ||||
cbabb8c7bfbd | Sybren A. Stüvel (sybren) | Released 2.0.13 | Jul 4 2017 | ||||
0848b28ac292 | Sybren A. Stüvel (sybren) | Added autodiscovery via UPnP/SSDP | Jul 4 2017 | ||||
3f848f989681 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.13 | Jul 4 2017 | ||||
d6fa0cc84829 | Sybren A. Stüvel (sybren) | Removed _seconds suffix from example config key. | Jul 4 2017 | ||||
6a63c491c4e1 | Sybren A. Stüvel (sybren) | Updated documentation: | Jul 4 2017 | ||||
6443fc275174 | Sybren A. Stüvel (sybren) | Using proper interval suffixes in unit test configuration file | Jul 4 2017 | ||||
b852731beb32 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.12 | Jun 23 2017 | ||||
701bb5bb0325 | Sybren A. Stüvel (sybren) | Fixed update_version.sh script for renamed flamencoVersion variable. | Jun 23 2017 | ||||
f895b6638288 | Sybren A. Stüvel (sybren) | Updated changelog | Jun 23 2017 | ||||
c33b52c72619 | Sybren A. Stüvel (sybren) | Slightly more elaborate MongoDB connection error message | Jun 23 2017 | ||||
85699cc257b9 | Sybren A. Stüvel (sybren) | Only show warning about disabled TLS when we're actually going to listen. | Jun 23 2017 | ||||
561980a3a0a0 | Sybren A. Stüvel (sybren) | Clean Slate CLI operation now counts tasks first, and quits when 0 | Jun 23 2017 | ||||
38bc4d5ec1c4 | Sybren A. Stüvel (sybren) | Added '-purgequeue' CLI option to purge task updates | Jun 23 2017 | ||||
a846ba90297c | Sybren A. Stüvel (sybren) | Removed linter warnings | Jun 23 2017 | ||||
e503607b9411 | Sybren A. Stüvel (sybren) | Removed linter warnings | Jun 23 2017 | ||||
44793c2fd4c3 | Sybren A. Stüvel (sybren) | Logrus changed their URL to lowercase. | Jun 16 2017 | ||||
79f1aaa83f30 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.11 | Jun 16 2017 | ||||
c13f22467051 | Sybren A. Stüvel (sybren) | Source _version.sh after cd'ing to the docker dir | Jun 16 2017 | ||||
9d3e6370978f | Sybren A. Stüvel (sybren) | Fixed a compatibility issue with Windows 10. | Jun 16 2017 | ||||
81965f0d94a5 | Sybren A. Stüvel (sybren) | Cleaned up example config file | Jun 9 2017 | ||||
d8f9dac27656 | Sybren A. Stüvel (sybren) | Added SHA256 checksum file to build & downloads. | Jun 9 2017 | ||||
822622d45358 | Sybren A. Stüvel (sybren) | Added script to upload binaries to flamenco.io | Jun 9 2017 | ||||
a7c17319e28b | Sybren A. Stüvel (sybren) | Store version of Flamenco Manager in docker/_version.sh | Jun 9 2017 | ||||
835e1902f38a | Sybren A. Stüvel (sybren) | Fixed macOS-incompatibility in build-via-docker.sh | Jun 9 2017 | ||||
f1d655e4cb56 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.10 | Jun 9 2017 | ||||
6568b4d73cf8 | Sybren A. Stüvel (sybren) | Updated example config file to include path replacements | Jun 9 2017 | ||||
6318b7e63449 | Sybren A. Stüvel (sybren) | Removed linter warnings by naming & commenting in Golang style. | Jun 9 2017 | ||||
e48261c25255 | Sybren A. Stüvel (sybren) | Introduced path replacement variables. | Jun 9 2017 | ||||
89e7abbefae0 | Sybren A. Stüvel (sybren) | Renamed two constants to use Go naming style. | Jun 8 2017 | ||||
1336500b219e | Sybren A. Stüvel (sybren) | Removed some linter warnings. | Jun 7 2017 | ||||
187b0159edb1 | Sybren A. Stüvel (sybren) | Fix T51513: Timeout for workers | Jun 7 2017 | ||||
275b98a34520 | Sybren A. Stüvel (sybren) | Use constants for task statuses | Jun 7 2017 | ||||
300517a96e29 | Sybren A. Stüvel (sybren) | Using proper YAML unmarshalling for durations. | Jun 7 2017 | ||||
6cbf9a257bda | Sybren A. Stüvel (sybren) | Renamed task_timeout_check.go to timeout_checker.go | Jun 7 2017 | ||||
9b854eb0e281 | Sybren A. Stüvel (sybren) | Renaming 'task timeout checker' to 'timeout checker' | Jun 7 2017 | ||||
a573d74d7bb3 | Sybren A. Stüvel (sybren) | Removed 'go vet' errors | Jun 7 2017 | ||||
8416bceec506 | Sybren A. Stüvel (sybren) | Fix T51519: when worker asks for tasks, also check already assigned tasks | May 31 2017 | ||||
ca5763291fe2 | Sybren A. Stüvel (sybren) | Use explicit field names | May 31 2017 | ||||
c2fd676c399a | Sybren A. Stüvel (sybren) | Use a const block instead of multiple const statements | May 31 2017 | ||||
0ab78899b110 | Sybren A. Stüvel (sybren) | Use constants for status strings, instead of string literals. | May 31 2017 | ||||
ac8f6e7b8d71 | Sybren A. Stüvel (sybren) | Removed some linter warnings. | May 31 2017 | ||||
eb6c56e02fdc | Sybren A. Stüvel (sybren) | Moved scheduler mutex so that it's more useful. | May 31 2017 | ||||
9e6434a57b26 | Sybren A. Stüvel (sybren) | Added --factory-startup option to example Blender CLI variable. | May 31 2017 | ||||
a96ff9b5fcfe | Sybren A. Stüvel (sybren) | Bumped version to 2.0.9 | May 11 2017 | ||||
e13c2d2244ce | Sybren A. Stüvel (sybren) | Dashboard: Shorten task and worker IDs and nicer timestamp formatting. | May 11 2017 | ||||
6c0c31c9f437 | Sybren A. Stüvel (sybren) | Workers: only store host part of worker's address, and not the port nr. | May 11 2017 | ||||
e386c34c3f03 | Sybren A. Stüvel (sybren) | Dashboard: click on worker ID or address to copy it to the clipboard. | May 9 2017 | ||||
215c822b492f | Sybren A. Stüvel (sybren) | Dashboard: Reshuffled some table columns | May 9 2017 | ||||
505382dfb635 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.8 | May 9 2017 | ||||
d2a8f9fd8441 | Sybren A. Stüvel (sybren) | Show workers in dashboard as table (instead of blocks) | May 9 2017 | ||||
b55540e51bda | Sybren A. Stüvel (sybren) | Store current/last task update timestamp/status on the worker document. | May 9 2017 | ||||
d0c9a74f42f7 | Sybren A. Stüvel (sybren) | Removed some linter warnings (comment & name style) | May 9 2017 | ||||
d35fd436cec8 | Sybren A. Stüvel (sybren) | Unset worker's current task upon sign-on. | May 9 2017 | ||||
fc96f14cd8a3 | Sybren A. Stüvel (sybren) | Potentially solve race condition where two workers get the same task. | May 9 2017 | ||||
3c9dad6f4c1e | Sybren A. Stüvel (sybren) | Clarified some things in the README.md file. | May 3 2017 | ||||
ec1fcdaadb76 | Sybren A. Stüvel (sybren) | Include CHANGELOG.md in docker-built packages | May 2 2017 | ||||
96fac97d665f | Sybren A. Stüvel (sybren) | Updated CHANGELOG | May 2 2017 | ||||
09b876d62626 | Sybren A. Stüvel (sybren) | Dashboard: also update Manager version from JSON. | Apr 26 2017 | ||||
b04d5c6e6297 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.7 | Apr 26 2017 | ||||
43db95b7399a | Sybren A. Stüvel (sybren) | Updated changelog | Apr 26 2017 | ||||
2cf6a68fa54f | Sybren A. Stüvel (sybren) | Added 'Kick task downloader' button to dashboard. | Apr 26 2017 | ||||
f009d8d86d34 | Sybren A. Stüvel (sybren) | Updated description in example YAML file | Apr 26 2017 | ||||
9d94b1b32e0b | Sybren A. Stüvel (sybren) | Removed some linter warnings (mostly naming and comment style) | Apr 26 2017 | ||||
20846dfb55d8 | Sybren A. Stüvel (sybren) | Not-seen workers are now moved to "Old workers" after 14 days (instead of 31) | Apr 21 2017 | ||||
9099aa0d9437 | Sybren A. Stüvel (sybren) | Added missing error check | Apr 21 2017 | ||||
89fbf9aae23b | Sybren A. Stüvel (sybren) | Removed some linter errors by using standard Go naming. | Apr 21 2017 | ||||
fa3704cd9ff7 | Sybren A. Stüvel (sybren) | Reduced logging of task downloading. | Apr 21 2017 | ||||
3ef9b2c82803 | Sybren A. Stüvel (sybren) | Removed some linter warnings by not using 'self' | Apr 21 2017 | ||||
2f7a3c23c78a | Sybren A. Stüvel (sybren) | Bumped version to 2.0.6 | Apr 21 2017 | ||||
d94dd3fa2321 | Sybren A. Stüvel (sybren) | Updated changelog | Apr 21 2017 | ||||
b4fecf38f632 | Sybren A. Stüvel (sybren) | Scheduler: lowered some log levels | Apr 21 2017 | ||||
3fd822356098 | Sybren A. Stüvel (sybren) | Removed some more linter warnings by using Go standard name style | Apr 21 2017 | ||||
dfbb221529ce | Sybren A. Stüvel (sybren) | Bumped version to 2.0.5 | Apr 20 2017 | ||||
2890780a6688 | Sybren A. Stüvel (sybren) | Updated changelog | Apr 20 2017 | ||||
a76bbd8baf5b | Sybren A. Stüvel (sybren) | Solve issue where cancelling an active task can be impossible. | Apr 20 2017 | ||||
155fc15ac274 | Sybren A. Stüvel (sybren) | Removed linter warnings (Go naming style + extraction of literals) | Apr 20 2017 | ||||
1b54bb8223f6 | Sybren A. Stüvel (sybren) | Fixed typo in comment | Apr 20 2017 | ||||
71d4a4c5da9d | Sybren A. Stüvel (sybren) | Dashboard: Vertically align last-rendered image. | Apr 7 2017 | ||||
6df1f21d0e45 | Sybren A. Stüvel (sybren) | Bumped version to 2.0.4 | Apr 7 2017 | ||||
5a2a37dabbd9 | Sybren A. Stüvel (sybren) | Using correct task type in unit test | Apr 7 2017 |