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

Add endpoint for all connections #8356

Merged
merged 2 commits into from
Aug 4, 2023

Conversation

abdullah1308
Copy link
Contributor

@abdullah1308 abdullah1308 commented Aug 2, 2023

Notes for Reviewers

This PR fixes #

Added GET /api/integrations/connections

Signed commits

  • Yes, I signed my commits.

Signed-off-by: abdullah1308 <abdullahrafi.1308@gmail.com>
@github-actions
Copy link

github-actions bot commented Aug 2, 2023

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (9401e30) 5.20% compared to head (9a3327c) 5.20%.
Report is 25 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #8356      +/-   ##
=========================================
- Coverage    5.20%   5.20%   -0.01%     
=========================================
  Files         124     124              
  Lines       17628   17664      +36     
=========================================
+ Hits          918     919       +1     
- Misses      16538   16573      +35     
  Partials      172     172              
Flag Coverage Δ
gointegrationtests 5.20% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
server/handlers/connections_handlers.go 0.00% <0.00%> (ø)
server/router/server.go 0.00% <ø> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -39,7 +39,7 @@ type Connection struct {

// swagger:response ConnectionPage
type ConnectionPage struct {
Connection []Connection `json:"connection"`
Connections []Connection `json:"connections"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abdullah1308 This will also require changes in UI, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MUzairS15 These endpoints aren't being used anywhere.

MUzairS15
MUzairS15 previously approved these changes Aug 2, 2023
@leecalcote
Copy link
Member

Merge conflict..

@leecalcote
Copy link
Member

Spreadsheet updated?

@leecalcote
Copy link
Member

@senali-d is this what you need?

Signed-off-by: abdullah1308 <abdullahrafi.1308@gmail.com>
@abdullah1308
Copy link
Contributor Author

Fixed merge conflict

@senali-d
Copy link
Member

senali-d commented Aug 3, 2023

@senali-d is this what you need?

Yes I'm waiting for this.

Copy link
Contributor

@nebula-aac nebula-aac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nebula-aac nebula-aac merged commit 2e48264 into meshery:master Aug 4, 2023
19 of 21 checks passed
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.

None yet

5 participants