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
cb8992dade
fix: remove .githooks now we have sasjs lint
2021-04-03 21:54:50 +02:00
7dec3120be
chore: dependencies
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
> @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
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
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
539447ed06
chore: fixing all.sas
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
2021-03-30 00:02:20 +02:00
ae72446f85
chore: updating all.sas
2021-03-30 00:01:43 +02:00
2b6bf4bd02
chore: doxy fixes
2021-03-30 00:01:08 +02:00
6dbb3760e0
Merge branch 'main' of github.com:sasjs/core into main
2021-03-29 23:02:33 +02:00
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
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
b7f5a2ec00
chore: devops rules, updated gitignore and git hook
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
Installing Git hooks...
up to date, audited 2 packages in 1s
found 0 vulnerabilities.
2021-03-21 23:59:21 +01:00
27b56e8efd
set executable
2021-03-21 23:33:19 +01:00
28ea218d02
chore: adding pre-commit hook
2021-03-21 22:24:46 +01:00
f356e1f351
chore: updating CONTRIBUTING, preventing files with spaces being added, adding git hooks package
2021-03-21 22:23:50 +01:00
4b375e0b8c
fix: leading zero in time component of mf_uid()
v2.13.2
2021-03-19 20:34:16 +01:00
7db207dd1c
chore: updating all.sas
2021-03-19 20:29:35 +01:00
Allan Bowe
ffdfc57aa6
Merge pull request #9 from tmoody/main
...
fix: Closes issue #8 . Optionally raise SYSCC and exit early on job no…
v2.13.1
2021-03-17 17:32:35 +01:00
Trevor Moody
6fc8408988
fix: Syntax correction for raise_err parameter
2021-03-17 16:31:47 +00:00
Trevor Moody
eeb25fa5bc
fix: Closes issue #8 . Optionally raise SYSCC and exit early on job not completing successfully
2021-03-17 16:27:10 +00:00
Allan Bowe
521d128afe
chore: gitpod file
2021-03-17 09:21:16 +00:00
Allan Bowe
0135dd6c8f
chore: updating gitpod files
2021-03-17 07:40:48 +00:00
Allan Bowe
1b66c59dc0
feat: adding gitpod.yml with sasjs code extension
v2.13.0
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
2021-03-08 22:06:57 +01:00
8f6ef569e1
fix: adding filename clear statements
v2.12.2
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
2021-03-07 18:46:32 +01:00
fb5f1c820a
chore: delisting the sasjs/cli dependency
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
2021-03-07 16:19:25 +01:00
2bfa72f48f
feat: mv_createjob macro for creating a viya job
v2.11.0
2021-03-07 11:46:21 +01:00
fdc2e8ac8a
chore: header section for mp_lib2cards.sas
2021-03-04 14:20:04 +01:00
2a894419ab
feat: updating mp_lib2cards to enable a single file to be created with all the tables for a particular library
v2.10.0
2021-03-01 17:49:26 +01:00
58bfc7b4aa
chore: updating doxy formatting to include folder descriptions, also updating headers for some macros
2021-03-01 17:48:44 +01:00
818c0f5eae
fix: lua feature discovery logic fix
v2.9.4
2021-02-21 17:15:49 +01:00
dff9e2f387
chore: doxy updates
2021-02-21 17:15:17 +01:00
6c9256e097
chore: adding a CONTRIBUTING.md file
2021-02-12 22:07:04 +01:00