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
5ae3c2c8
Commit
5ae3c2c8
authored
1 year ago
by
Manuel Spuhler
Browse files
Options
Downloads
Patches
Plain Diff
fix: support application/json raw vis
parent
7b49b75f
No related branches found
No related tags found
No related merge requests found
Pipeline
#1027065562
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api/src/engine/connectors/exareme/handlers/algorithms/svm.handler.ts
+1
-1
1 addition, 1 deletion
...ine/connectors/exareme/handlers/algorithms/svm.handler.ts
with
1 addition
and
1 deletion
api/src/engine/connectors/exareme/handlers/algorithms/svm.handler.ts
+
1
−
1
View file @
5ae3c2c8
...
...
@@ -12,7 +12,7 @@ export default class SVMHandler extends BaseHandler {
getRawData
(
data
:
any
):
RawResult
{
return
{
rawdata
:
data
,
rawdata
:
{
type
:
'
application/json
'
,
data
}
,
};
}
...
...
This diff is collapsed.
Click to expand it.
Steve Reis
@stevereis93
mentioned in commit
1560ef7d
·
1 year ago
mentioned in commit
1560ef7d
mentioned in commit 1560ef7d8ad2ec567ff3e1f8bfac1fd999fe0299
Toggle commit list
Steve Reis
@stevereis93
mentioned in commit
d2cb393c
·
1 year ago
mentioned in commit
d2cb393c
mentioned in commit d2cb393c3baf3c83a13e6b25ca10008602141fc8
Toggle commit list
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