David Sainty saint
  • Joined on 2024-05-24
saint pushed to main at saint/discourse-import_scripts 2024-08-17 08:56:40 +00:00
7faa849198 v0.41.2 Several bug fixes and improvements for fully concurrent topic-post import
saint pushed to main at saint/discourse-import_scripts 2024-08-17 08:52:57 +00:00
29f66c1e60 v0.41.2 Several bug fixes and improvements for fully concurrent topic-post import
saint pushed to main at saint/discourse-import_scripts 2024-08-17 07:09:41 +00:00
4f608ce87f v0.41.1 Fixes for FULL concurrency support
saint pushed to main at saint/discourse-import_scripts 2024-08-17 06:34:50 +00:00
8dd8e2f72e v0.41 Further improve FULL concurrency support, for both MySQL/MariaDB _and_ importantly, the PostGreSQL Discourse DB additions and changes with ActiveRecord connection pooling and Mutex
saint pushed to main at saint/discourse-import_scripts 2024-08-17 06:16:58 +00:00
5e2d2e78e5 v0.41 Further improve FULL concurrency support, for both MySQL/MariaDB _and_ importantly, the PostGreSQL Discourse DB additions and changes with ActiveRecord connection pooling and Mutex
saint pushed to main at saint/discourse-import_scripts 2024-08-17 06:10:01 +00:00
2966e1c9f9 v0.41 Further improve FULL concurrency support, for both MySQL/MariaDB _and_ importantly, the PostGreSQL Discourse DB additions and changes with ActiveRecord connection pooling and Mutex
saint pushed to main at saint/discourse-import_scripts 2024-08-17 05:55:31 +00:00
a005cda0ae v0.41 Further improve FULL concurrency support, for both MySQL/MariaDB _and_ importantly, the PostGreSQL Discourse DB additions and changes with ActiveRecord connection pooling and Mutex
saint pushed to main at saint/discourse-import_scripts 2024-08-16 18:41:59 +00:00
168dcc9db7 v0.40 Move to per thread MySQL/MariaDB connection
saint pushed to main at saint/discourse-import_scripts 2024-08-16 18:34:02 +00:00
35b97db341 v0.40 Move to per thread MySQL/MariaDB connection
saint pushed to main at saint/discourse-import_scripts 2024-08-16 17:27:22 +00:00
c11055d0f4 v0.39.7 Fixes/tweaks in calculate_dynamic_pool_size
saint pushed to main at saint/discourse-import_scripts 2024-08-16 17:09:43 +00:00
1f09322207 v0.39.7 Fixes/tweaks in calculate_dynamic_pool_size
saint pushed to main at saint/discourse-import_scripts 2024-08-16 17:06:13 +00:00
524fae9283 v0.39.7 Fixes/tweaks in calculate_dynamic_pool_size
saint pushed to main at saint/discourse-import_scripts 2024-08-16 16:56:53 +00:00
77930217df v0.39.6 Fixes/tweaks in calculate_dynamic_pool_size
saint pushed to main at saint/discourse-import_scripts 2024-08-16 16:47:29 +00:00
e5e6dff339 v0.39.5 Add SQLite table for tracking successful post importation; Split out user import into three separate callable methods; require sys/proctable
saint pushed to main at saint/discourse-import_scripts 2024-08-16 16:22:31 +00:00
061aaba9fe v0.39.4 Add SQLite table for tracking successful post importation; Split out user import into three separate callable methods; require sys/proctable
saint pushed to main at saint/discourse-import_scripts 2024-08-16 16:16:21 +00:00
44d673ffaa v0.39.3 Add SQLite table for tracking successful post importation; Split out user import into three separate callable methods; require sys/proctable
saint pushed to main at saint/discourse-import_scripts 2024-08-16 15:57:37 +00:00
5b6f2c3c0e v0.39.2 Add SQLite table for tracking successful post importation; Split out user import into three separate callable methods; require sys/proctable
saint pushed to main at saint/discourse-import_scripts 2024-08-16 15:52:53 +00:00
ea1dae98d7 v0.39.1 Add SQLite table for tracking successful post importation; Split out user import into three separate callable methods; require sys/proctable
saint pushed to main at saint/discourse-import_scripts 2024-08-16 15:06:31 +00:00
5002b90712 v0.39 Add SQLite table for tracking successful post importation; Split out user import into three separate callable methods; require sys/proctable
saint pushed to main at saint/discourse-import_scripts 2024-08-16 12:20:58 +00:00
7b0a45cb89 v0.38 Attempt to reimplement with mutex support for interrupting and resuming during post import. This will have to be tested / validated