You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: removeFromHistory
Always null out entries in the main array
Otherwise, the resolver will only remove the first
object when removing multiple objects.
Signed-off-by: cubercsl <2014cais01@gmail.com>
Delay startup of p100 to wait for the contestFeed reading
When starting P100 we expect the CDS to have a contest and P100 to get that contest in the feed, currently we would get the teamnumber, get the team in the Contest concept for the logo which would fail as the feed is not done reading yet.
The proper fix would be to get the "global" property to get if we're done reading the feed and only then starting the presentation (for some of them) but finding that thread was hard.
Ship exceptions from the CDS to sentry
For every Trace.ERROR we now optionally also ship to Sentry. There are other calls which are informative from the CDS perspective which are logged to Sentry as they are important in the contest perspective.
fix: support file references with same name but different extensions
When there are two files with the same name but different extensions, use
a different href to refer to them.
This can happen when the folder contains logo.png and logo.svg, or any
other resource where there are two or more supported file extensions.
Fixes#1111.