8000 Tags · icpctools/icpctools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: icpctools/icpctools

Tags

v2.6.1207

Toggle v2.6.1207's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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>

v2.6.1206

Toggle v2.6.1206's commit message
Revert "Delay startup of p100 to wait for the contestFeed reading"

This reverts commit bf91955.

We still didn't get the logo and this got too slow.

v2.6.1205

Toggle v2.6.1205's commit message
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.

v2.6.1203

Toggle v2.6.1203's commit message
Show runs for spectators as per new access policy

v2.6.1202

Toggle v2.6.1202's commit message
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.

v2.6.1201

Toggle v2.6.1201's commit message
Fix scoreboard total time logic

v2.6.1200

Toggle v2.6.1200's commit message
Add floor map for NAC 2025

v2.6.1199

Toggle v2.6.1199's commit message
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.

v2.6.1198

Toggle v2.6.1198's commit message
Fix wrong return type

v2.6.1197

Toggle v2.6.1197's commit message
Fallback to overall width/height if/when viewport is missing

0