munja
6d15465bac
fix: generating all.sas and fixing failing test
2022-08-21 19:17:56 +01:00
munja
2031a5b0c0
feat: new mp_dsmeta macro
2022-08-21 19:01:01 +01:00
Allan Bowe
a7dc314204
fix: enable embedded blanks in mp_cleancsv, closes #289
2022-07-21 22:40:43 +00:00
munja
6587dce95b
feat: new mf_increment macro
2022-07-13 23:57:02 +01:00
Allan Bowe
ad497b322f
chore(tests): adding some extra test cases
2022-07-12 15:03:41 +00:00
Allan Bowe
6e32eb3bd6
fix: supporting special missings in BETWEEN and IN operators
...
Impacts mp_filtercheck.sas. Tests added. Closes #279
2022-07-07 22:47:04 +00:00
munja
7a69698178
fix: adding fileref options and an additional test for mp_binarycopy
2022-06-26 16:12:49 +01:00
Allan Bowe
a1c931b5e6
fix: tests with new APIs are now passing
2022-06-16 11:37:31 +00:00
Allan Bowe
cb553a31ab
fix: failing test for filtering groups for a particular user (api isn't ready yet)
2022-06-14 19:37:06 +00:00
Allan Bowe
0cb3c96c15
feat: enabling group macros on sasjs/server
...
This PR updates ms_getgroups with a user filter, and ms_getusers with a group filter. ms_adduser2group was also created to faciliate the necessary test(s).
2022-06-14 13:40:05 +00:00
munja
295211bb72
fix: doc config and test-folders
2022-05-20 11:30:38 +01:00
munja
bb6111e2b3
fix: all.sas, readme, dependency issue and sasjsconfig file
2022-05-20 11:16:30 +01:00
munja
512f05c0b2
feat: creating new mx_ suite of macros!
...
also adding new mx_getcode macro
2022-05-19 22:02:19 +01:00
Allan Bowe
86f6d06b85
fix: update resetoption and adding test
2022-05-19 11:26:55 +00:00
Allan Bowe
a14e31804a
chore: fix test
2022-05-17 15:01:28 +00:00
Allan Bowe
3fa639ebf7
fix: tests for ms_creategroup
2022-05-17 14:56:11 +00:00
Allan
ed11d44fe8
feat: ms_creategroup and ms_getgroups macros with associated tests
2022-05-17 14:40:38 +00:00
munja
7dbe31b5d3
fix: ensuring tests passing on sas 9
2022-05-11 13:32:27 +01:00
Allan Bowe
1672c96340
fix: testing fixes
2022-05-10 21:36:16 +00:00
Allan Bowe
453aee2c1f
fix: update to mp_filtercheck & tests for special missings
2022-05-10 20:58:52 +00:00
Allan Bowe
cb4ea71e81
fix: conditional logic for mp_getconstraints, test also updated. Closes #235
2022-05-10 14:59:31 +00:00
Allan Bowe
9d60c49c9f
chore: incorrect dependency
2022-05-07 18:04:28 +00:00
Allan Bowe
1b013fbf1c
fix: rename to mf_fmtdttm()
2022-05-07 17:49:06 +00:00
Allan Bowe
bf7459bd2d
feat: mf_dttm macro and associated test
2022-05-07 17:45:36 +00:00
Allan Bowe
4a8f7bb014
fix: all the fixings
2022-05-03 15:46:15 +00:00
Allan Bowe
e0469be0d8
feat: updating mf_getvarcount to allow filtering by column type
2022-05-03 15:24:22 +00:00
munja
a39f4e4eee
fix: ensuring test passes for mfs_httpheader
2022-04-28 21:47:23 +01:00
munja
b525b4171d
fix: updating ms_runstp to accept parameters and file inputs. Explicitly setting lrecl everywhere. Adding lrecl=80 as default in testinit.sas
2022-04-28 21:06:28 +01:00
munja
f2d80b3b63
feat: ms_testservice.sas macro for testing services on sasjs/server
2022-04-28 21:02:54 +01:00
munja
9ea6c875f2
fix: fixing tests for mp_chop
2022-04-27 12:14:26 +01:00
Allan Bowe
a90a6f00cf
chore: adding test for mp_chop()
2022-04-26 15:13:18 +00:00
Allan Bowe
cc1b971e19
fix: setting blank value to 0 in mf_isint()
2022-04-26 14:04:54 +00:00
Allan Bowe
8bd31e6c97
fix: tests for ms_createwebservice and mp_createwebservice
2022-04-25 21:33:14 +00:00
munja
63bf00e28f
fix: adding (and fixing) tests for ms_* macro suite
2022-04-21 23:51:47 +01:00
Allan Bowe
cebe119304
fix: failing test (chagned response)
2022-04-20 15:53:44 +00:00
munja
db68a256cb
fix: check 4 special chars b4 replacing. Closes #218
2022-04-16 20:33:21 +01:00
munja
9a6be61651
fix: ensuring indexes are picked up in mp_getpk(). Closes #212
2022-04-13 13:57:43 +01:00
munja
c2597bd07b
fix: missing dependency in mp_hashdataset.test.sas
2022-04-01 17:29:06 +01:00
munja
c4baca477b
fix: removing LUA dependency from mv_webout to enable Viya 4 compatibility
2022-04-01 16:56:49 +01:00
munja
0a536245f3
fix: missing dependency in mp_hashdataset.test.sas
2022-03-29 18:40:58 +01:00
munja
72d6b446c3
fix: updating mp_hashdataset to cope with STRICT mode. Adding test and improving sasjs/server compatibility.
2022-03-29 13:22:24 +01:00
munja
582ec0a1f9
feat: enabling delete file for sasjs/server
2022-03-15 13:46:31 +00:00
munja
588d987c25
fix: missing dependency in test
2022-03-11 15:14:54 +00:00
munja
8ffd06343a
feat: adding new mf_deletefile macro (and test)
...
Also, update to mm_spkexport macro
2022-03-11 15:03:59 +00:00
munja
7e9e0fac07
fix: supporting empty dirs in mp_dirlist. Test updated.
2022-03-11 11:28:03 +00:00
Allan Bowe
1fdbc7cce9
Merge pull request #193 from sasjs/mm_spkexport
...
feat: ignorevars option in mm_spkexport, and log update in mf_verifymacvars
2022-03-10 19:28:50 +02:00
munja
312369b200
feat: ignorevars option in mm_spkexport, and log update in mf_verifymacvars
2022-03-10 17:27:30 +00:00
munja
faf466e79a
fix: dependency in mp_loadformat test and strict mode issue in mm_deletelibrary
2022-03-09 14:15:25 +00:00
munja
c0924af06b
fix: correcting test for mp_loadformat
2022-03-08 19:50:01 +00:00
Allan Bowe
cc3435d13d
fix: ensuring audit table gets loaded in mp_loadformat. Adding test also. Closes #190
2022-03-08 16:52:22 +00:00