-
Notifications
You must be signed in to change notification settings - Fork 1
feat(tendlc): 10DLC Registration Center foundation (PR 1 of 5) #27
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
Open
kshahbw
wants to merge
23
commits into
main
Choose a base branch
from
feat/reg-center-10dlc-direct
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d9591b6
feat(cmdutil): make ExitFlagError reachable via typed FlagError
kshahbw d42c238
test(cmdutil): add competing error to FlagError precedence test
kshahbw fd94548
feat(api): capture response headers on APIError and add RetryAfter
kshahbw 48b08cc
docs(api): narrow APIError.Header comment to what the codebase guaran…
kshahbw aa62c42
feat(cmdutil): make Poll cancellable via optional PollConfig.Context
kshahbw 877e408
fix(cmdutil): drop dead timer-drain idiom in Poll, fix vacuous test a…
kshahbw 31fb4a1
feat(tendlc): add deepObject query encoding for list filters
kshahbw 8ed4b6e
docs(tendlc): document duplicate filter behavior and add test coverage
kshahbw a8add5f
feat(tendlc): add response envelope and pagination parsing
kshahbw b4856f1
fix(tendlc): fail closed on nil envelope data, clarify Truncated cont…
kshahbw 33bb5ec
feat(tendlc): add service with brand and campaign read methods
kshahbw 9850c02
test(tendlc): lock error type/status contract and cover account-ID es…
kshahbw 42ad330
feat(customerprofile): add service with list and get
kshahbw 2afd4a9
refactor(api): move response envelope and query encoding out of tendlc
kshahbw 7b1adec
feat(auth): add tendlc tri-state and customer_profiles capabilities
kshahbw c055054
test(auth): cover tendlc/customer_profiles wiring against live role s…
kshahbw 78df52f
feat(tendlc): add status command probing Registration Center access
kshahbw 1a2f20d
fix(tendlc): always emit a stable status result on probe failure
kshahbw a246c8c
docs(agents): document the 10DLC capability tri-state and status probe
kshahbw 810e198
fix(tendlc): document status reason codes, guard empty flag error, co…
kshahbw 3058feb
fix(auth): derive tendlc tri-state from the campaign_management capab…
kshahbw d4de65e
Merge branch 'main' into feat/reg-center-10dlc-direct
kshahbw 15f688c
Merge branch 'main' into feat/reg-center-10dlc-direct
kshahbw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's what we use for Go, it's a commander. mostly used for building CLI packages