Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Terraform modules
Analyze
Contributor 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
danet
goSDN
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
b49e11b4d7704a75eae04a42282d256cdd17b482
Select Git revision
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
10
Mar
6
5
3
28
Feb
27
26
25
24
23
22
21
20
19
18
17
14
13
12
11
10
7
6
5
4
2
30
Jan
29
28
25
24
23
22
21
20
17
16
15
14
13
10
9
8
7
6
3
2
18
Dec
11
10
6
5
4
3
2
21
Nov
20
19
18
15
14
13
12
7
6
2
1
31
Oct
30
29
28
25
24
23
22
21
18
14
11
9
8
7
4
2
1
30
Sep
27
26
25
24
23
19
18
16
12
11
6
5
2
30
Aug
29
22
20
19
16
15
14
6
5
2
1
30
Jul
28
26
25
24
23
22
19
18
17
16
15
12
11
10
9
8
5
3
2
1
28
Jun
27
25
24
21
20
17
13
12
11
10
8
7
6
5
4
3
2
1
31
May
29
24
17
16
15
14
13
10
8
7
6
3
2
30
Apr
29
26
25
24
23
22
19
18
17
16
15
11
10
8
5
4
3
2
28
Mar
27
25
22
21
20
19
18
15
14
13
11
7
6
UI-Integration: add first version to master
Merge branch 'master' into ui-integration
remove unecessary imports
remove getavailableplugins endpoint
remove yang parser endpoint
remove redundant plugin endpoint
remove explicit json parse
[renovate] Update google.golang.org/genproto/googleapis/api digest to a0af3ef
Finalize new mechanism for twin creation, now the basis is a .json configuration file that can be used to restore the exact state of a gosdn network, also many other changes: clab-config deep copy function, switch to using local gnmi-target, add Transpose() function for generating a modified sdnconfig struct, remove UploadClabConig() (was based on wrong understanding of configurationmanagement service)
Merge branch 'master' into ui-integration
[renovate] Update golangci/golangci-lint Docker tag to v1.64.6
[renovate] Update renovate/renovate Docker tag to v39.185.0
Resolve "Applying a configuration with tls=true via configurationmanagement is impossible"
[renovate] Update renovate/renovate Docker tag to v39.182.3
[renovate] Update module go.mongodb.org/mongo-driver/v2 to v2.1.0
add test case for getting network elements to test-config
Add some debug output to gosdn networkElement.go and configurationmanagement.go
Output parsing errors in northbound/server/topology.go
Fix the json parsing issue of the configuration, problem:
[renovate] Update renovate/renovate Docker tag to v39.180.2
[renovate] Update module go.mongodb.org/mongo-driver to v1.17.3
[renovate] Update module github.com/openconfig/ygot to v0.29.22
[renovate] Update module golang.org/x/crypto to v0.35.0
[renovate] Update google.golang.org/genproto/googleapis/api digest to 546df14
Catch case in which sdnConfig isn't set in CreateDevices() (TODO: pass sdnConfig in)
Rework the mechanism for creating twins (and virtual realnet)
Merge branch 'master' into ui-integration
(ui): add documentation
[renovate] Update renovate/renovate Docker tag to v39.178.1
[renovate] Update module golang.org/x/crypto to v0.34.0
[renovate] Update module github.com/prometheus/client_golang to v1.21.0
[renovate] Update module github.com/google/go-cmp to v0.7.0
[renovate] Update module go.mongodb.org/mongo-driver/v2 to v2.0.1
[renovate] Update module github.com/openconfig/goyang to v1.6.2
[renovate] Update google.golang.org/genproto/googleapis/api digest to 9fdb1ca
Fix access to value of var in gNMI Update
sdnconfig.go: Add sdnconfig structures based on json that is generated by
Add sdnconfig.go with struct definition for marshalling/unmarshalling json sdnconfig, fix base-clab.yaml to really only contain basic containers
Delete app/app.go (long overdue)
Move RetrieveTopology to topology.go from venv.go for more flexibility.
Loading