Skip to content

Commit

Permalink
Merge branch 'HumanSignal:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipRDI authored Aug 6, 2024
2 parents 792f4d9 + d660198 commit d520496
Show file tree
Hide file tree
Showing 82 changed files with 21,864 additions and 974 deletions.
141 changes: 141 additions & 0 deletions .mock/definition/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1925,3 +1925,144 @@ types:
comment_authors:
type: optional<list<integer>>
docs: List of comment authors' IDs for this task
Workspace:
properties:
id:
type: optional<integer>
docs: Unique ID of the workspace
title:
type: optional<string>
docs: Workspace title
description:
type: optional<string>
docs: Workspace description
is_public:
type: optional<boolean>
docs: Whether the workspace is public or not
is_personal:
type: optional<boolean>
docs: Whether the workspace is personal or not
is_archived:
type: optional<boolean>
docs: Whether the workspace is archived or not
created_at:
type: optional<datetime>
docs: Creation time of the workspace
updated_at:
type: optional<datetime>
docs: Last updated time of the workspace
created_by:
type: optional<integer>
docs: User ID of the workspace creator
color:
type: optional<string>
docs: Workspace color
S3SImportStorageStatus:
enum:
- initialized
- queued
- in_progress
- failed
- completed
S3SImportStorage:
properties:
id: optional<integer>
synchronizable: optional<boolean>
presign: optional<boolean>
last_sync:
type: optional<datetime>
docs: Last sync finished time
last_sync_count:
type: optional<integer>
docs: Count of tasks synced last time
last_sync_job:
type: optional<string>
docs: Last sync job ID
validation:
maxLength: 256
status: optional<S3SImportStorageStatus>
traceback:
type: optional<string>
docs: Traceback report for the last failed sync
meta:
type: optional<map<string, unknown>>
docs: Meta and debug information about storage processes
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
description:
type: optional<string>
docs: Cloud storage description
created_at:
type: optional<datetime>
docs: Creation time
bucket:
type: optional<string>
docs: S3 bucket name
prefix:
type: optional<string>
docs: S3 bucket prefix
regex_filter:
type: optional<string>
docs: Cloud storage regex for filtering objects
use_blob_urls:
type: optional<boolean>
docs: Interpret objects as BLOBs and generate URLs
region_name:
type: optional<string>
docs: AWS Region
external_id:
type: optional<string>
docs: AWS External ID
role_arn:
type: optional<string>
docs: AWS Role ARN
s3_endpoint:
type: optional<string>
docs: S3 Endpoint
presign_ttl:
type: optional<integer>
docs: Presigned URLs TTL (in minutes)
recursive_scan:
type: optional<boolean>
docs: Perform recursive scan over the bucket content
project:
type: integer
docs: A unique integer value identifying this project.
S3SExportStorage:
properties:
id: optional<integer>
title:
type: optional<string>
docs: Cloud storage title
validation:
maxLength: 256
description:
type: optional<string>
docs: Cloud storage description
created_at:
type: optional<datetime>
docs: Creation time
bucket:
type: optional<string>
docs: S3 bucket name
prefix:
type: optional<string>
docs: S3 bucket prefix
external_id:
type: optional<string>
docs: AWS External ID
role_arn:
type: optional<string>
docs: AWS Role ARN
region_name:
type: optional<string>
docs: AWS Region
s3_endpoint:
type: optional<string>
docs: S3 Endpoint
project:
type: integer
docs: A unique integer value identifying this project.
12 changes: 6 additions & 6 deletions .mock/definition/annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ service:
rotation: 0
values:
rectanglelabels:
'0': Person
- Person
created_username: created_username
created_ago: created_ago
completed_by: 1
Expand Down Expand Up @@ -174,7 +174,7 @@ service:
rotation: 0
values:
rectanglelabels:
'0': Person
- Person
was_cancelled: false
ground_truth: true
response:
Expand All @@ -195,7 +195,7 @@ service:
rotation: 0
values:
rectanglelabels:
'0': Person
- Person
created_username: created_username
created_ago: created_ago
completed_by: 1
Expand Down Expand Up @@ -258,7 +258,7 @@ service:
rotation: 0
values:
rectanglelabels:
'0': Person
- Person
created_username: created_username
created_ago: created_ago
completed_by: 1
Expand Down Expand Up @@ -379,7 +379,7 @@ service:
rotation: 0
values:
rectanglelabels:
'0': Person
- Person
was_cancelled: false
ground_truth: true
response:
Expand All @@ -400,7 +400,7 @@ service:
rotation: 0
values:
rectanglelabels:
'0': Person
- Person
created_username: created_username
created_ago: created_ago
completed_by: 1
Expand Down
6 changes: 2 additions & 4 deletions .mock/definition/dataManager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ service:
response:
body:
columns:
'0':
id: id
- id: id
title: ID
type: Number
help: Task ID
Expand All @@ -42,8 +41,7 @@ service:
explore: true
labeling: false
project_defined: false
'1':
id: completed_at
- id: completed_at
title: Completed
type: Datetime
target: tasks
Expand Down
Loading

0 comments on commit d520496

Please sign in to comment.