Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
danet
quant
Merge requests
!215
Simple longevity tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Simple longevity tests
longevity-tests
into
master
Overview
0
Commits
24
Pipelines
22
Changes
13
Merged
Neil-Jocelyn Schark
requested to merge
longevity-tests
into
master
7 months ago
Overview
0
Commits
24
Pipelines
22
Changes
13
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.
0
0
Merge request reports
Compare
master
version 21
8e331c0d
4 months ago
version 20
b72f0cab
4 months ago
version 19
dbbe4059
4 months ago
version 18
3d650695
4 months ago
version 17
bcb1a84c
4 months ago
version 16
4bc6a02b
4 months ago
version 15
b430597c
4 months ago
version 14
351e0cdd
4 months ago
version 13
5085e472
4 months ago
version 12
5f514b72
4 months ago
version 11
edbe3f9a
7 months ago
version 10
4d024aa8
7 months ago
version 9
b569423a
7 months ago
version 8
0709446e
7 months ago
version 7
165489a8
7 months ago
version 6
551f6dbf
7 months ago
version 5
18905b29
7 months ago
version 4
516e5707
7 months ago
version 3
12250e5e
7 months ago
version 2
32cbae15
7 months ago
version 1
d8c0cbb0
7 months ago
master (base)
and
latest version
latest version
0d482abc
24 commits,
4 months ago
version 21
8e331c0d
23 commits,
4 months ago
version 20
b72f0cab
22 commits,
4 months ago
version 19
dbbe4059
21 commits,
4 months ago
version 18
3d650695
20 commits,
4 months ago
version 17
bcb1a84c
19 commits,
4 months ago
version 16
4bc6a02b
18 commits,
4 months ago
version 15
b430597c
17 commits,
4 months ago
version 14
351e0cdd
16 commits,
4 months ago
version 13
5085e472
15 commits,
4 months ago
version 12
5f514b72
14 commits,
4 months ago
version 11
edbe3f9a
13 commits,
7 months ago
version 10
4d024aa8
12 commits,
7 months ago
version 9
b569423a
11 commits,
7 months ago
version 8
0709446e
10 commits,
7 months ago
version 7
165489a8
9 commits,
7 months ago
version 6
551f6dbf
8 commits,
7 months ago
version 5
18905b29
7 commits,
7 months ago
version 4
516e5707
6 commits,
7 months ago
version 3
12250e5e
5 commits,
7 months ago
version 2
32cbae15
2 commits,
7 months ago
version 1
d8c0cbb0
2 commits,
7 months ago
13 files
+
343
−
129
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
.devcontainer/devcontainer.json
+
6
−
2
Options
@@ -15,7 +15,10 @@
"ghcr.io/devcontainers/features/docker-in-docker:2.12"
:
{
"version"
:
"latest"
,
"dockerDashComposeVersion"
:
"v2"
}
},
"ghcr.io/devcontainers/features/python:1"
:
{
"version"
:
"3.12"
}
},
//
add
any
required
extensions
that
must
be
pre-installed
in
the
devcontainer
"customizations"
:
{
@@ -30,7 +33,8 @@
"valentjn.vscode-ltex"
,
"zxh404.vscode-proto3"
,
"typefox.yang-vscode"
,
"mechatroner.rainbow-csv"
"mechatroner.rainbow-csv"
,
"ms-python.autopep8"
]
}
},
Loading