• Joined on 2023-06-29
allan pushed to main at dc/dc 2024-09-02 07:30:58 +00:00
fe049256b5 Merge pull request 'Multi Load Tests Fix (timing issues)' (#126) from multi-load-tests into main
31d1870198 chore: removed log
6edf0dfb31 chore: multi load test fix (timing issues)
Compare 3 commits »
allan deleted branch multi-load-tests from dc/dc 2024-09-02 07:30:58 +00:00
allan merged pull request dc/dc#126 2024-09-02 07:30:56 +00:00
Multi Load Tests Fix (timing issues)
allan closed issue dc/dc#124 2024-08-31 14:23:49 +00:00
use random temp table names to avoid conflicts
allan pushed to main at dc/dc 2024-08-31 14:23:49 +00:00
3bf3dceaa2 Merge pull request 'feat: searching data in excel files using new algorithm (massive performance improvement)' (#123) from issue-120 into main
ce503653cd fix: using temporary names for temporary tables
caa9854ff0 fix: bumping core for passthrough fix, #124
20c3a338c5 style: lint
6547461637 fix(multi load): xlsx read file ahead of time, while user choose datasets
Compare 6 commits »
allan deleted branch issue-120 from dc/dc 2024-08-31 14:23:49 +00:00
allan merged pull request dc/dc#123 2024-08-31 14:23:48 +00:00
feat: searching data in excel files using new algorithm (massive performance improvement)
allan closed issue dc/dc#120 2024-08-31 14:23:48 +00:00
Rewrite excel extract algorithm
allan pushed to issue-120 at dc/dc 2024-08-31 14:19:07 +00:00
ce503653cd fix: using temporary names for temporary tables
caa9854ff0 fix: bumping core for passthrough fix, #124
Compare 2 commits »
allan commented on issue dc/dc#124 2024-08-27 10:42:36 +00:00
use random temp table names to avoid conflicts

At the same time, bump core to implement this fix: https://github.com/sasjs/core/pull/376

allan opened issue dc/dc#124 2024-08-22 08:06:39 +00:00
use random temp table names to avoid conflicts
allan opened issue dc/dc#119 2024-07-06 12:05:41 +00:00
include AppLoc on System Page
allan closed issue dc/dc#117 2024-07-02 15:03:32 +00:00
REVIEW_REASON_TEXT to display on HISTORY screen
allan pushed to main at dc/dc 2024-07-02 15:03:32 +00:00
a156c0111b fix: adding SYSSITE, part of #116
e5d93fd7d6 fix: ensuring review_reason_txt in output. Closes #117
Compare 2 commits »
allan opened issue dc/dc#117 2024-07-02 13:55:55 +00:00
REVIEW_REASON_TEXT to display on HISTORY screen
allan pushed to main at dc/dc 2024-06-27 09:40:47 +00:00
e2c0b8da86 Merge pull request 'feat(multi load): refactored range find function, unlocking excel with password is reusable' (#115) from issue99 into main
1b4560061d style: lint
d94df7f0eb fix: addressing PR comments
fa04d7bf4e fix(multi load): label rename
4d4cabb465 style: lint
Compare 16 commits »
allan deleted branch issue99 from dc/dc 2024-06-27 09:40:47 +00:00
allan closed issue dc/dc#99 2024-06-27 09:40:46 +00:00
Loads with Multiple Datasets
allan merged pull request dc/dc#115 2024-06-27 09:40:45 +00:00
feat(multi load): refactored range find function, unlocking excel with password is reusable