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

Feature: Personalize (Schemas) #5398

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

bblommers
Copy link
Collaborator

Initial implementation of the Personalize-service.

It only covers a small subset of the operations, but this should make subsequent PR's easier.

Closes #3785

@bblommers bblommers added this to the 4.0.1 milestone Aug 16, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #5398 (387c75d) into master (5d897cc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #5398   +/-   ##
=======================================
  Coverage   96.05%   96.06%           
=======================================
  Files         708      713    +5     
  Lines       70991    71068   +77     
=======================================
+ Hits        68192    68269   +77     
  Misses       2799     2799           
Flag Coverage Δ
servertests 35.82% <31.16%> (-0.01%) ⬇️
unittests 95.99% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
moto/backend_index.py 100.00% <ø> (ø)
moto/__init__.py 98.55% <100.00%> (+0.01%) ⬆️
moto/personalize/__init__.py 100.00% <100.00%> (ø)
moto/personalize/exceptions.py 100.00% <100.00%> (ø)
moto/personalize/models.py 100.00% <100.00%> (ø)
moto/personalize/responses.py 100.00% <100.00%> (ø)
moto/personalize/urls.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bblommers bblommers merged commit c2d07e0 into getmoto:master Aug 23, 2022
@bblommers bblommers deleted the feature/personalize branch August 23, 2022 18:41
@github-actions
Copy link
Contributor

This is now part of moto >= 4.0.1.dev9

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.

Feature Request: Personalize support
2 participants