intersystems / intersystems/ipm
Add wildcards support for Global resources
Open
enhancement
- Dominant language
- ObjectScript
- Stars
- 41
- Forks
- 29
- Avg merge
- 23h 54m
- Merged PRs (30d)
- 4
Description
Today we can deploy globals if we have one resource per global.
There are real cases when package can contain of hundred+ globals which templated name, similar what is used for class packages.
Let's add wildcards for global resources, which will let to include all the files that will start from a specific name, e.g. resource:
will import all the globals which names start from dc., e.g. dc.global1.xml, dc.global2.xml, etc.
Contributor guide
Assessment
This issue has not been assessed yet.