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

Release 1.2.8 #349

Merged
merged 16 commits into from
Sep 13, 2024
Merged

Release 1.2.8 #349

merged 16 commits into from
Sep 13, 2024

Conversation

diasnad
Copy link
Contributor

@diasnad diasnad commented Sep 13, 2024

  • FP-2935: Default flow parameters not showing when clicking the edit button
  • FP-2946: IDE - Topics - Deleting the "Label" filter from lib-ide BaseStore results in a 500 response in certain conditions

andreparames and others added 14 commits September 2, 2024 15:48
The frontend is not getting the events from Redis when packages
are imported. This is because it was only subscribed to records
with Labels, and not all records have them. This commit makes
the pattern of the subscription wider, so that all events are
sent from the backend.
The code was assuming that the event data of an updated
record/document always contained its Name. But sometimes the
pattern may not be a subscription to that specific document, but
a more generic one (like Name:"*"), and so in that case, the first
pattern may not matched that assumption.

This commit updates the code to read the document name from the
event's "key" structure instead.
…o-doc-updates

BP-1200: Fix subscription to doc updates
[FP-2946](https://movai.atlassian.net/browse/FP-2946): Deleting the "Label" filter from lib-ide BaseStore results in a 500 response in certain conditions
…ot-showing-when-clicking-the-edit-button

FP-2935: Default flow parameters not showing when clicking the edit b…
@diasnad diasnad requested a review from a team as a code owner September 13, 2024 10:26
quirinpa
quirinpa previously approved these changes Sep 13, 2024
EdwardAngeles
EdwardAngeles previously approved these changes Sep 13, 2024
@diasnad diasnad dismissed stale reviews from EdwardAngeles and quirinpa September 13, 2024 13:58

The merge-base changed after approval.

Copy link

sonarcloud bot commented Sep 13, 2024

@diasnad diasnad merged commit 9aa645b into main Sep 13, 2024
5 checks passed
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.

4 participants