1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-20 23:13:14 +00:00
Commit Graph

175 Commits

Author SHA1 Message Date
Allan Bowe d6235c6357 chore: reducing raw_value size to 4000 for wider DB support 2021-05-03 11:17:20 +03:00
Allan Bowe 98118adb9a feat: new assertion macro for testing the values in a target column. Designed for use with 'sasjs test'. v2.21.0 2021-05-03 01:00:36 +03:00
Allan Bowe 369c4412f3 fix: adding tests for mp_filtergenerate, also updating the corresponding macros following test results v2.20.1 2021-05-02 22:11:44 +03:00
Allan Bowe 7d7608f06c chore: updating all.sas 2021-05-02 19:12:08 +03:00
Allan Bowe 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 2021-05-02 19:10:37 +03:00
Allan Bowe ff82f7d75c chore: header update in mf_getvarlist 2021-05-01 20:33:45 +03:00
Allan Bowe 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 2021-05-01 16:27:41 +03:00
Beast 328f8c260b chore: updating all.sas 2021-05-01 15:34:30 +03:00
Beast 029169ac80 feat: adding mf_getxengine macro for determining the engine of a sas fileref v2.19.0 2021-05-01 15:32:45 +03:00
allan 66ff1de7a9 fix: reducing logging v2.18.1 2021-04-23 23:06:37 +02:00
allan 053290c7df chore: updating header of mp_hashdataset 2021-04-23 07:56:33 +02:00
allan af71a5e53b feat: new macro for hashing a table (mp_hashdataset) v2.18.0 2021-04-23 00:33:11 +02:00
allan ecdce86287 fix: adding all.sas also v2.17.3 2021-04-17 00:11:33 +02:00
allan 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. 2021-04-17 00:11:06 +02:00
allan d6056b9397 fix: adding mod statement to _webout to enable sas-side sasjs testing v2.17.2 2021-04-10 12:41:17 +02:00
Allan Bowe 00511c72c2 fix: removing deprecated params from mm_createstp v2.17.1 2021-04-09 11:46:37 +00:00
Allan Bowe 1d6f04fd56 chore: adding macro related lint settings and sasjs as a recommended extension 2021-04-08 15:59:08 +00:00
allan af4dbb5632 feat: switching to DATASTEP over PROCJSON for json delivery in sasjs/adapter v2.17.0 2021-04-08 09:49:50 +02:00
Allan Bowe f48c291dce Merge pull request #13 from sasjs/issue12
fix: switching to data step for JSON generation in mp_jsonout and the…
v2.16.2
2021-04-08 08:45:54 +01:00
rafgag 18be74a1c2 Update mp_jsonout.sas
mod option added to the file statement in the last %else %if statement (&action=CLOSE) to avoid output file being overwritten
2021-04-08 09:03:05 +02:00
Allan Bowe 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 2021-04-07 22:28:42 +00:00
Allan Bowe a7fdb52231 fix: sasmeta vs basesas results v2.16.1 2021-04-05 18:26:31 +00:00
Allan Bowe 066ed00e44 chore: reducing line length in lint by 5 characters 2021-04-05 13:31:09 +00:00
Allan Bowe 49fbc210ad Update .gitpod.yml 2021-04-05 14:22:58 +01:00
Allan Bowe 951aa474f2 Update .gitpod.dockerfile 2021-04-05 14:16:22 +01:00
Allan Bowe 961dd54ee0 Update .gitpod.dockerfile 2021-04-05 13:29:39 +01:00
Allan Bowe 921354dac7 Update .gitpod.yml 2021-04-05 12:59:31 +01:00
Allan Bowe 48212f8797 Merge pull request #11 from sasjs/sasjslintfixes
sasjs lint fixes
v2.16.0
2021-04-03 20:58:58 +01:00
allan cb8992dade fix: remove .githooks now we have sasjs lint 2021-04-03 21:54:50 +02:00
allan 7dec3120be chore: dependencies 2021-04-03 21:35:44 +02:00
allan 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

> @sasjs/core@1.0.0 postinstall /home/zah/git/core
> node-git-hooks

Installing Git hooks...
added 14 packages from 12 contributors and audited 205 packages in 4.23s

17 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities from the repository.
2021-04-03 21:34:40 +02:00
allan 0a38056c69 fix: linting 2021-04-03 21:30:51 +02:00
Allan Bowe 096bf4fa11 chore: more indentation fixes 2021-04-03 18:21:29 +00:00
Allan Bowe 030c4a4fc1 fix: .sasjslint file and indentation issues 2021-04-03 18:10:41 +00:00
allan 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 2021-04-02 13:38:46 +02:00
allan 539447ed06 chore: fixing all.sas 2021-03-30 16:34:11 +02:00
allan 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 2021-03-30 00:02:20 +02:00
allan ae72446f85 chore: updating all.sas 2021-03-30 00:01:43 +02:00
allan 2b6bf4bd02 chore: doxy fixes 2021-03-30 00:01:08 +02:00
allan 6dbb3760e0 Merge branch 'main' of github.com:sasjs/core into main 2021-03-29 23:02:33 +02:00
allan 200d9a5761 chore: doxy updates 2021-03-29 23:02:17 +02:00
Allan Bowe 01a9a5b823 Update README.md 2021-03-25 20:09:24 +01:00
Allan Bowe 35eadd0e9d Update README.md 2021-03-25 15:45:28 +01:00
allan 5cdca95216 chore: vscode properties 2021-03-24 19:38:02 +01:00
Allan Bowe 81b75a32ed chore: latest sasjs version 2021-03-24 18:34:58 +00:00
allan b7f5a2ec00 chore: devops rules, updated gitignore and git hook 2021-03-22 10:14:52 +01:00
allan 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

Installing Git hooks...

up to date, audited 2 packages in 1s

found 0 vulnerabilities.
2021-03-21 23:59:21 +01:00
allan 27b56e8efd set executable 2021-03-21 23:33:19 +01:00
allan 28ea218d02 chore: adding pre-commit hook 2021-03-21 22:24:46 +01:00
allan f356e1f351 chore: updating CONTRIBUTING, preventing files with spaces being added, adding git hooks package 2021-03-21 22:23:50 +01:00