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

Refactor and create unit test for LeVADocumentUseCase.getReferencedDocumentsVersion #744

Merged
merged 4 commits into from
Oct 26, 2021

Conversation

hrcornejo
Copy link
Contributor

No description provided.

clemensutschig
clemensutschig previously approved these changes Oct 22, 2021
@clemensutschig
Copy link
Member

This is still hugely inefficient - because we do this in every doc (and hence for the same referenced doc n-times) .. is this something you folks go after? @hrcornejo @metmajer

@angelmp01
Copy link
Contributor

This is still hugely inefficient - because we do this in every doc (and hence for the same referenced doc n-times) .. is this something you folks go after? @hrcornejo @metmajer

@clemensutschig , @jafarre-viewnext is working in parallel on ticket EDPC-736 to reduce the outbound calls and improve the performance of this code.

@hrcornejo hrcornejo merged commit f1ea9b7 into master Oct 26, 2021
@hrcornejo hrcornejo deleted the feature/refactor-getReferencedDocumentsVersion branch October 26, 2021 09:37
s2oBCN pushed a commit that referenced this pull request Nov 5, 2021
…cumentsVersion (#744)

* Added getVersion

* Updated changelog

(cherry picked from commit f1ea9b7)
s2oBCN added a commit that referenced this pull request Nov 5, 2021
* Fix document history in cftp (#707)

remove issues that does not belongs to the cftp document

* by default analyzePullRequests should be false (#731)

* by default analyzePullRequests should be false

* Fix/ra matrix table fit in page 4x (#735)

Add method to convert to nonbreakable unicode charater

* add check for Sonar background task with retry

* add typecheck skip

* move retry to function

* fix text and add check for unknown status

* add examples for the new api and file used

* fix CodeNarc violations

* fix tests

* fix tests, move getTaskResult to service

* update changelog

* When two coded tests are linked to the same test issue the… (#737)

[EDPC-350] When two coded tests are linked to the same test issue the pipeline doesn't fails

* [EDPC-993] The Developer Preview fails because "Duplicated Tests" (#741)

* [EDPC-993] The Developer Preview fails because "Duplicated Tests"

- Added param checkDuplicateTestResults in computeTestDiscrepancies to check or not the duplicate tests results
- Added param checkDuplicateTestResults in matchTestIssuesAgainstTestResults to check or not the duplicate tests results
- In the creation of the documents TRC and CFTR the call to computeTestDiscrepancies method is with the param matchTestIssuesAgainstTestResults=false
  to avoid to check duplications in test results

* Feature/improve functiona testing (#743)

* update date_creation in wiremock files

* Add ods-saas-service component (#607)

* Integrate ods-saas-service component type

* Refactor and create unit test for LeVADocumentUseCase.getReferencedDocumentsVersion (#744)

* Added getVersion

* Updated changelog

(cherry picked from commit f1ea9b7)

* Fix/remove from tip non intalled components (#751)

* Remove from TIP non installed components

(cherry picked from commit 8ddf143)

Co-authored-by: Jorge Romero <jorge.romeropalma@gmail.com>
Co-authored-by: braisvq1996 <bvq1996@gmail.com>
Co-authored-by: Michael Sauter <michael.sauter@boehringer-ingelheim.com>
Co-authored-by: Angel MP <angelmp.mail@gmail.com>
Co-authored-by: Martin Etmajer <martin.etmajer@boehringer-ingelheim.com>
Co-authored-by: Hector Rodriguez Cornejo <hrcornejo@gmail.com>
s2oBCN added a commit that referenced this pull request Nov 30, 2021
* Fix document history in cftp (#707)

remove issues that does not belongs to the cftp document

* by default analyzePullRequests should be false (#731)

* by default analyzePullRequests should be false

* Fix/ra matrix table fit in page 4x (#735)

Add method to convert to nonbreakable unicode charater

* add check for Sonar background task with retry

* add typecheck skip

* move retry to function

* fix text and add check for unknown status

* add examples for the new api and file used

* fix CodeNarc violations

* fix tests

* fix tests, move getTaskResult to service

* update changelog

* When two coded tests are linked to the same test issue the… (#737)

[EDPC-350] When two coded tests are linked to the same test issue the pipeline doesn't fails

* [EDPC-993] The Developer Preview fails because "Duplicated Tests" (#741)

* [EDPC-993] The Developer Preview fails because "Duplicated Tests"

- Added param checkDuplicateTestResults in computeTestDiscrepancies to check or not the duplicate tests results
- Added param checkDuplicateTestResults in matchTestIssuesAgainstTestResults to check or not the duplicate tests results
- In the creation of the documents TRC and CFTR the call to computeTestDiscrepancies method is with the param matchTestIssuesAgainstTestResults=false
  to avoid to check duplications in test results

* Feature/improve functiona testing (#743)

* update date_creation in wiremock files

* Add ods-saas-service component (#607)

* Integrate ods-saas-service component type

* Refactor and create unit test for LeVADocumentUseCase.getReferencedDocumentsVersion (#744)

* Added getVersion

* Updated changelog

(cherry picked from commit f1ea9b7)

* Fix/remove from tip non intalled components (#751)

* Remove from TIP non installed components

(cherry picked from commit 8ddf143)

Co-authored-by: Jorge Romero <jorge.romeropalma@gmail.com>
Co-authored-by: braisvq1996 <bvq1996@gmail.com>
Co-authored-by: Michael Sauter <michael.sauter@boehringer-ingelheim.com>
Co-authored-by: Angel MP <angelmp.mail@gmail.com>
Co-authored-by: Martin Etmajer <martin.etmajer@boehringer-ingelheim.com>
Co-authored-by: Hector Rodriguez Cornejo <hrcornejo@gmail.com>
s2oBCN added a commit that referenced this pull request Dec 1, 2021
* Fix document history in cftp (#707)

remove issues that does not belongs to the cftp document

* by default analyzePullRequests should be false (#731)

* by default analyzePullRequests should be false

* Fix/ra matrix table fit in page 4x (#735)

Add method to convert to nonbreakable unicode charater

* add check for Sonar background task with retry

* add typecheck skip

* move retry to function

* fix text and add check for unknown status

* add examples for the new api and file used

* fix CodeNarc violations

* fix tests

* fix tests, move getTaskResult to service

* update changelog

* When two coded tests are linked to the same test issue the… (#737)

[EDPC-350] When two coded tests are linked to the same test issue the pipeline doesn't fails

* [EDPC-993] The Developer Preview fails because "Duplicated Tests" (#741)

* [EDPC-993] The Developer Preview fails because "Duplicated Tests"

- Added param checkDuplicateTestResults in computeTestDiscrepancies to check or not the duplicate tests results
- Added param checkDuplicateTestResults in matchTestIssuesAgainstTestResults to check or not the duplicate tests results
- In the creation of the documents TRC and CFTR the call to computeTestDiscrepancies method is with the param matchTestIssuesAgainstTestResults=false
  to avoid to check duplications in test results

* Feature/improve functiona testing (#743)

* update date_creation in wiremock files

* Add ods-saas-service component (#607)

* Integrate ods-saas-service component type

* Refactor and create unit test for LeVADocumentUseCase.getReferencedDocumentsVersion (#744)

* Added getVersion

* Updated changelog

(cherry picked from commit f1ea9b7)

* Fix/remove from tip non intalled components (#751)

* Remove from TIP non installed components

(cherry picked from commit 8ddf143)

Co-authored-by: Jorge Romero <jorge.romeropalma@gmail.com>
Co-authored-by: braisvq1996 <bvq1996@gmail.com>
Co-authored-by: Michael Sauter <michael.sauter@boehringer-ingelheim.com>
Co-authored-by: Angel MP <angelmp.mail@gmail.com>
Co-authored-by: Martin Etmajer <martin.etmajer@boehringer-ingelheim.com>
Co-authored-by: Hector Rodriguez Cornejo <hrcornejo@gmail.com>
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.

3 participants