created endpoints for getting entities with assigned tags#1948
Merged
ssuvorov-fls merged 16 commits intomasterfrom Jan 18, 2022
Merged
created endpoints for getting entities with assigned tags#1948ssuvorov-fls merged 16 commits intomasterfrom
ssuvorov-fls merged 16 commits intomasterfrom
Conversation
…ional_tag_endpoints
…ional_tag_endpoints
anton-abushkevich
approved these changes
Oct 29, 2021
Contributor
There was a problem hiding this comment.
fixed some issues (see 520947b):
- wrong permissions (byTag instead of byTags)
- add null checks
m0nhawk
pushed a commit
to uc-cdis/WebAPI
that referenced
this pull request
Jan 26, 2022
* Implemented logic of reusable components and their tagging * renamed migration script * Reusables implementation - fixes and additions (Atlas #2623) * Cohort exit date text is wrong in Atlas > Prediction > Population settings #2622 (OHDSI#1944) (cherry picked from commit af00e1c) * added versioning to reusables(OHDSI#1939) * Reusables implementation (#2623) WIP * moved some permissions to role "moderator"(OHDSI#1939) * fixed after review(OHDSI#1939) * added endpoint for copying reusable(OHDSI#1939) * created endpoints for getting entities with assigned tags(OHDSI#1946) * enabled security for new endpoints(OHDSI#1946) * revert server.port configuration * created endpoints for getting entities with assigned tags(OHDSI#1946) - fixes Co-authored-by: Sergey Suvorov <sergey.suvorov@odysseusinc.com> Co-authored-by: Anton Abushkevich <anton.abushkevich@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #1946
all tags from service parameter list must pe assigned to entity
example of rest call
security must be disabled in AtlasSecurity.setupProtectedPath for manual testing
addRestPath("/cohort-characterization/byTags")