Baseline Groups & GS 64 Components
September 28, 2023 ยท View on GitHub
Pharo Baseline Groups
Stargate includes the following groups in its Baseline that can be used as loading targets:
Corewill load the minimal required packages to support RESTful APIsHealthCheckwill load the packages needed to support the Health check pluginMetricswill load the packages needed to support the Metrics pluginApplication-Controlwill load the packages needed to support the Application Control pluginApplication-Infowill load the packages needed to support the Application Info pluginApplication-Configurationwill load the packages needed to support the Application Configuration pluginLoggerswill load the packages needed to support the Loggers pluginJSON-RPCwill load the packages needed to support JSON RPC APIs.Deploymentwill load all the packages needed in a deployed application, which in this case correspond toCore+HealthCheck+Metrics+Application-Control+Application-Info+Application-Configuration+LoggersExampleswill load some example API controllersTestswill load the test casesToolswill load tooling extensionsDependent-SUnit-Extensionswill load extensions to SUnit for testing API clientsCIis the group loaded in the continuous integration setup, in this particular case it is the same asTestsDevelopmentwill load all the needed packages to develop and contribute to the project