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

Remove Personas #285

Merged
merged 6 commits into from
Jun 13, 2024
Merged

Remove Personas #285

merged 6 commits into from
Jun 13, 2024

Conversation

MelissaAutumn
Copy link
Member

Fixes #284

There's two commands added here:

  • output_personas - Writes the persona id, name, and relative path to a ./personas.csv. I'm expecting that csv to be around 60-100mb. 😱
  • delete_personas - Deletes persona and addons

I've also added a hard parameter (matching some other delete functions) to hard delete an addon. By default they soft delete (and also that sends an email to the addon owner 😱) which basically sets the status to deleted and removes it from normal object listing. We don't need these anymore, so lets just remove it entirely from the db.

After I get the csv of personas I'll create a github repo with some markdown lists pointing to AMO. (Might have to the files down by by alphabetical order.)

@MelissaAutumn MelissaAutumn requested a review from Sancus May 24, 2024 19:43
@MelissaAutumn MelissaAutumn self-assigned this May 24, 2024
Copy link

github-actions bot commented May 24, 2024

Test Results

5 491 tests  +10   5 402 ✅ +8   27m 34s ⏱️ +17s
    1 suites ± 0      25 💤 ±0 
    1 files   ± 0      64 ❌ +2 

For more details on these failures, see this check.

Results for commit 11a34af. ± Comparison against base commit 414d9fe.

♻️ This comment has been updated with latest results.

@MelissaAutumn
Copy link
Member Author

Updated the destroy test to include other addon types. Test still passes.

@Sancus Sancus merged commit 6a28705 into master Jun 13, 2024
0 of 2 checks passed
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.

Remove personas
2 participants