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

[#3688] Phase 1 - Add Objecttypes API endpoints #3860

Merged

Conversation

Viicos
Copy link
Contributor

@Viicos Viicos commented Feb 9, 2024

@Viicos Viicos linked an issue Feb 9, 2024 that may be closed by this pull request
33 tasks
Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f132096) 96.34% compared to head (c535ba2) 96.33%.

Additional details and impacted files
@@                     Coverage Diff                     @@
##           feature/3688-phase1-end    #3860      +/-   ##
===========================================================
- Coverage                    96.34%   96.33%   -0.01%     
===========================================================
  Files                          708      711       +3     
  Lines                        22187    22233      +46     
  Branches                      2545     2548       +3     
===========================================================
+ Hits                         21375    21418      +43     
- Misses                         565      568       +3     
  Partials                       247      247              

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

@Viicos Viicos marked this pull request as draft February 12, 2024 09:50
@Viicos Viicos force-pushed the feature/3688-objecttypes-api-endpoints branch from 7511fc9 to 0787384 Compare February 12, 2024 15:13
@Viicos Viicos force-pushed the feature/3688-objecttypes-api-endpoints branch from 0d8adaf to 30d7062 Compare February 12, 2024 15:52
@Viicos Viicos marked this pull request as ready for review February 12, 2024 15:53
def setUp(self) -> None:
super().setUp()

self.endpoint = reverse_lazy("api:objects_api:object-types")
Copy link
Member

Choose a reason for hiding this comment

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

FYI - you can just use reverse_lazy with a class attribute for these kind of situations

@sergei-maertens sergei-maertens merged commit 8bf5568 into feature/3688-phase1-end Feb 13, 2024
24 of 25 checks passed
@sergei-maertens sergei-maertens deleted the feature/3688-objecttypes-api-endpoints branch February 13, 2024 10:49
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.

Objects API registration backend - Improve JSON content field / mapping editor
2 participants