Logo
Explore Help
Sign In
dc/dc
4
1
Fork 0
You've already forked dc
Code Issues 16 Pull Requests 1 Actions Packages Projects Releases 62 Wiki Activity

62 Releases 62 Tags

RSS Feed
  • v7.0.3 c2e3b362e7
    Compare

    v7.0.3 Stable

    dcbot released this 2025-06-26 16:29:31 +00:00 | 1 commits to main since this release

    7.0.3 (2025-06-26)

    Bug Fixes

    • makedata vars (e7cb471)
    • viya deploy makedata missing params (7a82316)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • demostream_sas9.sas
      21 MiB
      2025-06-26 16:34:25 +00:00
    • frontend.zip
      4.4 MiB
      2025-06-26 16:34:25 +00:00
    • sas9.sas
      6.3 MiB
      2025-06-26 16:34:27 +00:00
    • sasjs_server.json.zip
      5.6 MiB
      2025-06-26 16:34:27 +00:00
    • viya_noweb.json
      4.1 MiB
      2025-06-26 16:34:28 +00:00
    • viya_noweb.sas
      4.6 MiB
      2025-06-26 16:34:27 +00:00
    • viya.sas
      19 MiB
      2025-06-26 16:34:26 +00:00
  • v7.0.2 0db6b25327
    Compare

    v7.0.2 Stable

    dcbot released this 2025-06-21 09:30:48 +00:00 | 10 commits to main since this release

    7.0.2 (2025-06-21)

    NOTE: There is currently a problem with the viya version of this release (fixed in this pr: #176 )

    To workaround, after clicking "deploy" on the deploy screen, modify the URL to add the following parameters: &dcpath=/PHYSICAL/DC/PATH&admin=SASAdministrators

    Bug Fixes

    • viya deploy: run makedata in new window to ensure logs are available for the user (0b4042a)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • demostream_sas9.sas
      21 MiB
      2025-06-21 09:35:25 +00:00
    • frontend.zip
      4.3 MiB
      2025-06-21 09:35:24 +00:00
    • sas9.sas
      6.3 MiB
      2025-06-21 09:35:27 +00:00
    • sasjs_server.json.zip
      5.6 MiB
      2025-06-21 09:35:26 +00:00
    • viya_noweb.json
      4.1 MiB
      2025-06-21 09:35:27 +00:00
    • viya_noweb.sas
      4.6 MiB
      2025-06-21 09:35:27 +00:00
    • viya.sas
      19 MiB
      2025-06-21 09:35:26 +00:00
  • v7.0.1 519d8953b5
    Compare

    v7.0.1 Stable

    dcbot released this 2025-06-11 18:47:51 +00:00 | 13 commits to main since this release

    7.0.1 (2025-06-11)

    Bug Fixes

    • refresh process (4ecd186)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • demostream_sas9.sas
      21 MiB
      2025-06-11 18:52:25 +00:00
    • frontend.zip
      4.3 MiB
      2025-06-11 18:52:24 +00:00
    • sas9.sas
      6.3 MiB
      2025-06-11 18:52:26 +00:00
    • sasjs_server.json.zip
      5.6 MiB
      2025-06-11 18:52:26 +00:00
    • viya_noweb.json
      4.1 MiB
      2025-06-11 18:52:27 +00:00
    • viya_noweb.sas
      4.6 MiB
      2025-06-11 18:52:27 +00:00
    • viya.sas
      19 MiB
      2025-06-11 18:52:25 +00:00
  • v7.0.0 8c60473c15
    Compare

    v7.0.0 Stable

    dcbot released this 2025-06-11 13:46:17 +00:00 | 17 commits to main since this release

    7.0.0 (2025-06-11)

    This is a major release, with the following new features:

    • ability to explore SAS CATALOGs (all catalogs) and their Objects (plus created / modified attributes)
    • catalog and object data is now stored in the data catalog (along with libraries, tables, and variables)
    • appLoc is no longer case sensitive (Viya only)
    • catalog_cnt is added to the VIEW library info page
    • LOAD tables are refreshed after updating MPE_TABLES (no need for a manual refresh to see newly added tables any more)

    For existing installations - first run the migration (one new column, four new tables) available here: https://git.datacontroller.io/dc/dc/src/branch/main/sas/sasjs/db/migrations/20250611_v7.0_release.sas

    For Viya users - you can deploy in just 3 lines of code!

    %let apploc=/Public/DataController; /* desired SAS Drive location */
    filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya.sas";
    %inc dc;
    

    image.png

    image.png

    Bug Fixes

    • bumping adapter to re-enable JES API method (e874143)
    • commit git hooks checking lint (69f687a)
    • ensuring apploc is not case sensitive. Closes #171 (24545f2)
    • export unregistered formats (f6d7d6f), closes #158
    • reload startupservice after user approves the MPE_TABLES page (e5f8e50)
    • showing catalog_cnt in libinfo (e44a25d), closes #160

    Features

    • adding 4 new tables for catalogs (e4dbab8)
    • capturing catalog specific information, closes #159 (b4c586a)
    • viewer added catalog_cnt (2aa19d1)

    BREAKING CHANGES

    • Introduction of 4 new tables for capturing information related to catalogs and their objects. Migration script prepared and available in the DB folder (usual place)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • demostream_sas9.sas
      21 MiB
      2025-06-11 13:50:53 +00:00
    • frontend.zip
      4.3 MiB
      2025-06-11 13:50:52 +00:00
    • image.png
      23 KiB
      2025-06-11 14:25:19 +00:00
    • image.png
      100 KiB
      2025-06-11 14:27:14 +00:00
    • sas9.sas
      6.3 MiB
      2025-06-11 13:50:54 +00:00
    • sasjs_server.json.zip
      5.6 MiB
      2025-06-11 13:50:54 +00:00
    • viya_noweb.json
      4.1 MiB
      2025-06-11 13:50:55 +00:00
    • viya_noweb.sas
      4.6 MiB
      2025-06-11 13:50:55 +00:00
    • viya.sas
      19 MiB
      2025-06-11 13:50:54 +00:00
  • v6.16.2 a61e2de140
    Compare

    v6.16.2 Stable

    dcbot released this 2025-06-06 11:36:00 +00:00 | 34 commits to main since this release

    6.16.2 (2025-06-06)

    Streaming Version of Viya, including self-configurating Compute context, is now available!!!

    Simply run the following in SAS Studio:

    %let apploc=/Public/YOUR/DRIVE/LOCATION;
    filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya.sas";
    %inc dc;
    

    Open the link at the end of the log and choose your (physical) dcpath, admin group, and shared compute context - both the staging area and the index.html will be created / updated with the identity of the chosen compute context.

    Bug Fixes

    • streaming viya deploy isStreaming function stability fix (4830c6d)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • demostream_sas9.sas
      21 MiB
      2025-06-06 11:40:30 +00:00
    • frontend.zip
      4.3 MiB
      2025-06-06 11:40:30 +00:00
    • sas9.sas
      6.3 MiB
      2025-06-06 11:40:32 +00:00
    • sasjs_server.json.zip
      5.6 MiB
      2025-06-06 11:40:32 +00:00
    • viya_noweb.json
      4.1 MiB
      2025-06-06 11:40:33 +00:00
    • viya_noweb.sas
      4.6 MiB
      2025-06-06 11:40:32 +00:00
    • viya.sas
      19 MiB
      2025-06-06 11:40:31 +00:00
  • v6.16.1 4c3c9ac88c
    Compare

    v6.16.1 Stable

    dcbot released this 2025-06-06 10:35:30 +00:00 | 37 commits to main since this release

    6.16.1 (2025-06-06)

    Bug Fixes

    • viya deploy updating index html based on URL (86134f4)
    • viya streamed app deploy page flow fix (89ab296)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • demostream_sas9.sas
      21 MiB
      2025-06-06 10:40:03 +00:00
    • frontend.zip
      4.3 MiB
      2025-06-06 10:40:02 +00:00
    • sas9.sas
      6.3 MiB
      2025-06-06 10:40:05 +00:00
    • sasjs_server.json.zip
      5.6 MiB
      2025-06-06 10:40:04 +00:00
    • viya_noweb.json
      4.1 MiB
      2025-06-06 10:40:05 +00:00
    • viya_noweb.sas
      4.6 MiB
      2025-06-06 10:40:05 +00:00
    • viya.sas
      19 MiB
      2025-06-06 10:40:04 +00:00
  • v6.16.0 9a2addc18e
    Compare

    v6.16.0 Stable

    dcbot released this 2025-06-05 13:53:03 +00:00 | 43 commits to main since this release

    6.16.0 (2025-06-05)

    Fixing a few more issues on the streaming app (Viya) deploy, including the firefox bug

    Bug Fixes

    • adapter bump (ca7caa2)
    • automatic viya deploy timing issue (037a97b)
    • bump core to ensure ff works on viya streaming deploy (cbd69df), closes #156
    • viya deploy load data timing (abdbb67)

    Features

    • viya deploy, update the index.html contextname (7223955)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • demostream_sas9.sas
      21 MiB
      2025-06-05 13:57:31 +00:00
    • frontend.zip
      4.3 MiB
      2025-06-05 13:57:31 +00:00
    • sas9.sas
      6.3 MiB
      2025-06-05 13:57:33 +00:00
    • sasjs_server.json.zip
      5.6 MiB
      2025-06-05 13:57:33 +00:00
    • viya_noweb.json
      4.1 MiB
      2025-06-05 13:57:34 +00:00
    • viya_noweb.sas
      4.6 MiB
      2025-06-05 13:57:33 +00:00
    • viya.sas
      19 MiB
      2025-06-05 13:57:32 +00:00
  • v6.15.2 d2097ad6dd
    Compare

    v6.15.2 Stable

    dcbot released this 2025-06-04 14:26:45 +00:00 | 53 commits to main since this release

    6.15.2 (2025-06-04)

    The Viya version of Data Controller can now be deployed in 3 lines of code!!

    %let apploc=/Public/YOUR/DRIVE/LOCATION;
    filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya.sas";
    %inc dc;
    

    There is a bug yet to zap for firefox deploys, and a quality of life feature to implement, so watch this space.

    Bug Fixes

    • pipeline updates for DC.html (624a7a8)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • demostream_sas9.sas
      21 MiB
      2025-06-04 14:31:15 +00:00
    • frontend.zip
      4.3 MiB
      2025-06-04 14:31:14 +00:00
    • sas9.sas
      6.3 MiB
      2025-06-04 14:31:17 +00:00
    • sasjs_server.json.zip
      5.6 MiB
      2025-06-04 14:31:16 +00:00
    • viya_noweb.json
      4.1 MiB
      2025-06-04 14:31:17 +00:00
    • viya_noweb.sas
      4.6 MiB
      2025-06-04 14:31:17 +00:00
    • viya.sas
      19 MiB
      2025-06-04 14:31:16 +00:00
  • v6.15.1 381378f532
    Compare

    v6.15.1 Stable

    dcbot released this 2025-06-04 12:57:08 +00:00 | 57 commits to main since this release

    6.15.1 (2025-06-04)

    This release should be ignored, due to a failure in the release process itself.

    Bug Fixes

    • updating pipeline to default to streaming on viya (4b55894)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.15.0 d9cff42f5c
    Compare

    v6.15.0 Stable

    dcbot released this 2025-06-04 09:26:04 +00:00 | 60 commits to main since this release

    6.15.0 (2025-06-04)

    This release ensures the makedata occurs using the selected Shared Compute context.

    Only relevant for Viya installs.

    Bug Fixes

    • makedata with context name (da4d0b2)

    Features

    • viya deploy context (6c96ef7)

    For installation instructions, please visit https://docs.datacontroller.io/

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • demostream_sas9.sas
      21 MiB
      2025-06-04 09:30:41 +00:00
    • demostream_viya.sas
      19 MiB
      2025-06-04 09:30:42 +00:00
    • frontend.zip
      4.3 MiB
      2025-06-04 09:30:41 +00:00
    • sas9.sas
      6.3 MiB
      2025-06-04 09:30:43 +00:00
    • sasjs_server.json.zip
      5.6 MiB
      2025-06-04 09:30:43 +00:00
    • viya.json
      4.1 MiB
      2025-06-04 09:30:44 +00:00
    • viya.sas
      4.6 MiB
      2025-06-04 09:30:43 +00:00
First Previous 1 2 3 4 5 ... Next Last
Powered by Gitea Version: 1.24.2 Page: 65ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API