Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clickhouse #5047

Merged
merged 0 commits into from
Nov 22, 2024
Merged

Clickhouse #5047

merged 0 commits into from
Nov 22, 2024

Conversation

alisman
Copy link
Collaborator

@alisman alisman commented Nov 19, 2024

Fix cBioPortal/cbioportal# (see https://help.github.com/en/articles/closing-issues-using-keywords)

Describe changes proposed in this pull request:

  • a
  • b

Checks

  • Has tests or has a separate issue that describes the types of test that should be created. If no test is included it should explicitly be mentioned in the PR why there is no test.
  • The commit log is comprehensible. It follows 7 rules of great commit messages. For most PRs a single commit should suffice, in some cases multiple topical commits can be useful. During review it is ok to see tiny commits (e.g. Fix reviewer comments), but right before the code gets merged to master or rc branch, any such commits should be squashed since they are useless to the other developers. Definitely avoid merge commits, use rebase instead.
  • Is this PR adding logic based on one or more clinical attributes? If yes, please make sure validation for this attribute is also present in the data validation / data loading layers (in backend repo) and documented in File-Formats Clinical data section!

Any screenshots or GIFs?

If this is a new visual feature please add a before/after screenshot or gif
here with e.g. Giphy CAPTURE or Peek

Notify reviewers

Read our Pull request merging
policy
. It can help to figure out who worked on the
file before you. Please use git blame <filename> to determine that
and notify them either through slack or by assigning them as a reviewer on the PR

@@ -2339,6 +2395,78 @@ export default class CBioPortalAPIInternal {
return response.body;
});
};
fetchClinicalEventsMetaUsingPOSTURL(parameters: {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@haynescd can you help review the changes to the api here. did we introduce this new endpoint?

@@ -7314,6 +7608,78 @@ export default class CBioPortalAPIInternal {
return response.body;
});
};
fetchSurvivalDataUsingPOSTURL(parameters: {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@haynescd this is another one that puzzles me.

@alisman alisman force-pushed the clickhouse branch 2 times, most recently from 950bfe0 to ecba99f Compare November 22, 2024 18:43
@alisman alisman merged commit ecba99f into cBioPortal:clickhouse Nov 22, 2024
1 of 2 checks passed
@alisman alisman deleted the clickhouse branch November 22, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant