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
1
Merge Requests
1
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
Romain Courteaud
slapos.core
Commits
7883ccb0
Commit
7883ccb0
authored
Nov 18, 2024
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP slapos_erp5: install slapos_json_rpc_api
parent
fca6b0bc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
50 additions
and
13 deletions
+50
-13
master/bt5/slapos_erp5/TestTemplateItem/portal_components/test.erp5.testSlapOSERP5SkinSelection.py
...ortal_components/test.erp5.testSlapOSERP5SkinSelection.py
+6
-0
master/bt5/slapos_erp5/bt/dependency_list
master/bt5/slapos_erp5/bt/dependency_list
+2
-1
master/bt5/slapos_panel/PathTemplateItem/web_site_module/slapos_master_panel.xml
.../PathTemplateItem/web_site_module/slapos_master_panel.xml
+32
-7
master/product/SlapOS/tests/testSlapOSMixin.py
master/product/SlapOS/tests/testSlapOSMixin.py
+4
-4
master/tests/__init__.py
master/tests/__init__.py
+6
-1
No files found.
master/bt5/slapos_erp5/TestTemplateItem/portal_components/test.erp5.testSlapOSERP5SkinSelection.py
View file @
7883ccb0
...
...
@@ -26,6 +26,7 @@ slapos_folder_list = """slapos_erp5
slapos_upgrader
slapos_abyss
slapos_base
slapos_jio_api
slapos_contract
slapos_subscription_request
slapos_crm_monitoring
...
...
@@ -89,6 +90,10 @@ erp5_graph_editor"""
common_folder_list
=
"""erp5_jquery_sheet_editor
erp5_json_editor
erp5_json_form
erp5_json_form_react_jsonschema_form
erp5_json_form_slapos
erp5_json_rpc_api
erp5_json_type
erp5_monaco_editor
erp5_notebook
...
...
@@ -98,6 +103,7 @@ erp5_oauth_google_login
erp5_ods_core
erp5_odt_core
erp5_ooo_import
erp5_open_api
erp5_open_trade
erp5_payzen_secure_payment
erp5_pdm
...
...
master/bt5/slapos_erp5/bt/dependency_list
View file @
7883ccb0
...
...
@@ -19,4 +19,5 @@ slapos_upgrader
slapos_web_deploy
slapos_abyss
erp5_slapos_tutorial_data
slapos_subscription_request
\ No newline at end of file
slapos_subscription_request
slapos_json_rpc_api
\ No newline at end of file
master/bt5/slapos_panel/PathTemplateItem/web_site_module/slapos_master_panel.xml
View file @
7883ccb0
...
...
@@ -437,9 +437,7 @@
</item>
<item>
<key>
<string>
configuration_header_gadget_url
</string>
</key>
<value>
<none/>
</value>
<value>
<string>
slapos_master_panel_header.html
</string>
</value>
</item>
<item>
<key>
<string>
configuration_icon_url
</string>
</key>
...
...
@@ -753,12 +751,12 @@ WebSection_getPanelPrecacheManifestList</string> </value>
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<
unicode>
zope
</unicode
>
</value>
<value>
<
string>
System Processes
</string
>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
<value>
<
none/
>
<
persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAs=
</string>
</persistent
>
</value>
</item>
<item>
...
...
@@ -767,7 +765,7 @@ WebSection_getPanelPrecacheManifestList</string> </value>
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
102
1.58354.4516.21589
</string>
</value>
<value>
<string>
102
0.31954.19017.64102
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -787,7 +785,7 @@ WebSection_getPanelPrecacheManifestList</string> </value>
</tuple>
<state>
<tuple>
<float>
173
6327305.36
</float>
<float>
173
1410976.61
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
@@ -801,4 +799,31 @@ WebSection_getPanelPrecacheManifestList</string> </value>
</dictionary>
</pickle>
</record>
<record
id=
"11"
aka=
"AAAAAAAAAAs="
>
<pickle>
<global
name=
"Message"
module=
"Products.ERP5Type.Message"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
default
</string>
</key>
<value>
<string>
Translation data updated.
</string>
</value>
</item>
<item>
<key>
<string>
domain
</string>
</key>
<value>
<string>
erp5_ui
</string>
</value>
</item>
<item>
<key>
<string>
mapping
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
message
</string>
</key>
<value>
<string>
Translation data updated.
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
master/product/SlapOS/tests/testSlapOSMixin.py
View file @
7883ccb0
...
...
@@ -297,15 +297,16 @@ class testSlapOSMixin(ERP5TypeTestCase):
'erp5_notebook'
,
'erp5_interaction_drop'
,
'erp5_json_editor'
,
'erp5_json_form'
,
'erp5_json_type'
,
'erp5_api_style'
,
'erp5_json_rpc_api'
,
'slapos_json_rpc_api'
,
'erp5_open_api'
,
'erp5_json_form'
,
'slapos_mysql_innodb_catalog'
,
'slapos_parameter_editor'
,
'slapos_cloud'
,
'slapos_slap_tool'
,
'slapos_category'
,
'slapos_jio_api_style'
,
'slapos_panel'
,
'slapos_pdm'
,
'slapos_crm'
,
...
...
@@ -316,7 +317,6 @@ class testSlapOSMixin(ERP5TypeTestCase):
'slapos_web_deploy'
,
'slapos_erp5'
,
'erp5_big_file'
,
'erp5_json_type'
,
'erp5_data_notebook'
,
'erp5_wendelin'
,
'slapos_abyss'
,
...
...
master/tests/__init__.py
View file @
7883ccb0
...
...
@@ -21,7 +21,12 @@ slapos_bt_list = [
'slapos_parameter_editor_ui_test'
,
'slapos_abyss'
,
'slapos_rss_style'
,
'slapos_jio_api_style'
'erp5_json_rpc_api'
,
'slapos_json_rpc_api'
,
]
slapos_bt_list3
=
[
'erp5_json_rpc_api'
,
'slapos_json_rpc_api'
,
]
class
SlapOSCloud
(
SavedTestSuite
,
ProjectTestSuite
):
...
...
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