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
Cédric Le Ninivin
slapos.core
Commits
f9c8f843
Commit
f9c8f843
authored
Nov 15, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put simulation code in slapos_simulation.
parent
ca20a44f
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
56 additions
and
3 deletions
+56
-3
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_simulation.xml
...nting/SkinTemplateItem/portal_skins/slapos_simulation.xml
+47
-0
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_simulation/Alarm_buildSlapOSPath.xml
.../portal_skins/slapos_simulation/Alarm_buildSlapOSPath.xml
+0
-0
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_simulation/HostingSubscription_getRuleReference.xml
...lapos_simulation/HostingSubscription_getRuleReference.xml
+0
-0
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_simulation/SimulationMovement_buildSlapOS.xml
...kins/slapos_simulation/SimulationMovement_buildSlapOS.xml
+0
-0
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_simulation/SlapOSDeliveryBuilder_selectMovement.xml
...lapos_simulation/SlapOSDeliveryBuilder_selectMovement.xml
+0
-0
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_simulation/SlapOSSalePackingList_postGeneration.xml
...lapos_simulation/SlapOSSalePackingList_postGeneration.xml
+0
-0
master/bt5/slapos_accounting/bt/revision
master/bt5/slapos_accounting/bt/revision
+1
-1
master/bt5/slapos_accounting/bt/template_skin_id_list
master/bt5/slapos_accounting/bt/template_skin_id_list
+2
-1
master/bt5/slapos_erp5/TestTemplateItem/testSlapOSERP5SkinSelection.py
...apos_erp5/TestTemplateItem/testSlapOSERP5SkinSelection.py
+5
-0
master/bt5/slapos_erp5/bt/revision
master/bt5/slapos_erp5/bt/revision
+1
-1
No files found.
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_simulation.xml
0 → 100644
View file @
f9c8f843
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"Folder"
module=
"OFS.Folder"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_local_properties
</string>
</key>
<value>
<tuple>
<dictionary>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
business_template_skin_layer_priority
</string>
</value>
</item>
<item>
<key>
<string>
type
</string>
</key>
<value>
<string>
float
</string>
</value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key>
<string>
_objects
</string>
</key>
<value>
<tuple/>
</value>
</item>
<item>
<key>
<string>
business_template_skin_layer_priority
</string>
</key>
<value>
<float>
60.0
</float>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
slapos_simulation
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
accounting
/Alarm_buildSlapOSPath.xml
→
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
simulation
/Alarm_buildSlapOSPath.xml
View file @
f9c8f843
File moved
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
accounting
/HostingSubscription_getRuleReference.xml
→
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
simulation
/HostingSubscription_getRuleReference.xml
View file @
f9c8f843
File moved
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
accounting
/SimulationMovement_buildSlapOS.xml
→
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
simulation
/SimulationMovement_buildSlapOS.xml
View file @
f9c8f843
File moved
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
accounting
/SlapOSDeliveryBuilder_selectMovement.xml
→
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
simulation
/SlapOSDeliveryBuilder_selectMovement.xml
View file @
f9c8f843
File moved
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
accounting
/SlapOSSalePackingList_postGeneration.xml
→
master/bt5/slapos_accounting/SkinTemplateItem/portal_skins/slapos_
simulation
/SlapOSSalePackingList_postGeneration.xml
View file @
f9c8f843
File moved
master/bt5/slapos_accounting/bt/revision
View file @
f9c8f843
37
\ No newline at end of file
38
\ No newline at end of file
master/bt5/slapos_accounting/bt/template_skin_id_list
View file @
f9c8f843
slapos_accounting
slapos_simulation
\ No newline at end of file
master/bt5/slapos_erp5/TestTemplateItem/testSlapOSERP5SkinSelection.py
View file @
f9c8f843
...
...
@@ -115,6 +115,7 @@ slapos_cloud_promise
slapos_core
slapos_pdm
slapos_rest_api
slapos_simulation
slapos_slap_tool
vifib_hosting_theme
vifib_jauks_theme
...
...
@@ -194,6 +195,7 @@ slapos_cloud_promise
slapos_core
slapos_pdm
slapos_rest_api
slapos_simulation
slapos_slap_tool
slapos_configurator
erp5_km
...
...
@@ -269,6 +271,7 @@ slapos_cloud_promise
slapos_core
slapos_pdm
slapos_rest_api
slapos_simulation
slapos_slap_tool
slapos_configurator
erp5_km
...
...
@@ -345,6 +348,7 @@ slapos_cloud_promise
slapos_core
slapos_pdm
slapos_rest_api
slapos_simulation
slapos_slap_tool
slapos_configurator
erp5_commerce_multiflex_layout
...
...
@@ -418,6 +422,7 @@ slapos_cloud_promise
slapos_core
slapos_pdm
slapos_rest_api
slapos_simulation
slapos_slap_tool
slapos_configurator
erp5_km
...
...
master/bt5/slapos_erp5/bt/revision
View file @
f9c8f843
90
\ No newline at end of file
91
\ 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