1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-20 23:13:14 +00:00
Commit Graph

1366 Commits

Author SHA1 Message Date
Allan Bowe 9a5574ea0e fix: all 2021-05-11 13:35:21 +03:00
Allan Bowe e6146dcbcf fix: more logic to improve robustness 2021-05-11 12:39:10 +03:00
Allan Bowe 583c7e0c83 fix: removing string 2021-05-11 12:14:09 +03:00
Allan Bowe 223bdd5983 fix: mp_abort cleanup 2021-05-11 11:58:27 +03:00
Allan Bowe aef14543f0 chore: docs update 2021-05-10 20:37:02 +03:00
Allan Bowe c88764c1d8 chore: docs update 2021-05-10 20:15:51 +03:00
Allan Bowe 2c952c8b01 chore: docs update 2021-05-10 20:14:23 +03:00
Allan Bowe de3610d1aa Merge branch 'main' of github.com:sasjs/core v2.27.3 2021-05-10 15:24:23 +03:00
Allan Bowe d35d597437 fix: updating reason_cd in mp_filtercheck.sas 2021-05-10 15:24:13 +03:00
Allan Bowe 3e8deda008 fix: description for mf_abort 2021-05-10 15:23:30 +03:00
Allan Bowe a27496c7b3 Merge pull request #23 from tmoody/fix/non_stp_syscc_propagation
fix: Non-stp propagation of syscc
v2.27.2
2021-05-10 14:58:04 +03:00
Allan Bowe 265389befc Merge branch 'main' into fix/non_stp_syscc_propagation 2021-05-10 14:57:24 +03:00
Trevor Moody db2531e0b3 fix: Non-stp propagation of syscc 2021-05-10 12:42:36 +01:00
Allan Bowe 5e77494aa6 Merge pull request #22 from sasjs/mp_json
fix: adding formatting to mp_jsonout, and a test
v2.27.1
2021-05-10 03:44:08 +03:00
Allan Bowe 6a2ac51925 fix: adding formatting to mp_jsonout, and a test 2021-05-10 03:42:53 +03:00
Allan Bowe f625b04189 Merge pull request #21 from sasjs/ds2fmtds
feat: new mp_ds2fmtds macro - converts a dataset to a new dataset whe…
v2.27.0
2021-05-10 01:26:51 +03:00
Allan Bowe 68aee776d3 feat: new mp_ds2fmtds macro - converts a dataset to a new dataset where all values are the formatted values. Also added a test. 2021-05-10 01:25:51 +03:00
Allan Bowe 38d2195d32 Merge pull request #20 from sasjs/testframework
fix: refreshed the testing toolkit, added debug options, updated docu…
v2.26.2
2021-05-08 23:29:21 +03:00
Allan Bowe 4e564b5409 fix: refreshed the testing toolkit, added debug options, updated documentation, included one new test (mv_getjobcode.sas) 2021-05-08 23:27:55 +03:00
Allan Bowe 298acc4e50 fix: setting default to best. over 8. for mf_getformat with force option v2.26.1 2021-05-07 11:20:01 +03:00
Allan Bowe af98909753 Merge pull request #19 from sasjs/mp_assert
feat: new (generic) mp_assert macro, and new feature (type filter) fo…
v2.26.0
2021-05-06 20:59:49 +03:00
Allan Bowe b9d33b38bf feat: new (generic) mp_assert macro, and new feature (type filter) for mf_getvarlist. Added/updated tests for mp_filtercheck and mp_validatecol and mf_getvarlist. 2021-05-06 20:58:38 +03:00
Allan Bowe b61b5f1856 fix: adding dependency v2.25.2 2021-05-06 19:05:14 +03:00
Allan Bowe 805474bb46 Merge pull request #18 from sasjs/jobresult
fix: enabling fileref as output option for sas code obtained via mm_g…
v2.25.1
2021-05-06 15:27:18 +03:00
Allan Bowe 61701f3c6a fix: enabling fileref as output option for sas code obtained via mm_getstpcode. Also updated some doc headers and macro footers. 2021-05-06 15:06:13 +03:00
Allan Bowe f20d7476bf Merge pull request #17 from sasjs/jobresult
feat: new mv_getjobresult.sas macro, corresponding test, and additional fixes
v2.25.0
2021-05-06 01:08:56 +03:00
Allan Bowe 04a3189a89 feat: new mv_getjobresult.sas macro, corresponding test, and additional fixes 2021-05-06 01:07:25 +03:00
Allan Bowe b1380983ec fix: missing comma v2.24.2 2021-05-05 20:16:26 +03:00
Allan Bowe b4834f9b40 fix: updates following test runs in Studio v2.24.1 2021-05-05 20:12:06 +03:00
Allan Bowe 1b5ad93cad chore: updating all.sas 2021-05-05 11:48:38 +03:00
Allan Bowe f2942f2032 chore: adding sasjsresults to .gitignore 2021-05-05 01:39:53 +03:00
Allan Bowe 4198448b81 chore: removing temp results folder 2021-05-05 01:39:29 +03:00
Allan Bowe 47a33452e0 Merge pull request #16 from sasjs/testrelease
feat: new macro for validating inputs (mp_validatecol.sas), also a re…
v2.24.0
2021-05-05 01:36:38 +03:00
Allan Bowe fb21a0adfd feat: new macro for validating inputs (mp_validatecol.sas), also a refresh of the tests now that sasjs test is released. All tests are passing 2021-05-05 01:35:00 +03:00
Allan Bowe e01b06b640 feat: new assertion macro (mp_assertcols.sas) to test for column existence (or not) v2.23.0 2021-05-04 21:53:57 +03:00
Allan Bowe 24380ddf26 Merge branch 'main' of github.com:sasjs/core v2.22.2 2021-05-03 22:44:07 +03:00
Allan Bowe 1ef42d45af fix: wrapping filter query in brackets to allow logic to be encapsulated when using with other logic sources 2021-05-03 22:43:56 +03:00
Allan Bowe 6ee13a2779 Merge pull request #15 from sasjs/removewarns
fix: removing WARNINGs from code logic
v2.22.1
2021-05-03 20:30:43 +03:00
Allan Bowe ffd2e135dc fix: removing WARNINGs from code logic 2021-05-03 20:28:48 +03:00
Allan Bowe 7f2ad5fc66 feat: mp_filtervalidate.sas - to run a proc sql validate against the target table to ensure validity v2.22.0 2021-05-03 13:48:24 +03:00
allan ff1eb54cc3 chore: updating logo 2021-05-03 10:59:25 +02:00
Allan Bowe d6235c6357 chore: reducing raw_value size to 4000 for wider DB support 2021-05-03 11:17:20 +03:00
Allan Bowe 98118adb9a feat: new assertion macro for testing the values in a target column. Designed for use with 'sasjs test'. v2.21.0 2021-05-03 01:00:36 +03:00
Allan Bowe 369c4412f3 fix: adding tests for mp_filtergenerate, also updating the corresponding macros following test results v2.20.1 2021-05-02 22:11:44 +03:00
Allan Bowe 7d7608f06c chore: updating all.sas 2021-05-02 19:12:08 +03:00
Allan Bowe 3791cb8a2c feat: two new macros for checking a filter query, and then generating a filter query. One test to cover the generation part. One more macro to provide assertions on the number of rows in a table, compatible with the upcoming 'sasjs test' feature. v2.20.0 2021-05-02 19:10:37 +03:00
Allan Bowe ff82f7d75c chore: header update in mf_getvarlist 2021-05-01 20:33:45 +03:00
Allan Bowe fdd566e8ce fix: setting server headers only if STREAM mode enabled to avoid 'Function is only valid for filerefs using the CACHE access method.' error when testing STPs from Studio. Also removing proc json as it cannot handle invalid characters. v2.19.1 2021-05-01 16:27:41 +03:00
Beast 328f8c260b chore: updating all.sas 2021-05-01 15:34:30 +03:00
Beast 029169ac80 feat: adding mf_getxengine macro for determining the engine of a sas fileref v2.19.0 2021-05-01 15:32:45 +03:00