Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GÉANT Service Orchestrator GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator GUI
Commits
7cef308e
Commit
7cef308e
authored
6 months ago
by
geant-release-service
Browse files
Options
Downloads
Plain Diff
Finished release 2.14.
parents
6fa5fe73
517ea60e
Branches
Branches containing commit
Tags
2.14
Tags containing commit
No related merge requests found
Pipeline
#90954
passed
6 months ago
Stage: tsc_lint_and_test
Stage: build
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Changelog.md
+3
-0
3 additions, 0 deletions
Changelog.md
components/NetworkMap/LeafletMap.tsx
+7
-7
7 additions, 7 deletions
components/NetworkMap/LeafletMap.tsx
setup.py
+1
-1
1 addition, 1 deletion
setup.py
types/types.ts
+1
-1
1 addition, 1 deletion
types/types.ts
with
12 additions
and
9 deletions
Changelog.md
+
3
−
0
View file @
7cef308e
# Changelog
# Changelog
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
## [2.14] - 2024-12-13
-
Update references to GÉANT service IDs
## [2.12] - 2024-11-29
## [2.12] - 2024-11-29
...
...
This diff is collapsed.
Click to expand it.
components/NetworkMap/LeafletMap.tsx
+
7
−
7
View file @
7cef308e
...
@@ -369,7 +369,7 @@ const LeafletMap: React.FC<LeafletMapProps> = ({ data }) => {
...
@@ -369,7 +369,7 @@ const LeafletMap: React.FC<LeafletMapProps> = ({ data }) => {
iptrunk_isis_metric
:
`
${
trunk
.
iptrunk
.
iptrunk_isis_metric
}
`
,
iptrunk_isis_metric
:
`
${
trunk
.
iptrunk
.
iptrunk_isis_metric
}
`
,
iptrunk_ipv4_network
:
`
${
trunk
.
iptrunk
.
iptrunk_ipv4_network
}
`
,
iptrunk_ipv4_network
:
`
${
trunk
.
iptrunk
.
iptrunk_ipv4_network
}
`
,
iptrunk_ipv6_network
:
`
${
trunk
.
iptrunk
.
iptrunk_ipv6_network
}
`
,
iptrunk_ipv6_network
:
`
${
trunk
.
iptrunk
.
iptrunk_ipv6_network
}
`
,
g
eant_
s_
s
id
:
`
${
trunk
.
iptrunk
.
g
eant_
s_
s
id
}
`
,
gs_id
:
`
${
trunk
.
iptrunk
.
gs_id
}
`
,
iptrunk_type
:
`
${
trunk
.
iptrunk
.
iptrunk_type
}
`
,
iptrunk_type
:
`
${
trunk
.
iptrunk
.
iptrunk_type
}
`
,
},
},
};
};
...
@@ -492,12 +492,12 @@ const LeafletMap: React.FC<LeafletMapProps> = ({ data }) => {
...
@@ -492,12 +492,12 @@ const LeafletMap: React.FC<LeafletMapProps> = ({ data }) => {
<
EuiSelect
<
EuiSelect
options
=
{
[
options
=
{
[
{
value
:
'
none
'
,
text
:
'
None
'
},
{
value
:
'
none
'
,
text
:
'
None
'
},
{
value
:
'
iptrunk_isis_metric
'
,
text
:
'
I
p
trunk ISIS Metric
'
},
{
value
:
'
iptrunk_isis_metric
'
,
text
:
'
I
P
trunk ISIS Metric
'
},
{
value
:
'
iptrunk_capacity
'
,
text
:
'
I
p
trunk Capacity
'
},
{
value
:
'
iptrunk_capacity
'
,
text
:
'
I
P
trunk Capacity
'
},
{
value
:
'
iptrunk_type
'
,
text
:
'
I
p
trunk Type
'
},
{
value
:
'
iptrunk_type
'
,
text
:
'
I
P
trunk Type
'
},
{
value
:
'
iptrunk_ipv4_network
'
,
text
:
'
I
p
trunk IP
V
4 Network
'
},
{
value
:
'
iptrunk_ipv4_network
'
,
text
:
'
I
P
trunk IP
v
4 Network
'
},
{
value
:
'
iptrunk_ipv6_network
'
,
text
:
'
I
p
trunk IP
V
6 Network
'
},
{
value
:
'
iptrunk_ipv6_network
'
,
text
:
'
I
P
trunk IP
v
6 Network
'
},
{
value
:
'
g
eant_
s_
s
id
'
,
text
:
'
GEANT Service ID
'
},
{
value
:
'
gs_id
'
,
text
:
'
GEANT Service ID
'
},
]
}
]
}
value
=
{
labelType
}
value
=
{
labelType
}
onChange
=
{
handleLabelTypeChange
}
onChange
=
{
handleLabelTypeChange
}
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
7cef308e
...
@@ -3,7 +3,7 @@ from setuptools import setup
...
@@ -3,7 +3,7 @@ from setuptools import setup
setup
(
setup
(
name
=
"
geant-service-orchestrator-gui
"
,
name
=
"
geant-service-orchestrator-gui
"
,
py_modules
=
[],
py_modules
=
[],
version
=
"
2.1
3
"
,
version
=
"
2.1
4
"
,
author
=
"
GÉANT Orchestration and Automation Team
"
,
author
=
"
GÉANT Orchestration and Automation Team
"
,
author_email
=
"
goat@geant.org
"
,
author_email
=
"
goat@geant.org
"
,
description
=
"
GÉANT Service Orchestrator GUI dummy package
"
,
description
=
"
GÉANT Service Orchestrator GUI dummy package
"
,
...
...
This diff is collapsed.
Click to expand it.
types/types.ts
+
1
−
1
View file @
7cef308e
...
@@ -25,7 +25,7 @@ export interface Iptrunk {
...
@@ -25,7 +25,7 @@ export interface Iptrunk {
iptrunk_type
:
string
;
iptrunk_type
:
string
;
iptrunk_ipv4_network
:
string
;
iptrunk_ipv4_network
:
string
;
iptrunk_ipv6_network
:
string
;
iptrunk_ipv6_network
:
string
;
g
eant_
s_
s
id
:
string
;
gs_id
:
string
;
iptrunk_sides
:
Array
<
{
iptrunk_side_node
:
IptrunkSideNode
}
>
;
iptrunk_sides
:
Array
<
{
iptrunk_side_node
:
IptrunkSideNode
}
>
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment