Skip to content

feat: stabilize auth client foundation#37

Merged
teesofttech merged 1 commit into
masterfrom
feature/auth-client-foundation
Jun 14, 2026
Merged

feat: stabilize auth client foundation#37
teesofttech merged 1 commit into
masterfrom
feature/auth-client-foundation

Conversation

@teesofttech

Copy link
Copy Markdown
Owner

Summary

  • add a shared authenticated Tableau request builder that uses signed-in site LUIDs
  • store full auth session details after PAT, username/password, and JWT sign-in
  • move workbook and view services onto the shared request builder with cancellation token support
  • document the auth lifecycle and scoped session behavior
  • add auth, request-builder, token-provider, workbook, and view service tests

Validation

  • dotnet test TableauSharp.sln

Closes #21

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@teesofttech, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 41 minutes and 34 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bf4e8060-7395-4c6b-b710-654259c98357

📥 Commits

Reviewing files that changed from the base of the PR and between acbf206 and 84c308b.

📒 Files selected for processing (21)
  • README.md
  • src/TableauSharp/Auth/Service/AuthService.cs
  • src/TableauSharp/Auth/Service/IAuthService.cs
  • src/TableauSharp/Common/Helper/ITableauTokenProvider.cs
  • src/TableauSharp/Common/Helper/TableauTokenProvider.cs
  • src/TableauSharp/Common/Http/ITableauRequestBuilder.cs
  • src/TableauSharp/Common/Http/TableauRequestBuilder.cs
  • src/TableauSharp/Common/Models/AuthToken.cs
  • src/TableauSharp/Common/Models/TableauJWT.cs
  • src/TableauSharp/Extensions/IServiceCollectionExtensions.cs
  • src/TableauSharp/Settings/TableauAuthOptions.cs
  • src/TableauSharp/Settings/TableauOptions.cs
  • src/TableauSharp/Workbooks/Services/IViewService.cs
  • src/TableauSharp/Workbooks/Services/IWorkbookService.cs
  • src/TableauSharp/Workbooks/Services/ViewService.cs
  • src/TableauSharp/Workbooks/Services/WorkbookService.cs
  • test/TableauSharp.Tests/Auth/AuthServiceTests.cs
  • test/TableauSharp.Tests/Common/TableauRequestBuilderTests.cs
  • test/TableauSharp.Tests/Common/TableauTokenProviderTests.cs
  • test/TableauSharp.Tests/Workbooks/ViewServiceTests.cs
  • test/TableauSharp.Tests/Workbooks/WorkbookServiceTests.cs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/auth-client-foundation

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@teesofttech
teesofttech marked this pull request as ready for review June 14, 2026 16:37
Copilot AI review requested due to automatic review settings June 14, 2026 16:37
@teesofttech
teesofttech merged commit ec142e3 into master Jun 14, 2026
3 of 4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

epic: Stabilize authentication and authenticated client foundation for v0.1

2 participants