Skip to content

Default mapping for DeepSee Folder Items #569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added environment awareness in configuration, and showing of environment name in UI (#124)
- Warning on sync page if other users have unstaged changes (#493)
- Added "Export System Default Settings" menu item (#544)
- IRIS Business Intelligence items are mapped to the /dfi subdirectory by default (#428)

### Fixed
- Fixed display of other users' username in workspace view on Unix (#530)
Expand Down
1 change: 1 addition & 0 deletions cls/SourceControl/Git/Utils.cls
Original file line number Diff line number Diff line change
Expand Up @@ -2830,6 +2830,7 @@ ClassMethod SetDefaultMappings(mappingsNode As %String)
set @mappingsNode@("CLS","UnitTest")="test/"
set @mappingsNode@("INC","*")="inc/"
set @mappingsNode@("MAC","*")="rtn/"
set @mappingsNode@("DFI","*")="dfi/"
}

ClassMethod PrintStreams(streams... As %Stream.FileCharacter)
Expand Down
Loading