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
Intersystems IRIS currently supports role-based access control (RBAC) through the use of resources and roles. However, this functionality is not consistently implemented across all features. In some cases, access is granted based on a hardcoded %A...
Stella Ticker
5 months 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
We utilise the Export feature to export classes from a production ready for a deployment. We already have a list of classes to deploy from our source control history. It would be handy if we could list out the classes/production items/ LUTs etc., ...
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
Exporting OAuth Server/Client Configs using ^SECURITY or another method
https://community.intersystems.com/post/can-oauth-client-configurations-be-exportedcopied-one-instance-another as pointed out in this post, ##class(Security.System).ExportAll() does not export the OAuth settings within an environment. This would b...
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