Skip to content

Conversation

asottile-sentry
Copy link
Member

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 21, 2023
@asottile-sentry asottile-sentry force-pushed the asottile-named-args-drf-serializers branch from 4029bf4 to 4431f8d Compare July 21, 2023 18:10
path = serializers.CharField(required=False)
# TODO: define exact schema for value
# value = serializers.ListField(child=serializers.DictField(), allow_empty=True)
Copy link
Member Author

Choose a reason for hiding this comment

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

commenting this out since there are several types of requests that happen here -- some with no value, some with value as a map, some with value as a list

when I fixed the named argument it caused the SCIMTeam PATCH tests to fail

@asottile-sentry asottile-sentry force-pushed the asottile-named-args-drf-serializers branch from 4431f8d to c4ffedb Compare July 21, 2023 18:35
@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Merging #53354 (4431f8d) into master (7a826c9) will decrease coverage by 1.32%.
The diff coverage is n/a.

❗ Current head 4431f8d differs from pull request most recent head c4ffedb. Consider uploading reports for the commit c4ffedb to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #53354      +/-   ##
==========================================
- Coverage   79.53%   78.21%   -1.32%     
==========================================
  Files        4940     4915      -25     
  Lines      208111   207911     -200     
  Branches    35480    35447      -33     
==========================================
- Hits       165523   162627    -2896     
- Misses      37554    40113    +2559     
- Partials     5034     5171     +137     
Impacted Files Coverage Δ
src/sentry/api/endpoints/organization_stats_v2.py 100.00% <ø> (ø)
src/sentry/replays/validators.py 100.00% <ø> (ø)
src/sentry/scim/endpoints/teams.py 40.10% <ø> (-50.61%) ⬇️

... and 265 files with indirect coverage changes

@asottile-sentry asottile-sentry marked this pull request as ready for review July 21, 2023 18:39
@asottile-sentry asottile-sentry requested review from a team as code owners July 21, 2023 18:39
@asottile-sentry asottile-sentry enabled auto-merge (squash) July 21, 2023 19:00
@asottile-sentry asottile-sentry merged commit 47abeb0 into master Jul 21, 2023
@asottile-sentry asottile-sentry deleted the asottile-named-args-drf-serializers branch July 21, 2023 19:02
armenzg pushed a commit that referenced this pull request Jul 24, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Aug 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants