v2.0.0 #197
isc-tleavitt
announced in
Announcements
v2.0.0
#197
Replies: 1 comment
-
@CraigRegester FYI, finally here! We've done extensive testing prior to release, but please let us know if anything seems amiss right off the bat. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release Notes
Breaking Changes
sc-list.txt
anymore. We only use a global to maintain a list of tracked files that are in IRIS and Git..pkg
) and project (.prj
) files will no longer be in source control. Instead, all the individual files in the package will be in source control. This means that the user can easily remove a single file from source control. See Feature 2 for an explanation on how it all works.Features
api/uncommitted
and confirms that the user knows another user has uncommitted changes and that they will carry them over on checkout.Enhancements
%
classes.sc-list.txt
from the project.NoFolders
mappings:NoFolders
setting can now be applied to specific packages (instead of covering all files of a type).NoFolders
mappings. This way, all files that match the mapping will be stored with no further sub-folder creation at the specific path root.Bug Fixes
NameToInternalName()
tries to get internal names for all file types that have mappings.NameToInternalName()
no longer returns an empty string for a % class.Name()
now matches mappings correctly.NoFolders
toggle on a new mapping triggered the toggle on the first mapping instead of the clicked toggle.^SYS("SourceControl","Git","items")
inImportRoutines()
if we find that the file has been deleted.RefreshUncommitted()
now uses git status to prune out files that were committed through means other than the Commit changes option is the Server Source Control menu. It also adds records to track uncommitted files, if applicable. This should help with ensuring that multiple users never edit the same file at the same time because of a missing record of change. It will also help with cases where a user might be blocked from editing a file because of a stale record in the uncommitted queue.Documentation
This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions