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: extend admin api to support proxy participants #1038

Merged
merged 7 commits into from
May 31, 2024
Merged

Conversation

kleyow
Copy link
Contributor

@kleyow kleyow commented May 24, 2024

feat: extend admin api to support proxy participants

@kleyow kleyow marked this pull request as ready for review May 24, 2024 14:31
src/models/participant/participantProxy.js Outdated Show resolved Hide resolved
migrations/950108_participantProxy.js Outdated Show resolved Hide resolved
Comment on lines +164 to +166
if (request.query.isProxy) {
return results.map(record => entityItem(record, ledgerAccountIds)).filter(record => record.isProxy)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we need to reflect this query param in the swagger definition.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots
5.9% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@kleyow kleyow merged commit 5316df3 into main May 31, 2024
14 of 15 checks passed
kleyow added a commit that referenced this pull request Jun 3, 2024
elnyry-sam-k pushed a commit that referenced this pull request Jun 3, 2024
…1038)" (#1042)

Revert "feat: extend admin api to support proxy participants (#1038)"

This reverts commit 5316df3.
@kleyow kleyow deleted the feat/csi-11 branch June 3, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants