Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LOFAR2.0
tango
Merge requests
!933
Resolve
L2SS-1756
"Configurable device-proxy timeouts in hierarchy"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Resolve
L2SS-1756
"Configurable device-proxy timeouts in hierarchy"
L2SS-1756-configurable-timeouts
into
master
Overview
3
Commits
12
Pipelines
0
Changes
11
Merged
Hannes Feldt
requested to merge
L2SS-1756-configurable-timeouts
into
master
1 year ago
Overview
3
Commits
12
Pipelines
0
Changes
11
Expand
Closes
L2SS-1756
0
0
Merge request reports
Compare
master
version 7
139c2d75
1 year ago
version 6
a10af5d2
1 year ago
version 5
67fabc99
1 year ago
version 4
bdbd7f7f
1 year ago
version 3
1094db60
1 year ago
version 2
c562f879
1 year ago
version 1
002568e9
1 year ago
master (base)
and
latest version
latest version
2c926127
12 commits,
1 year ago
version 7
139c2d75
11 commits,
1 year ago
version 6
a10af5d2
10 commits,
1 year ago
version 5
67fabc99
9 commits,
1 year ago
version 4
bdbd7f7f
8 commits,
1 year ago
version 3
1094db60
7 commits,
1 year ago
version 2
c562f879
6 commits,
1 year ago
version 1
002568e9
5 commits,
1 year ago
11 files
+
113
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
CDB/stations/common.json
+
2
−
1
Options
@@ -2,7 +2,8 @@
"classes"
:
{
"StationManager"
:
{
"properties"
:
{
"Power_Available_In_State"
:
[
"HIBERNATE"
]
"Power_Available_In_State"
:
[
"HIBERNATE"
],
"Device_Proxy_Timeout"
:
[
"60000"
]
}
},
"CCD"
:
{
Loading