Closed kysrpex closed 1 week ago
galaxyproject/galaxy#18481 got merged, this PR would be the next step. From Git blame, it looks like the original maintainer was @jmchilton.
@jmchilton are you still a contact person for this repository? Who should I contact otherwise?
@mvdbeek Sorry for not answering earlier, I was out of office. Thanks for the review.
I do not have permission to merge PRs to this repository. Could you merge it, then #22 to bump the version number and finally create a new tag v0.1.0
?
Thanks @natefoo!
Support loading mappings from PostgreSQL via the
pg-native
library. A major problem was that the proxy works watching files for changes (SQLite or JSON files). With PostgreSQL this is not possible, so I resorted to polling at regular intervals (configurable via the new--pollingInterval
command line option) and PostgreSQL asynchronous notifications. See the new functionwatchPostgres
and new section of the README for more details.As a side effect, running the proxy requires nodejs v14 now. I have also included a package-lock.json file and version specifiers for
axios
,axios-retry
,chai
andmocha
.This feature is meant to work in conjunction with galaxyproject/galaxy#18481.