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
!313
WS-507: More foundation-laying for ingestion manifest builder
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS-507: More foundation-laying for ingestion manifest builder
WS-507-build-ingestion-manifest
into
main
Overview
1
Commits
2
Pipelines
6
Changes
3
1 unresolved thread
Hide all comments
Merged
Janet Goldstein
requested to merge
WS-507-build-ingestion-manifest
into
main
3 years ago
Overview
1
Commits
2
Pipelines
6
Changes
3
1 unresolved thread
Hide all comments
Expand
Fleshed out classes
Added example files
Got started on first test
stole lots from the archive version
Edited
3 years ago
by
Janet Goldstein
0
0
Merge request reports
Viewing commit
696b39c0
Show latest version
3 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
696b39c0
WS-507: utility_classes => utilities and type (built-in) => sp_type
· 696b39c0
Janet Goldstein
authored
3 years ago
apps/cli/executables/pexable/ingest_envoy/ingest_envoy/ingestion_manifest.py
+
1
−
1
Options
@@ -2,7 +2,7 @@
from
pathlib
import
Path
from
.utilit
y_class
es
import
(
from
.utilit
i
es
import
(
Telescope
,
ScienceProduct
,
)
Loading