Skip to content
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

Merged
merged 6 commits into from
Dec 20, 2024
Merged

Conversation

prasanth-ideas2it
Copy link
Contributor

@prasanth-ideas2it prasanth-ideas2it commented Dec 20, 2024

No description provided.

Copy link

vercel bot commented Dec 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
protocol-labs-network-web-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 9:53am

where: { displayName },
}) ?? {}
);
} catch (error) {
Copy link
Collaborator

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';
Copy link
Collaborator

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')
Copy link
Collaborator

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

@madan-ideas2it madan-ideas2it merged commit 841256b into develop Dec 20, 2024
3 checks passed
Copy link

🎉 This PR is included in version 1.202.0-staging.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 1.202.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants