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

Commit Graph

  • 74790ec80e fix: adding trim to avoid converting trailing blanks v2.48.1 Allan Bowe 2021-09-27 17:46:53 +01:00
  • afd8a754b4 Merge pull request #79 from sasjs/issue78 v2.48.0 Allan Bowe 2021-09-27 18:57:16 +03:00
  • bc1f7b3baa fix: updating test result and making mp_ds2cards header doxygen compliant Allan Bowe 2021-09-27 16:39:28 +01:00
  • 51690e68dc feat: adding binary variable support to mp_ds2cards.sas, updating documentation, and including two tests. Closes #78 Allan Bowe 2021-09-27 16:15:25 +01:00
  • 0fa076cb73 Merge pull request #77 from sasjs/dictfix v2.47.1 Allan Bowe 2021-09-27 15:17:48 +03:00
  • 6506993704 fix: ensuring upcase comparisons for dictionary tables Allan Bowe 2021-09-27 13:04:32 +01:00
  • a69db2ebfb Merge pull request #76 from sasjs/mp_appendfile v2.47.0 Allan Bowe 2021-09-27 14:50:55 +03:00
  • d72ca7cb24 fix: warning in mp_assertcolvals from outobs sql option Allan Bowe 2021-09-27 12:30:28 +01:00
  • 52dfa7b8f7 feat: mp_appendfile macro for appending 2 or more files together Allan Bowe 2021-09-27 11:46:19 +01:00
  • dae03c5730 fix: adding SYSSCPL to mp_abort and webout macros v2.46.1 Allan Bowe 2021-09-24 17:31:42 +01:00
  • 14efe5d3fd chore: removing copyright notice (copy paste error) Allan Bowe 2021-09-22 21:10:00 +01:00
  • 653244d737 Merge pull request #75 from sasjs/mp_getcols v2.46.0 Allan Bowe 2021-09-22 19:34:25 +03:00
  • 086831b3f5 chore: updating all.sas Allan Bowe 2021-09-22 17:20:02 +01:00
  • 6eca585fc1 feat: new mp_getcols macro Allan Bowe 2021-09-22 17:19:49 +01:00
  • f6ba36fc28 feat: adding more info to result description in mp_assertcolvals Allan Bowe 2021-09-22 17:19:29 +01:00
  • 7406288d79 fix: mp_gsubfile() now works with multiline files (and we have a multiline test to go with it) v2.45.2 Allan Bowe 2021-09-16 18:30:17 +01:00
  • 2e7fcbe5b8 fix: prevening truncation of _debug in mp_abort.sas and more reliable way to fetch syswarningtext and syserrortext v2.45.1 Allan Bowe 2021-09-16 14:04:50 +01:00
  • 3e7b9f8c14 chore: fixing example in header for mp_gsubfile() Allan Bowe 2021-09-16 13:54:27 +01:00
  • e9189ccc06 Merge pull request #74 from sasjs/gsub v2.45.0 Allan Bowe 2021-09-14 19:13:15 +03:00
  • 8c00d715c2 chore: formatting Allan Bowe 2021-09-14 16:08:30 +01:00
  • d47a369cdf feat: adding mp_gsubfile.sas - a SAS macro that uses Lua to perform a full text find and replace of an entire file. Not restricted by number of characters (only memory). IIncludes a test. Allan Bowe 2021-09-14 16:07:12 +01:00
  • 52bf6019fd Merge pull request #73 from sasjs/defaultvars v2.44.2 Allan Bowe 2021-09-11 19:26:06 +03:00
  • 25e61fd8ef chore: updating all.sas Allan Bowe 2021-09-11 19:25:28 +03:00
  • 3038be83a0 fix: adding default lengths to vars in mv_getfoldermembers to cover use case where no members found (and downstream process expects an empty table with those vars. Also fixing mp_webin to cover a case where native temp filerefs (starting with a #hash) are not supported. Allan Bowe 2021-09-11 19:24:51 +03:00
  • 6e2447c70a fix: missing dependency in mp_webin() v2.44.1 Allan Bowe 2021-09-11 19:00:04 +03:00
  • 486aba84ca Merge pull request #72 from sasjs/webinnings v2.44.0 Allan Bowe 2021-09-08 19:51:36 +03:00
  • b5944181e1 chore(dependencies): bumping cli Allan Bowe 2021-09-08 19:35:27 +03:00
  • 3f69cf506a feat: mp_webin() macro for handling the _webin_xxx macro variables in SAS web services Allan Bowe 2021-09-08 19:34:28 +03:00
  • 6013897c50 feat: updating mf_getuniquefileref() to use native approach to get a unique fileref (which is 100 times faster than the old approach) Allan Bowe 2021-09-08 15:30:51 +03:00
  • 27cf2a2532 Merge pull request #71 from sasjs/including v2.43.1 Allan Bowe 2021-09-05 20:56:40 +03:00
  • d096cbddeb fix: conditional logic around mp_abort(mode=INCLUDE) to cover case when no mp_include was executed Allan Bowe 2021-09-05 20:55:44 +03:00
  • 117503f214 Merge pull request #70 from sasjs/including v2.43.0 Allan Bowe 2021-09-03 11:17:21 +03:00
  • 5cc5fae750 chore: adding mp_abort to mp_include sas macros list Allan Bowe 2021-09-03 11:06:12 +03:00
  • d93032e1a9 chore: docs Allan Bowe 2021-09-03 10:54:21 +03:00
  • 507557b2cb feat: new mp_include() feature for handling %includes with macros Allan Bowe 2021-09-03 00:40:10 +03:00
  • ee5c3c185a chore: merge Allan Bowe 2021-08-28 14:22:16 +03:00
  • e5592a2eb2 chore: avoiding the string 'ERROR:' in logs Allan Bowe 2021-08-28 14:21:36 +03:00
  • 59200a6e73 Merge pull request #69 from sasjs/issue68 v2.42.0 Allan Bowe 2021-08-24 21:03:09 +03:00
  • f468f60ae1 fix: substr issue in mp_ds2inserts. Closes #68 Allan Bowe 2021-08-24 20:51:29 +03:00
  • 9f60d827b6 feat: supporting postgres timestamps for mp_ds2inserts and mp_lib2inserts Allan Bowe 2021-08-24 20:39:02 +03:00
  • 5c936ddb65 Merge pull request #67 from sasjs/issue66 v2.41.0 Allan Bowe 2021-08-24 14:04:25 +03:00
  • d0bde62594 feat: adding APPEND option to mp_binarycopy.sas, and a new test (mp_binarycopy.test.sas). Closes #66 Allan Bowe 2021-08-24 13:43:31 +03:00
  • ada9192337 Merge pull request #65 from sasjs/issue64 v2.40.2 Allan Bowe 2021-08-20 22:50:27 +03:00
  • 6161f588a9 fix: increasing limit for mv_getfoldermember.sas, also adding a test, and updating mf_getapploc to search _program by default (and fixing it to work with macro tests, and updating the test for that also) Allan Bowe 2021-08-20 22:38:56 +03:00
  • 67079d8c17 fix: adding default value for exists in mf_existfunction v2.40.1 Allan Bowe 2021-08-19 00:20:49 +03:00
  • 75bd39adb0 Merge pull request #63 from sasjs/issue62 v2.40.0 Allan Bowe 2021-08-19 00:00:15 +03:00
  • 078bdbeecf chore: bumping devDependency (sasjs cli) Allan Bowe 2021-08-18 23:47:17 +03:00
  • 8ddb86785c feat: new fcmp stpsrv_header function Allan Bowe 2021-08-18 23:45:45 +03:00
  • 005af0ecf8 feat: new mf_existfunction macro Allan Bowe 2021-08-18 23:36:12 +03:00
  • bc410a9135 chore: fixing docs for tests Allan Bowe 2021-08-18 19:55:05 +03:00
  • fc8ba2e36c chore: moving files to tidy up docs Allan Bowe 2021-08-18 19:43:38 +03:00
  • 756441384a feat: adding first fcmp macro, mcf_string2file.sas Allan Bowe 2021-08-18 18:35:51 +03:00
  • 10f9eecf9e Merge pull request #60 from sasjs/vpn-fix Allan Bowe 2021-08-13 14:41:25 +03:00
  • 470ebb50a7 chore: vpn fix Mihajlo 2021-08-13 12:57:31 +02:00
  • 26cd5d9d31 Merge pull request #59 from Stefan-Dimitrov-Stoyanov/patch-1 Allan Bowe 2021-08-12 11:59:25 +03:00
  • 0b694bb878 Update README.md Stefan-Dimitrov-Stoyanov 2021-08-11 13:34:44 +01:00
  • b403c02bba chore: docs for mm_createfolder Allan Bowe 2021-08-06 15:36:55 +03:00
  • 0b555bb31c Merge pull request #58 from sasjs/apploc v2.39.0 Allan Bowe 2021-08-04 22:04:55 +03:00
  • 40b513a9e3 feat: new mf_getapploc macro Allan Bowe 2021-08-04 22:00:18 +03:00
  • 4eacf4deae Merge pull request #57 from sasjs/mf_existfref v2.38.1 Allan Bowe 2021-08-03 14:32:23 +03:00
  • 5824423c13 fix: showing filerefs that exist (even when underlying does not) in mf_existfileref, along with 3 tests Allan Bowe 2021-08-03 14:16:52 +03:00
  • ce5bfd41dc chore(docs): updating header for mm_gettables Allan Bowe 2021-08-02 10:37:01 +03:00
  • 0c67a07e42 Merge pull request #56 from sasjs/ddlworkz v2.38.0 Allan Bowe 2021-07-30 10:11:27 +03:00
  • 187504600a chore: fixing test Allan Bowe 2021-07-30 00:21:02 +03:00
  • 658d67feaa chore: fixing comments Allan Bowe 2021-07-30 00:17:44 +03:00
  • 5207a77591 feat: new mp_lib2inserts macro. In addition, modified mp_getddl to ignore views, closing #5. Created a test, which highlighted another issue in mp_getddl (labels were being double quoted which caused macro resolution attempts when %including). Changed to single quotes. Switched 'outlib' to 'outschema' in mp_ds2inserts to harmonise with mp_getddl. Added a maxobs option, to speed up testing. Allan Bowe 2021-07-30 00:14:29 +03:00
  • 4456adf1dc fix: switching default flavour from BASE to SAS to be consistent with mp_getddl v2.37.4 Allan Bowe 2021-07-29 20:35:57 +03:00
  • 03962c2a50 fix: for PGSQL DDL generation, ignore tables with over 1600 columns (as they are not supported in Postgres) v2.37.3 Allan Bowe 2021-07-29 15:45:16 +03:00
  • 6d2fc7e265 fix: removing bug introduced to mp_getddl and adding a test to prevent regression v2.37.2 Allan Bowe 2021-07-29 13:02:58 +03:00
  • 39b2e7c5f9 fix: supporting salts over 32 chars in mp_hashdataset() v2.37.1 Allan Bowe 2021-07-28 23:22:43 +03:00
  • f99adf5c3e Merge pull request #55 from sasjs/insertforpg v2.37.0 Allan Bowe 2021-07-28 19:11:38 +03:00
  • 69f8e91a2d feat: adding salt as option for mp_hashdataset Allan Bowe 2021-07-28 17:04:41 +03:00
  • 5b5d01993f fix: updating mp_getddl to enable append to a fileref Allan Bowe 2021-07-28 17:01:49 +03:00
  • 00fa464a7c feat: updating mp_ds2inserts to support postgres database Allan Bowe 2021-07-27 11:07:12 +03:00
  • a5baf46233 chore: removing unnecessary proc format and generating the all.sas file Allan Bowe 2021-07-26 22:30:02 +03:00
  • d63d2a4ec1 Merge pull request #54 from sasjs/mp_ds2inserts v2.36.0 Allan Bowe 2021-07-26 22:10:44 +03:00
  • 900f694065 chore: removing extra period Allan Bowe 2021-07-26 21:59:48 +03:00
  • 838324c15e chore: updating header Allan Bowe 2021-07-26 19:06:53 +03:00
  • e3205ec06c feat: mp_ds2inserts macro for creating programs for inserting data (and corresponding test) Allan Bowe 2021-07-26 19:04:49 +03:00
  • 154a33434e chore: more contributors Allan Bowe 2021-07-24 21:06:30 +03:00
  • bfa1bbaeb1 chore: all contributors update in README Allan Bowe 2021-07-24 21:03:49 +03:00
  • 1f0128aec4 Merge pull request #53 from sasjs/base64doublebytefix v2.35.5 Allan Bowe 2021-07-18 17:16:58 +03:00
  • 69f03f4e14 fix: mp_base64copy.sas fixes, removed renegade % symbol and issue with truncation at character 76. Added two tests, including one to test double byte encoded characters. Allan Bowe 2021-07-18 17:05:05 +03:00
  • a932f321d8 Merge pull request #52 from sasjs/sasjs-cli-version-bump v2.35.4 Allan Bowe 2021-07-10 09:40:48 +03:00
  • 21200c11c1 fix: bump sasjs/cli version + 'prepare' support windows CMD/Powershell sasjs-cli-version-bump Saad Jutt 2021-07-10 03:43:58 +05:00
  • 825c97c49c fix: switch postinstall to prepare v2.35.3 Allan Bowe 2021-06-30 19:50:20 +03:00
  • f301899269 Merge pull request #51 from sasjs/issue50 v2.35.2 Allan Bowe 2021-06-29 00:09:42 +03:00
  • fc81f62d2f fix: setting syscc to zero to prevent error state in response. Closes #50 Allan Bowe 2021-06-28 23:52:12 +03:00
  • 93aea5ed02 Merge pull request #49 from sasjs/logfix v2.35.1 Allan Bowe 2021-06-27 00:35:24 +03:00
  • 55d4c7238a fix: updating mp_testservice.sas and mv_jobflow to use the provided context. Also updating mv_getjobresult to fetch byte by byte (as some inputs are very wide). Allan Bowe 2021-06-27 00:22:53 +03:00
  • cd75bf263a fix: removing redundant parameter from mv_getjoblog Allan Bowe 2021-06-26 21:11:26 +03:00
  • 929a1a9974 chore: updating docs Allan Bowe 2021-06-24 00:39:09 +03:00
  • 7cafb4fb36 Merge pull request #48 from sasjs/base64 v2.35.0 Allan Bowe 2021-06-24 00:30:21 +03:00
  • a8d222a0f8 chore: automated commit Allan Bowe 2021-06-24 00:29:54 +03:00
  • ac0ddf38b0 chore: automated commit Allan Bowe 2021-06-24 00:28:41 +03:00
  • ecd389c935 feat: adding mp_base64copy macro Allan Bowe 2021-06-24 00:26:41 +03:00
  • 06a5ea06f8 Merge pull request #46 from sasjs/mendfixes v2.34.8 Allan Bowe 2021-06-23 22:27:36 +03:00
  • 955471ed3c Merge branch 'main' into mendfixes Allan Bowe 2021-06-23 21:55:44 +03:00
  • c8d3b43b12 fix: adding lrecl to mv_createfile to support lines 1 million characters wide. Closes #47 v2.34.7 Allan Bowe 2021-06-23 21:53:32 +03:00
  • 3e313b06a9 fix: adding mend in python lua build Allan Bowe 2021-06-21 17:25:58 +03:00