Age | Commit message (Expand) | Author |
---|---|---|
2024-08-13 | gn-uploader: Configure link to GN2 server. | Frederick Muriuki Muriithi |
2024-08-07 | gn-uploader: Add `AUTH_SERVER_URL` to the configurations. | Frederick Muriuki Muriithi |
2024-07-12 | Add virtuoso to uploader. | Frederick Muriuki Muriithi |
2024-07-12 | Extend the genenetwork-service-type with the mcron indexer service...Add the scheduled indexer service to the genenetwork-service-type. This will run the indexer script every hour. | Frederick Muriuki Muriithi |
2024-06-28 | Set secrets as directories for services with multiple secrets. | Frederick Muriuki Muriithi |
2024-06-28 | Split the secrets directories...Put the secrets for the different services in service-specific directories, all of them sharing the same parent directory. | Frederick Muriuki Muriithi |
2024-04-10 | gn-uploader: Enable changing of log-level for container....This commit enables us to change the logging level of the gn-uploader service within the container: this will help in the instances when we need to debug events in the application that are unexpected. | Frederick Muriuki Muriithi |
2024-04-03 | Use gn-uploader from gn-uploader channel...This commit lets us use the bleeding-edge gn-uploader from the gn-uploader channel. | Frederick Muriuki Muriithi |
2024-04-03 | Use default genenetwork2...The uploader container is for testing that the gn-uploader package builds and the application is working correctly. It sets up a service that allows users to upload data. It does need the other GeneNetwork services, but does not need the latest and greatest. This commit uses the default genenetwork2 package (which will mostly be stable): thus there are fewer (if any) issues getting the other services to run. | Frederick Muriuki Muriithi |
2024-03-25 | Add gn-uploader service....* genenetwork/services/genenetwork.scm (<gn-uploader-configuration>): New type. (gn-uploader-activation, gn-uploader-gunicorn-app, gn-uploader-nginx-server-block): New functions. (gn-uploader-service-type): New variable. * uploader.scm, uploader-deploy.sh: New files. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> | Frederick Muriuki Muriithi |