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

Commit Graph

  • 2a894419ab feat: updating mp_lib2cards to enable a single file to be created with all the tables for a particular library v2.10.0 Allan Bowe 2021-03-01 17:49:26 +01:00
  • 58bfc7b4aa chore: updating doxy formatting to include folder descriptions, also updating headers for some macros Allan Bowe 2021-03-01 17:48:44 +01:00
  • 818c0f5eae fix: lua feature discovery logic fix v2.9.4 Allan Bowe 2021-02-21 17:15:49 +01:00
  • dff9e2f387 chore: doxy updates Allan Bowe 2021-02-21 17:15:17 +01:00
  • 6c9256e097 chore: adding a CONTRIBUTING.md file Allan Bowe 2021-02-12 22:07:04 +01:00
  • 0631a05a78 chore(docs): adding a homepage to the doc site and integrating with the sasjs doc command. See https://core.sasjs.io Allan Bowe 2021-02-10 00:12:49 +01:00
  • 268bdca4e0 chore: adding sasjsconfig schema file and updating package.json with SASjs CLI devDependency (used to generate doxygen docs) Allan Bowe 2021-02-07 21:47:34 +01:00
  • e38f331ad5 Merge pull request #6 from sasjs/sasjsdoc Allan Bowe 2021-02-04 15:48:20 +02:00
  • 8d64b30419 fix: adding a one second pause between every SAS Job Request in mv_jobflow.sas v2.9.3 Allan Bowe 2021-02-04 14:12:02 +01:00
  • 4a6c8ffbb3 fix: replacing WARNING with %str(WARN)ING to avoid being caught in searches for mf_getattrn v2.9.2 Allan Bowe 2021-01-31 18:34:10 +01:00
  • b5c86e7031 fix: mv_jobflow param mixup, not all jobs were running (fixed now). Also fixed doc formatting, removed unnecessary logging, and fixed a debug switch. v2.9.1 Allan Bowe 2021-01-31 17:58:13 +01:00
  • 9783edd0e3 feat: adding outref option to mv_jobflow so that logs of submitted jobs can be captured. Also making the context name and flow id optional in the input table, for ease of use. v2.9.0 Allan Bowe 2021-01-29 12:56:12 +01:00
  • 961728a987 chore: updating header link Allan Bowe 2021-01-27 00:28:26 +01:00
  • 4b34322d94 feat: mv_getjoblog.sas macro - will fetch a SAS log from an executed SAS Viya log and append it to a fileref. mv_jobwaitfor is updated to allow the log to be fetched for all the submitted jobs. v2.8.0 Allan Bowe 2021-01-27 00:14:21 +01:00
  • 8bb83deede fix: updating return codes v2.7.1 Allan Bowe 2021-01-26 16:04:44 +01:00
  • 79c81aa8a4 feat: mf_existfileref macro v2.7.0 Allan Bowe 2021-01-26 16:00:23 +01:00
  • bbbcf7d550 chore: updating the docs for mf_getquotedstr Allan Bowe 2021-01-23 13:37:15 +02:00
  • 82184bc6be fix: adding quit statement so that exit loop would work on step boundary v2.6.1 Allan Bowe 2021-01-21 21:55:07 +02:00
  • efc731cfaa feat: mp_testjob macro for running arbitrary long jobs v2.6.0 Allan Bowe 2021-01-21 21:48:05 +02:00
  • da9a74ee14 chore: updating doxy headers Allan Bowe 2021-01-21 21:47:41 +02:00
  • 94762d9381 feat: mv_jobflow macro - enables a SAS program to kick off multiple waves of SAS Viya jobs, and to limit those waves by a maximum number of parallel (concurrent) running jobs. v2.5.0 Allan Bowe 2021-01-16 21:34:17 +02:00
  • 03d9d805ff fix: adding support for jobparams in output table for mv_jobwaitfor v2.4.2 Allan Bowe 2021-01-16 20:43:15 +02:00
  • 94416028b7 fix: adding ACTION parameter to mv_jobwaitfor - can now wait for ANY or ALL jobs to finish v2.4.1 Allan Bowe 2021-01-16 19:08:38 +02:00
  • 6cf5d4ef28 chore: updating the header description Allan Bowe 2021-01-15 23:12:38 +02:00
  • e4ceaecfb2 feat: adding mv_getjobstate macro to fetch the state of a running SAS Viya job v2.4.0 Allan Bowe 2021-01-15 13:02:53 +02:00
  • 2eb246c543 fix: removing favicon file v2.3.2 Allan Bowe 2021-01-14 18:07:42 +01:00
  • d9954ae777 fix: renegade comma v2.3.1 Allan Bowe 2021-01-14 16:55:17 +02:00
  • 364dc9f07f feat: adding _program value to mv_jobexecute.sas v2.3.0 Allan Bowe 2021-01-14 16:37:58 +02:00
  • fbd8196230 chore: Doxyfile updated + others formatted Saad Jutt 2021-01-09 13:42:55 +05:00
  • 5720caaf86 initial commit Allan Bowe 2021-01-08 14:28:31 +00:00
  • d96125c3cf fix: mv_jobwaitfor v2.2.1 Allan Bowe 2021-01-05 17:14:03 +00:00
  • 506695be56 feat: mv_jobwaitfor macro, similar to waitfor statement (in concept) - will wait for ALL of a set of viya jobs to finish executing v2.2.0 Allan Bowe 2021-01-05 14:41:27 +00:00
  • 45f858db15 fix: scope of json var, brining the %inc _inside_ the macro v2.1.2 Allan Bowe 2021-01-03 22:35:56 +00:00
  • b4d97a063a fix: doc update for lua files, plus leftover reference in code v2.1.1 Allan Bowe 2021-01-03 22:30:41 +00:00
  • 4df8f3b4c2 feat: mv_getjobcode macro, introducing LUA macros v2.1.0 Allan Bowe 2021-01-03 22:16:11 +00:00
  • 11aa484996 chore: documentation Allan Bowe 2020-12-30 17:06:04 +00:00
  • b9fd79bd5e fix: debugging in mm_assignlib v2.0.1 Allan Bowe 2020-12-25 16:58:30 +00:00
  • 1beb30d0ff fix: updating <h4> Dependencies </h4> in header to be <h4> SAS Macros </h4> in line with the updated SASjs compilation process (which distinguishes between SAS Macro and SAS Program dependencies) BREAKING CHANGE - this doesn't break anything in the framework but I know of at least one old project that uses the <h4> Dependencies </h4> tag to perform backend compilation, so am bumping the version to be safe (looking at you, Chris v2.0.0 Allan Bowe 2020-12-25 10:36:19 +00:00
  • e334ea9b85 chore: all.sas update v1.14.0 Allan Bowe 2020-12-25 10:22:44 +00:00
  • c090c8d53b feat: simple macro to test the write speed for a library (very very basic) Allan Bowe 2020-12-25 10:18:02 +00:00
  • 659339bd98 fix: more comments in mp_prevobs Allan Bowe 2020-12-25 10:15:03 +00:00
  • 4c333ae7b3 feat: mp_prevobs.sas macro v1.13.0 Allan Bowe 2020-12-23 00:33:59 +00:00
  • b3a8b4323e fix: adding new mp_ds2csv macro v1.12.4 Allan Bowe 2020-12-16 17:11:31 +01:00
  • 0592206f2d patch: doxy formatting Allan Bowe 2020-12-03 22:44:08 +01:00
  • bedc2a443a fix: @cond on new line to prevent parsing issues in sasjs cli v1.12.3 Allan Bowe 2020-12-02 08:09:51 +01:00
  • 6f86ed62a2 chore: doxy formatting Allan Bowe 2020-11-29 22:03:20 +01:00
  • def0cc8476 fix: adding outds and parameters to mv_jobexecute v1.12.2 Allan Bowe 2020-11-29 21:55:21 +01:00
  • 3a9029557e chore: doxygen updates Allan Bowe 2020-11-29 21:06:39 +01:00
  • 9dc3bcd513 fix: updating all.sas v1.12.1 Allan Bowe 2020-11-29 13:58:04 +01:00
  • 2bcf6346ac fix: upgrading to latest doxygen Allan Bowe 2020-11-29 13:57:44 +01:00
  • 0eccc169f5 feat: adding mv_jobexecute macro (and a fix for mv_getfoldermembers where there are no members) v1.12.0 Allan Bowe 2020-11-29 13:56:51 +01:00
  • 493639fe4a fix: composite PK v1.11.2 Allan Bowe 2020-11-26 01:26:16 +01:00
  • 4987d2fbbc fix: missing dependency in mp_getdbml v1.11.1 Allan Bowe 2020-11-26 01:11:33 +01:00
  • 1a35b357d6 feat: mp_tree macro v1.11.0 Allan Bowe 2020-11-25 23:21:07 +01:00
  • a7792d93e4 feat: mf_isdir macro v1.10.0 Allan Bowe 2020-11-25 22:35:04 +01:00
  • 541dc31ad0 feat: mp_getdbml.sas macro for generating DBML for one or more SAS Libraries v1.9.0 Allan Bowe 2020-11-25 16:37:42 +01:00
  • abccafab7b feat: adding filref option to mp_streamfile.sas v1.8.0 Allan Bowe 2020-11-16 11:08:01 +01:00
  • f6cec012da fix: removing unnecessary cond flags in mf_abort, adding abort logic in mp_csv2ds v1.7.4 Allan Bowe 2020-11-08 22:04:25 +01:00
  • d51be73017 fix: macro param and extra log info in mp_csv2ds v1.7.3 Allan Bowe 2020-11-03 09:43:47 +01:00
  • cafffbb509 fix: adding a period to enable formats such as anydtdtme v1.7.2 Allan Bowe 2020-11-02 17:26:59 +01:00
  • a88efacfab fix: making view an option so that existence can be checked for v1.7.1 Allan Bowe 2020-11-02 17:15:29 +01:00
  • cc7cc55022 feat: mp_csv2ds macro for importing a CSV using a SAS table to provide a template (eg for lengths / types etc) v1.7.0 Allan Bowe 2020-11-02 15:44:45 +01:00
  • 15687be5d6 fix: tidy up of SAS flavour DDL v1.6.2 Allan Bowe 2020-10-30 11:43:15 +01:00
  • d9a82c0bdf fix: incorrect filepath when using filerefs in mp_dirlist v1.6.1 Allan Bowe 2020-10-29 12:08:07 +01:00
  • 6f06e5540d feat: adding fileref support for mp_dirlist, as well as a directory column on the output dataset v1.6.0 Allan Bowe 2020-10-29 11:30:15 +01:00
  • 6b782a4fa2 chore: adding sitemap Allan Bowe 2020-10-18 01:00:35 +02:00
  • efe4709dde chore: formatting in mp_guesspk Allan Bowe 2020-10-14 16:42:04 +02:00
  • 5cb41041d9 fix: upcase showlog value in mp_getddl() to allow lowercase user entries v1.5.9 Allan Bowe 2020-10-13 11:20:30 +02:00
  • f50cb03fd3 fix: mp_ds2cards was failing when the maxobs was less than the number of variables. SQL maxobs option is now reset. v1.5.8 Allan Bowe 2020-10-12 18:28:50 +02:00
  • ac46489f11 fix: enabling mp_abort.sas to work in Viya when useComputeApi is true (and the SYS_JES_JOB_URI is empty) v1.5.7 Allan Bowe 2020-10-11 00:34:08 +02:00
  • 5e45701e74 fix: extra debug info in mp_searchdata, as well as named literal support v1.5.6 vrh 2020-10-02 22:34:36 +02:00
  • 8caaacd9f0 docs: comment fix vrh 2020-09-28 09:22:29 +02:00
  • 91983e0a91 fix: trim edge cases and return of the register client url v1.5.5 vrh 2020-09-11 00:38:37 +02:00
  • 7b72f0ac94 fix: alternative base_uri option on tokenauth macro, also description update for listclients v1.5.4 vrh 2020-09-10 09:30:09 +02:00
  • 3eae34d8b7 fix: adding base_uri in all calls to cover instances where viya calls are not on localhost v1.5.3 vrh 2020-09-07 14:01:39 +02:00
  • 58358c916d chore: doc updates vrh 2020-09-05 17:22:38 +02:00
  • 578ef26cd5 fix: support for tab characters, closes https://github.com/macropeople/macrocore/issues/21 v1.5.2 vrh 2020-09-04 09:51:11 +02:00
  • 33189743cd fix: accidental end comment v1.5.1 vrh 2020-09-03 18:07:18 +02:00
  • 459beff4fa feat: mf_trimstr macro v1.5.0 vrh 2020-09-03 17:49:44 +02:00
  • 1c873afe57 fix: base_uri for mv_deletejes v1.4.3 vrh 2020-09-03 16:29:21 +02:00
  • 2b683509ac Merge pull request #4 from sasjs/change v1.4.2 Allan Bowe 2020-09-03 16:26:48 +02:00
  • dcccd1491d fix: base_uri vrh 2020-09-03 16:24:32 +02:00
  • 8d9b84037c fix: base_uri missing v1.4.1 vrh 2020-09-03 16:06:47 +02:00
  • 029c1a29ed feat: xlsx support in mp_streamfile v1.4.0 vrh 2020-08-18 23:09:13 +02:00
  • c4dbd5971f docs: formatting vrh 2020-08-08 15:26:02 +02:00
  • 40ac3bba9a merge v1.3.0 vrh 2020-08-08 14:32:12 +02:00
  • 21946e74f1 feat: mm_gettableid macro vrh 2020-08-08 14:29:55 +02:00
  • 6443e2d2ef Merge pull request #3 from sasjs/mp_rafal Allan Bowe 2020-08-05 13:57:00 +02:00
  • 17f03b7507 Fix: previous changes restored rafgag 2020-08-05 13:48:16 +02:00
  • c6a18a4168 Fix: Unique Indexes Added rafgag 2020-08-05 12:42:27 +02:00
  • dd18d1d5a8 fix: adding schema to pg output v1.2.3 vrh 2020-08-04 21:19:00 +02:00
  • fc8a39bbca fix: quoting reserved words v1.2.2 vrh 2020-08-04 18:45:00 +02:00
  • 8beec7dc19 fix: quoting for instances of reserved words in pgsql v1.2.1 vrh 2020-08-04 18:13:22 +02:00
  • e3f6cb7b45 chore: editor config file vrh 2020-08-04 14:45:54 +02:00
  • 041aff9bc0 Merge pull request #2 from rafgag/mp_rafal v1.2.0 Allan Bowe 2020-08-04 12:00:28 +02:00
  • 1986732573 Update mp_getddl.sas rafgag 2020-08-04 12:00:05 +02:00
  • 958f509894 Update mp_getddl.sas rafgag 2020-08-04 11:34:19 +02:00
  • 1373957031 Update mp_getddl.sas rafgag 2020-08-04 11:30:12 +02:00
  • 8466acc7a7 Update mp_getddl.sas rafgag 2020-08-04 11:25:59 +02:00
  • 45e646565f FEAT: adding Primary Key constraints rafgag 2020-08-03 16:51:14 +02:00