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

Commit Graph

  • 2c952c8b01 chore: docs update Allan Bowe 2021-05-10 20:14:23 +03:00
  • de3610d1aa Merge branch 'main' of github.com:sasjs/core v2.27.3 Allan Bowe 2021-05-10 15:24:23 +03:00
  • d35d597437 fix: updating reason_cd in mp_filtercheck.sas Allan Bowe 2021-05-10 15:24:13 +03:00
  • 3e8deda008 fix: description for mf_abort Allan Bowe 2021-05-10 15:23:30 +03:00
  • a27496c7b3 Merge pull request #23 from tmoody/fix/non_stp_syscc_propagation v2.27.2 Allan Bowe 2021-05-10 14:58:04 +03:00
  • 265389befc Merge branch 'main' into fix/non_stp_syscc_propagation Allan Bowe 2021-05-10 14:57:24 +03:00
  • db2531e0b3 fix: Non-stp propagation of syscc Trevor Moody 2021-05-10 12:42:36 +01:00
  • 5e77494aa6 Merge pull request #22 from sasjs/mp_json v2.27.1 Allan Bowe 2021-05-10 03:44:08 +03:00
  • 6a2ac51925 fix: adding formatting to mp_jsonout, and a test Allan Bowe 2021-05-10 03:42:53 +03:00
  • f625b04189 Merge pull request #21 from sasjs/ds2fmtds v2.27.0 Allan Bowe 2021-05-10 01:26:51 +03:00
  • 68aee776d3 feat: new mp_ds2fmtds macro - converts a dataset to a new dataset where all values are the formatted values. Also added a test. Allan Bowe 2021-05-10 01:25:51 +03:00
  • 38d2195d32 Merge pull request #20 from sasjs/testframework v2.26.2 Allan Bowe 2021-05-08 23:29:21 +03:00
  • 4e564b5409 fix: refreshed the testing toolkit, added debug options, updated documentation, included one new test (mv_getjobcode.sas) testframework Allan Bowe 2021-05-08 23:27:55 +03:00
  • 298acc4e50 fix: setting default to best. over 8. for mf_getformat with force option v2.26.1 Allan Bowe 2021-05-07 11:20:01 +03:00
  • af98909753 Merge pull request #19 from sasjs/mp_assert v2.26.0 Allan Bowe 2021-05-06 20:59:49 +03:00
  • b9d33b38bf feat: new (generic) mp_assert macro, and new feature (type filter) for mf_getvarlist. Added/updated tests for mp_filtercheck and mp_validatecol and mf_getvarlist. Allan Bowe 2021-05-06 20:58:38 +03:00
  • b61b5f1856 fix: adding dependency v2.25.2 Allan Bowe 2021-05-06 19:05:14 +03:00
  • 805474bb46 Merge pull request #18 from sasjs/jobresult v2.25.1 Allan Bowe 2021-05-06 15:27:18 +03:00
  • 61701f3c6a fix: enabling fileref as output option for sas code obtained via mm_getstpcode. Also updated some doc headers and macro footers. Allan Bowe 2021-05-06 15:06:13 +03:00
  • f20d7476bf Merge pull request #17 from sasjs/jobresult v2.25.0 Allan Bowe 2021-05-06 01:08:56 +03:00
  • 04a3189a89 feat: new mv_getjobresult.sas macro, corresponding test, and additional fixes Allan Bowe 2021-05-06 01:07:25 +03:00
  • b1380983ec fix: missing comma v2.24.2 Allan Bowe 2021-05-05 20:16:26 +03:00
  • b4834f9b40 fix: updates following test runs in Studio v2.24.1 Allan Bowe 2021-05-05 20:12:06 +03:00
  • 1b5ad93cad chore: updating all.sas Allan Bowe 2021-05-05 11:48:38 +03:00
  • f2942f2032 chore: adding sasjsresults to .gitignore Allan Bowe 2021-05-05 01:39:53 +03:00
  • 4198448b81 chore: removing temp results folder Allan Bowe 2021-05-05 01:39:29 +03:00
  • 47a33452e0 Merge pull request #16 from sasjs/testrelease v2.24.0 Allan Bowe 2021-05-05 01:36:38 +03:00
  • fb21a0adfd feat: new macro for validating inputs (mp_validatecol.sas), also a refresh of the tests now that sasjs test is released. All tests are passing Allan Bowe 2021-05-05 01:35:00 +03:00
  • e01b06b640 feat: new assertion macro (mp_assertcols.sas) to test for column existence (or not) v2.23.0 Allan Bowe 2021-05-04 21:53:57 +03:00
  • 24380ddf26 Merge branch 'main' of github.com:sasjs/core v2.22.2 Allan Bowe 2021-05-03 22:44:07 +03:00
  • 1ef42d45af fix: wrapping filter query in brackets to allow logic to be encapsulated when using with other logic sources Allan Bowe 2021-05-03 22:43:56 +03:00
  • 6ee13a2779 Merge pull request #15 from sasjs/removewarns v2.22.1 Allan Bowe 2021-05-03 20:30:43 +03:00
  • ffd2e135dc fix: removing WARNINGs from code logic Allan Bowe 2021-05-03 20:28:48 +03:00
  • 7f2ad5fc66 feat: mp_filtervalidate.sas - to run a proc sql validate against the target table to ensure validity v2.22.0 Allan Bowe 2021-05-03 13:48:24 +03:00
  • ff1eb54cc3 chore: updating logo allanbowe 2021-05-03 10:59:25 +02:00
  • d6235c6357 chore: reducing raw_value size to 4000 for wider DB support Allan Bowe 2021-05-03 11:17:20 +03:00
  • 98118adb9a feat: new assertion macro for testing the values in a target column. Designed for use with 'sasjs test'. v2.21.0 Allan Bowe 2021-05-03 01:00:36 +03:00
  • 369c4412f3 fix: adding tests for mp_filtergenerate, also updating the corresponding macros following test results v2.20.1 Allan Bowe 2021-05-02 22:11:44 +03:00
  • 7d7608f06c chore: updating all.sas Allan Bowe 2021-05-02 19:12:08 +03:00
  • 3791cb8a2c feat: two new macros for checking a filter query, and then generating a filter query. One test to cover the generation part. One more macro to provide assertions on the number of rows in a table, compatible with the upcoming 'sasjs test' feature. v2.20.0 Allan Bowe 2021-05-02 19:10:37 +03:00
  • ff82f7d75c chore: header update in mf_getvarlist Allan Bowe 2021-05-01 20:33:45 +03:00
  • fdd566e8ce fix: setting server headers only if STREAM mode enabled to avoid 'Function is only valid for filerefs using the CACHE access method.' error when testing STPs from Studio. Also removing proc json as it cannot handle invalid characters. v2.19.1 Allan Bowe 2021-05-01 16:27:41 +03:00
  • 328f8c260b chore: updating all.sas Beast 2021-05-01 15:34:30 +03:00
  • 029169ac80 feat: adding mf_getxengine macro for determining the engine of a sas fileref v2.19.0 Beast 2021-05-01 15:32:45 +03:00
  • 66ff1de7a9 fix: reducing logging v2.18.1 allanbowe 2021-04-23 23:06:37 +02:00
  • 053290c7df chore: updating header of mp_hashdataset allanbowe 2021-04-23 07:56:33 +02:00
  • af71a5e53b feat: new macro for hashing a table (mp_hashdataset) v2.18.0 allanbowe 2021-04-23 00:33:11 +02:00
  • ecdce86287 fix: adding all.sas also v2.17.3 allanbowe 2021-04-17 00:11:33 +02:00
  • ba1272aaf7 fix: updating mv_createwebservice to support 0x01 hex characters, adding a test (and test scaffolding) as part of this. The test scaffolding will be updated once goes live - for now it is being deployed as a service. allanbowe 2021-04-17 00:11:06 +02:00
  • d6056b9397 fix: adding mod statement to _webout to enable sas-side sasjs testing v2.17.2 Allan Bowe 2021-04-10 12:41:17 +02:00
  • 00511c72c2 fix: removing deprecated params from mm_createstp v2.17.1 Allan Bowe 2021-04-09 11:46:37 +00:00
  • 1d6f04fd56 chore: adding macro related lint settings and sasjs as a recommended extension Allan Bowe 2021-04-08 15:59:08 +00:00
  • af4dbb5632 feat: switching to DATASTEP over PROCJSON for json delivery in sasjs/adapter v2.17.0 Allan Bowe 2021-04-08 09:49:50 +02:00
  • f48c291dce Merge pull request #13 from sasjs/issue12 v2.16.2 Allan Bowe 2021-04-08 08:45:54 +01:00
  • 18be74a1c2 Update mp_jsonout.sas rafgag 2021-04-08 09:03:05 +02:00
  • 456d10a90e fix: switching to data step for JSON generation in mp_jsonout and the sasjs/adapter for improved reliability when data contains special characters. Closes #12 Allan Bowe 2021-04-07 22:28:42 +00:00
  • a7fdb52231 fix: sasmeta vs basesas results v2.16.1 Allan Bowe 2021-04-05 18:26:31 +00:00
  • 066ed00e44 chore: reducing line length in lint by 5 characters Allan Bowe 2021-04-05 13:31:09 +00:00
  • 49fbc210ad Update .gitpod.yml Allan Bowe 2021-04-05 14:22:58 +01:00
  • 951aa474f2 Update .gitpod.dockerfile Allan Bowe 2021-04-05 14:16:22 +01:00
  • 961dd54ee0 Update .gitpod.dockerfile Allan Bowe 2021-04-05 13:29:39 +01:00
  • 921354dac7 Update .gitpod.yml Allan Bowe 2021-04-05 12:59:31 +01:00
  • 48212f8797 Merge pull request #11 from sasjs/sasjslintfixes v2.16.0 Allan Bowe 2021-04-03 20:58:58 +01:00
  • cb8992dade fix: remove .githooks now we have sasjs lint Allan Bowe 2021-04-03 21:54:50 +02:00
  • 7dec3120be chore: dependencies Allan Bowe 2021-04-03 21:35:44 +02:00
  • 9568b17f20 feat: enabling sasjs lint as a git pre-commit hook when contributing to @sasjs/core. To use, just run > ghooks@2.0.4 install /home/zah/git/core/node_modules/ghooks > node ./bin/module-install Allan Bowe 2021-04-03 21:34:40 +02:00
  • 0a38056c69 fix: linting Allan Bowe 2021-04-03 21:30:51 +02:00
  • 096bf4fa11 chore: more indentation fixes Allan Bowe 2021-04-03 18:21:29 +00:00
  • 030c4a4fc1 fix: .sasjslint file and indentation issues Allan Bowe 2021-04-03 18:10:41 +00:00
  • 1b70205cab feat: two new macros, mp_mdtablewrite.sas (will create a markdown table from a sas dataset) and mm_getlibmetadiffs.sas (will create a set of datasets to describe the differences between a library in metadata and the physical library) v2.15.0 Allan Bowe 2021-04-02 13:38:46 +02:00
  • 539447ed06 chore: fixing all.sas Allan Bowe 2021-03-30 16:34:11 +02:00
  • e3c333ea39 feat: adding mm_deletelibrary.sas, a macro to easily delete a SAS Library from metadata. Documentation: https://core.sasjs.io/mm__deletelibrary_8sas.html v2.14.0 Allan Bowe 2021-03-30 00:02:20 +02:00
  • ae72446f85 chore: updating all.sas Allan Bowe 2021-03-30 00:01:43 +02:00
  • 2b6bf4bd02 chore: doxy fixes Allan Bowe 2021-03-30 00:01:08 +02:00
  • 6dbb3760e0 Merge branch 'main' of github.com:sasjs/core into main Allan Bowe 2021-03-29 23:02:33 +02:00
  • 200d9a5761 chore: doxy updates Allan Bowe 2021-03-29 23:02:17 +02:00
  • 01a9a5b823 Update README.md Allan Bowe 2021-03-25 20:09:24 +01:00
  • 35eadd0e9d Update README.md Allan Bowe 2021-03-25 15:45:28 +01:00
  • 5cdca95216 chore: vscode properties Allan Bowe 2021-03-24 19:38:02 +01:00
  • 81b75a32ed chore: latest sasjs version Allan Bowe 2021-03-24 18:34:58 +00:00
  • b7f5a2ec00 chore: devops rules, updated gitignore and git hook Allan Bowe 2021-03-22 10:14:52 +01:00
  • db859bbf1d chore: adding a git hook to prevent sas files from appearing with capital letters. To install, just run > @sasjs/core@1.0.0 postinstall > node-git-hooks Allan Bowe 2021-03-21 23:59:21 +01:00
  • 27b56e8efd set executable Allan Bowe 2021-03-21 23:33:19 +01:00
  • 28ea218d02 chore: adding pre-commit hook Allan Bowe 2021-03-21 22:24:46 +01:00
  • f356e1f351 chore: updating CONTRIBUTING, preventing files with spaces being added, adding git hooks package Allan Bowe 2021-03-21 22:23:50 +01:00
  • 4b375e0b8c fix: leading zero in time component of mf_uid() v2.13.2 Allan Bowe 2021-03-19 20:34:16 +01:00
  • 7db207dd1c chore: updating all.sas Allan Bowe 2021-03-19 20:29:35 +01:00
  • ffdfc57aa6 Merge pull request #9 from tmoody/main v2.13.1 Allan Bowe 2021-03-17 17:32:35 +01:00
  • 6fc8408988 fix: Syntax correction for raise_err parameter Trevor Moody 2021-03-17 16:31:47 +00:00
  • eeb25fa5bc fix: Closes issue #8. Optionally raise SYSCC and exit early on job not completing successfully Trevor Moody 2021-03-17 16:27:10 +00:00
  • 521d128afe chore: gitpod file Allan Bowe 2021-03-17 09:21:16 +00:00
  • 0135dd6c8f chore: updating gitpod files Allan Bowe 2021-03-17 07:40:48 +00:00
  • 1b66c59dc0 feat: adding gitpod.yml with sasjs code extension v2.13.0 Allan Bowe 2021-03-15 09:21:27 +00:00
  • 96be5c65dc fix: incorrect assignment of 0D as LF and 0A as CR, fixed in both mv_createwebservice.sas and mv_createjob.sas v2.12.3 Allan Bowe 2021-03-08 22:06:57 +01:00
  • 8f6ef569e1 fix: adding filename clear statements v2.12.2 Allan Bowe 2021-03-07 18:47:41 +01:00
  • ff45c5a8b8 fix: ensuring unique filerefs in mm_updatestpsourcecode macro. Marking previous placeholders as deprecated for future release. v2.12.1 Allan Bowe 2021-03-07 18:46:32 +01:00
  • fb5f1c820a chore: delisting the sasjs/cli dependency Allan Bowe 2021-03-07 16:43:46 +01:00
  • c0e33175cf feat: mm_getfoldercontents.sas to fetch immediate children for any folder including a root level folder v2.12.0 Allan Bowe 2021-03-07 16:19:25 +01:00
  • 2bfa72f48f feat: mv_createjob macro for creating a viya job v2.11.0 Allan Bowe 2021-03-07 11:46:21 +01:00
  • fdc2e8ac8a chore: header section for mp_lib2cards.sas Allan Bowe 2021-03-04 14:20:04 +01:00