Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
clive
Merge requests
!102
Redesign header
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Redesign header
kmochocki/issue-21
into
develop
Overview
11
Commits
10
Pipelines
10
Changes
6
Merged
Krzysztof Mochocki
requested to merge
kmochocki/issue-21
into
develop
1 year ago
Overview
11
Commits
10
Pipelines
10
Changes
6
Expand
resolves:
#21 (closed)
0
0
Merge request reports
Compare
develop
version 8
03cc60e0
1 year ago
version 7
d3c32fdc
1 year ago
version 6
e45b79b7
1 year ago
version 5
e45115eb
1 year ago
version 4
2670756a
1 year ago
version 3
db0e980c
1 year ago
version 2
87d0e1c9
1 year ago
version 1
1b2f413f
1 year ago
develop (base)
and
version 4
latest version
6d562505
10 commits,
1 year ago
version 8
03cc60e0
9 commits,
1 year ago
version 7
d3c32fdc
8 commits,
1 year ago
version 6
e45b79b7
7 commits,
1 year ago
version 5
e45115eb
7 commits,
1 year ago
version 4
2670756a
6 commits,
1 year ago
version 3
db0e980c
5 commits,
1 year ago
version 2
87d0e1c9
3 commits,
1 year ago
version 1
1b2f413f
3 commits,
1 year ago
6 files
+
78
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
clive/__private/core/commands/commands.py
+
3
−
1
Options
@@ -95,4 +95,6 @@ class Commands:
).
execute
()
def
update_node_data
(
self
,
*
,
accounts
:
list
[
Account
])
->
None
:
UpdateNodeData
(
accounts
=
accounts
,
node
=
self
.
__world
.
node
).
execute
()
self
.
__world
.
app_state
.
_dynamic_global_properties
=
UpdateNodeData
(
accounts
=
accounts
,
node
=
self
.
__world
.
node
).
execute_with_result
()
Loading