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: add new method to fetch enrollment requests #1222

Merged
merged 8 commits into from
Jan 29, 2024

Conversation

srieteja
Copy link
Contributor

@srieteja srieteja commented Jan 24, 2024

closes #1198

- What I did

  • feat: add new method fetchEnrollmentRequests() to AtClientImpl
  • test: add unit test
  • refactor: minor refactoring in RemoteSecondary -> (1) simplify the notation of creating a SecureSocketConfig instance (2) removed logs in RemoteSecondary.executeAndParse() which are a duplicate of the logs in executeVerb()

- How I did it

  • fetch enroll requests: do an enroll:list on the remoteSecondary and handle the information from the server and return it as a Map<String, dynamic>

- How to verify it

  • added unit test should verify the functioning of the method

- Description for the changelog

feat: add new method to fetch enrollment requests

packages/at_client/CHANGELOG.md Outdated Show resolved Hide resolved
@murali-shris murali-shris self-requested a review January 29, 2024 09:17
@murali-shris murali-shris merged commit 5fa927d into trunk Jan 29, 2024
8 checks passed
@murali-shris murali-shris deleted the enroll_list_client_2 branch January 29, 2024 09:18
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.

Fetch the pending enrollment requests from the secondary server
2 participants