Skip to content

Conversation

@rashtao
Copy link
Collaborator

@rashtao rashtao commented Dec 15, 2025

Note

Adds sync/async APIs and models to create, list, and delete user access tokens via /_api/token, with native-image config and functional tests.

  • Core API
    • Add ArangoDB#createAccessToken(String, AccessTokenCreateOptions), getAccessTokens(String), deleteAccessToken(String, Long).
    • Add async counterparts in ArangoDBAsync.
  • Internal/HTTP
    • Implement request builders in InternalArangoDB for /_api/token (POST/GET/DELETE).
    • Wire sync (ArangoDBImpl) and async (ArangoDBAsyncImpl) executions.
  • Models/Entities
    • New entity types: AccessToken, AccessTokens.
    • New model options: AccessTokenCreateOptions.
  • Native Image
    • Update driver/.../reflect-config.json and shaded/.../reflect-config.json to include new classes.
  • Tests
    • Add functional tests (sync/async) for access token create/list/delete in ArangoDBTest and ArangoDBAsyncTest.

Written by Cursor Bugbot for commit b0548ae. This will update automatically on new commits. Configure here.

@cla-bot cla-bot bot added the cla-signed label Dec 15, 2025
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
37.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@rashtao rashtao merged commit 0d2f1b8 into main Dec 15, 2025
14 of 15 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.

2 participants