ElasticSearch feature | patchroute refactoring -> elastic export -> data migration -> refactoring participant list#342
Merged
gmakharat merged 426 commits intodevelop from DDP-7121_participant_filterFeb 11, 2022
+9,154-2,400
Commits
This pull request is big! We're only showing the most recent 250 commits
Commits on Dec 1, 2021
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Dec 2, 2021
- committed
- committed
DDP-7121 | start implementing the conversion from string to map for dynamic fields while fetching data from ES
committed- committed
- committed
- committed
Commits on Dec 3, 2021
DDP-7121 add @JsonProperty and @SerializedName to some of the DTO fields, finish serialize() method in ElasticSearch.java
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Dec 6, 2021
DDP-7121 | remove Optional usage where necessary, fix minor bugs in DTO classes, refactor code based on changes
committed- committed
- committed
- committed
Commits on Dec 7, 2021
- committed
DDP-7121 | extract two helper interfaces, extract constants, remove unused imports, refine classes, make code cleaner
committed- committed
- committed
- committed
- committed
Commits on Dec 8, 2021
- committed
DDP-7121 | fix key for medicalRecord, start implementing the parsing mechanism for dynamic fields written in pascal case
committed- committed
- committed
- committed
- committed
Commits on Dec 9, 2021
- committed
- committed
- committed
DDP-7121 | start implementing SingleProcessor for the data which is represented by one-to-one relationships (OncHistory, Participant)
committed- committed
- committed
Commits on Dec 13, 2021
Commits on Dec 14, 2021
Commits on Dec 15, 2021
DDP-7121 | introduce DsmAbstarctQueryBuilder abstract class which will serve as a base for creating queries for one-to-one and one-to-many data
committed- committed
- committed
- committed
Commits on Dec 16, 2021
DDP-7121 | extract static methods in Util.java, add OR case in CollectionQueryBuilde.java, make tests pass
committed- committed
- committed
- committed
- committed
- committed
- committed
Commits on Dec 17, 2021
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Dec 20, 2021
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Dec 21, 2021
Commits on Dec 22, 2021
- committed
- committed
- committed
DDP-7121 | refactor extract method of operator to filter emplty strings, passing queryConditions directly instead of merge conditions
committed- committed
- committed
Commits on Dec 23, 2021
Commits on Dec 24, 2021
- committed
DDP-7121 | create AndOrFilterSeparator which is responsible for grouping filters preceded by "OR" and "AND"
committed- committed
Commits on Dec 27, 2021
- committed
- committed
- committed
- committed
- committed
Commits on Dec 28, 2021
- committed
Merge branch 'DDP-7121_participant_filter' of https://github.com/broadinstitute/ddp-study-manager into DDP-7121_participant_filter
committed- committed
- committed
Commits on Dec 29, 2021
Commits on Dec 30, 2021
Commits on Jan 3, 2022
- committed
- committed
DDP-7121 | start changing the field data types for those classes which are involved in data migration and indexing in ES
committed- committed
- committed
- committed
- committed
Commits on Jan 4, 2022
DDP-7121 | fetch field settings by instance name and realm, start writing code for generating mappings and values for dynamic fields
committed- committed
- committed
- committed
- committed
Commits on Jan 5, 2022
- committed
- committed
- committed
- committed
Commits on Jan 6, 2022
- committed
- committed
- committed
- committed
Merge branch 'DDP-7121_participant_filter' of https://github.com/broadinstitute/ddp-study-manager into DDP-7121_participant_filter
committed- committed
Commits on Jan 10, 2022
- committed
- committed
DDP-7121 | move tests to appropriate packages, move query building related classes to the package called "query"
committed- committed
- committed
Commits on Jan 11, 2022
Commits on Jan 12, 2022
Commits on Jan 13, 2022
- committed
- committed
- committed
- committed
Commits on Jan 14, 2022
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jan 17, 2022
- committed
- committed
- committed
- committed
Commits on Jan 18, 2022
- committed
- committed
- committed
Merge branch 'DDP-7121_participant_filter' of https://github.com/broadinstitute/ddp-study-manager into DDP-7443_elastic_export_for_kit_requests
committed
Commits on Jan 19, 2022
DDP-7443 | start creating abstractions and concrete implmenetations for upsert mechanism with the help of painless cript
committedMerge branch 'DDP-7443_elastic_export_for_kit_requests' of https://github.com/broadinstitute/ddp-study-manager into DDP-7443_elastic_export_for_kit_requests
committed- committed
DDP-7443 | implement ScriptBuilder and two child classes which will create scripts for single and nested types
committed
Commits on Jan 20, 2022
- committed
- committed
- committed
- committed
DDP-7443 | pass ddpInstanceId in KitRequestShipping.writeReuqest() in order to get realm and ES index, start creating necessary UpsertPatch dependencies
committed- committed
- committed
Commits on Jan 24, 2022
- committed
- committed
- committed
- committed
- committed
Commits on Jan 25, 2022
- committed
DDP-7443 | add export to BSPKit, change representation of notification recipients from String to List<String>
committed- committed
- committed
Commits on Jan 26, 2022
- committed
- committed
DDP-7443 | change constructors from default values to null, add setRefresh to updateByQuery to avoid conflicts
committed
Commits on Jan 27, 2022
Commits on Jan 28, 2022
- committed
- committed
- committed
Merge branch 'DDP-7443_elastic_export_for_kit_requests' of https://github.com/broadinstitute/ddp-study-manager into DDP-7443_elastic_export_for_kit_requests
committedDDP-7443 | add @ColumnName annotations to ParticipantData, write getter methods with @JsonProperty, write UpsertPainless.export() in AutomaticPRobandDataCreator
committed- committed
- committed
Commits on Jan 31, 2022
- committed
- committed
- committed
DDP-7443 | move (AT,RGP) export logic under "defaultvalues" package, start writing test for some predicates
committed- committed
Commits on Feb 1, 2022
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Feb 2, 2022
- committed
- committed
- committed
- committed
- committed
Commits on Feb 3, 2022
- committed
Merge branch 'DDP-7443_elastic_export_for_kit_requests' of https://github.com/broadinstitute/ddp-study-manager into DDP-7443_elastic_export_for_kit_requests
committed- committed
- committed
Merge branch 'DDP-7443_elastic_export_for_kit_requests' of https://github.com/broadinstitute/ddp-study-manager into DDP-7443_elastic_export_for_kit_requests
committed- committed
Commits on Feb 4, 2022
DDP-7443 | refactor code and fix bugs in order to enable "isEmpty" and "isNotEmpty" search capabilities, make tests pass
committed- committed
- committed
- committed
Commits on Feb 7, 2022
- committed
- committed
- committed
Commits on Feb 8, 2022
- committed
- committed
DDP-7443 | fix bug in SourceMapDeserializer, make tests pass, start modifying code for JSON_CONTAINS case
committed- committed
- committed
- committed
Commits on Feb 9, 2022
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Feb 10, 2022
Commits on Feb 11, 2022
- committed
- committed
- committed
- committed
- authored
- committed
Merge branch 'DDP-7443_elastic_export_for_kit_requests' of https://github.com/broadinstitute/ddp-study-manager into DDP-7121_participant_filter
committed