e2corporation commented on issue #3237: URL: https://github.com/apache/incubator-devlake/issues/3237#issuecomment-1261142352
> > @likyh I don't think there's anything refactoring needed at this point, what exact bugs do you mean by "several bugs" ? > > Let's look at the bugs one by one. > > 1. ~the `setInterval` will never stop. (fixed before)~ > 2. When open this page, the delicate request `pipelines/17` and `pipelines/17/tasks` are sent at once. >  Yes this is desired behavior, tasks are not bundled with the pipeline details, we associate the related tasks to the pipeline object after fetching related tasks. > 3. the request `/api/plugins/gitlab/connection/1` is sent when try to edit jira connection. There are no gitlab connection. >  There isn't a gitlab connection here yes on the blueprint, but at a higher level we need to be aware of all connections available (DSM Hook builds the all connections list). So what you are seeing is the effect of All connections being fetched. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
