Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
Status Will not implement
Categories InterSystems IRIS
Created by 聆严 周
Created on Sep 30, 2022

A client to export codes from specified packages from IRIS/Cache

A code exporter is desired for these two reasons.

1 .Currently code backup functionality is almost non-existent. Backup via standard database backup is risky for the fear that code and data will be rolled back or forwarded simultaneously, which is not desirable sometimes.

2. Code change audit is frequently done in big teams, commonly with git, diff, and other external tools. Exported codes make this process more smooth.

  • ADMIN RESPONSE
    Feb 22, 2023

    Thank you for submitting the idea. Based on information from our experts the status of your idea was changed to "Will not implement". Please look for details in the comments on the idea. Good luck!

  • Admin
    Vadim Aniskin
    Reply
    |
    Nov 24, 2022

    Lingyan, thank you for your idea. InterSystems experts (see comments below) proposed alternative ways to implement the task you mentioned in your idea. That's why the status of the idea was changed to "Will not implement".

  • Evgeny Shvarov
    Reply
    |
    Oct 16, 2022

    I'd better store all the code in a Git repository - and repositories have all the functionality for backup, maintaining the history, and analysis. Package manager ZPM helps to import code for development and deployment in a handy and robust way.

  • Admin
    Raj Singh
    Reply
    |
    Oct 15, 2022

    You can use the VS Code ObjectScript extension to facilitate this.