-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: oso implementation for projects #2028
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
where: { displayName }, | ||
}) ?? {} | ||
); | ||
} catch (error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handle not found and other client side exceptions, everything need not be server side
@@ -0,0 +1,10 @@ | |||
import { Module } from '@nestjs/common'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the entire module should be named as 'OsoMetrics'
import { Controller, Get, Post, Body, Patch, Param, Delete } from '@nestjs/common'; | ||
import { OsoCodeMetricsByProjectV1Service } from './oso_code-metrics-by-project-v1.service'; | ||
|
||
@Controller('v1/oso-code-metrics-by-project-v1') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name should be oso-metrics
🎉 This PR is included in version 1.202.0-staging.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.202.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.