Emanuela Epure

Results 13 comments of Emanuela Epure

Could you @stempler please help me understand why it's failing the test https://github.com/halestudio/hale/actions/runs/8162870481/job/22314828710 Thank you

The push to the master branch has failed in the last 3 builds https://github.com/halestudio/hale/actions/workflows/publish.yml What I have noticed that in the last build also 11 tests are failing, which didn't...

If one of the bellow lines is added `run: mvn -Dmaven.test.failure.ignore=true -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 ` `run: clean install -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=60` one error is given: `The goal you specified requires a project...

Jenkins has complete with success, but there is still an error with the actions. This exact error doesn't appear on Jenkins ![image](https://github.com/halestudio/hale/assets/67077116/86cd5f17-85d9-4965-b5bb-4485e6c26f55) but there are warnings related to `org.eclipse.tycho:tycho-p2-plugin` Do...

Before the merge, the file publish.yml should be updated with the master branch instead of the test branch. ``` push: branches: - master ```

Hi @jane-heller-bkg Doing a change in the database will never propagate to change a file in the filesystem. The actions that can be done in a register/item are editing (we...

Hi @jane-heller-bkg You should never change the database by itself. The change will never be propagated anywhere. I have attached an example for a MetadataCodelist and MetadataCodelistValue Use then as...

The features related to "resolvedepth" have been added ![image](https://github.com/halestudio/hale/assets/67077116/b331f736-7cbb-447e-b4af-781491b5d150)

@stempler thank you you were faster them me asking for it :-D