-
Notifications
You must be signed in to change notification settings - Fork 28
BB2-4266 - C4DIC Endpoint #1428
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
Draft
clewellyn-nava
wants to merge
32
commits into
master
Choose a base branch
from
clewellyn-nava/BB2-4266/C4DIC-endpoint
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+722
−208
Draft
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
18e3f34
iniital
clewellyn-nava 380d51c
fixing some import statements
clewellyn-nava d194ea6
add self to versions instance functions
clewellyn-nava 1f3cc0c
Merge branch 'master' into clewellyn-nava/BB2-4266/C4DIC-endpoint
clewellyn-nava 480fe3c
declare versions as static
clewellyn-nava f40fd2e
refactor the fhirapi views and util functions
clewellyn-nava b347722
fix comments on viewsets
clewellyn-nava 3e85c02
modifying protected capability statements and permission checking
clewellyn-nava 5e98104
dealing with query param issues and class structure
clewellyn-nava 3bfc4c7
add TODOs and fix fhir_id not being available in a "list"
clewellyn-nava c37389e
fix _format param, but raise additional question
clewellyn-nava 8f07591
Merge branch 'master' into clewellyn-nava/BB2-4266/C4DIC-endpoint
clewellyn-nava abd23c6
fixes from convo with Matt
clewellyn-nava b0d8ee2
more unit test fixes to urls
clewellyn-nava ab49edb
fix init initial split
clewellyn-nava 6b4b588
Merge branch 'master' into clewellyn-nava/BB2-4266/C4DIC-endpoint
JamesDemeryNava 5a8e9a5
Merge branch 'master' into clewellyn-nava/BB2-4266/C4DIC-endpoint
JamesDemeryNava ad0d4b0
Adding initial permissions checking
jadudm 00a0be6
Merge branch 'clewellyn-nava/BB2-4266/C4DIC-endpoint' of https://gith…
jadudm 23e22dc
Modify viewsets_base to look for read/search. Correct format=json in …
JamesDemeryNava a96d9ce
Fix failing unit tests
JamesDemeryNava 70f4826
Incremental, adding impl, tests.
jadudm 85f1949
Merge branch 'clewellyn-nava/BB2-4266/C4DIC-endpoint' of https://gith…
jadudm 1dd88b1
Add pass through to BFD, make DIC endpoint visible for v3 testclient
JamesDemeryNava e9a0b3e
Merge branch 'master' into clewellyn-nava/BB2-4266/C4DIC-endpoint
jadudm c717a2a
Current state
jadudm a56d698
Merge branch 'master' into clewellyn-nava/BB2-4266/C4DIC-endpoint
JamesDemeryNava 03a5827
Interim; testing an idea.
jadudm b47050a
Merge branch 'master' into clewellyn-nava/BB2-4266/C4DIC-endpoint
JamesDemeryNava b253c0f
Incremental.
jadudm 54ed68e
Merge branch 'clewellyn-nava/BB2-4266/C4DIC-endpoint' of https://gith…
jadudm e79c3b3
Interim commit
jadudm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has_permission is on the permissions.BasePermission, which is called by has_object_permission which is called on line 207 of generic.py in FhirDataView, which loops through self.get_permissions() which returns anything defined in the self.permission_classes (which is defined on line 60)