Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Titouan Soulard
slapos.core
Commits
40acd4a4
Commit
40acd4a4
authored
Dec 13, 2023
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Plain Diff
slapos_erp5&configurator: Only define a single bt5 to be installed
See merge request
nexedi/slapos.core!588
parents
010cd409
670d91b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
master/bt5/slapos_configurator/SkinTemplateItem/portal_skins/slapos_configurator/TemplateTool_getSlapOSMasterBusinessTemplateList.py
...rator/TemplateTool_getSlapOSMasterBusinessTemplateList.py
+2
-7
master/bt5/slapos_erp5/TestTemplateItem/portal_components/test.erp5.testSlapOSCodingStyle.py
...Item/portal_components/test.erp5.testSlapOSCodingStyle.py
+6
-0
master/bt5/slapos_erp5/bt/dependency_list
master/bt5/slapos_erp5/bt/dependency_list
+3
-1
No files found.
master/bt5/slapos_configurator/SkinTemplateItem/portal_skins/slapos_configurator/TemplateTool_getSlapOSMasterBusinessTemplateList.py
View file @
40acd4a4
""" Simple place for keep the list of business template to install on this project
"""
bt5_update_catalog_list
=
(
'erp5_ingestion_mysql_innodb_catalog'
,
'slapos_cloud'
,
'erp5_accounting'
,
'erp5_movement_table_catalog'
,
'erp5_wendelin'
)
bt5_installation_list
=
bt5_update_catalog_list
+
\
(
'slapos_configurator'
,
'slapos_erp5'
,
'erp5_slapos_tutorial'
,
'erp5_slapos_tutorial_data'
)
bt5_installation_list
=
(
'slapos_erp5'
,)
bt5_update_catalog_list
=
bt5_installation_list
keep_bt5_id_list
=
[
'erp5_ui_test'
,
'erp5_ui_test_core'
,
...
...
master/bt5/slapos_erp5/TestTemplateItem/portal_components/test.erp5.testSlapOSCodingStyle.py
View file @
40acd4a4
...
...
@@ -64,6 +64,9 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
# Modified by subprojects during tests
slapos_crm/PathTemplateItem/sale_trade_condition_module/slapos_ticket_trade_condition.xml
slapos_payzen/PathTemplateItem/portal_secure_payments/slapos_payzen_test.xml
# Modified during the configuration
slapos_configurator/PathTemplateItem/business_configuration_module/slapos_master_configuration_workflow.xml
"""
CodingStyleTestCase
.
coverage_ignore_path_list
=
[
...
...
@@ -174,6 +177,9 @@ def makeTestSlapOSCodingStyleTestCase(tested_business_template):
'slapos_accounting/SalePackingList_postSlapOSAggregatedDeliveryBuilder'
,
'slapos_accounting/SubscriptionRequest_getAggregatedConsumptionDelivery'
,
'slapos_accounting/SubscriptionRequest_setAggregatedConsumptionDelivery'
,
'slapos_configurator/BusinessConfiguration_runPostUpgradeConsistency'
,
'slapos_configurator/BusinessConfiguration_setupSlapOSMasterStandardBT5'
,
'slapos_configurator/TemplateTool_getSlapOSMasterBusinessTemplateList'
,
'slapos_consumption/Base_getConsumptionListAsODSReport'
,
'slapos_consumption/Base_getResourceServiceTitleUitList'
,
'slapos_consumption/Base_getUserConsumptionDetailList'
,
...
...
master/bt5/slapos_erp5/bt/dependency_list
View file @
40acd4a4
...
...
@@ -10,6 +10,7 @@ erp5_web_shacache
erp5_web_shadir
erp5_monaco_editor
erp5_graph_editor
slapos_configurator
slapos_accounting
slapos_category
slapos_jio
...
...
@@ -17,4 +18,5 @@ slapos_payzen
slapos_upgrader
slapos_subscription_request
slapos_web_deploy
slapos_abyss
\ No newline at end of file
slapos_abyss
erp5_slapos_tutorial_data
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment