1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-09 10:03:14 +00:00

Commit Graph

  • a39f4e4eee fix: ensuring test passes for mfs_httpheader munja 2022-04-28 21:47:23 +01:00
  • b525b4171d fix: updating ms_runstp to accept parameters and file inputs. Explicitly setting lrecl everywhere. Adding lrecl=80 as default in testinit.sas munja 2022-04-28 21:06:28 +01:00
  • f2d80b3b63 feat: ms_testservice.sas macro for testing services on sasjs/server munja 2022-04-28 21:02:54 +01:00
  • 96dda87f37 chore: all.sas update munja 2022-04-28 21:01:41 +01:00
  • 3435509eec fix: avoiding lua compilation issues by setting wide enough lrecl munja 2022-04-28 20:57:44 +01:00
  • 42f2767129 fix: mac var and chop point issue in mp_chop.sas munja 2022-04-28 19:20:03 +01:00
  • 099a5f7840 fix: ms_createfile will now overwrite if existing munja 2022-04-28 11:17:25 +01:00
  • c83ea705a2 fix: ensuring sufficient lrecl in mf_getuniquefilref munja 2022-04-27 23:04:55 +01:00
  • 9ea6c875f2 fix: fixing tests for mp_chop munja 2022-04-27 12:14:26 +01:00
  • 0728f72c4f fix: adding mp_chop to mp_testservice (WIP) Allan Bowe 2022-04-26 15:29:12 +00:00
  • a90a6f00cf chore: adding test for mp_chop() Allan Bowe 2022-04-26 15:13:18 +00:00
  • f71e53af8d feat: mp_chop() macro Allan Bowe 2022-04-26 15:07:31 +00:00
  • cc1b971e19 fix: setting blank value to 0 in mf_isint() Allan Bowe 2022-04-26 14:04:54 +00:00
  • 8484c752ed fix: wip - requires new mp_chop() macro to parse long JSON response Allan Bowe 2022-04-25 22:19:46 +00:00
  • 8bd31e6c97 fix: tests for ms_createwebservice and mp_createwebservice Allan Bowe 2022-04-25 21:33:14 +00:00
  • f9b0f87f44 feat: ms_createwebservice macro (and update to build.py) Allan Bowe 2022-04-25 21:14:12 +00:00
  • d7e9f10291 Merge pull request #224 from sasjs/issue223 v4.19.0 Allan Bowe 2022-04-22 14:49:55 +03:00
  • 3edc3587b3 chore: running all.sas munja 2022-04-21 23:52:04 +01:00
  • 63bf00e28f fix: adding (and fixing) tests for ms_* macro suite munja 2022-04-21 23:51:47 +01:00
  • 6b2574947a feat: ms_getusers munja 2022-04-21 23:08:57 +01:00
  • eb9027ecb6 feat: ms_createuser macro munja 2022-04-21 22:48:54 +01:00
  • 2ad931a566 Merge pull request #222 from sasjs/allanbowe/the-ms-macros-are-not-221 v4.18.18 Allan Bowe 2022-04-20 18:55:22 +03:00
  • cebe119304 fix: failing test (chagned response) Allan Bowe 2022-04-20 15:53:44 +00:00
  • bd3082d7e3 chore: updating sasjsconfig Allan Bowe 2022-04-20 15:45:37 +00:00
  • 11da53f1cb fix: adding authentication to server macros. Closes #221 Allan Bowe 2022-04-20 15:41:36 +00:00
  • c4cb0b2395 Merge pull request #220 from sasjs/perf v4.18.17 Allan Bowe 2022-04-16 23:31:20 +03:00
  • 58614e9a3d fix: using findc instead of regex for faster parsing munja 2022-04-16 21:30:18 +01:00
  • c94c334c4b Merge pull request #219 from sasjs/issue218 v4.18.16 Allan Bowe 2022-04-16 22:44:35 +03:00
  • 3bf44405f8 chore: alignment munja 2022-04-16 20:37:47 +01:00
  • db68a256cb fix: check 4 special chars b4 replacing. Closes #218 munja 2022-04-16 20:33:21 +01:00
  • 611fac6338 Merge pull request #217 from sasjs/bom v4.18.15 Allan Bowe 2022-04-14 21:32:25 +03:00
  • ddd120bb75 fix: avoid sending BOM marker to SASjs API munja 2022-04-14 19:31:36 +01:00
  • 0d75e0bad8 Merge pull request #216 from sasjs/cli-issue-1113 Allan Bowe 2022-04-14 18:25:17 +03:00
  • ba8c4ac844 chore: Merge branch 'main' of https://github.com/sasjs/core into cli-issue-1113 Yury Shkoda 2022-04-14 18:22:57 +03:00
  • 6938a42896 Merge pull request #215 from sasjs/serverconfig v4.18.14 Allan Bowe 2022-04-14 15:41:44 +03:00
  • efff77c94e fix: mx_webout munja 2022-04-14 13:40:14 +01:00
  • 2b10cf6192 chore(dep): removed sasjs/core and bumped sasjs/cli Yury Shkoda 2022-04-14 14:55:43 +03:00
  • 134b91f266 fix: avoiding running tests on viya Allan Bowe 2022-04-14 11:14:35 +00:00
  • 969f551e10 Merge pull request #214 from sasjs/cond v4.18.13 Allan Bowe 2022-04-13 23:34:52 +03:00
  • 26623ba085 fix: adding cond/endcond to mp_ds2cards munja 2022-04-13 21:32:47 +01:00
  • 8eb495890d Merge pull request #213 from sasjs/issue212 v4.18.12 Allan Bowe 2022-04-13 15:59:22 +03:00
  • c1a30977f1 chore: removing serverurl munja 2022-04-13 13:58:55 +01:00
  • 9a6be61651 fix: ensuring indexes are picked up in mp_getpk(). Closes #212 munja 2022-04-13 13:57:43 +01:00
  • 388839039e Merge pull request #211 from sasjs/streamhtmlasfile v4.18.11 Allan Bowe 2022-04-11 12:56:02 +03:00
  • e760a89a6a fix: send html as attachment rather than streamed content when mp_streamfile is used on all platforms Allan Bowe 2022-04-11 09:54:07 +00:00
  • d2e30267e8 Merge pull request #210 from sasjs/nulfixes v4.18.10 Allan Bowe 2022-04-07 11:53:37 +03:00
  • 190dbddfe3 fix: using regex special chars instead of hex constants in mp_jsonout munja 2022-04-07 09:52:56 +01:00
  • 05e769794e Merge pull request #209 from sasjs/missref v4.18.9 Allan Bowe 2022-04-06 18:26:45 +03:00
  • 558ebaf6f2 fix: avoid: ERROR: Variable "fref" may not be initialized munja 2022-04-06 16:25:50 +01:00
  • 970b56fe5a Merge pull request #208 from sasjs/issue207 v4.18.8 Allan Bowe 2022-04-01 20:42:22 +03:00
  • c2597bd07b fix: missing dependency in mp_hashdataset.test.sas munja 2022-04-01 17:29:06 +01:00
  • c4baca477b fix: removing LUA dependency from mv_webout to enable Viya 4 compatibility munja 2022-04-01 16:56:49 +01:00
  • 7726b0e0b0 Merge pull request #206 from sasjs/ms_getfile v4.18.7 Allan Bowe 2022-03-29 20:41:20 +03:00
  • 0a536245f3 fix: missing dependency in mp_hashdataset.test.sas munja 2022-03-29 18:40:58 +01:00
  • edfa9ecc07 fix: ensuring ms_getfile works on specific installs munja 2022-03-29 18:08:24 +01:00
  • f4982c85ca fix: adding nonote2err option on mp_hashdataset v4.18.6 munja 2022-03-29 15:00:33 +01:00
  • 3ce771d587 Merge pull request #205 from sasjs/issue204 v4.18.5 Allan Bowe 2022-03-29 15:47:17 +03:00
  • 72d6b446c3 fix: updating mp_hashdataset to cope with STRICT mode. Adding test and improving sasjs/server compatibility. munja 2022-03-29 13:22:24 +01:00
  • 40d694eec8 Merge pull request #203 from sasjs/invisibles v4.18.4 Allan Bowe 2022-03-29 12:02:09 +03:00
  • 6af1423666 fix: more invisibles munja 2022-03-28 16:26:58 +01:00
  • 23a01347f1 fix: support SOH, STX and DC1 control characters in mp_jsonout munja 2022-03-28 15:54:28 +01:00
  • 7c86d6163a Merge pull request #201 from sasjs/mm_assignlib_fix v4.18.3 Allan Bowe 2022-03-21 18:10:56 +02:00
  • d7233208f1 fix: enabling more descriptive mm_assignlib abort messages when library cannot be assigned munja 2022-03-21 16:07:27 +00:00
  • 7f587ba720 Merge pull request #200 from sasjs/server v4.18.2 Allan Bowe 2022-03-19 02:23:57 +02:00
  • 21ecc1b675 fix: headers in ms_createfile.sas munja 2022-03-19 00:20:05 +00:00
  • 6b13dc2b87 Merge pull request #199 from sasjs/server v4.18.1 Allan Bowe 2022-03-16 18:07:40 +02:00
  • bb89184212 fix: missing dependency in mv_deleteviyafolder munja 2022-03-16 16:01:22 +00:00
  • 56338caaca Merge pull request #198 from sasjs/server v4.18.0 Allan Bowe 2022-03-15 17:41:24 +02:00
  • d7e2ff8ac9 fix: diffs for format loads not showing in audit table munja 2022-03-15 15:20:25 +00:00
  • 582ec0a1f9 feat: enabling delete file for sasjs/server munja 2022-03-15 13:46:31 +00:00
  • 53785f5644 Update README.md Allan Bowe 2022-03-14 13:44:13 +00:00
  • a8acadb8f1 Merge pull request #197 from sasjs/devops v4.17.1 Allan Bowe 2022-03-11 23:25:20 +02:00
  • 23dbda302e fix: ensuring pre-commit fails when sasjs lint fails Allan Bowe 2022-03-11 21:24:34 +00:00
  • 7e7ab4275d fix: gitpod launching sasjs Allan Bowe 2022-03-11 21:23:52 +00:00
  • a455a3d98d Merge pull request #196 from sasjs/delfile v4.17.0 Allan Bowe 2022-03-11 17:20:34 +02:00
  • 588d987c25 fix: missing dependency in test munja 2022-03-11 15:14:54 +00:00
  • 8ffd06343a feat: adding new mf_deletefile macro (and test) Also, update to mm_spkexport macro munja 2022-03-11 15:03:59 +00:00
  • 76207c443c Merge pull request #195 from sasjs/issue194 v4.16.1 Allan Bowe 2022-03-11 14:28:31 +02:00
  • 7e9e0fac07 fix: supporting empty dirs in mp_dirlist. Test updated. munja 2022-03-11 11:28:03 +00:00
  • 1fdbc7cce9 Merge pull request #193 from sasjs/mm_spkexport v4.16.0 Allan Bowe 2022-03-10 19:28:50 +02:00
  • 312369b200 feat: ignorevars option in mm_spkexport, and log update in mf_verifymacvars munja 2022-03-10 17:27:30 +00:00
  • c030174bfb Merge pull request #192 from sasjs/bugfix v4.15.4 Allan Bowe 2022-03-09 16:16:32 +02:00
  • faf466e79a fix: dependency in mp_loadformat test and strict mode issue in mm_deletelibrary munja 2022-03-09 14:15:25 +00:00
  • 856ffc1b72 Merge pull request #191 from sasjs/allanbowe/mp-loadformat-not-appending-190 v4.15.3 Allan Bowe 2022-03-08 21:50:42 +02:00
  • c0924af06b fix: correcting test for mp_loadformat munja 2022-03-08 19:50:01 +00:00
  • 33cec61a13 fix: quoting mf_getuser in case of commas. Fixes #189 munja 2022-03-08 19:40:22 +00:00
  • 854ff696d8 fix: adding missing dependency in mp_loadformat munja 2022-03-08 19:33:46 +00:00
  • cc3435d13d fix: ensuring audit table gets loaded in mp_loadformat. Adding test also. Closes #190 Allan Bowe 2022-03-08 16:52:22 +00:00
  • 5ceaac195d Merge pull request #188 from sasjs/hex32 v4.15.2 Allan Bowe 2022-03-07 22:38:57 +02:00
  • 5d5df977a6 fix: adding explicit $ sign to hex32. format in mp_md5() macro Allan Bowe 2022-03-07 19:57:25 +00:00
  • 245e85ef36 Merge pull request #187 from sasjs/periodproblem v4.15.1 Allan Bowe 2022-03-07 16:27:14 +02:00
  • b96df6f14f fix: mp_replace and mv_getjobcode were not ingesting periods correctly munja 2022-03-07 14:25:05 +00:00
  • 1932c1e138 Merge pull request #186 from sasjs/issue185 v4.15.0 Allan Bowe 2022-03-07 12:45:18 +02:00
  • f7ee012be3 fix: updating all.sas munja 2022-03-07 10:45:06 +00:00
  • b49e11bc79 fix: upgrading mv_deleteviyafolder for viya 4 (and adding test) munja 2022-03-07 09:36:30 +00:00
  • f709a11dfb fix: removing lua dependency from mv_getjoblog to enable viya 4 munja 2022-03-06 22:04:51 +00:00
  • 17ed2240d3 fix: removing lua from mv_getjobcode to enable Viya 4 compatibility munja 2022-03-06 21:01:02 +00:00
  • a8b5107b1a fix: remove mcf_stpsrv_header function (no longer needed, replaced with mfs_httpheader which is more reliable and faster munja 2022-03-06 13:44:42 +00:00
  • 735bab5d26 feat: viya4 config munja 2022-03-06 13:44:16 +00:00
  • 86f7876f50 Merge pull request #184 from sasjs/issue181 v4.14.0 Allan Bowe 2022-03-06 14:40:59 +02:00