Allan Bowe
|
1e142f042b
|
chore: improving docs
|
2022-04-30 15:58:00 +00:00 |
|
Allan Bowe
|
7caca2f139
|
chore: typo in docs
|
2022-04-30 15:56:36 +00:00 |
|
Allan Bowe
|
61556b2de8
|
feat: adding MARKDOWN support to mp_streamfile(), correcting Content-type case issue also
|
2022-04-30 15:53:59 +00:00 |
|
Allan Bowe
|
9e12409389
|
fix: fileref cleanup in SASJS mode for mp_testservice()
|
2022-04-29 19:18:03 +00: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
|
42f2767129
|
fix: mac var and chop point issue in mp_chop.sas
|
2022-04-28 19:20:03 +01:00 |
|
munja
|
c83ea705a2
|
fix: ensuring sufficient lrecl in mf_getuniquefilref
|
2022-04-27 23:04:55 +01:00 |
|
Allan Bowe
|
0728f72c4f
|
fix: adding mp_chop to mp_testservice (WIP)
|
2022-04-26 15:29:12 +00:00 |
|
Allan Bowe
|
f71e53af8d
|
feat: mp_chop() macro
|
2022-04-26 15:07:31 +00:00 |
|
Allan Bowe
|
cc1b971e19
|
fix: setting blank value to 0 in mf_isint()
|
2022-04-26 14:04:54 +00:00 |
|
Allan Bowe
|
8484c752ed
|
fix: wip - requires new mp_chop() macro to parse long JSON response
|
2022-04-25 22:19:46 +00:00 |
|
Allan Bowe
|
8bd31e6c97
|
fix: tests for ms_createwebservice and mp_createwebservice
|
2022-04-25 21:33:14 +00:00 |
|
Allan Bowe
|
f9b0f87f44
|
feat: ms_createwebservice macro (and update to build.py)
|
2022-04-25 21:14:12 +00:00 |
|
munja
|
58614e9a3d
|
fix: using findc instead of regex for faster parsing
|
2022-04-16 21:30:18 +01:00 |
|
munja
|
3bf44405f8
|
chore: alignment
|
2022-04-16 20:37:47 +01:00 |
|
munja
|
db68a256cb
|
fix: check 4 special chars b4 replacing. Closes #218
|
2022-04-16 20:33:21 +01:00 |
|
munja
|
ddd120bb75
|
fix: avoid sending BOM marker to SASjs API
|
2022-04-14 19:31:36 +01:00 |
|
munja
|
26623ba085
|
fix: adding cond/endcond to mp_ds2cards
|
2022-04-13 21:32:47 +01:00 |
|
munja
|
9a6be61651
|
fix: ensuring indexes are picked up in mp_getpk(). Closes #212
|
2022-04-13 13:57:43 +01:00 |
|
Allan Bowe
|
e760a89a6a
|
fix: send html as attachment rather than streamed content when mp_streamfile is used on all platforms
|
2022-04-11 09:54:07 +00:00 |
|
munja
|
190dbddfe3
|
fix: using regex special chars instead of hex constants in mp_jsonout
|
2022-04-07 09:52:56 +01:00 |
|
munja
|
558ebaf6f2
|
fix: avoid: ERROR: Variable "fref" may not be initialized
|
2022-04-06 16:25:50 +01:00 |
|
munja
|
edfa9ecc07
|
fix: ensuring ms_getfile works on specific installs
|
2022-03-29 18:08:24 +01:00 |
|
munja
|
f4982c85ca
|
fix: adding nonote2err option on mp_hashdataset
|
2022-03-29 15:00:33 +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
|
6af1423666
|
fix: more invisibles
|
2022-03-28 16:26:58 +01:00 |
|
munja
|
23a01347f1
|
fix: support SOH, STX and DC1 control characters in mp_jsonout
|
2022-03-28 15:54:28 +01:00 |
|
munja
|
d7233208f1
|
fix: enabling more descriptive mm_assignlib abort messages when library cannot be assigned
|
2022-03-21 16:07:27 +00:00 |
|
munja
|
d7e2ff8ac9
|
fix: diffs for format loads not showing in audit table
|
2022-03-15 15:20:25 +00:00 |
|
munja
|
582ec0a1f9
|
feat: enabling delete file for sasjs/server
|
2022-03-15 13:46:31 +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 |
|
munja
|
312369b200
|
feat: ignorevars option in mm_spkexport, and log update in mf_verifymacvars
|
2022-03-10 17:27:30 +00:00 |
|
munja
|
33cec61a13
|
fix: quoting mf_getuser in case of commas. Fixes #189
|
2022-03-08 19:40:22 +00:00 |
|
munja
|
854ff696d8
|
fix: adding missing dependency in mp_loadformat
|
2022-03-08 19:33:46 +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 |
|
Allan Bowe
|
5d5df977a6
|
fix: adding explicit $ sign to hex32. format in mp_md5() macro
|
2022-03-07 19:57:25 +00:00 |
|
munja
|
b96df6f14f
|
fix: mp_replace and mv_getjobcode were not ingesting periods correctly
|
2022-03-07 14:25:05 +00:00 |
|
munja
|
17ed2240d3
|
fix: removing lua from mv_getjobcode to enable Viya 4 compatibility
|
2022-03-06 21:01:02 +00:00 |
|
Allan Bowe
|
ed48c49964
|
fix: adding tests for mf_getuniquelibref and mentioning deprecated param in README. Also regenerating all.sas
|
2022-03-04 08:37:29 +00:00 |
|
trmoody
|
203ff3f80d
|
chore: amended comment
|
2022-03-04 01:26:58 +00:00 |
|
trmoody
|
cfe90a8d0d
|
chore: update to mf_getuniquelibref.sas
|
2022-03-04 00:38:07 +00:00 |
|
munja
|
ccf8f1acc0
|
fix: adding test and updating documentation
|
2022-03-03 12:46:00 +00:00 |
|
munja
|
fe9a2ed979
|
feat: mp_replace macro, credit Bartosz
|
2022-03-03 10:30:07 +00:00 |
|
munja
|
078815e83e
|
chore: stub
|
2022-03-02 21:33:41 +00:00 |
|
munja
|
876fac2332
|
feat: several macros for working with the sasjs/server apis
|
2022-02-28 21:17:38 +00:00 |
|
munja
|
badf5b5761
|
fix: updating mp_streamfile for sasjs/server compatibility
|
2022-02-18 22:22:52 +00:00 |
|
munja
|
682d80b1b8
|
fix: warning in mp_getformats
|
2022-02-11 16:46:04 +01:00 |
|
munja
|
6ba3588eff
|
feat: new mp_cntlout.sas macro
|
2022-02-11 14:22:38 +01:00 |
|