Skip to content

chore: reduce tag header by removing ManyToOne relations from tags list #7227

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

Open
wants to merge 7 commits into
base: devel
Choose a base branch
from

Conversation

usu
Copy link
Member

@usu usu commented Apr 13, 2025

We rely on *ToMany relation tags to detect additions/removal to list (e.g. {activitiyId}#scheduleEntries listening for new scheduleEntries).

However, so far we haven't come across any usecase where we rely on a *ToOne tag.

As we have a better test coverage with various endpoints by now, I think it's safe to remove the ManyToOne tags at the moment and hence reducing the tag list significantly. Can be revisited, in case we detect any issue when implementing additional endpoints.

@usu usu force-pushed the chore/cache-improvements-many-to-one branch from d4935d4 to d4ca7e3 Compare April 13, 2025 11:10
@BacLuc BacLuc added the test-flaky-e2e! Add this label to a PR to run e2e tests multiple times label Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-flaky-e2e! Add this label to a PR to run e2e tests multiple times
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants