1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-13 07:24:35 +00:00

Compare commits

...

21 Commits

Author SHA1 Message Date
github-actions
a221a706b4 chore: updating all.sas 2025-12-10 17:22:58 +00:00
Trevor Moody
f3b712ecee fix(test): bumped Node to lts/iron (v20.x.x) for tests 2025-12-10 17:22:22 +00:00
Allan Bowe
db15c66e68 Merge pull request #409 from sasjs/build/disable-npm-scripts
Disable npm scripts
2025-12-09 16:10:45 +00:00
github-actions
62796ab6e6 chore: updating all.sas 2025-12-09 15:30:06 +00:00
mulahasanovic
7eca3b5e07 build(security): disable npm install scripts 2025-12-09 16:26:15 +01:00
Allan Bowe
66ceb738c8 Merge pull request #408 from sasjs/mp_stripdiff_fix
Bug fixes - a header dependency and the sasjsconfig global macroFolders includes all platforms
2025-11-27 15:28:19 +00:00
github-actions
9d37856fc2 chore: updating all.sas 2025-11-27 15:22:43 +00:00
Trevor Moody
14987e3914 Merge branch 'main' into mp_stripdiff_fix 2025-11-27 15:22:24 +00:00
github-actions
10857b2153 chore: updating all.sas 2025-11-27 15:08:51 +00:00
Trevor Moody
ac2a054c84 fix: global macroFolders includes all platforms 2025-11-27 15:08:18 +00:00
Trevor Moody
f60b298bbb fix: moved dependency to 'SAS Macros' section 2025-11-27 14:43:57 +00:00
Allan Bowe
bf6beded5f Merge pull request #407 from sasjs/mp_stripdiff_fix
Mp stripdiff fix
2025-11-27 13:27:47 +00:00
github-actions
f98d401bcd chore: updating all.sas 2025-11-27 05:53:10 +00:00
Trevor Moody
b808c69e93 fix: added mp_ds2squeeze.sas macro dependency to header 2025-11-26 18:12:34 +00:00
Allan Bowe
7c2b7dca1f Merge pull request #406 from yabwon/patch-1
Header formatting fix
2025-11-20 09:59:20 +00:00
Bart Jablonski
cb94a94a21 Header formatting fix
Header formatting fix
2025-11-20 10:09:42 +01:00
Allan Bowe
c23262198b Merge pull request #405 from sasjs/fix_macro_include_filename
Fix macro include filename
2025-11-19 14:04:59 +00:00
github-actions
f2b0988b42 chore: updating all.sas 2025-11-19 14:04:18 +00:00
allan
b3178a87ee fix: mf_isblank dependency 2025-11-19 14:03:57 +00:00
github-actions
cc57907c0c chore: updating all.sas 2025-11-19 13:48:13 +00:00
Trevor Moody
7b24faaa21 fix: corrected included macro filename casing 2025-11-19 13:45:41 +00:00
7 changed files with 15 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [lts/hydrogen] node-version: [lts/iron]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
ignore-scripts=true

View File

@@ -13859,6 +13859,7 @@ run;
@li mf_islibds.sas @li mf_islibds.sas
@li mf_wordsinstr1butnotstr2.sas @li mf_wordsinstr1butnotstr2.sas
@li mp_abort.sas @li mp_abort.sas
@li mp_ds2squeeze.sas
<h4> Related Macros </h4> <h4> Related Macros </h4>
@li mddl_dc_difftable.sas @li mddl_dc_difftable.sas
@@ -28206,10 +28207,11 @@ libname &libref1 clear;
@li mf_getvalue.sas @li mf_getvalue.sas
@li mf_getvarlist.sas @li mf_getvarlist.sas
@li mf_getvartype.sas @li mf_getvartype.sas
@li mf_isblank.sas
@li mf_nobs.sas @li mf_nobs.sas
@li mp_abort.sas @li mp_abort.sas
*/ **/
%macro mv_getViyaFileExtParms( %macro mv_getViyaFileExtParms(
ext, ext,
@@ -28423,7 +28425,8 @@ libname &libref1 clear;
%end; %end;
%mend mv_getViyaFileExtParms;/** %mend mv_getViyaFileExtParms;
/**
@file @file
@brief Executes a SAS Viya Job @brief Executes a SAS Viya Job
@details Triggers a SAS Viya Job, with optional URL parameters, using @details Triggers a SAS Viya Job, with optional URL parameters, using

View File

@@ -36,6 +36,7 @@
@li mf_islibds.sas @li mf_islibds.sas
@li mf_wordsinstr1butnotstr2.sas @li mf_wordsinstr1butnotstr2.sas
@li mp_abort.sas @li mp_abort.sas
@li mp_ds2squeeze.sas
<h4> Related Macros </h4> <h4> Related Macros </h4>
@li mddl_dc_difftable.sas @li mddl_dc_difftable.sas

View File

@@ -5,7 +5,10 @@
"ddl", "ddl",
"fcmp", "fcmp",
"lua", "lua",
"meta",
"metax",
"server", "server",
"viya",
"xplatform", "xplatform",
"tests/base", "tests/base",
"tests/ddlonly", "tests/ddlonly",
@@ -42,7 +45,6 @@
"deployScripts": [] "deployScripts": []
}, },
"macroFolders": [ "macroFolders": [
"viya",
"tests/viyaonly" "tests/viyaonly"
], ],
"contextName": "SAS Job Execution compute context" "contextName": "SAS Job Execution compute context"
@@ -56,8 +58,6 @@
}, },
"appLoc": "/Shared Data/temp/macrocore", "appLoc": "/Shared Data/temp/macrocore",
"macroFolders": [ "macroFolders": [
"meta",
"metax",
"tests/sas9only" "tests/sas9only"
], ],
"programFolders": [], "programFolders": [],
@@ -82,7 +82,6 @@
"deployScripts": [] "deployScripts": []
}, },
"macroFolders": [ "macroFolders": [
"server",
"tests/serveronly" "tests/serveronly"
] ]
}, },

View File

@@ -3,7 +3,7 @@
@brief Testing mv_getviyafileextparms macro @brief Testing mv_getviyafileextparms macro
<h4> SAS Macros </h4> <h4> SAS Macros </h4>
@li mf_isBlank.sas @li mf_isblank.sas
@li mp_assert.sas @li mp_assert.sas
@li mp_assertscope.sas @li mp_assertscope.sas
@li mv_getviyafileextparms.sas @li mv_getviyafileextparms.sas

View File

@@ -27,10 +27,11 @@
@li mf_getvalue.sas @li mf_getvalue.sas
@li mf_getvarlist.sas @li mf_getvarlist.sas
@li mf_getvartype.sas @li mf_getvartype.sas
@li mf_isblank.sas
@li mf_nobs.sas @li mf_nobs.sas
@li mp_abort.sas @li mp_abort.sas
*/ **/
%macro mv_getViyaFileExtParms( %macro mv_getViyaFileExtParms(
ext, ext,
@@ -244,4 +245,4 @@
%end; %end;
%mend mv_getViyaFileExtParms; %mend mv_getViyaFileExtParms;