go to post Evgeny Shvarov · May 6, 2020 Hi Ramesh! We updated the registration link! Sorry for the inconvenience!
go to post Evgeny Shvarov · May 6, 2020 We are fixing this now with Eventbrite. Something went wrong on their side. Sorry for the inconvenience.
go to post Evgeny Shvarov · May 5, 2020 Hi folks! We changed the test server for test registry again!) Now the proper command to switch to TEST Registry is: repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42 E.g.: zpm:USER>repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42 Hope we'll not change it again soon ) And of course, you are very welcome to set up your own registry) Stay tuned!
go to post Evgeny Shvarov · May 5, 2020 Hi @Paul Atkinson! You can do PM in the Developer Community. We call it DM, learn more.
go to post Evgeny Shvarov · Apr 30, 2020 Thanks, Peter! Indeed, there is a 3 days delay which lets our DC Moderators team decide on the nature of the post and to let community vote positively or negatively. You don't get badges and points for negatively voted posts.
go to post Evgeny Shvarov · Apr 28, 2020 Hi folks! If you get an error while publishing: Publish FAILURE - ERROR #5001: Publishing module, something went wrong. That means you need to bump the module version - it doesn't allow (at least now) to overwrite already published module version.
go to post Evgeny Shvarov · Apr 26, 2020 Last day to submit your application! Compete with other magnificent seven which are already in the competition!
go to post Evgeny Shvarov · Apr 25, 2020 it happens. If you want to open IRIS terminal you can try the following:
go to post Evgeny Shvarov · Apr 25, 2020 Oliver! Thanks for sharing! I'm sure you can estimate for yourself if this is the value, but personally I see a lot of value in the fact that engineers united to share experience and to help solve problems. And congrats to you with making REST API and JSON work for you! And I welcome everyone to Discord chat - we are sharing experience and having fun there!
go to post Evgeny Shvarov · Apr 24, 2020 Hi David! Could you please commit it and push to the repo on GitHub and I'll try on my laptop? If not possible - join the discord.
go to post Evgeny Shvarov · Apr 24, 2020 Added the information about Sample application: Sample application Here is the sample template application objectscript-docker-rest-template It gets one technology bonus point because it could be also installed as ZPM module with the command: zpm:USER>install rest-template And it gets another technology bonus because it exposes swagger spec on localhost:port/crud/_spec. REST API Documentation could be published by Postman or can be viewed by any swaggerUI service. E.g. with addons as iris-expolrer, or swagger-ui package. You can use this application as a template.
go to post Evgeny Shvarov · Apr 23, 2020 John! Thanks for the heads up! It's really not very convenient! We'll fix it.
go to post Evgeny Shvarov · Apr 23, 2020 We changed the default user: user=test, password= PassWord42. And the command is: zpm:IRISAPP>repo -n registry -r -url https://testpm.community.intersystems.com/registry/ -user test -pass PassWord42
go to post Evgeny Shvarov · Apr 22, 2020 Updated to 0.2.2. Fixed the issue with the latest version install. Please pull the updated images.
go to post Evgeny Shvarov · Apr 22, 2020 If you have your REST API application and just need to Dockerize it - take the advantage of Intersystems IRISDocker Kit. This archive added to any repo with InterSystems IRIS code makes this repo running in InterSystems IRIS in Docker container. And you don't need to start from scratch with a template.