ebi-gene-expression-group / atlas-web-bulk

Bulk Expression Atlas web application
Apache License 2.0
0 stars 1 forks source link

Improve build endpoint in Bulk Expression Atlas #168

Closed ke4 closed 10 months ago

ke4 commented 10 months ago

Changes:

Use gradle-git-properties plugin to provide build information that could be useful to a developer for debugging purposes. Currently it returns this information:

{
   "Build version": "1.0.0",
   "Git branch": "develop",
   "Latest commit ID": "809f75d6ad696efc2e7fb7edc0b20b95620de1a4",
   "Latest commit message": "Update docker-compose.yml for postgres to follow changes in db-scxa repo"
}

We can add more information later if needed.

This PR implementing this issue: https://github.com/ebi-gene-expression-group/atlas-web-single-cell/issues/365

Additional changes:

ke4 commented 10 months ago

I am going to merge this as I was doing the same modification like in SCXA and that was approved by @upendrakumbham .