-
Notifications
You must be signed in to change notification settings - Fork 0
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
[TM-1766] add initial changes for supporting entity get #64
Open
pachonjcl
wants to merge
37
commits into
staging
Choose a base branch
from
TM-1766_entity_get_and_index_site
base: staging
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.
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
601f7a9
[TM-1766] add initial changes for supporting entity get
pachonjcl dcbb2d9
add update to site entity
LimberHope cd2d5b6
add scope to site media
LimberHope 95396fa
Merge branch 'staging' into TM-1766_entity_get_and_index_site
pachonjcl a9baa60
[TM-1766] update logic to project-manager permissions
LimberHope d5e8666
[TM-1766] improve logic
LimberHope c17ac31
[TM-1766] add missing attributes
LimberHope 50917f7
[TM-1766] fix
LimberHope c531346
remove unused file
pachonjcl 4d68ab1
add new fields
pachonjcl dabf26b
add test and reduce coverage
pachonjcl 699eada
fix lint
pachonjcl bdd1572
temporal add basic tests
pachonjcl 090aca0
update site policy
LimberHope 89f3225
Disable usage of NX Cloud
roguenet d8859d1
Skip NX cloud in deployment.
roguenet 7038534
[TM-1718] First entity association index: Demographics.
roguenet 3bebb48
[TM-1718] Get new endpoint documentation in place.
roguenet a3c7a55
[TM-1718] Abstract the subquery pattern to a builder.
LimberHope 1fc0ac0
Merge branch 'staging' into TM-1766_entity_get_and_index_site
pachonjcl 72c30e0
[TM-1766] updatee site processor test
LimberHope 6628ff5
[TM-1766] remove entity imported
LimberHope 57fba92
Merge branch 'staging' into TM-1766_entity_get_and_index_site
pachonjcl 9a76910
fix unit test
pachonjcl fc9cc6e
[TM-1766] add missing attributes to site.dto
LimberHope 672fd08
Merge branch 'staging' into TM-1766_entity_get_and_index_site
pachonjcl 641aa26
fix unit test
pachonjcl fa25235
Merge branch 'staging' into TM-1766_entity_get_and_index_site
pachonjcl 703102c
[TM-1766] updates of feedback
LimberHope 3f9eead
address comment and increase coverage
pachonjcl 3882513
fix lint
pachonjcl da5b038
fix test
pachonjcl 7c6dfe4
fix test by using sortUp on test
pachonjcl 4a1fc08
improve branch percentage
pachonjcl 1278b04
fix unit test on search based on external column
pachonjcl 32d2a9d
Merge branch 'staging' into TM-1766_entity_get_and_index_site
pachonjcl 89b51ee
move name from full to light dto site
pachonjcl 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 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 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 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.
There are lots of fields on the spreadsheet that aren't represented in this lite DTO, and projectName I didn't think was needed except in the full DTO. Is it actually needed here?