-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[WIP] Support nested folders on Bitwarden import #12202
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #12202 +/- ##
===========================================
+ Coverage 63.89% 63.91% +0.01%
===========================================
Files 369 369
Lines 38943 38979 +36
===========================================
+ Hits 24882 24910 +28
- Misses 14061 14069 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Try this plan again |
I've implemented nested folder support for Bitwarden imports. The solution parses folder names with forward slashes (like "Socials/Forums") and creates the proper hierarchy. For example, "Work/Projects/Client A" now creates a Work group containing a Projects group containing a Client A group. The implementation includes a new test case and maintains backward compatibility with simple folder names. Commit: 5d83fbb |
Co-authored-by: droidmonkey <[email protected]>
5d83fbb
to
df4de58
Compare
Check your solution again now that you have new instructions and environment |
Co-authored-by: droidmonkey <[email protected]>
I've reviewed my solution thoroughly with the new instructions and environment: ✅ Build & Tests: Code builds successfully and all tests pass (including my new nested folder test) The solution follows KeePassXC patterns and successfully implements the Bitwarden nested folder feature as specified in the issue. Commit: cd22010 Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.
Original issue description:
Fixes #11491.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.