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
Merge requests
!663
Resolve "Implement integration tests for topology"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Implement integration tests for topology"
342-implement-integration-tests-for-topology
into
master
Overview
0
Commits
29
Pipelines
19
Changes
3
Merged
Neil-Jocelyn Schark
requested to merge
342-implement-integration-tests-for-topology
into
master
1 year ago
Overview
0
Commits
29
Pipelines
19
Changes
3
Expand
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
My code follows the code style of this project.
My change requires a change to the documentation.
I have updated the documentation accordingly.
I have read the
CONTRIBUTING
document.
I have added tests to cover my changes.
All new and existing tests passed.
Related to
#342
0
0
Merge request reports
Compare
master
version 17
24718bb4
1 year ago
version 16
42693deb
1 year ago
version 15
22bc6c27
1 year ago
version 14
1bdf5b2b
1 year ago
version 13
74d5a84f
1 year ago
version 12
8495ae2e
1 year ago
version 11
64130472
1 year ago
version 10
4f305fec
1 year ago
version 9
0681e853
1 year ago
version 8
3ab6a05d
1 year ago
version 7
e9ee2a91
1 year ago
version 6
6cf3845b
1 year ago
version 5
9be24e42
1 year ago
version 4
d12070cb
1 year ago
version 3
4df52ffe
1 year ago
version 2
06e85a9c
1 year ago
version 1
658bf257
1 year ago
master (base)
and
latest version
latest version
21610bcf
29 commits,
1 year ago
version 17
24718bb4
28 commits,
1 year ago
version 16
42693deb
27 commits,
1 year ago
version 15
22bc6c27
10 commits,
1 year ago
version 14
1bdf5b2b
15 commits,
1 year ago
version 13
74d5a84f
14 commits,
1 year ago
version 12
8495ae2e
13 commits,
1 year ago
version 11
64130472
12 commits,
1 year ago
version 10
4f305fec
11 commits,
1 year ago
version 9
0681e853
10 commits,
1 year ago
version 8
3ab6a05d
9 commits,
1 year ago
version 7
e9ee2a91
8 commits,
1 year ago
version 6
6cf3845b
7 commits,
1 year ago
version 5
9be24e42
6 commits,
1 year ago
version 4
d12070cb
5 commits,
1 year ago
version 3
4df52ffe
4 commits,
1 year ago
version 2
06e85a9c
3 commits,
1 year ago
version 1
658bf257
1 commit,
1 year ago
3 files
+
167
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
dev_env_data/docker-compose/integration-test_docker-compose.yml
+
8
−
0
Options
@@ -9,6 +9,14 @@ services:
@@ -9,6 +9,14 @@ services:
MONGO_INITDB_ROOT_USERNAME
:
root
MONGO_INITDB_ROOT_USERNAME
:
root
MONGO_INITDB_ROOT_PASSWORD
:
example
MONGO_INITDB_ROOT_PASSWORD
:
example
mongo-express
:
image
:
mongo-express:0.54.0
ports
:
-
127.0.0.1:8083:8081
environment
:
ME_CONFIG_MONGODB_ADMINUSERNAME
:
root
ME_CONFIG_MONGODB_ADMINPASSWORD
:
example
rabbitmq
:
rabbitmq
:
image
:
rabbitmq:3-management
image
:
rabbitmq:3-management
healthcheck
:
healthcheck
:
Loading