Conversation
📝 WalkthroughWalkthroughThis pull request adds a new public method Changes
Sequence Diagram(s)sequenceDiagram
participant Caller
participant SP as StorageProvider
Caller->>SP: safe_print(query)
SP->>SP: _safe_to_print_url(query)
SP-->>Caller: returns sanitized URL
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)`**/*.py`: Do not try to improve formatting. Do not suggest ...
🔇 Additional comments (1)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🤖 I have created a release *beep* *boop* --- ## [0.3.0](v0.2.1...v0.3.0) (2025-03-14) ### Features * Implement new safe_print method ([#32](#32)) ([a72941c](a72941c)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Adds the new safe_print method (snakemake/snakemake-interface-storage-plugins#54) to censor information in the XRootD URL.
Summary by CodeRabbit