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.
Implement or incorporate a mocking framework to complement %UnitTest class
Interoperability components often have dependencies such as external connections or callouts to external packages/libraries. In order to create UnitTests, we need to mock those components with something like Mockito so we aren't required to write ...
Chi Nguyen-Rettig
about 1 year ago
in InterSystems IRIS
0
Planned or In Progress
Create a vscode extension to use the Intersystems IRIS Load Data utilities into VSCode.
Users can select a file from VSCode and click export, VSCode allows to the user select the persistent class, the fields, encoding and other options allowed an...
Yuri Marx Pereira Gomes
3 months ago
in InterSystems IRIS
1
Community Opportunity
Noticed that if some of the settings at the %SYS level are updated on the Primary instance of the mirror they are not being copied down to the rest of the Mirror members. If you do not notice this, then settings could get out of sync between the m...
Scott Roth
almost 2 years ago
in InterSystems IRIS
4
Planned or In Progress
Implement samples of $system.external interface (aka "InterSystems External Servers")
The new $system.external interface (aka "InterSystems External Servers") is used to call/integrate with external language code/libraries, it replace the old gateways (for example Java gateway) that required the import of proxy objects. For the old...
Problem : if we are maintaining the two separate instances for load balancer. we can't able to maintain the schema comparison and synchronization. it is possible by using git redeploy. but we need to redeploy the code. Proposal : instead we need t...
Veerarajan Karunanithi
10 months ago
in InterSystems IRIS
3
Community Opportunity
Allow overriding of the class method call for routing within %CSP.REST.DispatchRequest
I would like the process of calling the destination class method within the DispatchRequest method of the %CSP.REST class to be an overridable method. Currently, I am manually creating REST APIs using ObjectScript. When there are cross-cutting con...
It's importantent to have an information of messages (Ens.MessageHeader) logging the time of it in Queue. For example: When you call some BO and your message keep in queue fro a little, after it is processed. you have ONLY TimeCreated and TimeProc...
Luis Petkovicz
about 1 year ago
in InterSystems IRIS
0
Future consideration
Docker-friendly naming of IRIS Containers in Repository
It would be very helpful if the naming of the Community Edition IRIS containers in the Container Repository followed and adhered to a Docker-friendly convention. There are two parts to this: 1) Include a "latest version" Container. There used to b...
Studio is a focused no-nonsense COS/CSP code editor.Although I like VS Code a lot for other programming languages, I find it overkill to just edit IRIS classes and routines. I also like the idea of a dedicated editor: for instance I use PyCharm fo...
Herman Slagman
over 1 year ago
in InterSystems IRIS
2
Will not implement