David Sainty saint
  • Joined on 2024-05-24
saint pushed to main at saint/discourse-import_scripts 2024-08-17 09:56:40 +01: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 09:52:57 +01: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 08:09:41 +01:00
4f608ce87f v0.41.1 Fixes for FULL concurrency support
saint pushed to main at saint/discourse-import_scripts 2024-08-17 07:34:50 +01: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 07:16:58 +01: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 07:10:01 +01: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 06:55:31 +01: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 19:41:59 +01:00
168dcc9db7 v0.40 Move to per thread MySQL/MariaDB connection
saint pushed to main at saint/discourse-import_scripts 2024-08-16 19:34:02 +01:00
35b97db341 v0.40 Move to per thread MySQL/MariaDB connection
saint pushed to main at saint/discourse-import_scripts 2024-08-16 18:27:22 +01:00
c11055d0f4 v0.39.7 Fixes/tweaks in calculate_dynamic_pool_size
saint pushed to main at saint/discourse-import_scripts 2024-08-16 18:09:43 +01:00
1f09322207 v0.39.7 Fixes/tweaks in calculate_dynamic_pool_size
saint pushed to main at saint/discourse-import_scripts 2024-08-16 18:06:13 +01:00
524fae9283 v0.39.7 Fixes/tweaks in calculate_dynamic_pool_size
saint pushed to main at saint/discourse-import_scripts 2024-08-16 17:56:53 +01:00
77930217df v0.39.6 Fixes/tweaks in calculate_dynamic_pool_size
saint pushed to main at saint/discourse-import_scripts 2024-08-16 17:47:29 +01: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 17:22:31 +01: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 17:16:21 +01: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 16:57:37 +01: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 16:52:53 +01: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 16:06:31 +01: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 13:20:58 +01:00
7b0a45cb89 v0.38 Attempt to reimplement with mutex support for interrupting and resuming during post import. This will have to be tested / validated