├── .gitattributes ├── .github └── workflows │ ├── ci-Client.yml │ ├── ci-Seaside3.yml │ ├── ci-SmalltalkCI.yml │ ├── ci-UnitTest.yml │ └── ci-UpgradeTests.yml ├── .gitignore ├── README.md ├── bin ├── .gitignore ├── README.md ├── attachForeignStone ├── attachOldDevKitStone ├── bootstrapGLASS ├── bootstrapGsDevKit ├── clients ├── createClient ├── createStone ├── defGsDevKit.env ├── defHOME_PATH.env ├── defStone.env ├── deleteClient ├── deleteSession ├── deleteStone ├── devKitCommandLine ├── downloadGemStone ├── editClient ├── gsdk ├── installClient ├── installServer ├── installServerClient ├── newExtent ├── patches │ ├── patchIssue15 │ └── patchIssue7 ├── private │ ├── .gitignore │ ├── attachStone │ ├── bootstrapGLASS.tpz │ ├── cloneGitHubProject │ ├── clone_gs_client_dev │ ├── clone_gs_server │ ├── clone_sys_local │ ├── clone_todeClient │ ├── downloadSmalltalkClient │ ├── gitFunctions │ ├── gsDevKitTodeCommandLine │ ├── installClientGciLibraries │ ├── installGci │ ├── postUpgradeSeasideImage │ ├── preUpgradeSeasideImage │ ├── preUpgradeStone │ ├── prepareBootstrapGLASS.tpz │ ├── scanProductsForInstallingGciLibs │ ├── shFeedback │ ├── shFunctions │ └── winRunPharoFunctions ├── products ├── scriptTopaz ├── sessions ├── setupGsDevKit ├── smalltalkCI ├── startAllStones ├── startClient ├── startNetldi ├── startStatmonitor ├── startStone ├── startTopaz ├── status ├── stones ├── stopAllStones ├── stopClient ├── stopNetldi ├── stopStone ├── todeBackup ├── todeIt ├── todeLoad ├── todeRestore ├── todeUpdate ├── updateGsDevKit ├── upgradeStone └── utils │ ├── cleanSharedPharoDirectory │ ├── cloneGsDevKitProjects │ ├── cloneSharedTodeProjects │ ├── gsDevKitEnvVars │ ├── installOsPrereqs │ └── updateSharedTodeProjectsClone ├── docs ├── FAQ.md ├── FAQ │ └── localGitClones.md ├── OBS │ ├── CloneDetails.md │ ├── OSX10.9.md │ ├── README.md │ ├── clientInstallation.md │ ├── installationGitHubDetails.md │ ├── ubuntu12.04.md │ ├── ubuntu14.04.md │ ├── upgradeGemStone.md │ └── windowsClientInstallation.md ├── README.md ├── articles │ └── gsDevKitServerBlocks.md ├── gettingStartedWithSeaside.md ├── gettingStartedWithTode.md ├── howToContribute.md ├── images │ ├── DevKit_ClientServer_Arch.png │ ├── DevKit_ClientServer_Arch.svg │ ├── GsDevKit_home-pull-request-merge-detail.png │ ├── GsDevKit_home-pull-request-previous-pull-request-link.png │ ├── GsDevKit_home-pull-request.png │ ├── SeasideWelcome.png │ ├── browseClassHierDictionary.png │ ├── browseFullClassKeyValueDictionary.png │ ├── browseProjectEntry.png │ ├── compareAcrossForks.png │ ├── descriptionWorkspace.png │ ├── editDescription.png │ ├── editProjectEntry.png │ ├── exampleScript.png │ ├── fullManAll.png │ ├── gitMethodHistory.png │ ├── greenPRButton.png │ ├── openTode.png │ ├── openTodeShell.png │ ├── projectList.png │ ├── projectListMenu.png │ ├── reversePR_01.png │ ├── reversePR_02.png │ ├── reversePR_03.png │ ├── reversePR_04.png │ ├── reversePR_05.png │ ├── roassalMenu.png │ ├── roassalWorkspace.png │ ├── standardMediumLayout.png │ ├── testLoginOutput.png │ ├── todeClient.png │ ├── todeFooProjectList.png │ ├── todeLoginFail.png │ ├── todeLoginSuccess.png │ ├── todeMFC.png │ ├── todeMan.png │ ├── todeManAll.png │ ├── todeManEval.png │ ├── todeProjectListGitMenu.png │ ├── todeResizeMenu.png │ ├── todeShell.png │ ├── todeShellChainEvals.png │ ├── todeShellConsole.png │ ├── todeShellMultiEvals.png │ ├── todeShellSingleEval.png │ ├── todeTestLoginShell.png │ └── todeToolsMenu.png ├── installation │ ├── README.md │ ├── configureOS.md │ ├── installDevKitClient.md │ ├── installDevKitServer.md │ └── installDevKitServerAndClient.md ├── portForwardingForRemoteLogins.md ├── projectsInTode.md ├── reversePullRequest.md ├── todeShell.md ├── updateAndUpgrade.md ├── upgradeStone.md └── workingWithGemStoneServer.md ├── etc └── .gitignore ├── license.txt ├── shared ├── bin │ ├── create_gs_server_image │ ├── defGsDevKit.env │ └── installClientGciLibraries ├── downloads │ ├── products │ │ ├── .gitignore │ │ └── README.md │ └── zip │ │ ├── .gitignore │ │ └── README.md ├── pharo │ ├── .gitignore │ └── README.md ├── repos │ ├── .gitignore │ ├── pharo3.0 │ │ ├── .gitignore │ │ └── README.md │ └── todeClient │ │ ├── .filetree │ │ ├── .gitattributes │ │ ├── .smalltalk.ston │ │ ├── BaselineOfTodeClient.package │ │ ├── .filetree │ │ ├── BaselineOfTodeClient.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── baseline..st │ │ │ │ └── disableTodeSystemMenu.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── monticello.meta │ │ │ ├── categories.st │ │ │ ├── initializers.st │ │ │ ├── package │ │ │ └── version │ │ └── properties.json │ │ ├── GsDevKit-CommandLine.package │ │ ├── .filetree │ │ ├── GsDevKitAbstractCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── isAbstract.st │ │ │ │ ├── runShellCommand.args..st │ │ │ │ ├── runShellCommand.args.exitStatus..st │ │ │ │ └── runShellCommand.args.noError..st │ │ │ ├── instance │ │ │ │ ├── authorId.st │ │ │ │ ├── backupsHome.st │ │ │ │ ├── binHome.st │ │ │ │ ├── downloadsHome.st │ │ │ │ ├── gemstoneBin.st │ │ │ │ ├── gemstonePassword.st │ │ │ │ ├── gemstoneUserId.st │ │ │ │ ├── gsDevKitHome.st │ │ │ │ ├── gsDownloadNameFor..st │ │ │ │ ├── gs_serverBinGs.st │ │ │ │ ├── gs_serverHome.st │ │ │ │ ├── gs_stonesHome.st │ │ │ │ ├── localHostName.st │ │ │ │ ├── productsHome.st │ │ │ │ ├── runShellCommand.args..st │ │ │ │ ├── runShellCommand.args.exitStatus..st │ │ │ │ ├── runShellCommand.args.noError..st │ │ │ │ ├── serverTodeHome.st │ │ │ │ ├── serverTodeSys.st │ │ │ │ ├── serverTodeSysDefault.st │ │ │ │ ├── serverTodeSysDefaultBin.st │ │ │ │ ├── serverTodeSysDefaultClient.st │ │ │ │ ├── serverTodeSysDefaultServer.st │ │ │ │ ├── serverTodeSysDefaultServerGemStoneTemplates.st │ │ │ │ ├── serverTodeSysDefaultServerHome.st │ │ │ │ ├── serverTodeSysDefaultServerProjects.st │ │ │ │ ├── serverTodeSysDefaultTemplates.st │ │ │ │ ├── serverTodeSysLocal.st │ │ │ │ ├── serverTodeSysLocalClient.st │ │ │ │ ├── serverTodeSysLocalServer.st │ │ │ │ ├── serverTodeSysLocalServerGemStoneTemplates.st │ │ │ │ ├── serverTodeSysLocalServerHome.st │ │ │ │ ├── serverTodeSysLocalServerProjects.st │ │ │ │ ├── serverTodeSysLocalServerStones.st │ │ │ │ ├── serverTodeSysLocalServerTemplates.st │ │ │ │ ├── serverTodeSysLocalTemplates.st │ │ │ │ ├── serverTodeSysStones.st │ │ │ │ ├── sessionDescription.st │ │ │ │ ├── sessionDescriptionFor.ifAbsent..st │ │ │ │ ├── sessionDescriptionHome.st │ │ │ │ ├── sessionDescriptionIfAbsent..st │ │ │ │ ├── sharedTodeHome.st │ │ │ │ ├── sharedTodeSys.st │ │ │ │ ├── sharedTodeSysDefault.st │ │ │ │ ├── sharedTodeSysDefaultClient.st │ │ │ │ ├── sharedTodeSysLocal.st │ │ │ │ ├── sharedTodeSysLocalClient.st │ │ │ │ ├── sharedTodeSysLocalServer.st │ │ │ │ ├── sharedodeSysDefaultServer.st │ │ │ │ ├── shouldNotBeForeignStone.st │ │ │ │ ├── stoneInfo.st │ │ │ │ ├── stoneInfoClass.st │ │ │ │ ├── stoneInfoFilename.st │ │ │ │ └── stoneName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitAbstractStoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ └── isAbstract.st │ │ │ ├── instance │ │ │ │ ├── copySeasideSystemConf..st │ │ │ │ ├── copySnapshotExtent..st │ │ │ │ ├── copySnapshotExtent.to.for..st │ │ │ │ ├── copyTemplateFiles..st │ │ │ │ ├── copyTemplateSystemConf..st │ │ │ │ ├── createDefStoneLn..st │ │ │ │ ├── createEmptyStatsSubDirectories..st │ │ │ │ ├── createEmptySubDirectories..st │ │ │ │ ├── createProductLn..st │ │ │ │ ├── createSysLocalStonesLn..st │ │ │ │ ├── createTodeDescription..st │ │ │ │ ├── createTopaziniFile..st │ │ │ │ ├── createTopaziniFile.sessionDescription..st │ │ │ │ ├── extentsHome.st │ │ │ │ ├── gemStoneTemplateFileRefForFile..st │ │ │ │ ├── gitHome.st │ │ │ │ ├── gsDownloadName.st │ │ │ │ ├── gsVers.st │ │ │ │ ├── removeTranlogs..st │ │ │ │ ├── sessionDescription.st │ │ │ │ ├── snapshotFile.st │ │ │ │ ├── snapshotsHome.st │ │ │ │ ├── statsSubDirectories.st │ │ │ │ ├── stoneInfo.st │ │ │ │ ├── stoneName..st │ │ │ │ ├── stoneName.st │ │ │ │ ├── subDirectories.st │ │ │ │ ├── templateFiles.st │ │ │ │ └── tranlogsHome.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitAbstractUpgradeStoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ ├── performUpgradeActions.st │ │ │ │ ├── sourceGsVers.st │ │ │ │ ├── sourceStoneName.st │ │ │ │ ├── targetGsVers.st │ │ │ │ └── targetStoneName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitCreateForeignStoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── createStone.st │ │ │ │ ├── gsVers..st │ │ │ │ ├── stoneInfoClass.st │ │ │ │ ├── subDirectories.st │ │ │ │ └── templateFiles.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitCreateStoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ ├── createStone.st │ │ │ │ ├── doCreateStone.st │ │ │ │ └── gsVers.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitForeignStoneInfo.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── createSessionDescriptionFor.for..st │ │ │ │ └── isForeignStone.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitNewExtentCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ ├── checkArguments.st │ │ │ │ ├── gsVers.st │ │ │ │ ├── gunzipSnapshotExtent..st │ │ │ │ ├── mediaType.st │ │ │ │ ├── newExtent.st │ │ │ │ ├── removeTranlogs.st │ │ │ │ ├── shouldRemoveTranlogs.st │ │ │ │ └── snapshotFile.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitNewExtentForRecoveryCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── checkArguments.st │ │ │ │ └── shouldRemoveTranlogs.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitPatchSessionDescriptionTodeRootCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ └── patchTodeRoot.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitPostUpgradeStoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── performUpgradeActions.st │ │ │ │ └── sessionDescription.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitPreUpgradeStoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── copyCustomStoneFiles.st │ │ │ │ ├── copySourceStoneSystemConf.st │ │ │ │ ├── performUpgradeActions.st │ │ │ │ └── updateStoneConfForIcuLibraryVersion..st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitProductsCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ ├── installedProducts.st │ │ │ │ ├── installedProductsReportOn..st │ │ │ │ └── produceProductsReport.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitStartnetldiCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ ├── netldiArgsOn..st │ │ │ │ ├── produceNetldiArgs.st │ │ │ │ └── stoneName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitStartstoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ └── stoneName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitStoneInfo.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── gsDownloadNameFor..st │ │ │ │ └── importFrom..st │ │ │ ├── instance │ │ │ │ ├── addFieldsToSessionDescription..st │ │ │ │ ├── createSessionDescriptionFor.for..st │ │ │ │ ├── excludedInstVarNames.st │ │ │ │ ├── exportTo..st │ │ │ │ ├── fromSton..st │ │ │ │ ├── gsVers..st │ │ │ │ ├── gsVers.st │ │ │ │ ├── isAttached..st │ │ │ │ ├── isAttached.st │ │ │ │ ├── isForeignStone.st │ │ │ │ ├── netLDI.st │ │ │ │ ├── printOn..st │ │ │ │ ├── stonInstVarNames.st │ │ │ │ ├── stonOn..st │ │ │ │ ├── stonProcessSubObjects..st │ │ │ │ ├── stoneName..st │ │ │ │ ├── stoneName.st │ │ │ │ ├── username..st │ │ │ │ └── username.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitStonesCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ ├── gemstoneBin.st │ │ │ │ ├── installedStoneReportOn..st │ │ │ │ ├── installedStones.st │ │ │ │ ├── produceStonesReport.st │ │ │ │ ├── runningNetldiReportOn..st │ │ │ │ └── runningStoneReportOn..st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitStopnetldiCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ └── stoneName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitStopstoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ └── stoneName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── TDSessionDescription.extension │ │ │ ├── instance │ │ │ │ └── netldiArgsOn..st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── monticello.meta │ │ │ ├── categories.st │ │ │ ├── initializers.st │ │ │ ├── package │ │ │ └── version │ │ └── properties.json │ │ ├── GsDevKit-SmalltalkCI-CommandLine.package │ │ ├── .filetree │ │ ├── GsDevKitAbstractCommandLineHandler.extension │ │ │ ├── instance │ │ │ │ ├── applyOptionsFromConfigurationSpec..st │ │ │ │ ├── readAndProcessSmalltalkCIConfig..st │ │ │ │ └── readSmalltalkCISpec..st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSmalltalkCICreateStoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── applyOptionsFromConfigurationSpec..st │ │ │ │ ├── createConfFile.ln.as..st │ │ │ │ ├── createConfFileLn..st │ │ │ │ ├── createConfFileLn.as..st │ │ │ │ ├── doCreateStone.st │ │ │ │ ├── projectDirectoryPath..st │ │ │ │ ├── projectDirectoryPath.st │ │ │ │ ├── smalltalkCIConfigArgIndex.st │ │ │ │ └── stoneDirectory.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSmalltalkCINewCreateStoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ └── commandName.st │ │ │ ├── instance │ │ │ │ ├── gemstonePassword.st │ │ │ │ ├── gemstoneUserId.st │ │ │ │ └── smalltalkCIConfigArgIndex.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSmalltalkCISetupRuntimeStoneCommandLineHandler.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── commandName.st │ │ │ │ └── description.st │ │ │ ├── instance │ │ │ │ ├── activate.st │ │ │ │ ├── applyOptionsFromConfigurationSpec..st │ │ │ │ ├── applyRuntimeOptions.st │ │ │ │ ├── asSystemUserExecute..st │ │ │ │ ├── doSetOptions.st │ │ │ │ ├── projectDirectoryPath..st │ │ │ │ ├── projectDirectoryPath.st │ │ │ │ └── smalltalkCIConfigArgIndex.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSmalltalkCISetupRuntimeStoneCommandLineHandlerNew.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ └── commandName.st │ │ │ ├── instance │ │ │ │ ├── doSetOptions.st │ │ │ │ ├── gemstonePassword.st │ │ │ │ ├── gemstoneUserId.st │ │ │ │ └── smalltalkCIConfigArgIndex.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── monticello.meta │ │ │ ├── categories.st │ │ │ ├── initializers.st │ │ │ ├── package │ │ │ └── version │ │ └── properties.json │ │ ├── GsDevKit-Structure.package │ │ ├── .filetree │ │ ├── GsDevKitAbstractComponent.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── ^slash.st │ │ │ │ ├── _fileReference.st │ │ │ │ ├── asFileReference.st │ │ │ │ └── pathString.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitComponent.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── home..st │ │ │ │ └── home.parent..st │ │ │ ├── instance │ │ │ │ ├── _fileReference.st │ │ │ │ ├── _home..st │ │ │ │ ├── _home.st │ │ │ │ ├── _parent..st │ │ │ │ ├── _parent.st │ │ │ │ └── _pathName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitServer.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── _pathName.st │ │ │ │ └── stones.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitServerStones.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── ^slash.st │ │ │ │ ├── _pathName.st │ │ │ │ ├── stoneNamed..st │ │ │ │ └── stones.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitServerStonesStone.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── _pathName.st │ │ │ │ ├── backups.st │ │ │ │ ├── exists.st │ │ │ │ ├── isStone.st │ │ │ │ ├── snapshots.st │ │ │ │ ├── stoneInfo.st │ │ │ │ ├── stoneInfoFilename.st │ │ │ │ ├── stoneName..st │ │ │ │ └── stoneName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitServerStonesStoneBackups.class │ │ │ ├── README.md │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitServerStonesStoneSnapshots.class │ │ │ ├── README.md │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitShared.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── _pathName.st │ │ │ │ └── repos.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSharedComponent.class │ │ │ ├── README.md │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSharedRepos.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── ^slash.st │ │ │ │ ├── _pathName.st │ │ │ │ ├── gitRepositories.st │ │ │ │ └── gitRepositoryNamed..st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSharedReposGitRepository.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── _pathName.st │ │ │ │ ├── isGitRepository.st │ │ │ │ ├── isSmalltalkCIRepository.st │ │ │ │ ├── lockClientProject.st │ │ │ │ ├── repositoryName..st │ │ │ │ ├── repositoryName.st │ │ │ │ ├── smalltalkCI.st │ │ │ │ ├── smalltalkClientBaselineSpecsDo..st │ │ │ │ └── smalltalkConfigFilename.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSharedServer.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ └── _pathName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSys.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── _pathName.st │ │ │ │ ├── default.st │ │ │ │ ├── local.st │ │ │ │ └── stones.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSysDefault.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── _pathName.st │ │ │ │ └── server.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSysLocal.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── _pathName.st │ │ │ │ ├── server.st │ │ │ │ └── sessions.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSysLocalServer.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ └── stones.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSysLocalServerStones.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── ^slash.st │ │ │ │ ├── _pathName.st │ │ │ │ └── stoneNamed..st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSysLocalServerStonesStone.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── _pathName.st │ │ │ │ ├── stoneName..st │ │ │ │ └── stoneName.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitSysLocalSessions.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── _pathName.st │ │ │ │ └── sessionDescriptionNamed.ifAbsent..st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKit_home.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ ├── ^slash.st │ │ │ │ ├── defaultStone.st │ │ │ │ ├── defaultStoneIfAbsent..st │ │ │ │ ├── lockClientGsDevKitProjects.st │ │ │ │ ├── sessionDescriptionNamed..st │ │ │ │ ├── sessionDescriptionNamed.ifAbsent..st │ │ │ │ ├── stoneNamed..st │ │ │ │ └── stoneNamed.ifAbsent..st │ │ │ ├── instance │ │ │ │ ├── _fileReference.st │ │ │ │ ├── _home.st │ │ │ │ ├── defaultStone.st │ │ │ │ ├── defaultStoneIfAbsent..st │ │ │ │ ├── lockClientGsDevKitProjects.st │ │ │ │ ├── server.st │ │ │ │ ├── sessionDescriptionNamed..st │ │ │ │ ├── sessionDescriptionNamed.ifAbsent..st │ │ │ │ ├── shared.st │ │ │ │ ├── stoneNamed..st │ │ │ │ ├── stoneNamed.ifAbsent..st │ │ │ │ └── sys.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── monticello.meta │ │ │ ├── categories.st │ │ │ ├── initializers.st │ │ │ ├── package │ │ │ └── version │ │ └── properties.json │ │ ├── GsDevKit-Tests-Structure.package │ │ ├── .filetree │ │ ├── GsDevKitAbstractTests.class │ │ │ ├── README.md │ │ │ ├── class │ │ │ │ └── isAbstract.st │ │ │ ├── instance │ │ │ │ ├── GS_HOME.st │ │ │ │ └── _home.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitApiTests.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── testSessionDescriptAccess.st │ │ │ │ ├── testSharedReposRepositoryAccess.st │ │ │ │ └── testStoneAccess.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── GsDevKitComponentTests.class │ │ │ ├── README.md │ │ │ ├── instance │ │ │ │ ├── testDuplicatePathComponent.st │ │ │ │ ├── testServerStones.st │ │ │ │ ├── testSharedRepos.st │ │ │ │ ├── testSys.st │ │ │ │ ├── testSysLocalServerStones.st │ │ │ │ ├── testSysStones.st │ │ │ │ └── test_home.st │ │ │ ├── methodProperties.json │ │ │ └── properties.json │ │ ├── monticello.meta │ │ │ ├── categories.st │ │ │ ├── initializers.st │ │ │ ├── package │ │ │ └── version │ │ └── properties.json │ │ └── GsDevKit-Tode-CommandLine.package │ │ ├── .filetree │ │ ├── GsDevKitBackupCommandLineHandler.class │ │ ├── README.md │ │ ├── class │ │ │ ├── commandName.st │ │ │ └── description.st │ │ ├── instance │ │ │ ├── activate.st │ │ │ ├── backup.st │ │ │ ├── backupfile.st │ │ │ └── stoneName.st │ │ ├── methodProperties.json │ │ └── properties.json │ │ ├── GsDevKitLoadTodeCommandLineHandler.class │ │ ├── README.md │ │ ├── class │ │ │ ├── commandName.st │ │ │ └── description.st │ │ ├── instance │ │ │ ├── activate.st │ │ │ ├── loadTode.st │ │ │ ├── loadTode2.st │ │ │ ├── stoneName..st │ │ │ └── stoneName.st │ │ ├── methodProperties.json │ │ └── properties.json │ │ ├── GsDevKitRestoreFromBackupAlternateUserCommandLineHandler.class │ │ ├── README.md │ │ ├── class │ │ │ ├── commandName.st │ │ │ └── description.st │ │ ├── instance │ │ │ ├── activate.st │ │ │ ├── password.st │ │ │ ├── restoreFromBackup..st │ │ │ ├── sessionDescription.st │ │ │ └── userId.st │ │ ├── methodProperties.json │ │ └── properties.json │ │ ├── GsDevKitRestoreFromBackupCommandLineHandler.class │ │ ├── README.md │ │ ├── class │ │ │ ├── commandName.st │ │ │ └── description.st │ │ ├── instance │ │ │ ├── activate.st │ │ │ ├── backupfile.st │ │ │ ├── restoreFromBackup..st │ │ │ ├── restoreFromBackup.restoreSessionDescription.commitRestoreSessionDescription..st │ │ │ ├── restoreFromBackup.st │ │ │ └── stoneName.st │ │ ├── methodProperties.json │ │ └── properties.json │ │ ├── GsDevKitServerDoItCommandLineHandler.class │ │ ├── README.md │ │ ├── class │ │ │ ├── commandName.st │ │ │ ├── description.st │ │ │ └── helloWorld.st │ │ ├── instance │ │ │ ├── activate.st │ │ │ ├── evaluate..st │ │ │ ├── evaluate.st │ │ │ ├── stoneName..st │ │ │ ├── stoneName.st │ │ │ └── write..st │ │ ├── methodProperties.json │ │ └── properties.json │ │ ├── GsDevKitTodeItCommandLineHandler.class │ │ ├── README.md │ │ ├── class │ │ │ ├── commandName.st │ │ │ ├── description.st │ │ │ └── helloWorld.st │ │ ├── instance │ │ │ ├── activate.st │ │ │ ├── evaluate..st │ │ │ ├── evaluate.st │ │ │ ├── stoneName..st │ │ │ ├── stoneName.st │ │ │ └── write..st │ │ ├── methodProperties.json │ │ └── properties.json │ │ ├── monticello.meta │ │ ├── categories.st │ │ ├── initializers.st │ │ ├── package │ │ └── version │ │ └── properties.json └── topaz │ ├── cypress │ ├── Cypress-Comparison.gs │ ├── Cypress-Definitions.gs │ ├── Cypress-GemStoneCompatibilityLayer.gs │ ├── Cypress-GemStoneFileServer.gs │ ├── Cypress-MesssageDigest.gs │ ├── Cypress-PackageManagement.gs │ ├── Cypress-Structure.gs │ ├── Network-Url.gs │ ├── bootstrapCypressSupport.topaz │ └── loadCypressSupport.topaz │ ├── metacello │ ├── bootstrapMetacelloSupport.topaz │ └── loadMetacelloSupport.topaz │ └── uuid │ ├── AbstractUUIDTest.gs │ ├── FastUUIDGenerator.gs │ ├── FastUUIDTest.gs │ ├── UUID.gs │ └── bootstrapUUIDSupport.topaz ├── sys ├── .gitignore ├── bin │ ├── README.md │ ├── defGsDevKit.env │ └── todeLoad └── default │ ├── bin │ ├── README.md │ └── validateStoneSysNodes.ston │ ├── client │ ├── server-bootstrap-scripts │ │ ├── README.md │ │ ├── loadGLASS1.ws │ │ ├── loadMetacello.ws │ │ ├── loadTode.ws │ │ └── upgradeGLASS.ws │ ├── tode-scripts │ │ ├── README.md │ │ ├── loadServerTode │ │ ├── loadServerTode2 │ │ ├── rebuildServerTode │ │ ├── rebuildSys │ │ ├── setUpSys │ │ └── updateServerTode │ └── windowLayout │ │ ├── alternate-large │ │ ├── alternate-medium │ │ ├── alternate-small │ │ ├── jigsaw-medium │ │ ├── presentation │ │ ├── standard-large │ │ ├── standard-medium │ │ ├── standard-small │ │ └── stretch-medium │ ├── gsdevkit_bin │ ├── README.md │ ├── cloneSharedTodeProjects │ ├── cloneUpdate │ ├── defSharedGitDevKit.env │ ├── defSharedGitDevKit_win.env │ └── defSharedRepoDevKit.env │ ├── pharo │ ├── README.md │ ├── gsDevKitCommandLineLoad.st │ ├── todeLoad.st │ └── windows │ │ ├── README.md │ │ ├── gsDevKitCommandLineLoad.st │ │ └── todeLoad.st │ └── server │ ├── gemstone │ ├── README.md │ └── templates │ │ ├── README.md │ │ ├── custom_stone.env │ │ ├── foreignStone.env │ │ ├── gem.conf │ │ ├── maint.conf │ │ ├── stone.env │ │ └── system.conf │ ├── gsUpgrader │ ├── caches │ │ └── upgradeGLASS │ │ │ ├── metacelloPreview │ │ │ └── .gitignore │ │ │ └── monticello │ │ │ └── .gitignore │ └── repository │ │ └── .gitignore │ ├── home │ ├── README.md │ ├── tode │ │ ├── defs.ston │ │ ├── initTools.ston │ │ ├── nodes.ston │ │ └── tools.ston │ └── utils │ │ ├── createNewProject.ston │ │ ├── repairClasses.ston │ │ └── upgrade.ston │ ├── projects │ ├── FileTree.ston │ ├── GLASS1.ston │ ├── Grease.ston │ ├── GsDevKit_home.ston │ ├── Metacello.ston │ ├── PharoCompatibility.ston │ ├── RB.ston │ ├── README.md │ ├── SmalltalkCI.ston │ ├── Ston.ston │ ├── Tode.ston │ ├── ZincHTTPComponents.ston │ └── Zodiac.ston │ ├── templates │ ├── README.md │ ├── dirs.ston │ ├── homeComposition.ston │ ├── packages.ston │ ├── projectComposition.ston │ └── repos.ston │ └── upgrade │ ├── README.md │ ├── postUpgrade.ston │ ├── postUpgrade330RebuildCharacterCollectionIndexes.ston │ ├── postUpgrade330ResortSortedCollection.ston │ ├── postUpgrade330SortedCollectionSortBlocks.ston │ ├── postUpgradeRebuildCharacterCollectionIndexes.ston │ ├── postUpgradeResortSortedCollection.ston │ ├── postUpgradeSortedCollectionSortBlocks.ston │ ├── postUpgradeTo310.ston │ ├── postUpgradeTo320.ston │ ├── postUpgradeTo330.ston │ └── postUpgradeTo331.ston ├── tests ├── basicInstallServer.sh ├── basicTestA.sh ├── basicTestB.sh ├── basicTests.sh ├── basicTodeClientTests.sh ├── clientTest.sh ├── clientTests.sh ├── errorTests.sh ├── seaside3Install.sh ├── smalltalkCITests.sh ├── sys │ └── local │ │ ├── client │ │ └── tode-scripts │ │ │ ├── loadServerTode2 │ │ │ ├── rebuildServerTode │ │ │ └── updateServerTode │ │ └── gsdevkit_bin │ │ ├── defGsDevKit.env │ │ └── defSharedGitDevKit.env ├── testTravisCI.sh ├── todeUnitTests.sh ├── travisCustomize.sh └── unitTests.sh └── travis ├── GLASS-License.pdf ├── GemStone3.2.x-License.pdf ├── GemStone64Bit2.4.0-x86_64.Linux.key ├── GemStone64Bit3.0.0-x86_64.Linux.key ├── GemStone64Bit3.1.0-x86_64.Linux.key ├── GemStone64Bit3.2.0-x86_64.Linux.key ├── GemStone64Bit3.3.0-x86_64.Linux.key ├── GemStone64Bit3.4.0-x86_64.Linux.key └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/ci-Client.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/.github/workflows/ci-Client.yml -------------------------------------------------------------------------------- /.github/workflows/ci-Seaside3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/.github/workflows/ci-Seaside3.yml -------------------------------------------------------------------------------- /.github/workflows/ci-SmalltalkCI.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/.github/workflows/ci-SmalltalkCI.yml -------------------------------------------------------------------------------- /.github/workflows/ci-UnitTest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/.github/workflows/ci-UnitTest.yml -------------------------------------------------------------------------------- /.github/workflows/ci-UpgradeTests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/.github/workflows/ci-UpgradeTests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/README.md -------------------------------------------------------------------------------- /bin/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/.gitignore -------------------------------------------------------------------------------- /bin/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bin/attachForeignStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/attachForeignStone -------------------------------------------------------------------------------- /bin/attachOldDevKitStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/attachOldDevKitStone -------------------------------------------------------------------------------- /bin/bootstrapGLASS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/bootstrapGLASS -------------------------------------------------------------------------------- /bin/bootstrapGsDevKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/bootstrapGsDevKit -------------------------------------------------------------------------------- /bin/clients: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/clients -------------------------------------------------------------------------------- /bin/createClient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/createClient -------------------------------------------------------------------------------- /bin/createStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/createStone -------------------------------------------------------------------------------- /bin/defGsDevKit.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/defGsDevKit.env -------------------------------------------------------------------------------- /bin/defHOME_PATH.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/defHOME_PATH.env -------------------------------------------------------------------------------- /bin/defStone.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/defStone.env -------------------------------------------------------------------------------- /bin/deleteClient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/deleteClient -------------------------------------------------------------------------------- /bin/deleteSession: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/deleteSession -------------------------------------------------------------------------------- /bin/deleteStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/deleteStone -------------------------------------------------------------------------------- /bin/devKitCommandLine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/devKitCommandLine -------------------------------------------------------------------------------- /bin/downloadGemStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/downloadGemStone -------------------------------------------------------------------------------- /bin/editClient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/editClient -------------------------------------------------------------------------------- /bin/gsdk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/gsdk -------------------------------------------------------------------------------- /bin/installClient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/installClient -------------------------------------------------------------------------------- /bin/installServer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/installServer -------------------------------------------------------------------------------- /bin/installServerClient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/installServerClient -------------------------------------------------------------------------------- /bin/newExtent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/newExtent -------------------------------------------------------------------------------- /bin/patches/patchIssue15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/patches/patchIssue15 -------------------------------------------------------------------------------- /bin/patches/patchIssue7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/patches/patchIssue7 -------------------------------------------------------------------------------- /bin/private/.gitignore: -------------------------------------------------------------------------------- 1 | .useSshForGit 2 | -------------------------------------------------------------------------------- /bin/private/attachStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/attachStone -------------------------------------------------------------------------------- /bin/private/bootstrapGLASS.tpz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/bootstrapGLASS.tpz -------------------------------------------------------------------------------- /bin/private/cloneGitHubProject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/cloneGitHubProject -------------------------------------------------------------------------------- /bin/private/clone_gs_client_dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/clone_gs_client_dev -------------------------------------------------------------------------------- /bin/private/clone_gs_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/clone_gs_server -------------------------------------------------------------------------------- /bin/private/clone_sys_local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/clone_sys_local -------------------------------------------------------------------------------- /bin/private/clone_todeClient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/clone_todeClient -------------------------------------------------------------------------------- /bin/private/downloadSmalltalkClient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/downloadSmalltalkClient -------------------------------------------------------------------------------- /bin/private/gitFunctions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/gitFunctions -------------------------------------------------------------------------------- /bin/private/gsDevKitTodeCommandLine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/gsDevKitTodeCommandLine -------------------------------------------------------------------------------- /bin/private/installClientGciLibraries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/installClientGciLibraries -------------------------------------------------------------------------------- /bin/private/installGci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/installGci -------------------------------------------------------------------------------- /bin/private/postUpgradeSeasideImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/postUpgradeSeasideImage -------------------------------------------------------------------------------- /bin/private/preUpgradeSeasideImage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/preUpgradeSeasideImage -------------------------------------------------------------------------------- /bin/private/preUpgradeStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/preUpgradeStone -------------------------------------------------------------------------------- /bin/private/prepareBootstrapGLASS.tpz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/prepareBootstrapGLASS.tpz -------------------------------------------------------------------------------- /bin/private/scanProductsForInstallingGciLibs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/scanProductsForInstallingGciLibs -------------------------------------------------------------------------------- /bin/private/shFeedback: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/shFeedback -------------------------------------------------------------------------------- /bin/private/shFunctions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/shFunctions -------------------------------------------------------------------------------- /bin/private/winRunPharoFunctions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/private/winRunPharoFunctions -------------------------------------------------------------------------------- /bin/products: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/products -------------------------------------------------------------------------------- /bin/scriptTopaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/scriptTopaz -------------------------------------------------------------------------------- /bin/sessions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/sessions -------------------------------------------------------------------------------- /bin/setupGsDevKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/setupGsDevKit -------------------------------------------------------------------------------- /bin/smalltalkCI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/smalltalkCI -------------------------------------------------------------------------------- /bin/startAllStones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/startAllStones -------------------------------------------------------------------------------- /bin/startClient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/startClient -------------------------------------------------------------------------------- /bin/startNetldi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/startNetldi -------------------------------------------------------------------------------- /bin/startStatmonitor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/startStatmonitor -------------------------------------------------------------------------------- /bin/startStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/startStone -------------------------------------------------------------------------------- /bin/startTopaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/startTopaz -------------------------------------------------------------------------------- /bin/status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/status -------------------------------------------------------------------------------- /bin/stones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/stones -------------------------------------------------------------------------------- /bin/stopAllStones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/stopAllStones -------------------------------------------------------------------------------- /bin/stopClient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/stopClient -------------------------------------------------------------------------------- /bin/stopNetldi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/stopNetldi -------------------------------------------------------------------------------- /bin/stopStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/stopStone -------------------------------------------------------------------------------- /bin/todeBackup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/todeBackup -------------------------------------------------------------------------------- /bin/todeIt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/todeIt -------------------------------------------------------------------------------- /bin/todeLoad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/todeLoad -------------------------------------------------------------------------------- /bin/todeRestore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/todeRestore -------------------------------------------------------------------------------- /bin/todeUpdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/todeUpdate -------------------------------------------------------------------------------- /bin/updateGsDevKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/updateGsDevKit -------------------------------------------------------------------------------- /bin/upgradeStone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/upgradeStone -------------------------------------------------------------------------------- /bin/utils/cleanSharedPharoDirectory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/utils/cleanSharedPharoDirectory -------------------------------------------------------------------------------- /bin/utils/cloneGsDevKitProjects: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/utils/cloneGsDevKitProjects -------------------------------------------------------------------------------- /bin/utils/cloneSharedTodeProjects: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/utils/cloneSharedTodeProjects -------------------------------------------------------------------------------- /bin/utils/gsDevKitEnvVars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/utils/gsDevKitEnvVars -------------------------------------------------------------------------------- /bin/utils/installOsPrereqs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/utils/installOsPrereqs -------------------------------------------------------------------------------- /bin/utils/updateSharedTodeProjectsClone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/bin/utils/updateSharedTodeProjectsClone -------------------------------------------------------------------------------- /docs/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/FAQ.md -------------------------------------------------------------------------------- /docs/FAQ/localGitClones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/FAQ/localGitClones.md -------------------------------------------------------------------------------- /docs/OBS/CloneDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/OBS/CloneDetails.md -------------------------------------------------------------------------------- /docs/OBS/OSX10.9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/OBS/OSX10.9.md -------------------------------------------------------------------------------- /docs/OBS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/OBS/README.md -------------------------------------------------------------------------------- /docs/OBS/clientInstallation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/OBS/clientInstallation.md -------------------------------------------------------------------------------- /docs/OBS/installationGitHubDetails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/OBS/installationGitHubDetails.md -------------------------------------------------------------------------------- /docs/OBS/ubuntu12.04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/OBS/ubuntu12.04.md -------------------------------------------------------------------------------- /docs/OBS/ubuntu14.04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/OBS/ubuntu14.04.md -------------------------------------------------------------------------------- /docs/OBS/upgradeGemStone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/OBS/upgradeGemStone.md -------------------------------------------------------------------------------- /docs/OBS/windowsClientInstallation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/OBS/windowsClientInstallation.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/articles/gsDevKitServerBlocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/articles/gsDevKitServerBlocks.md -------------------------------------------------------------------------------- /docs/gettingStartedWithSeaside.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/gettingStartedWithSeaside.md -------------------------------------------------------------------------------- /docs/gettingStartedWithTode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/gettingStartedWithTode.md -------------------------------------------------------------------------------- /docs/howToContribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/howToContribute.md -------------------------------------------------------------------------------- /docs/images/DevKit_ClientServer_Arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/DevKit_ClientServer_Arch.png -------------------------------------------------------------------------------- /docs/images/DevKit_ClientServer_Arch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/DevKit_ClientServer_Arch.svg -------------------------------------------------------------------------------- /docs/images/GsDevKit_home-pull-request-merge-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/GsDevKit_home-pull-request-merge-detail.png -------------------------------------------------------------------------------- /docs/images/GsDevKit_home-pull-request-previous-pull-request-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/GsDevKit_home-pull-request-previous-pull-request-link.png -------------------------------------------------------------------------------- /docs/images/GsDevKit_home-pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/GsDevKit_home-pull-request.png -------------------------------------------------------------------------------- /docs/images/SeasideWelcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/SeasideWelcome.png -------------------------------------------------------------------------------- /docs/images/browseClassHierDictionary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/browseClassHierDictionary.png -------------------------------------------------------------------------------- /docs/images/browseFullClassKeyValueDictionary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/browseFullClassKeyValueDictionary.png -------------------------------------------------------------------------------- /docs/images/browseProjectEntry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/browseProjectEntry.png -------------------------------------------------------------------------------- /docs/images/compareAcrossForks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/compareAcrossForks.png -------------------------------------------------------------------------------- /docs/images/descriptionWorkspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/descriptionWorkspace.png -------------------------------------------------------------------------------- /docs/images/editDescription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/editDescription.png -------------------------------------------------------------------------------- /docs/images/editProjectEntry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/editProjectEntry.png -------------------------------------------------------------------------------- /docs/images/exampleScript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/exampleScript.png -------------------------------------------------------------------------------- /docs/images/fullManAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/fullManAll.png -------------------------------------------------------------------------------- /docs/images/gitMethodHistory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/gitMethodHistory.png -------------------------------------------------------------------------------- /docs/images/greenPRButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/greenPRButton.png -------------------------------------------------------------------------------- /docs/images/openTode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/openTode.png -------------------------------------------------------------------------------- /docs/images/openTodeShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/openTodeShell.png -------------------------------------------------------------------------------- /docs/images/projectList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/projectList.png -------------------------------------------------------------------------------- /docs/images/projectListMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/projectListMenu.png -------------------------------------------------------------------------------- /docs/images/reversePR_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/reversePR_01.png -------------------------------------------------------------------------------- /docs/images/reversePR_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/reversePR_02.png -------------------------------------------------------------------------------- /docs/images/reversePR_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/reversePR_03.png -------------------------------------------------------------------------------- /docs/images/reversePR_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/reversePR_04.png -------------------------------------------------------------------------------- /docs/images/reversePR_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/reversePR_05.png -------------------------------------------------------------------------------- /docs/images/roassalMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/roassalMenu.png -------------------------------------------------------------------------------- /docs/images/roassalWorkspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/roassalWorkspace.png -------------------------------------------------------------------------------- /docs/images/standardMediumLayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/standardMediumLayout.png -------------------------------------------------------------------------------- /docs/images/testLoginOutput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/testLoginOutput.png -------------------------------------------------------------------------------- /docs/images/todeClient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeClient.png -------------------------------------------------------------------------------- /docs/images/todeFooProjectList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeFooProjectList.png -------------------------------------------------------------------------------- /docs/images/todeLoginFail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeLoginFail.png -------------------------------------------------------------------------------- /docs/images/todeLoginSuccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeLoginSuccess.png -------------------------------------------------------------------------------- /docs/images/todeMFC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeMFC.png -------------------------------------------------------------------------------- /docs/images/todeMan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeMan.png -------------------------------------------------------------------------------- /docs/images/todeManAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeManAll.png -------------------------------------------------------------------------------- /docs/images/todeManEval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeManEval.png -------------------------------------------------------------------------------- /docs/images/todeProjectListGitMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeProjectListGitMenu.png -------------------------------------------------------------------------------- /docs/images/todeResizeMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeResizeMenu.png -------------------------------------------------------------------------------- /docs/images/todeShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeShell.png -------------------------------------------------------------------------------- /docs/images/todeShellChainEvals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeShellChainEvals.png -------------------------------------------------------------------------------- /docs/images/todeShellConsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeShellConsole.png -------------------------------------------------------------------------------- /docs/images/todeShellMultiEvals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeShellMultiEvals.png -------------------------------------------------------------------------------- /docs/images/todeShellSingleEval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeShellSingleEval.png -------------------------------------------------------------------------------- /docs/images/todeTestLoginShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeTestLoginShell.png -------------------------------------------------------------------------------- /docs/images/todeToolsMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/images/todeToolsMenu.png -------------------------------------------------------------------------------- /docs/installation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/installation/README.md -------------------------------------------------------------------------------- /docs/installation/configureOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/installation/configureOS.md -------------------------------------------------------------------------------- /docs/installation/installDevKitClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/installation/installDevKitClient.md -------------------------------------------------------------------------------- /docs/installation/installDevKitServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/installation/installDevKitServer.md -------------------------------------------------------------------------------- /docs/installation/installDevKitServerAndClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/installation/installDevKitServerAndClient.md -------------------------------------------------------------------------------- /docs/portForwardingForRemoteLogins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/portForwardingForRemoteLogins.md -------------------------------------------------------------------------------- /docs/projectsInTode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/projectsInTode.md -------------------------------------------------------------------------------- /docs/reversePullRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/reversePullRequest.md -------------------------------------------------------------------------------- /docs/todeShell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/todeShell.md -------------------------------------------------------------------------------- /docs/updateAndUpgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/updateAndUpgrade.md -------------------------------------------------------------------------------- /docs/upgradeStone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/upgradeStone.md -------------------------------------------------------------------------------- /docs/workingWithGemStoneServer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/docs/workingWithGemStoneServer.md -------------------------------------------------------------------------------- /etc/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/license.txt -------------------------------------------------------------------------------- /shared/bin/create_gs_server_image: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/bin/create_gs_server_image -------------------------------------------------------------------------------- /shared/bin/defGsDevKit.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/bin/defGsDevKit.env -------------------------------------------------------------------------------- /shared/bin/installClientGciLibraries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/bin/installClientGciLibraries -------------------------------------------------------------------------------- /shared/downloads/products/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !README.md 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /shared/downloads/products/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/downloads/products/README.md -------------------------------------------------------------------------------- /shared/downloads/zip/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !README.md 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /shared/downloads/zip/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/downloads/zip/README.md -------------------------------------------------------------------------------- /shared/pharo/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !README.md 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /shared/pharo/README.md: -------------------------------------------------------------------------------- 1 | Location of the Pharo3.0 vm, image and changes files. 2 | -------------------------------------------------------------------------------- /shared/repos/.gitignore: -------------------------------------------------------------------------------- 1 | /* 2 | !/todeClient 3 | !/pharo3.0 4 | !.gitignore 5 | -------------------------------------------------------------------------------- /shared/repos/pharo3.0/.gitignore: -------------------------------------------------------------------------------- 1 | /* 2 | !.gitignore 3 | !README.md 4 | -------------------------------------------------------------------------------- /shared/repos/pharo3.0/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/.filetree -------------------------------------------------------------------------------- /shared/repos/todeClient/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/.gitattributes -------------------------------------------------------------------------------- /shared/repos/todeClient/.smalltalk.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/.smalltalk.ston -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/BaselineOfTodeClient.package/.filetree -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/BaselineOfTodeClient.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/BaselineOfTodeClient.class/instance/baseline..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/BaselineOfTodeClient.package/BaselineOfTodeClient.class/instance/baseline..st -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/BaselineOfTodeClient.class/instance/disableTodeSystemMenu.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/BaselineOfTodeClient.package/BaselineOfTodeClient.class/instance/disableTodeSystemMenu.st -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/BaselineOfTodeClient.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/BaselineOfTodeClient.package/BaselineOfTodeClient.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/BaselineOfTodeClient.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/BaselineOfTodeClient.package/BaselineOfTodeClient.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #BaselineOfTodeClient! 2 | -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'BaselineOfTodeClient') -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/BaselineOfTodeClient.package/monticello.meta/version -------------------------------------------------------------------------------- /shared/repos/todeClient/BaselineOfTodeClient.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/.filetree -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/class/isAbstract.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/class/isAbstract.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/authorId.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/authorId.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/backupsHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/backupsHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/binHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/binHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/downloadsHome.st: -------------------------------------------------------------------------------- 1 | accessing 2 | downloadsHome 3 | ^ (Smalltalk os environment at: 'GS_SHARED_DOWNLOADS') asFileReference -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gemstoneBin.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gemstoneBin.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gemstonePassword.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gemstonePassword.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gemstoneUserId.st: -------------------------------------------------------------------------------- 1 | accessing 2 | gemstoneUserId 3 | ^ 'DataCurator' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gsDevKitHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gsDevKitHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gs_serverBinGs.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gs_serverBinGs.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gs_serverHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gs_serverHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gs_stonesHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/gs_stonesHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/localHostName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | localHostName 3 | ^ (self runShellCommand: '/bin/hostname' args: #()) trim -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/productsHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/productsHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/serverTodeHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/serverTodeHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/serverTodeSys.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/serverTodeSys.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/sharedTodeHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/sharedTodeHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/sharedTodeSys.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/sharedTodeSys.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/sharedTodeSysLocal.st: -------------------------------------------------------------------------------- 1 | accessing 2 | sharedTodeSysLocal 3 | ^ (Smalltalk os environment at: 'GS_SYS_LOCAL') asFileReference -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/stoneInfo.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/stoneInfo.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/stoneInfoClass.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/stoneInfoClass.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/instance/stoneName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | stoneName 3 | self subclassResponsibility -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/class/isAbstract.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/class/isAbstract.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/extentsHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/extentsHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/gitHome.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/gitHome.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/gsVers.st: -------------------------------------------------------------------------------- 1 | accessing 2 | gsVers 3 | self subclassResponsibility -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/stoneInfo.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/stoneInfo.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/stoneName..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/stoneName..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractStoneCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractUpgradeStoneCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractUpgradeStoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'upgradeStonePrep' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractUpgradeStoneCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitAbstractUpgradeStoneCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateForeignStoneCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateForeignStoneCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateForeignStoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'createForeignStone' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateForeignStoneCommandLineHandler.class/instance/subDirectories.st: -------------------------------------------------------------------------------- 1 | accessing 2 | subDirectories 3 | ^ #('bin' 'stats') -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateForeignStoneCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateForeignStoneCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'createStone' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/class/description.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/instance/createStone.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/instance/createStone.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/instance/doCreateStone.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/instance/doCreateStone.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/instance/gsVers.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/instance/gsVers.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitCreateStoneCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitForeignStoneInfo.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitForeignStoneInfo.class/instance/isForeignStone.st: -------------------------------------------------------------------------------- 1 | testing 2 | isForeignStone 3 | ^ true -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitForeignStoneInfo.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitForeignStoneInfo.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitForeignStoneInfo.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitForeignStoneInfo.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'newExtent' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/class/description.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/checkArguments.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/checkArguments.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/gsVers.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/gsVers.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/mediaType.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/mediaType.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/newExtent.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/newExtent.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/removeTranlogs.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/removeTranlogs.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/shouldRemoveTranlogs.st: -------------------------------------------------------------------------------- 1 | testing 2 | shouldRemoveTranlogs 3 | ^ true -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/snapshotFile.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/instance/snapshotFile.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentForRecoveryCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentForRecoveryCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentForRecoveryCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'newExtentForRecovery' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitNewExtentForRecoveryCommandLineHandler.class/instance/shouldRemoveTranlogs.st: -------------------------------------------------------------------------------- 1 | testing 2 | shouldRemoveTranlogs 3 | ^ false -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPatchSessionDescriptionTodeRootCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'patchTodeRoot' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPostUpgradeStoneCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPostUpgradeStoneCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPostUpgradeStoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'postUpgradeStone' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPostUpgradeStoneCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPostUpgradeStoneCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPreUpgradeStoneCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPreUpgradeStoneCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPreUpgradeStoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'preUpgradeStone' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPreUpgradeStoneCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitPreUpgradeStoneCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'products' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/class/description.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitProductsCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'startnetldi' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/class/description.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartnetldiCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'startstone' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/class/description.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStartstoneCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/class/gsDownloadNameFor..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/class/gsDownloadNameFor..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/class/importFrom..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/class/importFrom..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/addFieldsToSessionDescription..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/addFieldsToSessionDescription..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/excludedInstVarNames.st: -------------------------------------------------------------------------------- 1 | ston 2 | excludedInstVarNames 3 | ^ #(#isAttached) -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/exportTo..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/exportTo..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/fromSton..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/fromSton..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/gsVers..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/gsVers..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/gsVers.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/gsVers.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/isAttached..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/isAttached..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/isAttached.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/isAttached.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/isForeignStone.st: -------------------------------------------------------------------------------- 1 | testing 2 | isForeignStone 3 | ^ false -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/netLDI.st: -------------------------------------------------------------------------------- 1 | accessing 2 | netLDI 3 | ^ self stoneName , '_ldi' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/printOn..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/printOn..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stonInstVarNames.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stonInstVarNames.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stonOn..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stonOn..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stonProcessSubObjects..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stonProcessSubObjects..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stoneName..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stoneName..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/username..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/username..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/username.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/instance/username.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStoneInfo.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'stones' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/class/description.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/instance/gemstoneBin.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/instance/gemstoneBin.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/instance/installedStones.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/instance/installedStones.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStonesCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'stopnetldi' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/class/description.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopnetldiCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'stopstone' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/class/description.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/GsDevKitStopstoneCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/TDSessionDescription.extension/instance/netldiArgsOn..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/TDSessionDescription.extension/instance/netldiArgsOn..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/TDSessionDescription.extension/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/TDSessionDescription.extension/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/TDSessionDescription.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "TDSessionDescription" } 3 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'GsDevKit-CommandLine'! 2 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'GsDevKit-CommandLine') -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-CommandLine.package/monticello.meta/version -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-CommandLine.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/.filetree -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/GsDevKitAbstractCommandLineHandler.extension/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | "name" : "GsDevKitAbstractCommandLineHandler" } 3 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/GsDevKitSmalltalkCICreateStoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'createSmalltalkCIStone' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/GsDevKitSmalltalkCICreateStoneCommandLineHandler.class/instance/smalltalkCIConfigArgIndex.st: -------------------------------------------------------------------------------- 1 | private 2 | smalltalkCIConfigArgIndex 3 | ^ 3 -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/GsDevKitSmalltalkCINewCreateStoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'createSmalltalkCIStoneNew' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/GsDevKitSmalltalkCINewCreateStoneCommandLineHandler.class/instance/smalltalkCIConfigArgIndex.st: -------------------------------------------------------------------------------- 1 | private 2 | smalltalkCIConfigArgIndex 3 | ^ 5 -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/GsDevKitSmalltalkCISetupRuntimeStoneCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'setupRuntimeSmalltalkCIStone' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/GsDevKitSmalltalkCISetupRuntimeStoneCommandLineHandler.class/instance/smalltalkCIConfigArgIndex.st: -------------------------------------------------------------------------------- 1 | private 2 | smalltalkCIConfigArgIndex 3 | ^ 2 -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/GsDevKitSmalltalkCISetupRuntimeStoneCommandLineHandlerNew.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'setupRuntimeSmalltalkCIStoneNew' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/GsDevKitSmalltalkCISetupRuntimeStoneCommandLineHandlerNew.class/instance/smalltalkCIConfigArgIndex.st: -------------------------------------------------------------------------------- 1 | private 2 | smalltalkCIConfigArgIndex 3 | ^ 4 -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'GsDevKit-SmalltalkCI-CommandLine'! 2 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'GsDevKit-SmalltalkCI-CommandLine') -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/monticello.meta/version -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/.filetree -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/instance/^slash.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/instance/^slash.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/instance/_fileReference.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _fileReference 3 | self subclassResponsibility -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/instance/asFileReference.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/instance/asFileReference.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/instance/pathString.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/instance/pathString.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitAbstractComponent.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/class/home..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/class/home..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/class/home.parent..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/class/home.parent..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_fileReference.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_fileReference.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_home..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_home..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_home.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_home.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_parent..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_parent..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_parent.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_parent.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | self subclassResponsibility -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitComponent.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServer.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServer.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'server' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServer.class/instance/stones.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServer.class/instance/stones.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServer.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServer.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServer.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServer.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/instance/^slash.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/instance/^slash.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'stones' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/instance/stoneNamed..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/instance/stoneNamed..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/instance/stones.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/instance/stones.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStones.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ self stoneName -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/backups.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/backups.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/exists.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/exists.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/isStone.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/isStone.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/snapshots.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/snapshots.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/stoneInfo.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/stoneInfo.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/stoneInfoFilename.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/stoneInfoFilename.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/stoneName..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/stoneName..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStone.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneBackups.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneBackups.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneBackups.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneBackups.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneBackups.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneSnapshots.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneSnapshots.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneSnapshots.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneSnapshots.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitServerStonesStoneSnapshots.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitShared.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitShared.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'shared' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitShared.class/instance/repos.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitShared.class/instance/repos.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitShared.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitShared.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitShared.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitShared.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedComponent.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedComponent.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedComponent.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedComponent.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedComponent.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/instance/^slash.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/instance/^slash.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'repos' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/instance/gitRepositories.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/instance/gitRepositories.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/instance/gitRepositoryNamed..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/instance/gitRepositoryNamed..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedRepos.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ self repositoryName -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/isGitRepository.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/isGitRepository.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/lockClientProject.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/lockClientProject.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/repositoryName..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/repositoryName..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/repositoryName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/repositoryName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/smalltalkCI.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/instance/smalltalkCI.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedReposGitRepository.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedServer.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedServer.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'server' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedServer.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedServer.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedServer.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSharedServer.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'sys' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/instance/default.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/instance/default.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/instance/local.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/instance/local.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/instance/stones.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/instance/stones.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSys.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysDefault.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysDefault.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'default' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysDefault.class/instance/server.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysDefault.class/instance/server.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysDefault.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysDefault.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysDefault.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysDefault.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'local' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/instance/server.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/instance/server.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/instance/sessions.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/instance/sessions.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocal.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServer.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServer.class/instance/stones.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServer.class/instance/stones.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServer.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServer.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServer.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServer.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/instance/^slash.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/instance/^slash.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'stones' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/instance/stoneNamed..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/instance/stoneNamed..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStones.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ self stoneName -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/instance/stoneName..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/instance/stoneName..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalServerStonesStone.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalSessions.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalSessions.class/instance/_pathName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _pathName 3 | ^ 'sessions' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalSessions.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalSessions.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalSessions.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKitSysLocalSessions.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/^slash.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/^slash.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/defaultStone.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/defaultStone.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/defaultStoneIfAbsent..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/defaultStoneIfAbsent..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/lockClientGsDevKitProjects.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/lockClientGsDevKitProjects.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/sessionDescriptionNamed..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/sessionDescriptionNamed..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/sessionDescriptionNamed.ifAbsent..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/sessionDescriptionNamed.ifAbsent..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/stoneNamed..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/stoneNamed..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/stoneNamed.ifAbsent..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/class/stoneNamed.ifAbsent..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/_fileReference.st: -------------------------------------------------------------------------------- 1 | accessing 2 | _fileReference 3 | ^ self _home -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/_home.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/_home.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/defaultStone.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/defaultStone.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/defaultStoneIfAbsent..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/defaultStoneIfAbsent..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/lockClientGsDevKitProjects.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/lockClientGsDevKitProjects.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/server.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/server.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/sessionDescriptionNamed..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/sessionDescriptionNamed..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/sessionDescriptionNamed.ifAbsent..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/sessionDescriptionNamed.ifAbsent..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/shared.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/shared.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/stoneNamed..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/stoneNamed..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/stoneNamed.ifAbsent..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/stoneNamed.ifAbsent..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/sys.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/instance/sys.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/GsDevKit_home.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'GsDevKit-Structure'! 2 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'GsDevKit-Structure') -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Structure.package/monticello.meta/version -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Structure.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/.filetree -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/class/isAbstract.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/class/isAbstract.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/instance/GS_HOME.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/instance/GS_HOME.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/instance/_home.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/instance/_home.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitAbstractTests.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitApiTests.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitApiTests.class/instance/testSessionDescriptAccess.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitApiTests.class/instance/testSessionDescriptAccess.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitApiTests.class/instance/testStoneAccess.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitApiTests.class/instance/testStoneAccess.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitApiTests.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitApiTests.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitApiTests.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitApiTests.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/testServerStones.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/testServerStones.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/testSharedRepos.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/testSharedRepos.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/testSys.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/testSys.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/testSysStones.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/testSysStones.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/test_home.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/instance/test_home.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/GsDevKitComponentTests.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'GsDevKit-Tests-Structure'! 2 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'GsDevKit-Tests-Structure') -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tests-Structure.package/monticello.meta/version -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tests-Structure.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/.filetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/.filetree -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'backup' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- 1 | accessing 2 | description 3 | ^ 'Run a backup for the given stone.' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/instance/backup.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/instance/backup.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/instance/backupfile.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/instance/backupfile.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitBackupCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'loadTode' 4 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- 1 | accessing 2 | description 3 | ^ 'Load tODE in the given stone.' 4 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/instance/loadTode.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/instance/loadTode.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/instance/loadTode2.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/instance/loadTode2.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitLoadTodeCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitRestoreFromBackupAlternateUserCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'restoreFromBackupAltUser' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitRestoreFromBackupAlternateUserCommandLineHandler.class/instance/password.st: -------------------------------------------------------------------------------- 1 | accessing 2 | password 3 | ^self arguments at: 4 -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitRestoreFromBackupAlternateUserCommandLineHandler.class/instance/userId.st: -------------------------------------------------------------------------------- 1 | accessing 2 | userId 3 | ^self arguments at: 3 -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitRestoreFromBackupCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitRestoreFromBackupCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitRestoreFromBackupCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'restoreFromBackup' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitRestoreFromBackupCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- 1 | accessing 2 | description 3 | ^ 'Run restore from backup.' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitServerDoItCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitServerDoItCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitServerDoItCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'serverDoIt' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitServerDoItCommandLineHandler.class/class/helloWorld.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitServerDoItCommandLineHandler.class/class/helloWorld.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitServerDoItCommandLineHandler.class/instance/write..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitServerDoItCommandLineHandler.class/instance/write..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitServerDoItCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitServerDoItCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/README.md -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/class/commandName.st: -------------------------------------------------------------------------------- 1 | accessing 2 | commandName 3 | ^ 'todeIt' -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/class/description.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/class/description.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/class/helloWorld.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/class/helloWorld.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/activate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/activate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/evaluate..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/evaluate..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/evaluate.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/evaluate.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/stoneName..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/stoneName..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/stoneName.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/stoneName.st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/write..st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/instance/write..st -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/methodProperties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/methodProperties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/GsDevKitTodeItCommandLineHandler.class/properties.json -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/monticello.meta/categories.st: -------------------------------------------------------------------------------- 1 | SystemOrganization addCategory: #'GsDevKit-Tode-CommandLine'! 2 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/monticello.meta/initializers.st: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/monticello.meta/package: -------------------------------------------------------------------------------- 1 | (name 'GsDevKit-Tode-CommandLine') -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/monticello.meta/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/monticello.meta/version -------------------------------------------------------------------------------- /shared/repos/todeClient/GsDevKit-Tode-CommandLine.package/properties.json: -------------------------------------------------------------------------------- 1 | { 2 | } 3 | -------------------------------------------------------------------------------- /shared/topaz/cypress/Cypress-Comparison.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/Cypress-Comparison.gs -------------------------------------------------------------------------------- /shared/topaz/cypress/Cypress-Definitions.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/Cypress-Definitions.gs -------------------------------------------------------------------------------- /shared/topaz/cypress/Cypress-GemStoneCompatibilityLayer.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/Cypress-GemStoneCompatibilityLayer.gs -------------------------------------------------------------------------------- /shared/topaz/cypress/Cypress-GemStoneFileServer.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/Cypress-GemStoneFileServer.gs -------------------------------------------------------------------------------- /shared/topaz/cypress/Cypress-MesssageDigest.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/Cypress-MesssageDigest.gs -------------------------------------------------------------------------------- /shared/topaz/cypress/Cypress-PackageManagement.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/Cypress-PackageManagement.gs -------------------------------------------------------------------------------- /shared/topaz/cypress/Cypress-Structure.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/Cypress-Structure.gs -------------------------------------------------------------------------------- /shared/topaz/cypress/Network-Url.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/Network-Url.gs -------------------------------------------------------------------------------- /shared/topaz/cypress/bootstrapCypressSupport.topaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/bootstrapCypressSupport.topaz -------------------------------------------------------------------------------- /shared/topaz/cypress/loadCypressSupport.topaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/cypress/loadCypressSupport.topaz -------------------------------------------------------------------------------- /shared/topaz/metacello/bootstrapMetacelloSupport.topaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/metacello/bootstrapMetacelloSupport.topaz -------------------------------------------------------------------------------- /shared/topaz/metacello/loadMetacelloSupport.topaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/metacello/loadMetacelloSupport.topaz -------------------------------------------------------------------------------- /shared/topaz/uuid/AbstractUUIDTest.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/uuid/AbstractUUIDTest.gs -------------------------------------------------------------------------------- /shared/topaz/uuid/FastUUIDGenerator.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/uuid/FastUUIDGenerator.gs -------------------------------------------------------------------------------- /shared/topaz/uuid/FastUUIDTest.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/uuid/FastUUIDTest.gs -------------------------------------------------------------------------------- /shared/topaz/uuid/UUID.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/uuid/UUID.gs -------------------------------------------------------------------------------- /shared/topaz/uuid/bootstrapUUIDSupport.topaz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/shared/topaz/uuid/bootstrapUUIDSupport.topaz -------------------------------------------------------------------------------- /sys/.gitignore: -------------------------------------------------------------------------------- 1 | /local 2 | /stones 3 | -------------------------------------------------------------------------------- /sys/bin/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/bin/defGsDevKit.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/bin/defGsDevKit.env -------------------------------------------------------------------------------- /sys/bin/todeLoad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/bin/todeLoad -------------------------------------------------------------------------------- /sys/default/bin/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/default/bin/validateStoneSysNodes.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/bin/validateStoneSysNodes.ston -------------------------------------------------------------------------------- /sys/default/client/server-bootstrap-scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/server-bootstrap-scripts/README.md -------------------------------------------------------------------------------- /sys/default/client/server-bootstrap-scripts/loadGLASS1.ws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/server-bootstrap-scripts/loadGLASS1.ws -------------------------------------------------------------------------------- /sys/default/client/server-bootstrap-scripts/loadMetacello.ws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/server-bootstrap-scripts/loadMetacello.ws -------------------------------------------------------------------------------- /sys/default/client/server-bootstrap-scripts/loadTode.ws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/server-bootstrap-scripts/loadTode.ws -------------------------------------------------------------------------------- /sys/default/client/server-bootstrap-scripts/upgradeGLASS.ws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/server-bootstrap-scripts/upgradeGLASS.ws -------------------------------------------------------------------------------- /sys/default/client/tode-scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/tode-scripts/README.md -------------------------------------------------------------------------------- /sys/default/client/tode-scripts/loadServerTode: -------------------------------------------------------------------------------- 1 | loadServer 2 | -------------------------------------------------------------------------------- /sys/default/client/tode-scripts/loadServerTode2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/tode-scripts/loadServerTode2 -------------------------------------------------------------------------------- /sys/default/client/tode-scripts/rebuildServerTode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/tode-scripts/rebuildServerTode -------------------------------------------------------------------------------- /sys/default/client/tode-scripts/rebuildSys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/tode-scripts/rebuildSys -------------------------------------------------------------------------------- /sys/default/client/tode-scripts/setUpSys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/tode-scripts/setUpSys -------------------------------------------------------------------------------- /sys/default/client/tode-scripts/updateServerTode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/tode-scripts/updateServerTode -------------------------------------------------------------------------------- /sys/default/client/windowLayout/alternate-large: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/windowLayout/alternate-large -------------------------------------------------------------------------------- /sys/default/client/windowLayout/alternate-medium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/windowLayout/alternate-medium -------------------------------------------------------------------------------- /sys/default/client/windowLayout/alternate-small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/windowLayout/alternate-small -------------------------------------------------------------------------------- /sys/default/client/windowLayout/jigsaw-medium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/windowLayout/jigsaw-medium -------------------------------------------------------------------------------- /sys/default/client/windowLayout/presentation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/windowLayout/presentation -------------------------------------------------------------------------------- /sys/default/client/windowLayout/standard-large: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/windowLayout/standard-large -------------------------------------------------------------------------------- /sys/default/client/windowLayout/standard-medium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/windowLayout/standard-medium -------------------------------------------------------------------------------- /sys/default/client/windowLayout/standard-small: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/windowLayout/standard-small -------------------------------------------------------------------------------- /sys/default/client/windowLayout/stretch-medium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/client/windowLayout/stretch-medium -------------------------------------------------------------------------------- /sys/default/gsdevkit_bin/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/default/gsdevkit_bin/cloneSharedTodeProjects: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/gsdevkit_bin/cloneSharedTodeProjects -------------------------------------------------------------------------------- /sys/default/gsdevkit_bin/cloneUpdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/gsdevkit_bin/cloneUpdate -------------------------------------------------------------------------------- /sys/default/gsdevkit_bin/defSharedGitDevKit.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/gsdevkit_bin/defSharedGitDevKit.env -------------------------------------------------------------------------------- /sys/default/gsdevkit_bin/defSharedGitDevKit_win.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/gsdevkit_bin/defSharedGitDevKit_win.env -------------------------------------------------------------------------------- /sys/default/gsdevkit_bin/defSharedRepoDevKit.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/gsdevkit_bin/defSharedRepoDevKit.env -------------------------------------------------------------------------------- /sys/default/pharo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/pharo/README.md -------------------------------------------------------------------------------- /sys/default/pharo/gsDevKitCommandLineLoad.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/pharo/gsDevKitCommandLineLoad.st -------------------------------------------------------------------------------- /sys/default/pharo/todeLoad.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/pharo/todeLoad.st -------------------------------------------------------------------------------- /sys/default/pharo/windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/pharo/windows/README.md -------------------------------------------------------------------------------- /sys/default/pharo/windows/gsDevKitCommandLineLoad.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/pharo/windows/gsDevKitCommandLineLoad.st -------------------------------------------------------------------------------- /sys/default/pharo/windows/todeLoad.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/pharo/windows/todeLoad.st -------------------------------------------------------------------------------- /sys/default/server/gemstone/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/default/server/gemstone/templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/gemstone/templates/README.md -------------------------------------------------------------------------------- /sys/default/server/gemstone/templates/custom_stone.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/gemstone/templates/custom_stone.env -------------------------------------------------------------------------------- /sys/default/server/gemstone/templates/foreignStone.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/gemstone/templates/foreignStone.env -------------------------------------------------------------------------------- /sys/default/server/gemstone/templates/gem.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/gemstone/templates/gem.conf -------------------------------------------------------------------------------- /sys/default/server/gemstone/templates/maint.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/gemstone/templates/maint.conf -------------------------------------------------------------------------------- /sys/default/server/gemstone/templates/stone.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/gemstone/templates/stone.env -------------------------------------------------------------------------------- /sys/default/server/gemstone/templates/system.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/gemstone/templates/system.conf -------------------------------------------------------------------------------- /sys/default/server/gsUpgrader/caches/upgradeGLASS/metacelloPreview/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /sys/default/server/gsUpgrader/caches/upgradeGLASS/monticello/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /sys/default/server/gsUpgrader/repository/.gitignore: -------------------------------------------------------------------------------- 1 | *.mcz 2 | -------------------------------------------------------------------------------- /sys/default/server/home/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/default/server/home/tode/defs.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/home/tode/defs.ston -------------------------------------------------------------------------------- /sys/default/server/home/tode/initTools.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/home/tode/initTools.ston -------------------------------------------------------------------------------- /sys/default/server/home/tode/nodes.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/home/tode/nodes.ston -------------------------------------------------------------------------------- /sys/default/server/home/tode/tools.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/home/tode/tools.ston -------------------------------------------------------------------------------- /sys/default/server/home/utils/createNewProject.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/home/utils/createNewProject.ston -------------------------------------------------------------------------------- /sys/default/server/home/utils/repairClasses.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/home/utils/repairClasses.ston -------------------------------------------------------------------------------- /sys/default/server/home/utils/upgrade.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/home/utils/upgrade.ston -------------------------------------------------------------------------------- /sys/default/server/projects/FileTree.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/FileTree.ston -------------------------------------------------------------------------------- /sys/default/server/projects/GLASS1.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/GLASS1.ston -------------------------------------------------------------------------------- /sys/default/server/projects/Grease.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/Grease.ston -------------------------------------------------------------------------------- /sys/default/server/projects/GsDevKit_home.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/GsDevKit_home.ston -------------------------------------------------------------------------------- /sys/default/server/projects/Metacello.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/Metacello.ston -------------------------------------------------------------------------------- /sys/default/server/projects/PharoCompatibility.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/PharoCompatibility.ston -------------------------------------------------------------------------------- /sys/default/server/projects/RB.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/RB.ston -------------------------------------------------------------------------------- /sys/default/server/projects/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/default/server/projects/SmalltalkCI.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/SmalltalkCI.ston -------------------------------------------------------------------------------- /sys/default/server/projects/Ston.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/Ston.ston -------------------------------------------------------------------------------- /sys/default/server/projects/Tode.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/Tode.ston -------------------------------------------------------------------------------- /sys/default/server/projects/ZincHTTPComponents.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/ZincHTTPComponents.ston -------------------------------------------------------------------------------- /sys/default/server/projects/Zodiac.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/projects/Zodiac.ston -------------------------------------------------------------------------------- /sys/default/server/templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/templates/README.md -------------------------------------------------------------------------------- /sys/default/server/templates/dirs.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/templates/dirs.ston -------------------------------------------------------------------------------- /sys/default/server/templates/homeComposition.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/templates/homeComposition.ston -------------------------------------------------------------------------------- /sys/default/server/templates/packages.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/templates/packages.ston -------------------------------------------------------------------------------- /sys/default/server/templates/projectComposition.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/templates/projectComposition.ston -------------------------------------------------------------------------------- /sys/default/server/templates/repos.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/templates/repos.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgrade.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgrade.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgrade330RebuildCharacterCollectionIndexes.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgrade330RebuildCharacterCollectionIndexes.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgrade330ResortSortedCollection.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgrade330ResortSortedCollection.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgrade330SortedCollectionSortBlocks.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgrade330SortedCollectionSortBlocks.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgradeRebuildCharacterCollectionIndexes.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgradeRebuildCharacterCollectionIndexes.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgradeResortSortedCollection.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgradeResortSortedCollection.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgradeSortedCollectionSortBlocks.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgradeSortedCollectionSortBlocks.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgradeTo310.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgradeTo310.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgradeTo320.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgradeTo320.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgradeTo330.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgradeTo330.ston -------------------------------------------------------------------------------- /sys/default/server/upgrade/postUpgradeTo331.ston: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/sys/default/server/upgrade/postUpgradeTo331.ston -------------------------------------------------------------------------------- /tests/basicInstallServer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/basicInstallServer.sh -------------------------------------------------------------------------------- /tests/basicTestA.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/basicTestA.sh -------------------------------------------------------------------------------- /tests/basicTestB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/basicTestB.sh -------------------------------------------------------------------------------- /tests/basicTests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/basicTests.sh -------------------------------------------------------------------------------- /tests/basicTodeClientTests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/basicTodeClientTests.sh -------------------------------------------------------------------------------- /tests/clientTest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/clientTest.sh -------------------------------------------------------------------------------- /tests/clientTests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/clientTests.sh -------------------------------------------------------------------------------- /tests/errorTests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/errorTests.sh -------------------------------------------------------------------------------- /tests/seaside3Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/seaside3Install.sh -------------------------------------------------------------------------------- /tests/smalltalkCITests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/smalltalkCITests.sh -------------------------------------------------------------------------------- /tests/sys/local/client/tode-scripts/loadServerTode2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/sys/local/client/tode-scripts/loadServerTode2 -------------------------------------------------------------------------------- /tests/sys/local/client/tode-scripts/rebuildServerTode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/sys/local/client/tode-scripts/rebuildServerTode -------------------------------------------------------------------------------- /tests/sys/local/client/tode-scripts/updateServerTode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/sys/local/client/tode-scripts/updateServerTode -------------------------------------------------------------------------------- /tests/sys/local/gsdevkit_bin/defGsDevKit.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/sys/local/gsdevkit_bin/defGsDevKit.env -------------------------------------------------------------------------------- /tests/sys/local/gsdevkit_bin/defSharedGitDevKit.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/sys/local/gsdevkit_bin/defSharedGitDevKit.env -------------------------------------------------------------------------------- /tests/testTravisCI.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/testTravisCI.sh -------------------------------------------------------------------------------- /tests/todeUnitTests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/todeUnitTests.sh -------------------------------------------------------------------------------- /tests/travisCustomize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/travisCustomize.sh -------------------------------------------------------------------------------- /tests/unitTests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/tests/unitTests.sh -------------------------------------------------------------------------------- /travis/GLASS-License.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/travis/GLASS-License.pdf -------------------------------------------------------------------------------- /travis/GemStone3.2.x-License.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/travis/GemStone3.2.x-License.pdf -------------------------------------------------------------------------------- /travis/GemStone64Bit2.4.0-x86_64.Linux.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/travis/GemStone64Bit2.4.0-x86_64.Linux.key -------------------------------------------------------------------------------- /travis/GemStone64Bit3.0.0-x86_64.Linux.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/travis/GemStone64Bit3.0.0-x86_64.Linux.key -------------------------------------------------------------------------------- /travis/GemStone64Bit3.1.0-x86_64.Linux.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/travis/GemStone64Bit3.1.0-x86_64.Linux.key -------------------------------------------------------------------------------- /travis/GemStone64Bit3.2.0-x86_64.Linux.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/travis/GemStone64Bit3.2.0-x86_64.Linux.key -------------------------------------------------------------------------------- /travis/GemStone64Bit3.3.0-x86_64.Linux.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/travis/GemStone64Bit3.3.0-x86_64.Linux.key -------------------------------------------------------------------------------- /travis/GemStone64Bit3.4.0-x86_64.Linux.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/travis/GemStone64Bit3.4.0-x86_64.Linux.key -------------------------------------------------------------------------------- /travis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GsDevKit/GsDevKit_home/HEAD/travis/README.md --------------------------------------------------------------------------------