Skip to content

Add an endpoint that accepts an arbitrary JSON manifest#3971

Open
portuu3 wants to merge 4 commits into
developfrom
unknown-manifest
Open

Add an endpoint that accepts an arbitrary JSON manifest#3971
portuu3 wants to merge 4 commits into
developfrom
unknown-manifest

Conversation

@portuu3

@portuu3 portuu3 commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

Issue tracking

NA

Context behind the change

Add an endpoint that accepts an arbitrary JSON manifest

How has this been tested?

Staging: https://amoy.polygonscan.com/address/0x31a219aeD1F5C51767c6F5d276e1A0C12Ea9051F

Release plan

NA

Potential risks; What to monitor; Rollback plan

NA

@portuu3 portuu3 requested a review from Dzeranov July 14, 2026 11:14
@portuu3 portuu3 self-assigned this Jul 14, 2026
@portuu3 portuu3 moved this to In Review in Core tech - 2026 (H1) Jul 14, 2026
@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

5 Skipped Deployments
Project Deployment Actions Updated (UTC)
faucet-frontend Ignored Ignored Preview Jul 16, 2026 7:04am
faucet-server Ignored Ignored Preview Jul 16, 2026 7:04am
human-app Skipped Skipped Jul 16, 2026 7:04am
human-dashboard-frontend Skipped Skipped Jul 16, 2026 7:04am
staking-dashboard Skipped Skipped Jul 16, 2026 7:04am

Request Review

@vercel vercel Bot temporarily deployed to Preview – staking-dashboard July 14, 2026 11:35 Inactive
@vercel vercel Bot temporarily deployed to Preview – human-app July 14, 2026 11:35 Inactive
@vercel vercel Bot temporarily deployed to Preview – human-dashboard-frontend July 14, 2026 11:35 Inactive
}

export enum CvatJobType {
IMAGE_LABEL_BINARY = 'image_label_binary',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have image_label_binary so we can remove that.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dzeranov do you want to remove it from CVAT oracles also?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In CVAT oracles it's just a leftover from one of the previous implementations so we can safely remove it from JL.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is ready then

status: 401,
description: 'Unauthorized. Missing or invalid credentials.',
})
@Post('/unknown-manifest')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@Post('/unknown-manifest')
@Post('/manifest-quick-launch')

I believe it's a bit better than 'unknown manifest'.

@vercel vercel Bot temporarily deployed to Preview – human-dashboard-frontend July 15, 2026 13:02 Inactive
@vercel vercel Bot temporarily deployed to Preview – human-app July 15, 2026 13:02 Inactive
@vercel vercel Bot temporarily deployed to Preview – staking-dashboard July 15, 2026 13:02 Inactive
@portuu3 portuu3 requested a review from Dzeranov July 15, 2026 13:03
@vercel vercel Bot temporarily deployed to Preview – human-app July 16, 2026 07:04 Inactive
@vercel vercel Bot temporarily deployed to Preview – staking-dashboard July 16, 2026 07:04 Inactive
@vercel vercel Bot temporarily deployed to Preview – human-dashboard-frontend July 16, 2026 07:04 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

2 participants