Commit Graph

17 Commits

Author SHA1 Message Date
Tadgh 9438754b72
Fix publish pipeline (#5613)
* wip

* wip

* Swap to corretto

* Try alpine

* create as root

* create as root

* Swap to root

* Hack around non-root

* revert unjammying

* revert

* now use dockerhub

* now use dockerhub

* New file

* remove comment
2024-01-19 23:23:26 +00:00
Tadgh bb99d3bf9a Sudo the pipeline command 2024-01-19 09:39:10 -08:00
James Agnew 5a747051de
Fix CI deploy (#5596) 2024-01-15 23:08:04 +00:00
James Agnew 878e27b06d
HAPI FHIR Dependency Bumps (#5576)
* HAPI FHIR Dependency Bumps

* Hibernate search 6

* Dep bumps

* Bump mockito

* Fix memory leak

* Test cleanup

* Test fix

* Test fixes

* Test fix

* Test fix

* Test fix

* Test fix

* Prepare to try and rework max clauses

* Refactor large VS expansion

* Spotless

* Test fix

* Version bump

* Test fixes

* Bump maven container

* Build fix

* Add license headers

* Version bump

* License headers
2024-01-14 14:15:08 -05:00
Mark Iantorno b33b789880 adding nightly build for SNAPSHOTS 2023-03-23 10:16:24 -04:00
jmarchionatto 02944bafb5
Fix release pipeline Originally Issue 4106 process map to properties when uploading loinc terminology (#4246)
* Add loinc upload handler to process MAP_TO properties.

* Move test to test folder

* Fix mapto file location property name

* Allow override as full loinc upload tests take (much) longer than defined timeout

* Move handler later to make sure all concepts were added to map

* Update test to check all project enhancements

* Restore project unrelated changes

* Rename base test class properly and move to right package

* Condition MapTo.csv file processing to file presence for backwards as file is optional

* Document and annotate test-only usage for disabling deferred tasks timeout

* Fix alignments to try to make release pipeline work

Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com>
2022-11-04 13:57:19 -07:00
VK-SMILECDR 3053a1dcf9
fix snapshot pipeline yml syntax issues (#4235) 2022-11-02 21:30:03 +00:00
VK-SMILECDR 27ec3bec79
code coverage needs to run only for JACOCO PROFILE (#4230)
* code coverage needs to run only for JACOCO PROFILE

* remove ALLMODULES profile since it is default now
2022-11-02 15:34:27 -04:00
Mark Iantorno 82e9a0d427 Updated GPG keys for signing. 2022-05-30 11:23:53 -04:00
Tadgh 0f0bf85f18
Bump compiler plugin (#3313)
* Bump compiler plugin

* Bump jpaserver fhir test server version

* Bump container for maven
2022-01-19 10:09:21 -05:00
michaelabuckley 1487e03037
Publish test jars during snapshot build (#3162)
* publish test-jar from hapi-fhir-storage

* Extract BaseDateSearchDaoTests up to hapi-fhir-storage.

Share a date search tests between JPA and Mongo.

* Use ITestDataBuilder for setup

* Move Mongo date cases into common set

* cleanup

* More cleanup

* naming

* fix equal case

* Use -DskipTests instead of the more agressive -Dmaven.test.skip
2021-11-12 15:40:24 +00:00
Tadgh e80e592d80 Skip tests 2021-01-25 14:31:36 -05:00
Tadgh e696262c4a Update snapshot-pipeline.yml for Azure Pipelines
Add CI,ERRORPRONE profiles.
2021-01-25 13:08:15 -05:00
Mark Iantorno d5250e6f1a Adding back in test runs. 2021-01-21 16:40:17 -05:00
Mark Iantorno c09b1394fc Variable name fix. 2021-01-21 16:01:36 -05:00
Mark Iantorno 560d960ec9 I am a dummy who puts typos everywhere in his code. 2021-01-21 15:53:29 -05:00
Mark Iantorno 7f3e0726c8 Initial setup for snapshot pipeline
Still have to enable tests. They are only disabled now so I can run this multiple times quickly to test deployment. [skip ci]
2021-01-21 15:39:26 -05:00