Releases: objectscript/CacheUpdater
Releases · objectscript/CacheUpdater
Fixed bugs for UDL classes and WEB files
UDL Support for CLS and DFI
Merge pull request #4 from evshvarov/master UDL Classess
Works!
Installation
- Download Task.cls.xml and import it into Caché (any namespace, further referred to as {Namespace}).
Usage
To create task for syncing GitHub repository → Cache instance do the following:
- Go to SMP → System Operation → Task Manager → New Task
- Set Name as desired
- Set Namespace to run task in to {Namespace}
- Set Task type to GitHub Update
- Set GitHubURL to a valid GitHub repository, eg: https://github.com/intersystems-ru/Cache-MDX2JSON
- Set Namespace to a Namespace you want to download GitHub repository to
- Optionally provide Username, Password (for private repos or very frequent updates).
- Set up the Branch you need. Possible values are names of commit/branch/tag
- Set other parameters as desired and finish creation of the task
After task runs at least once you will get GitHubURL repository contents in Namespace
Continuous Integration
If you want more functionality check out CacheGitHubCI project.