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
f72280fb
Commit
f72280fb
authored
Dec 05, 2023
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_upgrader: another report
parent
f2ba8cb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
0 deletions
+93
-0
master/bt5/slapos_upgrader/SkinTemplateItem/portal_skins/slapos_upgrader/Base_reportVirtualMasterMigration2.py
...ins/slapos_upgrader/Base_reportVirtualMasterMigration2.py
+31
-0
master/bt5/slapos_upgrader/SkinTemplateItem/portal_skins/slapos_upgrader/Base_reportVirtualMasterMigration2.xml
...ns/slapos_upgrader/Base_reportVirtualMasterMigration2.xml
+62
-0
No files found.
master/bt5/slapos_upgrader/SkinTemplateItem/portal_skins/slapos_upgrader/Base_reportVirtualMasterMigration2.py
0 → 100644
View file @
f72280fb
group_by_list
=
[
"url_string"
,
"source_reference"
,
"follow_up_title"
]
sql_result_list
=
context
.
getPortalObject
().
portal_catalog
(
select_list
=
group_by_list
+
[
'count(*)'
],
portal_type
=
"Instance Tree"
,
title
=
"_remote_%"
,
slap_state
=
[
"start_requested"
,
"stop_requested"
],
group_by
=
group_by_list
,
#sort_on=[['count(*)', 'DESC']]
)
project_soft_dict
=
{}
for
sql_result
in
sql_result_list
:
soft
=
sql_result
[
'url_string'
].
split
(
'/'
)[
-
2
]
+
' <i>'
+
sql_result
[
'source_reference'
]
+
'</i>'
project
=
sql_result
[
'follow_up_title'
]
if
project
not
in
project_soft_dict
:
project_soft_dict
[
project
]
=
{}
if
soft
not
in
project_soft_dict
[
project
]:
project_soft_dict
[
project
][
soft
]
=
0
project_soft_dict
[
project
][
soft
]
=
project_soft_dict
[
project
][
soft
]
+
int
(
sql_result
[
'count(*)'
])
print
'<ul>'
for
project
,
soft_dict
in
project_soft_dict
.
items
():
print
'<li><p>%s</p><ul>'
%
project
for
soft
,
count
in
soft_dict
.
items
():
print
'<li><p>%s <b>%i</b></p></li>'
%
(
soft
,
count
)
print
'</ul></li>'
print
'</ul>'
context
.
REQUEST
.
RESPONSE
.
setHeader
(
'Content-Type'
,
'text/html'
)
return
printed
master/bt5/slapos_upgrader/SkinTemplateItem/portal_skins/slapos_upgrader/Base_reportVirtualMasterMigration2.xml
0 → 100644
View file @
f72280fb
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"PythonScript"
module=
"Products.PythonScripts.PythonScript"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"_reconstructor"
module=
"copy_reg"
/>
</klass>
<tuple>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
<global
name=
"object"
module=
"__builtin__"
/>
<none/>
</tuple>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
name_container
</string>
</key>
<value>
<string>
container
</string>
</value>
</item>
<item>
<key>
<string>
name_context
</string>
</key>
<value>
<string>
context
</string>
</value>
</item>
<item>
<key>
<string>
name_m_self
</string>
</key>
<value>
<string>
script
</string>
</value>
</item>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
Base_reportVirtualMasterMigration2
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
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