refactor: consolidate website response parsing and stabilize facade naming#1
refactor: consolidate website response parsing and stabilize facade naming#1inwardflow wants to merge 10 commits intomasterfrom
Conversation
|
Pushed a follow-up commit for write-side facade stabilization. Additional changes
Verification
Latest commit: |
|
Follow-up API cleanup pushed. Based on the decision to treat this SDK as pre-1.0 and avoid compatibility baggage, the website facade no longer keeps deprecated alias methods. Additional cleanup
Verification
Latest commit: |
|
Another follow-up refactor pushed. Additional changes
Verification
Latest commit: |
|
Pushed another follow-up refactor focused on string-heavy website facade commands. Additional changes
Verification
Latest commit: |
|
Added another focused refactor increment in What changed:
Validation:
Note:
|
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 29330820 | Triggered | Username Password | 055c83f | src/test/java/net/heimeng/sdk/btapi/integration/FtpIntegrationTest.java | View secret |
| 29330821 | Triggered | Generic Password | 055c83f | src/test/java/net/heimeng/sdk/btapi/facade/DatabaseFacadeRequestsTest.java | View secret |
| 29330821 | Triggered | Generic Password | 055c83f | src/test/java/net/heimeng/sdk/btapi/facade/DatabaseOperationsTest.java | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
|
Added another focused refactor increment in What changed:
Validation:
Note:
|
Summary
This PR continues the second large refactor pass for the website module and prepares the SDK for a cleaner public GitHub release surface.
Core changes
WebsiteOperationsread-side naming towardlist*Tests
Docs
Commit breakdown
refactor: consolidate website response parsingtest: cover website parser abstractionsdocs: document website parsing conventionsVerification
./mvnw verifyPrivacy check
src/test/resources/application-test.propertiesvalues were committed.idea/,tmp/, or other local workspace artifacts were includedNotes