Clear filter
Question
Arun Madhan · May 21, 2019
Hi Everyone,We have previously implemented CI/CD for Ensemble using GitLab hooks where we had One Production file - MyProduction.xml in all branches (Dev, Test, Prod
Question
Joaquin Montero · Feb 5, 2020
)
Thanks. For code coverage, see https://openexchange.intersystems.com/package/Test-Coverage-Tool Caché Quality tool can help you as a linter. Pinging @Daniel.Tamajon to provide details
Question
Virat Sharma · Oct 20, 2022
of compilation of class.
I tried with $$DATE^%R("TEST.1.INT"), but it only gives the last compilation time.
Thanks in advance !! You can check the audit database for RoutineChange
Article
Daniel Tamajon · Sep 21, 2021
a roadmap for migration in which you need to spend a lot of time on testing to find where your code is not accomplishing with the newer version. Or maybe you need your code
Article
Guillaume Rongier · Dec 1, 2022
.
## Usage
```python
%load_ext iris_magic
```
```python
%%iris iris://superuser:SYS@localhost:1972/USER
set test = "toto"
zw test
```
Output:
```text
test="toto"
```
Great article!
Question
Norman W. Freeman · Feb 15, 2023
: ^ROUTINE()
Or with a comma display all first and second subkeys eg: ^Routine( , )
To see the line count for each Routine: ^ROUTINE( , , 0)
$Data helps programmatically test for a global
Question
Marcio Coelho · Dec 10, 2019
Hi all...
I am testing this project:
https://intersystems-community.github.io/webterminal/
Is there any way to be able to record a log of what is done on this terminal
Question
Paster-Bachar Gadi · Sep 15, 2016
HiI would have a look at the testing service documentation here...http://docs.intersystems.com/ens20152/csp/docbook/DocBook.UI.Page.cls?KEY=EGDV_testing#EGDV_testing_service
Question
Alan Nguyen · Nov 1, 2016
Hi, In Cache Studio under the View/Find in Files. Anyone knows how to search multiple words in the string? For example,In my routines 1, it has "Patient Name Test Name
Announcement
Steve Brunner · Feb 21, 2017
it, and given us feedback over the past few months.Some things not in the original field test that you may want to check out include:Ubuntu is now a full production platform.OpenID
Question
John Murray · Dec 1, 2016
It feels like a couple of months since the last update (1.0.255) to the Field Test version. Shhhhhhhhhhh... just a few minutes more..... https://community.intersystems.com/post/atelier-10-release
Question
Thomas Noitz · Jul 8, 2020
[ InitialExpression = 4 ];
/// do ##class(test.json).test()
ClassMethod test()
{
set obj = ..%New()
set sc = obj.%JSONExport()
}
}
And in the terminal I get
Question
Eduard Lebedyuk · May 23, 2016
characters of the reply are missingConsider the following REST broker:
Class A.REST Extends %CSP.REST
{
XData UrlMap
{
<Routes>
<Route Url="/Test/:redirect" Method
Article
Zhong Li · Sep 25, 2017
. This article only touches its "HL7 V2 over HTTP/SOAP" service interface. 2. Demo Solution: The following end-2-end implementation steps are done in a testing Ensemble instance. We
Question
Steve Pisani · Dec 15, 2015
enabled, soap calls can utilise the same session on the back-end. My tests definitely show this working.
What I was hoping to discover however, is if license unit consumption