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
Labels
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
a9aafff0
Commit
a9aafff0
authored
Aug 30, 2022
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_jio_api_style: Fix Naming in requesting Software Instance
Moved from Computer Partiton to Software Instance
parent
c2ce500f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
6 deletions
+12
-6
master/bt5/slapos_jio_api_style/ActionTemplateItem/portal_types/jIO%20Web%20Section/slapos_jio_api_request_software_instance.xml
...eb%20Section/slapos_jio_api_request_software_instance.xml
+1
-1
master/bt5/slapos_jio_api_style/PathTemplateItem/portal_callables/jIOWebSection_requestSoftwareInstanceFromJSON.xml
...llables/jIOWebSection_requestSoftwareInstanceFromJSON.xml
+9
-3
master/bt5/slapos_jio_api_style/SkinTemplateItem/portal_skins/slapos_jio_api/jIOWebSection_requestSoftwareInstance.py
...s/slapos_jio_api/jIOWebSection_requestSoftwareInstance.py
+0
-0
master/bt5/slapos_jio_api_style/SkinTemplateItem/portal_skins/slapos_jio_api/jIOWebSection_requestSoftwareInstance.xml
.../slapos_jio_api/jIOWebSection_requestSoftwareInstance.xml
+1
-1
master/bt5/slapos_jio_api_style/bt/template_path_list
master/bt5/slapos_jio_api_style/bt/template_path_list
+1
-1
No files found.
master/bt5/slapos_jio_api_style/ActionTemplateItem/portal_types/jIO%20Web%20Section/slapos_jio_api_request_software_instance.xml
View file @
a9aafff0
...
...
@@ -73,7 +73,7 @@
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/jIOWebSection_request
ComputerPartition
FromJSON
</string>
</value>
<value>
<string>
string:${object_url}/jIOWebSection_request
SoftwareInstance
FromJSON
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
master/bt5/slapos_jio_api_style/PathTemplateItem/portal_callables/jIOWebSection_request
ComputerPartition
FromJSON.xml
→
master/bt5/slapos_jio_api_style/PathTemplateItem/portal_callables/jIOWebSection_request
SoftwareInstance
FromJSON.xml
View file @
a9aafff0
...
...
@@ -8,7 +8,7 @@
<dictionary>
<item>
<key>
<string>
after_method_id
</string>
</key>
<value>
<string>
jIOWebSection_request
ComputerPartition
</string>
</value>
<value>
<string>
jIOWebSection_request
SoftwareInstance
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
...
...
@@ -16,11 +16,17 @@
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
<value>
<string>
jIOWebSection_requestComputerPartitionFromJSON
</string>
</value>
<value>
<string>
jIOWebSection_requestSoftwareInstanceFromJSON
</string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
jIOWebSection_request
ComputerPartition
FromJSON
</string>
</value>
<value>
<string>
jIOWebSection_request
SoftwareInstance
FromJSON
</string>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
...
...
master/bt5/slapos_jio_api_style/SkinTemplateItem/portal_skins/slapos_jio_api/jIOWebSection_request
ComputerPartition
.py
→
master/bt5/slapos_jio_api_style/SkinTemplateItem/portal_skins/slapos_jio_api/jIOWebSection_request
SoftwareInstance
.py
View file @
a9aafff0
File moved
master/bt5/slapos_jio_api_style/SkinTemplateItem/portal_skins/slapos_jio_api/jIOWebSection_request
ComputerPartition
.xml
→
master/bt5/slapos_jio_api_style/SkinTemplateItem/portal_skins/slapos_jio_api/jIOWebSection_request
SoftwareInstance
.xml
View file @
a9aafff0
...
...
@@ -54,7 +54,7 @@
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
jIOWebSection_request
ComputerPartition
</string>
</value>
<value>
<string>
jIOWebSection_request
SoftwareInstance
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
master/bt5/slapos_jio_api_style/bt/template_path_list
View file @
a9aafff0
...
...
@@ -5,7 +5,7 @@ portal_callables/SoftwareInstance_getFromJSON
portal_callables/SoftwareInstance_updateFromJSON
portal_callables/jIOWebSection_createComputeNodeFromJSON
portal_callables/jIOWebSection_createSoftwareInstallationFromJSON
portal_callables/jIOWebSection_request
ComputerPartition
FromJSON
portal_callables/jIOWebSection_request
SoftwareInstance
FromJSON
portal_callables/jIOWebSection_searchComputeNodeFromJSON
portal_callables/jIOWebSection_searchInstanceFromJSON
portal_callables/jIOWebSection_searchSoftwareInstallationFromJSON
\ 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