Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
3638bde633 | |||
3a2361f42c | |||
1bd0eef913 | |||
85aa3b38b7 | |||
678859a68d | |||
e531acee3f | |||
4a45ebfe3b | |||
8fb9a344f2 | |||
8829b60220 | |||
4e64f28732 | |||
a0749de700 | |||
f9623e046e | |||
bce1fd57ef |
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,3 +1,18 @@
|
||||
## [6.13.2](https://git.datacontroller.io/dc/dc/compare/v6.13.1...v6.13.2) (2025-02-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* get metadata email if exists ([1bd0eef](https://git.datacontroller.io/dc/dc/commit/1bd0eef913593579771c647d80010ce628c00819))
|
||||
|
||||
## [6.13.1](https://git.datacontroller.io/dc/dc/compare/v6.13.0...v6.13.1) (2025-02-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Avoiding LATIN1 unprintables in various UI locations ([bce1fd5](https://git.datacontroller.io/dc/dc/commit/bce1fd57ef397cfdd030552c3f424a8407174729))
|
||||
* updated @sasjs/adapter, crypto-browserify ([4e64f28](https://git.datacontroller.io/dc/dc/commit/4e64f28732868b07ec2ab403912bd384c62c7e1d))
|
||||
|
||||
# [6.13.0](https://git.datacontroller.io/dc/dc/compare/v6.12.3...v6.13.0) (2025-01-31)
|
||||
|
||||
|
||||
|
@ -10,7 +10,7 @@ const check = (cwd) => {
|
||||
onlyAllow:
|
||||
'AFLv2.1;Apache 2.0;Apache-2.0;Apache*;Artistic-2.0;0BSD;BSD*;BSD-2-Clause;BSD-3-Clause;CC0-1.0;CC-BY-3.0;CC-BY-4.0;ISC;MIT;MPL-2.0;ODC-By-1.0;Python-2.0;Unlicense;',
|
||||
excludePackages:
|
||||
'@cds/city@1.1.0;@handsontable/angular@14.4.0;handsontable@14.4.0;hyperformula@2.7.0;jackspeak@2.2.0;path-scurry@1.7.0'
|
||||
'@cds/city@1.1.0;@handsontable/angular@14.6.2;handsontable@14.6.2;hyperformula@2.7.1;jackspeak@3.4.3;path-scurry@1.11.1;package-json-from-dist@1.0.1'
|
||||
},
|
||||
(error, json) => {
|
||||
if (error) {
|
||||
|
10666
client/package-lock.json
generated
10666
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -49,14 +49,14 @@
|
||||
"@clr/icons": "^13.0.2",
|
||||
"@clr/ui": "^17.0.1",
|
||||
"@handsontable/angular": "^14.3.0",
|
||||
"@sasjs/adapter": "4.10.2",
|
||||
"@sasjs/adapter": "^4.11.0",
|
||||
"@sasjs/utils": "^3.4.0",
|
||||
"@sheet/crypto": "file:libraries/sheet-crypto.tgz",
|
||||
"@types/d3-graphviz": "^2.6.7",
|
||||
"@types/text-encoding": "0.0.35",
|
||||
"base64-arraybuffer": "^0.2.0",
|
||||
"buffer": "^5.4.3",
|
||||
"crypto-browserify": "3.12.0",
|
||||
"crypto-browserify": "^3.12.1",
|
||||
"crypto-js": "^4.2.0",
|
||||
"d3-graphviz": "^5.0.2",
|
||||
"fs-extra": "^7.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dcfrontend",
|
||||
"version": "6.13.0",
|
||||
"version": "6.13.2",
|
||||
"description": "Data Controller",
|
||||
"devDependencies": {
|
||||
"@saithodev/semantic-release-gitea": "^2.1.0",
|
||||
|
@ -96,6 +96,8 @@ data work.emails;
|
||||
/* get email from metadata if not in input table */
|
||||
if metadata_getnasn(uri,"EmailAddresses",1,emailuri)<=0 then do;
|
||||
putlog "DCWARN: " alert_user " has no emails in MPE_EMAILS or metadata!";
|
||||
end;
|
||||
else do;
|
||||
if metadata_getattr(emailuri,"Address",user_email)<0 then do;
|
||||
putlog 'DCWARN: Unexpected error! Valid emailURI but no email. Weird.';
|
||||
end;
|
||||
|
@ -82,7 +82,7 @@ create table out1 (rename=(SUBMITTED_ON_DTTM1=SUBMITTED_ON_DTTM)) as
|
||||
)
|
||||
|
||||
%webout(OPEN)
|
||||
%webout(OBJ,fromSAS)
|
||||
%webout(OBJ,fromSAS,missing=STRING)
|
||||
%webout(CLOSE)
|
||||
|
||||
|
||||
|
@ -45,6 +45,6 @@ create table work.fromsas (rename=(SUBMITTED_ON=SUBMITTED_ON_DTTM)) as
|
||||
)
|
||||
|
||||
%webout(OPEN)
|
||||
%webout(OBJ,fromSAS)
|
||||
%webout(OBJ,fromSAS,missing=STRING)
|
||||
%webout(CLOSE)
|
||||
|
||||
|
@ -136,7 +136,7 @@ run;
|
||||
)
|
||||
|
||||
%webout(OPEN)
|
||||
%webout(OBJ,saslibs)
|
||||
%webout(OBJ,saslibs,missing=STRING)
|
||||
%webout(CLOSE)
|
||||
|
||||
%mpeterm()
|
||||
|
@ -341,7 +341,7 @@ proc sql;
|
||||
create table ids as select distinct id from graphviz3;
|
||||
|
||||
%webout(OPEN)
|
||||
%webout(OBJ,fromSAS)
|
||||
%webout(OBJ,fromSAS,missing=STRING)
|
||||
%webout(OBJ,ids,dslabel=clickableIDS)
|
||||
%webout(OBJ,info)
|
||||
%webout(OBJ,flatdata)
|
||||
|
@ -26,7 +26,7 @@
|
||||
)
|
||||
|
||||
%webout(OPEN)
|
||||
%webout(OBJ,attributes)
|
||||
%webout(OBJ,attributes, missing=STRING)
|
||||
%webout(OBJ,associations)
|
||||
%webout(CLOSE)
|
||||
%mpeterm()
|
||||
|
@ -26,6 +26,6 @@ options metarepository=&repo;
|
||||
)
|
||||
|
||||
%webout(OPEN)
|
||||
%webout(OBJ,objects)
|
||||
%webout(OBJ,objects,missing=STRING)
|
||||
%webout(CLOSE)
|
||||
%mpeterm()
|
||||
|
Reference in New Issue
Block a user