+1
−2
+2
−14
+1
−1
+1
−1
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
-- Move updateVersions and supporting function out of Utils/submodules to Utils/Shared in DataTree standalone mode to update repo versions. -- Move JSON library from Utils to Utils/Shared for use in DataTree standalone mode to write JSON files when expoerting proc stream. * DataTree, v1.8.0 -- Fix issue of DataTree in standalone mode not getting the right value for config parameter "Export Processing Stream Functions". -- Remove reliance on static method TreeNodeClass.ExportProcStreamFunctions to get value of config parameter which tells you if code should export processing stream. Instead switch to getting the value directly from the ConfigFileClass global variable cfg which is automatically updated when changes are made to any config parameters through the configSettingsGUI. * Utils, v1.3.0 -- Add JSON library so that export of procesaswing stream to JSON files can work in DataTree in standalone mode. -- Add repoManagement/updateVersions.m and supporting function so that use can use the script to update versions in DataTree in standalone mode. -- When saving config parameters in configSettingsGUI update global ConfigFileClass variable cfg so that DataTree in standalone mode has immediate access to changes in config params without having to rerun dataTree.
CRA Git | Maintained and supported by SUSTech CRA and CCSE