Skip to content

Commit a1361da

Browse files
authored
Merge pull request #569 from intersystems/dfi-mapping
Default mapping for DeepSee Folder Items
2 parents 29b5470 + 24813e9 commit a1361da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Added environment awareness in configuration, and showing of environment name in UI (#124)
1616
- Warning on sync page if other users have unstaged changes (#493)
1717
- Added "Export System Default Settings" menu item (#544)
18+
- IRIS Business Intelligence items are mapped to the /dfi subdirectory by default (#428)
1819

1920
### Fixed
2021
- Fixed display of other users' username in workspace view on Unix (#530)

cls/SourceControl/Git/Utils.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,6 +2830,7 @@ ClassMethod SetDefaultMappings(mappingsNode As %String)
28302830
set @mappingsNode@("CLS","UnitTest")="test/"
28312831
set @mappingsNode@("INC","*")="inc/"
28322832
set @mappingsNode@("MAC","*")="rtn/"
2833+
set @mappingsNode@("DFI","*")="dfi/"
28332834
}
28342835

28352836
ClassMethod PrintStreams(streams... As %Stream.FileCharacter)

0 commit comments

Comments
 (0)