Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"class" : {
"on:id:author:message:timeStamp:" : "ThierryGoubier 4/30/2016 11:46:50",
"on:id:author:message:timeStamp:repository:" : "ThierryGoubier 4/30/2016 11:46:50",
"on:id:info:" : "ThierryGoubier 4/30/2016 11:46:50",
"uuidFromGitSHA:package:" : "ThierryGoubier 4/30/2016 11:46:50",
"uuidFromSHA:" : "ThierryGoubier 4/30/2016 11:46:50" },
"on:id:author:message:timeStamp:" : "ThierryGoubier 1/26/2016 22:45:30",
"on:id:author:message:timeStamp:repository:" : "ThierryGoubier 1/26/2016 22:45:30",
"on:id:info:" : "ThierryGoubier 1/26/2016 22:45:30",
"uuidFromGitSHA:package:" : "ThierryGoubier 1/26/2016 22:45:30",
"uuidFromSHA:" : "ThierryGoubier 1/26/2016 22:45:30" },
"instance" : {
"author:" : "ThierryGoubier 4/30/2016 11:46:50",
"commitID" : "ThierryGoubier 4/30/2016 11:46:50",
"commitID:" : "ThierryGoubier 4/30/2016 11:46:50",
"info" : "ThierryGoubier 4/30/2016 11:46:50",
"info:" : "ThierryGoubier 4/30/2016 11:46:50",
"message:" : "ThierryGoubier 4/30/2016 11:46:50",
"name" : "ThierryGoubier 4/30/2016 11:46:50",
"packageDirectory" : "ThierryGoubier 4/30/2016 11:46:50",
"packageDirectory:" : "ThierryGoubier 4/30/2016 11:46:50",
"parents:" : "ThierryGoubier 4/30/2016 11:46:50",
"printString" : "ThierryGoubier 4/30/2016 11:46:50",
"repository" : "ThierryGoubier 4/30/2016 11:46:50",
"repository:" : "ThierryGoubier 4/30/2016 11:46:50",
"setMCVersionInfoWithNumber:" : "ThierryGoubier 4/30/2016 11:46:50",
"shortCommitID" : "ThierryGoubier 4/30/2016 11:46:50",
"summary" : "ThierryGoubier 4/30/2016 11:46:50",
"timeStamp:" : "ThierryGoubier 4/30/2016 11:46:50",
"version" : "ThierryGoubier 4/30/2016 11:46:50" } }
"author:" : "ThierryGoubier 1/26/2016 22:45:30",
"commitID" : "ThierryGoubier 1/26/2016 22:45:30",
"commitID:" : "ThierryGoubier 3/26/2016 23:06:44",
"info" : "ThierryGoubier 1/26/2016 22:45:30",
"info:" : "ThierryGoubier 1/26/2016 22:45:30",
"message:" : "ThierryGoubier 1/26/2016 22:45:30",
"name" : "ThierryGoubier 1/26/2016 22:45:30",
"packageDirectory" : "ThierryGoubier 1/26/2016 22:45:30",
"packageDirectory:" : "ThierryGoubier 1/26/2016 22:45:30",
"parents:" : "otto 2/19/2016 19:59",
"printString" : "ThierryGoubier 1/26/2016 22:45:30",
"repository" : "ThierryGoubier 1/26/2016 22:45:30",
"repository:" : "ThierryGoubier 1/26/2016 22:45:30",
"setMCVersionInfoWithNumber:" : "ThierryGoubier 3/25/2016 21:50",
"shortCommitID" : "otto 2/19/2016 13:00",
"summary" : "ThierryGoubier 1/26/2016 22:45:30",
"timeStamp:" : "ThierryGoubier 1/26/2016 22:45:30",
"version" : "ThierryGoubier 1/26/2016 22:45:30" } }
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"class" : {
"creationTemplate" : "ThierryGoubier 4/30/2016 11:46:50",
"description" : "ThierryGoubier 4/30/2016 11:46:50",
"extractFolderNameFrom:" : "ThierryGoubier 4/30/2016 11:46:50",
"fillInTheBlankRequest" : "ThierryGoubier 4/30/2016 11:46:50",
"location:name:subdirectory:branch:" : "ThierryGoubier 4/30/2016 11:46:50",
"morphicConfigure" : "ThierryGoubier 4/30/2016 11:46:50" },
"creationTemplate" : "ThierryGoubier 1/26/2016 22:45:30",
"description" : "ThierryGoubier 1/26/2016 22:45:30",
"extractFolderNameFrom:" : "ThierryGoubier 1/26/2016 22:45:30",
"fillInTheBlankRequest" : "ThierryGoubier 1/26/2016 22:45:30",
"location:name:subdirectory:branch:" : "ThierryGoubier 1/26/2016 22:45:30",
"morphicConfigure" : "ThierryGoubier 1/26/2016 22:45:30" },
"instance" : {
} }
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,27 @@ basicStoreVersion: aVersion
self internalStoreVersion: aVersion.
deps := self internalStoreDependencies: aVersion.
packageDirectoryString := Array
streamContents:
[ :stream |
streamContents: [ :stream |
{aVersion} , deps
do:
[ :each |
do: [ :each |
stream
nextPut: (self class parseName: each info name) first , self packageExtension ] ].
gitCommand := Array
streamContents:
[ :stream |
streamContents: [ :stream |
stream nextPutAll: #('commit' '--allow-empty-message').
(self class namesAt: aVersion info author)
ifNotNil:
[ :n | stream nextPut: '--author=' , (n at: #name) , ' ' , (n at: #email) ].
ifNotNil: [ :n |
stream nextPut: '--author=' , (n at: #name) , ' ' , (n at: #email).
stream nextPut: '--date=' , aVersion info timeStamp printString ].
stream
nextPut: '-m';
nextPut: (self escapeForShell: aVersion info message convertToSystemString);
nextPut: '--';
nextPutAll: packageDirectoryString ].
self gitCommand: gitCommand in: directory.
{aVersion} , deps
do:
[ :each |
do: [ :each |
| b |
(b := MCWorkingCopy hasPackageNamed: each package name) == false
ifFalse:
[ b
versionInfo: (self versionInfoFromVersionNamed: each package name) ] ]
[ b versionInfo: (self versionInfoFromVersionNamed: each package name) ] ]
Original file line number Diff line number Diff line change
@@ -1,82 +1,82 @@
{
"class" : {
"basicFromUrl:" : "ThierryGoubier 4/30/2016 11:46:50",
"defaultDirectoryName" : "ThierryGoubier 4/30/2016 11:46:50",
"description" : "ThierryGoubier 4/30/2016 11:46:50",
"extractBranch:" : "ThierryGoubier 4/30/2016 11:46:50",
"extractDir:" : "ThierryGoubier 4/30/2016 11:46:50",
"extractPath:" : "ThierryGoubier 4/30/2016 11:46:50",
"gitCommand" : "ThierryGoubier 4/30/2016 11:46:50",
"gitCommand:" : "ThierryGoubier 4/30/2016 11:46:50",
"gitPerPackageProperties" : "ThierryGoubier 4/30/2016 11:46:50",
"gitSettingsOn:" : "ThierryGoubier 9/29/2016 23:13:58",
"monticelloMetaDirName" : "ThierryGoubier 4/30/2016 11:46:50",
"namesAt:" : "ThierryGoubier 4/30/2016 11:46:50",
"namesAt:ifAbsent:" : "ThierryGoubier 4/30/2016 11:46:50",
"namesAt:put:email:" : "ThierryGoubier 10/3/2016 13:53",
"namesMap" : "ThierryGoubier 4/30/2016 11:46:50",
"namesMap:" : "ThierryGoubier 4/30/2016 11:46:50",
"parseEntry:extension:" : "ThierryGoubier 4/30/2016 11:46:50",
"parseName:extension:" : "ThierryGoubier 4/30/2016 11:46:50",
"runGitCommand:in:" : "ThierryGoubier 4/30/2016 11:46:50",
"runOSProcessGitCommand:in:" : "ThierryGoubier 4/30/2016 11:46:50",
"runOSSubprocessGitCommand:in:" : "ThierryGoubier 4/30/2016 11:46:50",
"runProcessWrapperGitCommand:in:" : "ThierryGoubier 4/30/2016 11:46:50",
"urlAsFileReference:" : "ThierryGoubier 4/30/2016 11:46:50",
"urlSchemes" : "ThierryGoubier 4/30/2016 11:46:50" },
"basicFromUrl:" : "ThierryGoubier 3/28/2016 19:02",
"defaultDirectoryName" : "ThierryGoubier 1/26/2016 22:45:30",
"description" : "ThierryGoubier 1/26/2016 22:45:30",
"extractBranch:" : "ThierryGoubier 1/26/2016 22:45:30",
"extractDir:" : "ThierryGoubier 1/26/2016 22:45:30",
"extractPath:" : "ThierryGoubier 1/26/2016 22:45:30",
"gitCommand" : "ThierryGoubier 1/26/2016 22:45:30",
"gitCommand:" : "ThierryGoubier 1/26/2016 22:45:30",
"gitPerPackageProperties" : "ThierryGoubier 1/26/2016 22:45:30",
"gitSettingsOn:" : "ThierryGoubier 5/1/2016 11:02",
"monticelloMetaDirName" : "ThierryGoubier 1/26/2016 22:45:30",
"namesAt:" : "ThierryGoubier 1/26/2016 22:45:30",
"namesAt:ifAbsent:" : "ThierryGoubier 1/26/2016 22:45:30",
"namesAt:put:email:" : "ThierryGoubier 10/3/2016 14:04:33",
"namesMap" : "ThierryGoubier 1/26/2016 22:45:30",
"namesMap:" : "ThierryGoubier 1/26/2016 22:45:30",
"parseEntry:extension:" : "ThierryGoubier 1/26/2016 22:45:30",
"parseName:extension:" : "ThierryGoubier 1/26/2016 22:45:30",
"runGitCommand:in:" : "ThierryGoubier 4/30/2016 11:38",
"runOSProcessGitCommand:in:" : "ThierryGoubier 4/30/2016 11:43",
"runOSSubprocessGitCommand:in:" : "ThierryGoubier 4/30/2016 11:44",
"runProcessWrapperGitCommand:in:" : "ThierryGoubier 1/26/2016 22:45:30",
"urlAsFileReference:" : "ThierryGoubier 1/26/2016 22:45:30",
"urlSchemes" : "ThierryGoubier 1/26/2016 22:45:30" },
"instance" : {
"allFileNames" : "ThierryGoubier 4/30/2016 11:46:50",
"allVersionNames" : "ThierryGoubier 4/30/2016 11:46:50",
"basicStoreVersion:" : "ThierryGoubier 4/30/2016 11:46:50",
"branch" : "ThierryGoubier 4/30/2016 11:46:50",
"branch:" : "ThierryGoubier 4/30/2016 11:46:50",
"cacheAllFileNames" : "ThierryGoubier 4/30/2016 11:46:50",
"currentBranch" : "ThierryGoubier 4/30/2016 11:46:50",
"defaultRepositoryProperties" : "ThierryGoubier 4/30/2016 11:46:50",
"description" : "ThierryGoubier 4/30/2016 11:46:50",
"directory:" : "ThierryGoubier 4/30/2016 11:46:50",
"escapeForShell:" : "ThierryGoubier 4/30/2016 11:46:50",
"fileDirectoryOn:" : "ThierryGoubier 4/30/2016 11:46:50",
"filterFileNames:forVersionNamed:" : "ThierryGoubier 4/30/2016 11:46:50",
"getVersionsForPackageDirectoryEntry:" : "ThierryGoubier 4/30/2016 11:46:50",
"getVersionsForPackageDirectoryName:" : "ThierryGoubier 9/29/2016 23:13:58",
"gitBranchs" : "ThierryGoubier 4/30/2016 11:46:50",
"gitCloneRepositoryAndCheckoutIn:" : "ThierryGoubier 4/30/2016 11:46:50",
"gitCommand" : "ThierryGoubier 4/30/2016 11:46:50",
"gitCommand:in:" : "ThierryGoubier 4/30/2016 11:46:50",
"gitNeedPush" : "ThierryGoubier 4/30/2016 11:46:50",
"gitPull" : "ThierryGoubier 4/30/2016 11:46:50",
"gitPush" : "ThierryGoubier 4/30/2016 11:46:50",
"gitVersions" : "ThierryGoubier 4/30/2016 11:46:50",
"gitVersionsForDefinition:in:" : "ThierryGoubier 4/30/2016 11:46:50",
"gitVersionsForPackage:" : "ThierryGoubier 4/30/2016 11:46:50",
"hasMetadata" : "ThierryGoubier 4/30/2016 11:46:50",
"internalStoreDependencies:" : "ThierryGoubier 4/30/2016 11:46:50",
"internalStoreVersion:" : "ThierryGoubier 4/30/2016 11:46:50",
"isGitRepository:" : "ThierryGoubier 4/30/2016 11:46:50",
"loadAllFileNames" : "ThierryGoubier 4/30/2016 11:46:50",
"loadAncestry" : "ThierryGoubier 4/30/2016 11:46:50",
"morphicOpen:" : "ThierryGoubier 4/30/2016 11:46:50",
"packageDescriptionFromPackageEntry:" : "ThierryGoubier 4/30/2016 11:46:50",
"packageDescriptionsFromReadableFileNames" : "ThierryGoubier 4/30/2016 11:46:50",
"readableFileNames" : "ThierryGoubier 4/30/2016 11:46:50",
"remoteUrl" : "ThierryGoubier 4/30/2016 11:46:50",
"remoteUrl:" : "ThierryGoubier 4/30/2016 11:46:50",
"repositoryProperties" : "ThierryGoubier 4/30/2016 11:46:50",
"setNoMetadata" : "ThierryGoubier 4/30/2016 11:46:50",
"setWithMetadata" : "ThierryGoubier 4/30/2016 11:46:50",
"shortDirectoryDescription" : "ThierryGoubier 4/30/2016 11:46:50",
"shortRemoteDescription" : "ThierryGoubier 4/30/2016 11:46:50",
"storeDependencies:" : "ThierryGoubier 4/30/2016 11:46:50",
"subdirectory" : "ThierryGoubier 4/30/2016 11:46:50",
"subdirectory:" : "ThierryGoubier 4/30/2016 11:46:50",
"tag" : "ThierryGoubier 4/30/2016 11:46:50",
"versionFrom:" : "ThierryGoubier 4/30/2016 11:46:50",
"versionFromFileNamed:" : "ThierryGoubier 4/30/2016 11:46:50",
"versionFromPackageName:commit:" : "ThierryGoubier 4/30/2016 11:46:50",
"versionFromRepositoryFromFileNamed:" : "ThierryGoubier 4/30/2016 11:46:50",
"versionInfoFromFileNamed:" : "ThierryGoubier 4/30/2016 11:46:50",
"versionInfoFromVersionNamed:" : "ThierryGoubier 4/30/2016 11:46:50",
"versionNameFromFileName:" : "ThierryGoubier 4/30/2016 11:46:50",
"writeGitFileTreeProperties:" : "ThierryGoubier 4/30/2016 11:46:50",
"writeRepositoryProperties" : "ThierryGoubier 4/30/2016 11:46:50" } }
"allFileNames" : "ThierryGoubier 1/26/2016 22:45:30",
"allVersionNames" : "ThierryGoubier 1/26/2016 22:45:30",
"basicStoreVersion:" : "ThierryGoubier 10/4/2016 21:07",
"branch" : "ThierryGoubier 1/26/2016 22:45:30",
"branch:" : "ThierryGoubier 1/26/2016 22:45:30",
"cacheAllFileNames" : "ThierryGoubier 1/26/2016 22:45:30",
"currentBranch" : "ThierryGoubier 1/26/2016 22:45:30",
"defaultRepositoryProperties" : "ThierryGoubier 1/26/2016 22:45:30",
"description" : "ThierryGoubier 1/26/2016 22:45:30",
"directory:" : "ThierryGoubier 3/28/2016 19:01",
"escapeForShell:" : "ThierryGoubier 1/26/2016 22:45:30",
"fileDirectoryOn:" : "ThierryGoubier 1/26/2016 22:45:30",
"filterFileNames:forVersionNamed:" : "ThierryGoubier 1/26/2016 22:45:30",
"getVersionsForPackageDirectoryEntry:" : "ThierryGoubier 3/26/2016 22:30",
"getVersionsForPackageDirectoryName:" : "ThierryGoubier 9/29/2016 20:02",
"gitBranchs" : "ThierryGoubier 1/26/2016 22:45:30",
"gitCloneRepositoryAndCheckoutIn:" : "ThierryGoubier 1/26/2016 22:45:30",
"gitCommand" : "ThierryGoubier 1/26/2016 22:45:30",
"gitCommand:in:" : "ThierryGoubier 1/26/2016 22:45:30",
"gitNeedPush" : "ThierryGoubier 1/26/2016 22:45:30",
"gitPull" : "ThierryGoubier 1/26/2016 22:45:30",
"gitPush" : "ThierryGoubier 1/26/2016 22:45:30",
"gitVersions" : "ThierryGoubier 1/26/2016 22:45:30",
"gitVersionsForDefinition:in:" : "ThierryGoubier 4/28/2016 19:58:12",
"gitVersionsForPackage:" : "otto 2/19/2016 20:02",
"hasMetadata" : "ThierryGoubier 1/26/2016 22:45:30",
"internalStoreDependencies:" : "ThierryGoubier 1/26/2016 22:45:30",
"internalStoreVersion:" : "ThierryGoubier 1/26/2016 22:45:30",
"isGitRepository:" : "ThierryGoubier 3/28/2016 18:56",
"loadAllFileNames" : "ThierryGoubier 3/27/2016 21:10",
"loadAncestry" : "ThierryGoubier 3/26/2016 15:01",
"morphicOpen:" : "ThierryGoubier 1/26/2016 22:45:30",
"packageDescriptionFromPackageEntry:" : "ThierryGoubier 1/26/2016 22:45:30",
"packageDescriptionsFromReadableFileNames" : "ThierryGoubier 1/26/2016 22:45:30",
"readableFileNames" : "ThierryGoubier 1/26/2016 22:45:30",
"remoteUrl" : "ThierryGoubier 1/26/2016 22:45:30",
"remoteUrl:" : "ThierryGoubier 1/26/2016 22:45:30",
"repositoryProperties" : "ThierryGoubier 1/26/2016 22:45:30",
"setNoMetadata" : "ThierryGoubier 1/26/2016 22:45:30",
"setWithMetadata" : "ThierryGoubier 1/26/2016 22:45:30",
"shortDirectoryDescription" : "ThierryGoubier 1/26/2016 22:45:30",
"shortRemoteDescription" : "ThierryGoubier 1/26/2016 22:45:30",
"storeDependencies:" : "ThierryGoubier 1/26/2016 22:45:30",
"subdirectory" : "ThierryGoubier 1/26/2016 22:45:30",
"subdirectory:" : "ThierryGoubier 1/26/2016 22:45:30",
"tag" : "ThierryGoubier 1/26/2016 22:45:30",
"versionFrom:" : "ThierryGoubier 1/26/2016 22:45:30",
"versionFromFileNamed:" : "ThierryGoubier 1/26/2016 22:45:30",
"versionFromPackageName:commit:" : "ThierryGoubier 3/26/2016 23:01",
"versionFromRepositoryFromFileNamed:" : "ThierryGoubier 1/26/2016 22:45:30",
"versionInfoFromFileNamed:" : "ThierryGoubier 1/26/2016 22:45:30",
"versionInfoFromVersionNamed:" : "ThierryGoubier 1/26/2016 22:45:30",
"versionNameFromFileName:" : "ThierryGoubier 1/26/2016 22:45:30",
"writeGitFileTreeProperties:" : "ThierryGoubier 1/26/2016 22:45:30",
"writeRepositoryProperties" : "ThierryGoubier 1/26/2016 22:45:30" } }
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"class" : {
},
"instance" : {
"buttonSpecs" : "ThierryGoubier 4/30/2016 11:46:50",
"gitNeedPush" : "ThierryGoubier 4/30/2016 11:46:50",
"gitPull" : "ThierryGoubier 4/30/2016 11:46:50",
"gitPush" : "ThierryGoubier 4/30/2016 11:46:50",
"packageIcon:" : "ThierryGoubier 4/30/2016 11:46:50",
"refresh" : "ThierryGoubier 4/30/2016 11:46:50",
"saveChanges" : "ThierryGoubier 4/30/2016 11:46:50",
"setRepository:workingCopy:" : "ThierryGoubier 4/30/2016 11:46:50",
"version" : "ThierryGoubier 4/30/2016 11:46:50",
"versionHighlight:" : "ThierryGoubier 4/30/2016 11:46:50",
"versionHighlightEmphasis:" : "ThierryGoubier 4/30/2016 11:46:50",
"versionInfo" : "ThierryGoubier 4/30/2016 11:46:50",
"versionSummary" : "ThierryGoubier 4/30/2016 11:46:50" } }
"buttonSpecs" : "ThierryGoubier 1/26/2016 22:45:30",
"gitNeedPush" : "ThierryGoubier 1/26/2016 22:45:30",
"gitPull" : "ThierryGoubier 1/26/2016 22:45:30",
"gitPush" : "ThierryGoubier 1/26/2016 22:45:30",
"packageIcon:" : "ThierryGoubier 1/26/2016 22:45:30",
"refresh" : "ThierryGoubier 1/26/2016 22:45:30",
"saveChanges" : "ThierryGoubier 1/26/2016 22:45:30",
"setRepository:workingCopy:" : "ThierryGoubier 1/26/2016 22:45:30",
"version" : "ThierryGoubier 1/26/2016 22:45:30",
"versionHighlight:" : "ThierryGoubier 1/26/2016 22:45:30",
"versionHighlightEmphasis:" : "ThierryGoubier 1/26/2016 22:45:30",
"versionInfo" : "ThierryGoubier 1/26/2016 22:45:30",
"versionSummary" : "ThierryGoubier 1/26/2016 22:45:30" } }
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"class" : {
"on:" : "ThierryGoubier 4/30/2016 11:46:50" },
"on:" : "ThierryGoubier 1/26/2016 22:45:30" },
"instance" : {
"writeClassDefinition:to:" : "ThierryGoubier 4/30/2016 11:46:50",
"writeDefinitions:" : "ThierryGoubier 4/30/2016 11:46:50",
"writeMethodProperties:" : "ThierryGoubier 4/30/2016 11:46:50",
"writeTraitDefinition:to:" : "ThierryGoubier 4/30/2016 11:46:50" } }
"writeClassDefinition:to:" : "ThierryGoubier 1/26/2016 22:45:30",
"writeDefinitions:" : "ThierryGoubier 1/26/2016 22:45:30",
"writeMethodProperties:" : "ThierryGoubier 1/26/2016 22:45:30",
"writeTraitDefinition:to:" : "ThierryGoubier 1/26/2016 22:45:30" } }
Loading