Charles Overbeck

Results 90 issues of Charles Overbeck

A workflow could have binary files, such as compiled code, images, etc. TRS does not have a way to serve up binaries; the [FileWrapper](https://github.com/ga4gh/tool-registry-service-schemas/blob/develop/openapi/openapi.yaml#L752) object returns a JSON object with...

enhancement

**Describe the bug** If you navigate to a workflow, then to a tool, the progress bar never stops on the tool page. If you have the console open, you can...

bug
gui

**Describe the bug** I noticed several errors in the console when editing a version tag. I assume they're being ignored by the browser, that the browser is not validating the...

bug
gui
review

**Describe the bug** In verifying [SEAB-5993], I noticed that a couple of headers were missing in the response. **To Reproduce** Steps to reproduce the behavior: 1. `curl -I -X 'GET'...

bug
web-service

**Describe the bug** When a user attempts to view their GitHub App logs, they get an error. The user is a member of the GitHub org, but only has permissions...

bug

SPLIT UP INTO TIX BY PLATFORM** [~accountid:5ad7afeb1db05e2a66fa947b] ## Feature Request The Launch with buttons for FireCloud, DNAstack, and DNAnexus only appear on the Workflow page. If feasible, we should add...

enhancement
gui

**Is your feature request related to a problem? Please describe.** A Dockstore user whose GitHub account is added to an GitHub organization does not automatically see the GitHub's organization workflows...

enhancement
web-service
gui

**Describe the bug** The Copy TRS ID button returns the **previous** workflow's TRS ID. Unless there was no previous workflow, then it copies the correct one. Happens in both staging...

bug
gui
review

**Describe the bug** A user ran into a constraint violation because of a duplicate workflow name. The message in the GitHub App logs was not useful in diagnosing the problem,...

bug
web-service

**Description** During Zenodo DOI harvesting, checks Zenodo rate limit remaining and waits until the limit is reset. Not wild about doing `Thread.sleep()` in handling a request, but I did add...