WIP: Dodaj wsparcie dla Dockera #128

Draft
d33tah wants to merge 44 commits from d33tah/rentgen:develop into develop
3 changed files with 5 additions and 4 deletions
Showing only changes of commit c5cc840aef - Show all commits

View File

@ -106,7 +106,6 @@ export default function StolenDataCluster({
cookiesOnly,
cookiesOrOriginOnly,
detailsVisibility,
refreshToken,
}: {
origin: string;
shorthost: string;
@ -114,7 +113,6 @@ export default function StolenDataCluster({
cookiesOnly: boolean;
cookiesOrOriginOnly: boolean;
detailsVisibility: boolean;
refreshToken?: number;
}) {
const cluster = getMemory().getClustersForOrigin(origin)[shorthost];
const fullHosts = cluster.getFullHosts();

View File

@ -43,7 +43,6 @@ export function StolenData({
origin={origin}
shorthost={cluster.id}
key={cluster.id + origin}
refreshToken={eventCounts[cluster.id] || 0}
minValueLength={minValueLength}
cookiesOnly={cookiesOnly}
cookiesOrOriginOnly={cookiesOrOriginOnly}

View File

@ -109,7 +109,11 @@ export class StolenDataEntry extends SaferEmitter {
.map((kv) => kv.split('='))
);
} catch (e) {
// failed to parse as query string, safe to ignore
// failed to parse as query string
console.log(
'Failed attempt to parse hash location as query string, probably safe to ignore:',
e
);
}
}
const searchParams = Object.fromEntries(