Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
G
gateway
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Service Desk
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
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
sibmip
gateway
Commits
1cfcc251
Commit
1cfcc251
authored
1 year ago
by
Manuel Spuhler
Browse files
Options
Downloads
Plain Diff
Merge branch 'feat/longitudinal' into feat/naivebye
parents
958cd556
0f70e348
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api/src/engine/connectors/exareme/exareme.connector.ts
+2
-0
2 additions, 0 deletions
api/src/engine/connectors/exareme/exareme.connector.ts
with
2 additions
and
0 deletions
api/src/engine/connectors/exareme/exareme.connector.ts
+
2
−
0
View file @
1cfcc251
...
...
@@ -151,6 +151,7 @@ export default class ExaremeConnector implements Connector {
const
domains
=
await
this
.
engineService
.
getDomains
(
request
);
// console.log(JSON.stringify(resultAPI.data, null, 2));
return
dataToExperiment
(
resultAPI
.
data
,
ExaremeConnector
.
logger
,
domains
);
}
...
...
@@ -210,6 +211,7 @@ export default class ExaremeConnector implements Connector {
variables
:
d
.
metadataHierarchy
?
this
.
flattenVariables
(
d
.
metadataHierarchy
,
groups
)
:
[],
longitudinal
:
d
.
longitudinal
,
};
})
??
[]
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment