Skip to content
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

[PM-17541] Fix folder service key definition #13060

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

shane-melton
Copy link
Member

@shane-melton shane-melton commented Jan 24, 2025

🎟️ Tracking

PM-17541

📔 Objective

Update the FOLDER_ENCRYPTED_FOLDERS key definition key back to folders and write a migration script to revert any users that may have updated to the folder key.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

…ration script for users that have switched to the incorrect key
@shane-melton shane-melton marked this pull request as ready for review January 24, 2025 17:20
@shane-melton shane-melton requested review from a team as code owners January 24, 2025 17:20
justindbaur
justindbaur previously approved these changes Jan 24, 2025
gbubemismith
gbubemismith previously approved these changes Jan 24, 2025
Copy link
Contributor

github-actions bot commented Jan 24, 2025

Logo
Checkmarx One – Scan Summary & Details0856ae96-b8ae-4933-b01f-d4e5220aaf38

Great job, no security vulnerabilities found in this Pull Request

@gbubemismith
Copy link
Member

@shane-melton I think there are some type check issues

Jingo88
Jingo88 previously approved these changes Jan 24, 2025
@justindbaur
Copy link
Member

@shane-melton I think there are some type check issues

Probably because the test doesn't have:

// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore

like the test you based it on. Feel free to add it or fix the issue, I'll approve either.

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.12%. Comparing base (dd1047c) to head (d943361).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13060      +/-   ##
==========================================
+ Coverage   35.10%   35.12%   +0.01%     
==========================================
  Files        3000     3001       +1     
  Lines       91332    91349      +17     
  Branches    17095    17097       +2     
==========================================
+ Hits        32065    32082      +17     
  Misses      56762    56762              
  Partials     2505     2505              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shane-melton shane-melton merged commit b1744c4 into main Jan 24, 2025
85 of 86 checks passed
@shane-melton shane-melton deleted the vault/pm-17541/fix-folder-key-migration branch January 24, 2025 18:12
shane-melton added a commit that referenced this pull request Jan 24, 2025
* [PM-17541] Switch folder key definition back to "folders" and add migration script for users that have switched to the incorrect key

* [PM-17541] Fix import path

* [PM-17541] Fix implicit any in spec file

(cherry picked from commit b1744c4)
shane-melton added a commit that referenced this pull request Jan 24, 2025
* [PM-17541] Switch folder key definition back to "folders" and add migration script for users that have switched to the incorrect key

* [PM-17541] Fix import path

* [PM-17541] Fix implicit any in spec file

(cherry picked from commit b1744c4)
shane-melton added a commit that referenced this pull request Jan 24, 2025
* [PM-17541] Switch folder key definition back to "folders" and add migration script for users that have switched to the incorrect key

* [PM-17541] Fix import path

* [PM-17541] Fix implicit any in spec file

(cherry picked from commit b1744c4)
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.

4 participants