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

refactor: Migrate update and delete of lists to Tapir #3013

Merged
merged 10 commits into from Feb 2, 2024

Conversation

seakayone
Copy link
Collaborator

@seakayone seakayone commented Jan 30, 2024

Pull Request Checklist

Task Description/Number

based on #3012 which has to be merged first.

Migrates update and delete related /admin/lists endpoints to Tapir, including

  • PUT /admin/lists/**
  • DELETE /admin/lists/**

PR Type

  • build/chore: maintenance tasks (no production code change)
  • docs: documentation changes (no production code change)
  • feat: represents new features
  • fix: represents bug fixes
  • perf: performance improvements
  • refactor: represents production code refactoring
  • test: adding or refactoring tests (no production code change)

Basic requirements for bug fixes and features

  • Tests for the changes have been added
  • Docs have been added / updated

Does this PR introduce a breaking change?

  • Yes

Does this PR change client-test-data?

  • Yes

@seakayone seakayone self-assigned this Jan 30, 2024
@seakayone seakayone changed the base branch from main to refactor/migrate-get-lists-to-tapir January 30, 2024 22:25
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eac5751) 11.74% compared to head (f76e1a0) 88.42%.
Report is 38 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3013       +/-   ##
===========================================
+ Coverage   11.74%   88.42%   +76.68%     
===========================================
  Files         246      260       +14     
  Lines       22907    22951       +44     
===========================================
+ Hits         2690    20295    +17605     
+ Misses      20217     2656    -17561     

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

@seakayone seakayone changed the title refactor: Migrate update lists to tapir refactor: Migrate update of lists PUT /admin/lists/** to tapir Jan 31, 2024
@seakayone seakayone marked this pull request as ready for review January 31, 2024 10:11
@seakayone seakayone changed the title refactor: Migrate update of lists PUT /admin/lists/** to tapir refactor: Migrate update and delete of lists to Tapir Feb 1, 2024
Base automatically changed from refactor/migrate-get-lists-to-tapir to main February 1, 2024 09:46
@seakayone seakayone force-pushed the refactor/migrate-update-lists-to-tapir branch from 6917e63 to 9d9a8a2 Compare February 1, 2024 10:03
Copy link
Collaborator

@mpro7 mpro7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, thanks! Only one suggestion below:

@seakayone seakayone merged commit dafaffb into main Feb 2, 2024
13 checks passed
@seakayone seakayone deleted the refactor/migrate-update-lists-to-tapir branch February 2, 2024 10:57
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.

None yet

2 participants