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

Commit Graph

  • dc63b4adf5 Merge pull request #117 from sasjs/mf_dedup v2.60.0 Allan Bowe 2021-12-15 17:44:54 +00:00
  • 3f20ca03dd chore: updating all.sas munja 2021-12-15 17:04:27 +00:00
  • 3a826dccf1 feat: mf_dedup and associated test munja 2021-12-15 17:04:08 +00:00
  • a1ce68ce56 fix: avoiding uninitialised variables in mm_getdetails and mm_gettables.sas v2.59.1 munja 2021-12-15 15:10:17 +00:00
  • a45384aacb chore: updating all.sas munja 2021-12-15 12:18:56 +00:00
  • 032c4f318e Merge pull request #114 from sasjs/issue113 v2.59.0 Allan Bowe 2021-12-15 12:18:10 +00:00
  • 5faaa4a4cd fix: test for mp_storediffs munja 2021-12-15 12:15:36 +00:00
  • 4e41182521 Merge pull request #116 from sasjs/fix/mp_init_options_fix v2.58.3 Allan Bowe 2021-12-15 11:58:50 +00:00
  • 7185032680 fix: Aligns the autocorrect option with the intent. Trevor Moody 2021-12-15 11:25:41 +00:00
  • c9d8df0a48 fix: updates from testing mp_storediffs (impact on some related macros) munja 2021-12-15 10:16:24 +00:00
  • d93693ba55 feat: mp_storediffs macro. Closes #113 munja 2021-12-14 17:45:37 +00:00
  • d49b21f3f1 fix: initialising name/uri in mv_jobexecute v2.58.2 munja 2021-12-14 08:42:39 +00:00
  • a45d280a51 fix: avoiding uninitialised variables in mv_getjobcode and mv_getfoldermembers v2.58.1 munja 2021-12-14 08:20:32 +00:00
  • 2536e299ad Merge pull request #112 from sasjs/mf_isint v2.58.0 Allan Bowe 2021-12-13 18:55:41 +00:00
  • 8b5238230b feat: new macro to determine if a macro variable value is an integer - mf_isint (and associated test) munja 2021-12-13 18:36:22 +00:00
  • 0ce7efee3e fix: declaring msg variable prior to set statement in mp_copyfolder.sas v2.57.1 munja 2021-12-13 11:26:17 +00:00
  • 357677e45c chore: switching pre-commit hook to bash from shell munja 2021-12-13 09:14:29 +00:00
  • a4a332926e Merge pull request #111 from sasjs/issue110 v2.57.0 Allan Bowe 2021-12-13 08:44:12 +00:00
  • 0a29006914 chore: running all.sas munja 2021-12-13 01:08:37 +00:00
  • 0885bad859 fix: updating the tests following varinitchk=error enablement. Removing the word 'error' from documenttion. munja 2021-12-13 01:07:54 +00:00
  • 42bd1750bd feat: adding varinitchk=ERROR to mp_init. Closes #110. Also updated the comments / documentation munja 2021-12-12 22:57:25 +00:00
  • 58784b2f28 Merge pull request #109 from sasjs/issue108 v2.56.3 Allan Bowe 2021-12-11 14:34:08 +00:00
  • e125aace9b fix: rebuilding mp_searchdata into data step to avoid SQL warning. Added test and refreshed docs. Closes #108 munja 2021-12-10 15:56:39 +00:00
  • b02a9e3478 Merge pull request #107 from sasjs/hashdclogic v2.56.2 Allan Bowe 2021-12-08 20:59:35 +00:00
  • 3d3c76c836 fix: adding iftrue switch to mp_hashdataset munja 2021-12-08 20:58:59 +00:00
  • e039f1cd83 Merge pull request #106 from sasjs/hook Allan Bowe 2021-12-07 17:44:00 +00:00
  • 6c8165601d chore: adding hook script to prevent accidental commits to master munja 2021-12-07 16:58:23 +00:00
  • 596624c1bf chore: remove the word ERROR from the code munja 2021-12-06 15:14:46 +00:00
  • 4aca34d4c2 fix: missing end comment in mp_init.sas v2.56.1 munja 2021-12-06 14:58:13 +00:00
  • 858b378658 Merge pull request #104 from sasjs/moremacros v2.56.0 Allan Bowe 2021-12-06 14:37:35 +00:00
  • 8af41a8cc3 feat: v1 of the mp_makedata() macro. Will create random data from an empty table definition. Many more features to be added munja 2021-12-06 00:36:31 +00:00
  • b13c33cbde fix: using byte codes to tidy up apostrophe logic, and new param for mf_getquotedstr macro munja 2021-12-06 00:12:36 +00:00
  • 6906f025d6 fix: updating tests that are failing due to changes / new options munja 2021-12-05 23:56:36 +00:00
  • 8b355b8056 feat: new macros (mp_reseterror and mp_init), new datetime format added to mp_getcols, and stub prepared for mp_makedata munja 2021-12-05 23:35:25 +00:00
  • 8938553588 chore: updating header in mp_getpk.sas munja 2021-12-05 19:08:06 +00:00
  • 14852f3647 chore: updating README headers and licence date munja 2021-12-05 17:24:15 +00:00
  • b55e91784d chore: updating all.sas munja 2021-12-05 16:57:29 +00:00
  • fc14aaa37f chore: updating docs munja 2021-12-05 16:57:16 +00:00
  • 3295f3845e Merge pull request #103 from sasjs/issue102 v2.55.0 Allan Bowe 2021-12-05 15:57:47 +00:00
  • bbf734fbf6 Merge branch 'main' into issue102 Allan Bowe 2021-12-05 15:57:00 +00:00
  • c4e9ab7b3e feat: mp_sortinplace and corresponding test. Closes #102. munja 2021-12-05 15:55:32 +00:00
  • 11c181ef8b chore: adding test for mf_existds munja 2021-12-05 14:14:14 +00:00
  • 1d0754d705 fix: quoting memsize in ms_webout v2.54.4 Allan Bowe 2021-12-05 12:28:20 +00:00
  • 80acecd3e6 fix: checking for existence of stpsrv_header function before creating it in mcf_stpsrv_header (sasjs/server feature) v2.54.3 Allan Bowe 2021-12-05 11:09:47 +00:00
  • cb2a8db087 fix: remove jsonengine var from ms_webout v2.54.2 Allan Bowe 2021-12-05 10:38:42 +00:00
  • 17b58d775a feat: sortinplace macro munja 2021-12-05 00:52:16 +00:00
  • a801e5c1f1 feat: mp_getpk macro (and test). Extracts primary keys from a table or library and presents them at table level in the correct order (of cols within a constraint) munja 2021-12-05 00:41:36 +00:00
  • 966f2cf78d fix: addressing corrupted unzips in certain cases munja 2021-12-05 00:39:47 +00:00
  • 8c21b9397f fix: adding constraint_order to mp_getconstraints munja 2021-12-04 14:54:18 +00:00
  • 6056b739bf chore: updating header info munja 2021-12-04 14:25:54 +00:00
  • 7823933cf7 feat: adding iftrue condition to mp_dropmembers for easier debug management munja 2021-12-04 14:24:28 +00:00
  • 7623abb1f7 chore: updating header munja 2021-12-04 12:19:49 +00:00
  • f7335b78c3 fix: enabling binary file support in mp_unzip munja 2021-12-04 00:41:42 +00:00
  • 914dc51aca Merge pull request #101 from sasjs:fix_copyfolder v2.54.1 Allan Bowe 2021-12-02 13:29:24 +00:00
  • 7ce480db6a fix: updating all.sas Allan Bowe 2021-12-02 13:29:02 +00:00
  • 3120ba68ad fix: correct target path. Closes #100 Ivor Townsend 2021-12-02 09:49:05 +00:00
  • 9eff1e0e83 Merge pull request #99 from sasjs/issue98 v2.54.0 Allan Bowe 2021-12-01 23:40:07 +00:00
  • 678250ba27 fix: tests Allan Bowe 2021-11-30 16:39:33 +00:00
  • 6845a63196 chore: tidy up repo Allan Bowe 2021-11-30 16:31:26 +00:00
  • 3103abe3c8 chore: updating readme and dox file Allan Bowe 2021-11-30 16:27:04 +00:00
  • 318fd1ddde feat: adding ms_webout macro for server responses on sasjs/server. Closes #98 Allan Bowe 2021-11-30 15:26:02 +00:00
  • 7b2b81a501 Merge pull request #97 from sasjs/issue92 v2.53.0 Allan Bowe 2021-11-29 11:48:49 +00:00
  • 02de4e42bf chore: generating all.sas and fixing indentation Allan Bowe 2021-11-29 11:35:37 +00:00
  • ddd831fe7a feat: new copyfolder macro and associated test. Closes #92 Allan Bowe 2021-11-29 11:35:03 +00:00
  • 42a46b32e9 Merge pull request #96 from sasjs/add_deletefolder v2.52.0 Allan Bowe 2021-11-26 16:34:03 +00:00
  • 3b395b3ae5 chore: all.sas update Allan Bowe 2021-11-26 16:20:33 +00:00
  • 9e84e47563 feat: mp_deletefolder tests, closes #90 Allan Bowe 2021-11-26 16:20:13 +00:00
  • aff29427e2 chore: merge main Allan Bowe 2021-11-26 15:37:08 +00:00
  • 474f1b3cc6 feat: Adding Delete Folder Macro Ivor Townsend 2021-11-26 15:06:38 +00:00
  • 22bf8065bb Merge pull request #95 from sasjs/dirlist_enhancement v2.51.0 Allan Bowe 2021-11-26 13:00:15 +00:00
  • 7bb089e269 fix: moving cleanup to temp table for efficiency Allan Bowe 2021-11-26 11:55:55 +00:00
  • a6e9158814 chore: adding recursive option to the mp_dirlist macro, and updating all.sas Allan Bowe 2021-11-26 11:52:48 +00:00
  • 19a1336720 feat: Recursive Directory Listing Ivor Townsend 2021-11-26 09:29:42 +00:00
  • 79d5d42e6b Merge pull request #94 from sasjs/issue93 v2.50.0 Allan Bowe 2021-11-25 17:44:37 +00:00
  • 2d81de5841 chore: generating all.sas and updating doc links Allan Bowe 2021-11-25 16:46:56 +00:00
  • 107ab836d6 feat: mp_lockXXX macros f These macros provide a centralised approach for locking tables where updates can happen in multiple passes. The mp_lockfilecheck macro will also verify the ability to create a SAS lock (if a v9 library engine, and not a view) Allan Bowe 2021-11-25 16:43:39 +00:00
  • 5225e74465 chore: adding @vznesh for issue #88 Allan Bowe 2021-11-18 18:40:32 +00:00
  • 39253d2828 chore: merge conflicts v2.49.1 Allan Bowe 2021-11-18 18:36:32 +00:00
  • 171c169537 chore: updating all.sas Allan Bowe 2021-11-18 18:36:08 +00:00
  • 76af9fa33c Merge pull request #89 from sasjs/issue88 Allan Bowe 2021-11-18 18:35:33 +00:00
  • 37ccc8a2aa fix: removing notes when running mp_zip, closes #88. . Also adding 3 tests Allan Bowe 2021-11-18 18:21:43 +00:00
  • d0a0274990 Merge pull request #87 from sasjs/mp_wait4file v2.49.0 Allan Bowe 2021-11-18 13:58:34 +00:00
  • b3d374f1b1 fix: updating node version to LTS for CLI Allan Bowe 2021-11-18 13:44:33 +00:00
  • 1c4458faf6 chore: comments to mp_unzip Allan Bowe 2021-11-18 13:27:17 +00:00
  • 96e1d146f4 chore: updating package.json Allan Bowe 2021-11-18 13:07:00 +00:00
  • aadc4fb83d feat: mp_wait4file macro Allan Bowe 2021-11-18 13:04:04 +00:00
  • 988ee89cdb Merge pull request #85 from sasjs/all-contributors Allan Bowe 2021-10-04 13:56:22 +01:00
  • 51cbfbf4bc docs: add all-contributors dependence Vladislav Parhomchik 2021-10-04 15:21:28 +03:00
  • 4b69e91362 Merge pull request #84 from sasjs/issue83 v2.48.6 Allan Bowe 2021-10-01 13:56:57 +01:00
  • 8f9715035a chore: removing gitpod badge and switching Node to LTS Allan Bowe 2021-10-01 12:55:54 +00:00
  • 35ddccaa16 fix: refactored mp_getconstraints due to apparent bug in dictionary.table_constraints. Added test. Closes #83 Allan Bowe 2021-10-01 13:04:26 +01:00
  • cb0ddfb61c fix: applying tag wrappers to sasjsAbort response json. The adapter will always extract from these in any case, and it seems there are some situations where it is not possible to avoid errors being thrown in SAS 9 (resulting in a log always appearing in the response). This change will make it much easier to handle on the frontend side. v2.48.5 Allan Bowe 2021-09-30 18:50:02 +01:00
  • c3b6f06b3a chore: merge commit v2.48.4 Allan Bowe 2021-09-30 14:48:26 +01:00
  • 8046d5a0b1 fix: updating CLI dependency to avoid npm install warnings Allan Bowe 2021-09-30 14:47:56 +01:00
  • aed07f2943 Merge pull request #82 from sasjs/checkmsg v2.48.3 Allan Bowe 2021-09-30 14:44:36 +01:00
  • 5bf87a78b8 fix: adding sysmsg() to failed metadata calls Allan Bowe 2021-09-30 14:32:52 +01:00
  • 0851523d18 chore: gitpod settings Allan Bowe 2021-09-29 11:28:59 +00:00
  • 9e2de81dae Merge pull request #81 from sasjs/issue80 v2.48.2 Allan Bowe 2021-09-27 22:42:36 +03:00
  • 4887f355c8 fix: removing redundant dlm option Allan Bowe 2021-09-27 20:14:52 +01:00
  • 9b32e6e3f2 fix: removing nonprintables from cards data. Closes #80 Allan Bowe 2021-09-27 20:12:48 +01:00