Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!322
WS-507: implemented more tests, which involved refactoring of some classes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS-507: implemented more tests, which involved refactoring of some classes
WS-507-ingestion_manifest_creation
into
main
Overview
7
Commits
3
Pipelines
3
Changes
2
6 unresolved threads
Hide all comments
Merged
Janet Goldstein
requested to merge
WS-507-ingestion_manifest_creation
into
main
3 years ago
Overview
7
Commits
3
Pipelines
3
Changes
2
6 unresolved threads
Hide all comments
Expand
ongoing development
0
0
Merge request reports
Viewing commit
052ac4e4
Prev
Next
Show latest version
2 files
+
6
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
052ac4e4
WS-507: a few tweaks per Daniel. tests still pass.
· 052ac4e4
Janet Goldstein
authored
3 years ago
apps/cli/executables/pexable/ingest_envoy/ingest_envoy/ingestion_manifest.py
+
1
−
1
Options
@@ -28,7 +28,7 @@ class Parameters:
self
.
ngas_ingest
=
ngas_ingest
def
__repr__
(
self
):
return
json
.
dumps
(
self
.
__dict__
)
return
repr
(
self
.
__dict__
)
class
InputGroup
:
Loading