Denis Papp
Denis Papp
+ RunService: added RunStepList() and RunStep() + MessageService: added MessageRetrieve()
REPRO: 1. clone the repo on a Windows machine 2. try to checkout 3. observe it fails due to invalid filenames on Windows (due to ">" and ":") due to...
There is a button in cBioPortal that says "download TSV" but the file you download is actually JSON format, even though it has a TSV extension. This is specific to...
## Summary Fixes some warnings that appear in the browser console when loading GroupComparisonPage. ## Warnings fixed Primarily warnings originating from prop_types package validation. - Warning: Failed prop type: The...
## BACKGROUND Without this commit, it is not possible to checkout the repo in a Windows environment (and possibly others) There are 5 screenshots under e2etests that have invalid path...
## Summary This PR addresses all requirements for [RFC87](https://docs.google.com/document/d/1aVs9uva7OEqoxOZLflsFbo3c4_uogKpDH8uLEVNmF9k/edit#heading=h.btohl122j9ni), which involves conditionally adding a button to the GroupComparison data tables (only visible to relevant users), then launching the external tool...
This is a no-code update. It updates the .gitignore and the readme. ## Changes - .gitignore: added ".vs" folder for users using Visual Studio - readme: updated to improve experience...
### Windows Version Microsoft Windows [Version 10.0.19045.4529] ### WSL Version 2.2.4.0 ### Are you using WSL 1 or WSL 2? - [X] WSL 2 - [ ] WSL 1 ###...
## REPRO 1. go to a markdown document in the repo using the github website. E.g. https://github.com/cBioPortal/cbioportal/blob/master/docs/Architecture-Overview.md 2. note the URL path is {branchname}/docs/.... 3. click on a markdown link...