Skip to content

Conversation

yagudin10
Copy link
Member

No description provided.

@SychevAndrey SychevAndrey marked this pull request as ready for review July 23, 2025 13:59
Wroud
Wroud previously approved these changes Jul 24, 2025
devnaumov
devnaumov previously approved these changes Jul 28, 2025
Wroud
Wroud previously approved these changes Aug 4, 2025
# Conflicts:
#	server/bundles/io.cloudbeaver.model/src/io/cloudbeaver/model/session/BaseWebSession.java
sergeyteleshev
sergeyteleshev previously approved these changes Sep 16, 2025
Nexus6v2
Nexus6v2 previously approved these changes Sep 16, 2025
@yagudin10 yagudin10 dismissed stale reviews from sergeyteleshev and Nexus6v2 via 092dba1 September 18, 2025 07:59
Wroud
Wroud previously approved these changes Sep 18, 2025
Comment on lines +160 to +167
this.projectInfoEventHandler.onEvent<IProjectInfoEvent>(
ServerEventId.CbRmProjectUpdated,
e => {
this.projectInfoResource.markOutdated(e.projectId);
},
undefined,
this.projectInfoResource,
);
Copy link
Contributor

Choose a reason for hiding this comment

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

it is a bit weird that we subscribe for events here in the service instead of directly in resource
I would rather move these 2 event handlers inside projectInfoResource

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.

8 participants