Commit Graph

  • ab399594c7 OAPI: regenerate code Sybren A. Stüvel 2023-07-13 14:42:07 +02:00
  • 886f21e958 OAPI: refactor how 'eval-on-submit' settings are configured Sybren A. Stüvel 2023-07-13 14:39:29 +02:00
  • 8f9fddd512 Add-on: silence mypy error Sybren A. Stüvel 2023-07-13 12:56:03 +02:00
  • 33aa44e623 Add-on: remove accidental debug print Sybren A. Stüvel 2023-07-13 12:55:11 +02:00
  • 3a3e664ae2 Add option to make a job setting auto-evaluatable by the user Sybren A. Stüvel 2023-07-13 12:07:02 +02:00
  • 168305f785 OAPI: regenerate code Sybren A. Stüvel 2023-07-13 12:06:21 +02:00
  • 553fffa21e OAPI: add option to make a job setting auto-evaluatable by the user Sybren A. Stüvel 2023-07-13 12:00:29 +02:00
  • 498a71f00c .gitattributes: explicitly denote specific file extensions as 'text' Sybren A. Stüvel 2023-07-13 11:55:41 +02:00
  • a5e405de16 Web: more SocketIO documentation Sybren A. Stüvel 2023-07-13 10:13:24 +02:00
  • b83b929e01 Web: add some technical details to the socketIO documentation Sybren A. Stüvel 2023-07-13 10:08:34 +02:00
  • 520102627d Worker: Point users to docs if worker cannot find Blender Michael Cook 2023-07-05 11:40:40 -04:00
  • effac1c159 Git-ignore .vscode/launch.json Sybren A. Stüvel 2023-07-10 14:10:49 +02:00
  • b58f1e15f1 Add CLI utility to recreate tasks of jobs Sybren A. Stüvel 2023-07-10 14:10:15 +02:00
  • 06738b8aa4 Manager: disable SQLite foreign key constraints when migrating the database Sybren A. Stüvel 2023-07-10 14:06:21 +02:00
  • 60d54eabb3 Manager: avoid recreation of Worker table at startup Sybren A. Stüvel 2023-07-10 13:56:47 +02:00
  • 6a170a3ae4 Deployment: make backup of SQLite database before every deploy Sybren A. Stüvel 2023-07-10 12:42:15 +02:00
  • 830c3fe794 Rename worker 'clusters' to 'tags' Eveline Anderson 2023-07-10 11:06:53 +02:00
  • 341dc6c8e2 OAPI: regenerate code Eveline Anderson 2023-07-10 11:06:32 +02:00
  • df51561640 OAPI: rename worker 'cluster' to 'tag' Eveline Anderson 2023-07-10 11:05:32 +02:00
  • 44ec93275d Cleanup: reformat all Go files Sybren A. Stüvel 2023-07-10 10:58:14 +02:00
  • b20ede97ea Shaman: fail unit test when running as root user Michael Cook 2023-07-05 22:33:06 -04:00
  • 7a508c7e6b Manager: perform database integrity check at startup Sybren A. Stüvel 2023-07-07 15:58:57 +02:00
  • 7f588e6dbc Manager: close database connection on startup errors Sybren A. Stüvel 2023-07-07 15:48:08 +02:00
  • 2bc6c77e49 Deploy: move old worker executable before overwriting Sybren A. Stüvel 2023-07-06 16:25:12 +02:00
  • 988cdf61ff Upgrade GORM & SQLite Sybren A. Stüvel 2023-07-06 16:05:33 +02:00
  • 22f4aa09f3 Manager: expand job deletion unit test Sybren A. Stüvel 2023-07-06 15:33:42 +02:00
  • 5657f5e1fe Manager: Fix logURLs possble typo Michael Cook 2023-07-06 12:43:40 +02:00
  • 6a30f844eb Manager: Better reporting of version via API call Sybren A. Stüvel 2023-07-06 12:20:53 +02:00
  • 82456424c9 OAPI: regenerate code Sybren A. Stüvel 2023-07-06 12:19:48 +02:00
  • c6dcf6d7bd OAPI: better reporting of version info Sybren A. Stüvel 2023-07-06 12:18:26 +02:00
  • dd34d538ec fix links in mgr configuration doc section (#104226) Michael Cook 2023-07-03 11:11:44 +02:00
  • 77db55bb14 Manager: when worker signs off, only remember specific statuses Sybren A. Stüvel 2023-06-23 11:38:37 +02:00
  • 8a5c099d57 Website: Documenting descriptions for Job and Task Statuses in the documentation webpage Adi Sage 2023-06-22 19:41:51 +02:00
  • 71f2947c4b Add 'copy-file' command. (#104220) Bastien Montagne 2023-06-08 16:20:43 +02:00
  • 5b60a0f550 Update CHANGELOG.md Sybren A. Stüvel 2023-06-02 22:58:54 +02:00
  • 49aeccf37b Remove vscode settings Sybren A. Stüvel 2023-06-02 22:55:43 +02:00
  • 4d2200bb0c Fix #99549: Remember Previous Status (#104217) Eveline Anderson 2023-06-02 22:50:07 +02:00
  • 2c163652c0 Makefile: when deploying the website, avoid setting timestamps & owners Sybren A. Stüvel 2023-06-02 10:48:36 +02:00
  • 86514b9342 Remove the 'None' project finder, set 'blender project' as default Sybren A. Stüvel 2023-06-01 16:34:13 +02:00
  • f4f61ea593 Add 'project finders' to the add-on Sybren A. Stüvel 2023-06-01 16:07:11 +02:00
  • fbc7c0cfd9 Fix mypy errors Sybren A. Stüvel 2023-06-01 15:51:44 +02:00
  • 87ff1187ef Fix #104218: Shaman unit test TestGarbageCollect is unstable Sybren A. Stüvel 2023-05-31 13:57:48 +02:00
  • c1fe3fb740 Shaman GC: better logging for file deletion errors Sybren A. Stüvel 2023-05-31 13:55:04 +02:00
  • caa2f9ccf1 Shaman: improve logging & checking of timestamps Sybren A. Stüvel 2023-05-31 13:54:28 +02:00
  • 16da14479b OAPI: regenerate code Sybren A. Stüvel 2023-05-26 11:24:20 +02:00
  • b56a610f8d OAPI: Remove obsolete job statuses Adi Sage 2023-05-23 22:53:36 +05:30
  • 0086abcc7a Makefile: be less verbose when publishing the website Sybren A. Stüvel 2023-05-26 11:20:02 +02:00
  • afde952c10 Fix incompatibility with 32-bit platforms Sybren A. Stüvel 2023-05-24 21:22:36 +02:00
  • 0a2d7d3361 Website: Fix a typo in the docs for Job Types Adi Sage 2023-05-23 11:44:38 +02:00
  • 9cbdadcd4b Add 'Flamenco gets stuck after the first chunk' to the FAQ Sybren A. Stüvel 2023-05-22 16:21:42 +02:00
  • 77ff6151bd Fix check-environment Makefile rule Sybren A. Stüvel 2023-05-19 12:09:29 +02:00
  • 9915951007 Deploy: Update deployment instructions Francesco Siddi 2023-05-13 15:54:40 +02:00
  • ebf4021da2 Fix #104191: Manager build error on ARM64 Sybren A. Stüvel 2023-05-01 17:55:54 +02:00
  • bbeefd4bfa Website: fix developer 'get started' links Sybren A. Stüvel 2023-05-09 15:36:23 +02:00
  • 08c67347db Add blender.org analytics Francesco Siddi 2023-05-08 17:14:33 +02:00
  • 6642ad38da Website: Column based layout for the Get Involved page Francesco Siddi 2023-05-08 14:23:08 +02:00
  • 79b563b55a Website: Introduce primary and secondary styling for buttons Francesco Siddi 2023-05-08 14:22:48 +02:00
  • 8da71a323f Website: Content refactor Francesco Siddi 2023-05-06 03:27:21 +02:00
  • 1f8301a575 Website: Enable doc editing links Francesco Siddi 2023-05-06 01:45:23 +02:00
  • de9eb6ab08 Website: Fix indentation in config file Francesco Siddi 2023-05-06 01:44:54 +02:00
  • a14c926284 Website: Style tweaks in dark mode Francesco Siddi 2023-05-06 01:43:47 +02:00
  • 5981e0d03a Website: Fix flamenco.io reference Francesco Siddi 2023-05-06 01:42:49 +02:00
  • 3c1871cf0b Web: some rewording & markup changes to 'mission' page Sybren A. Stüvel 2023-05-01 10:55:01 +02:00
  • ded6f35347 Add mission statement to project website (#104207) MichaelC 2023-05-01 10:39:08 +02:00
  • 692da51e55 Fix #104197: Document design principles Sybren A. Stüvel 2023-04-24 15:49:23 +02:00
  • ad3cee6b7b Add task limitation fix to CHANGELOG.md Sybren A. Stüvel 2023-04-24 15:12:53 +02:00
  • 0502498dfa Fix #104201: Task Limit error in Flamenco Manager Anish Bharadwaj (he) 2023-04-24 15:10:59 +02:00
  • ef53304b1b Fix #104206: Worker cluster assignment is lost when blender is restarted Sybren A. Stüvel 2023-04-24 12:42:45 +02:00
  • 752597b8e1 Check for number of workers before soft failing the task. (#104195) Nitin-Rawat-1 2023-04-20 11:53:41 +02:00
  • 42878e169f Web: document the need to use drive letters on Windows Sybren A. Stüvel 2023-04-20 10:44:25 +02:00
  • 472b73eb5c Cleanup: run go fmt ./... Sybren A. Stüvel 2023-04-17 16:36:52 +02:00
  • d03bbd49f4 Docs: some rewriting of the Compositor Nodes doc Sybren A. Stüvel 2023-04-14 11:55:34 +02:00
  • ec678e0e51 Docs: 3rd party job types, some small changes Sybren A. Stüvel 2023-04-14 11:54:21 +02:00
  • c119819c13 Docs: ask for bugreport when issue with BAT is found Sybren A. Stüvel 2023-04-14 11:53:33 +02:00
  • ff63bc7038 Docs: fix trailing whitespace and newline at EOF Sybren A. Stüvel 2023-04-14 11:52:52 +02:00
  • 2a3356049b Docs: add config param + shortcode for bug reporting button Sybren A. Stüvel 2023-04-14 11:52:01 +02:00
  • c61530e9cc Doc: custom job types, bat-pack error, two-way variables (#104202) Dylan Gabriel Blanqué 2023-04-14 10:59:57 +02:00
  • 0e0fddc076 Add-on: Change 'No Cluster' to 'All' Sybren A. Stüvel 2023-04-08 11:30:25 +02:00
  • b74db1daed Clarify worker clusters in CHANGELOG.md Sybren A. Stüvel 2023-04-04 15:33:23 +02:00
  • 6a89fa346c Manager: correctly count how many workers can run a job Sybren A. Stüvel 2023-04-04 15:19:21 +02:00
  • a36c4cd4e4 Web: clarify the cluster assignment result in the worker details view Sybren A. Stüvel 2023-04-04 13:21:12 +02:00
  • 10d7e7e203 Manager: allow creation of worker clusters without UUID Sybren A. Stüvel 2023-04-04 13:19:11 +02:00
  • f5ab2bb4c2 OAPI: regenerate code Sybren A. Stüvel 2023-04-04 13:18:59 +02:00
  • 0e6b6a6013 API: allow worker cluster creation without explicit UUID Sybren A. Stüvel 2023-04-04 13:18:24 +02:00
  • 3724a8874e Slight change of worker cluster behaviour Sybren A. Stüvel 2023-04-04 13:17:45 +02:00
  • d75962c817 Web: hide 'clusters' list when there are none Sybren A. Stüvel 2023-04-04 12:32:32 +02:00
  • f6f1ebdd05 Make runtime paths configurable at build time Sebastian Parborg 2023-04-04 12:25:47 +02:00
  • 922e772efa Add clusters to CHANGELOG.md Sybren A. Stüvel 2023-04-04 12:21:59 +02:00
  • 2a6cbcf030 Addon: Add worker cluster support Sybren A. Stüvel 2023-04-04 12:19:44 +02:00
  • 3306c7fc8d Web: add support for worker clusters Sybren A. Stüvel 2023-04-04 12:19:14 +02:00
  • 8408d28a6b Manager: add support for worker clusters Sybren A. Stüvel 2023-04-04 12:18:31 +02:00
  • 675d966263 OAPI: regenerate code Sybren A. Stüvel 2023-04-04 12:18:17 +02:00
  • cbbf7b01d6 API: add worker clusters to the API Sybren A. Stüvel 2023-04-04 12:16:15 +02:00
  • 28cc7b7a3f Manager: improve logging when workers register Sybren A. Stüvel 2023-04-03 18:07:47 +02:00
  • e2559b1181 Cleanup: remove doubly-declared default value in persistence layer Sybren A. Stüvel 2023-03-31 16:44:35 +02:00
  • 159ce5b34a Manager: avoid starting error messages with 'error' Sybren A. Stüvel 2023-04-03 14:14:04 +02:00
  • 9bc1d14022 Delete '.arcconfig' (#104199) Sebastian Parborg 2023-03-21 16:07:31 +01:00
  • 4a142316a1 Add --tag to git describe Sybren A. Stüvel 2023-03-21 12:24:48 +01:00
  • 996f5da2af Bumped version to 3.3-alpha0 Sybren A. Stüvel 2023-03-21 12:21:56 +01:00
  • a386d80765 Bump govulncheck dependencies Sybren A. Stüvel 2023-03-21 12:20:43 +01:00