microsoft / spektate

This project is a visualization tool for https://github.com/microsoft/bedrock

Home Page:http://spektate-cd.centralus.azurecontainer.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't see anything on the site with a lot of old data

huyenvv90 opened this issue · comments

We've applied the spektate a few months ago (just in pipelines) without running the spektate site.
Now, we've run them. But the site didn't show anything. I checked in az storage table, it has a lot of data.
Then I run and debug this site locally and I found the problems in method exports.parseDeploymentsFromDB (IDeployment.js file in node_modules):

  • const p1 = srcPipeline.getListOfBuilds(srcBuildIds); didn't return anything with ~1k length of srcBuildIds
  • batch.deleteEntity(entry); raised errors when delete 100th item and more.

Hi @huyenvv90, sorry about this issue you are facing. I will work on creating a spektate package update that resolves this issue shortly.