Jonathan Takahashi

Results 52 issues of Jonathan Takahashi

Only include error traces in REST responses when debug mode is enabled. Always log errors to stderr.

When algorithm workflows are launched from Tator, the field `workflow.spec.serviceAccountName` should be specified in the workflow definition. This should be added to `JobCluster` database objects as an optional field. If...

Although we do retry on multipart upload `PUT` requests for individual chunks, currently multipart upload completion is not retried on failure. The ideal approach is to introduce retries to all...

`File` objects are currently using NFS, although they can be fairly large and this is not scalable. Need to also define a migration plan for existing `File` objects.

If an organization admin attempts to create an invitation for a user who is already affiliated with an organization, the front end should prevent this with an error message.

good first issue

Because Tator can support a large number of object storage providers and storage configurations, it is difficult to ensure full support for archive and restore. In addition the best strategy...

New json field in media should include a list of icons used to indicate media status. This could include archive status, review status, or other flags useful for analytics workflows.

I was having a lot of trouble with anaconda so made this docker image, thank you for the great work

Using the following `s3proxy.conf` for an AWS S3 bucket: ``` s3proxy.endpoint=http://0.0.0.0:8085 s3proxy.authorization=none jclouds.provider=aws-s3 jclouds.identity=#################### jclouds.credential=#################################### jclouds.region=us-east-2 ``` I am able to complete a multipart upload successfully with `aws s3 cp...

As part of deprecation of `tator_user_sections`, only create explicit sections in the front end