Nate Coraor

Results 175 comments of Nate Coraor

@mvdbeek what would you like to see done here? It'd be great to get this finished up and merged.

I don't think I know what the correct way to do that is.

It seems odd we should need to do the redirect to append a `/` in the proxy - I've never seen an application not handle this correctly.

Good catch, yes, this is indeed S3. Specifically I believe it's the automatic index.html feature for static website serving. Here is a similar discussion: https://github.com/jariz/gatsby-plugin-s3/issues/51 Is there a reason we...

Ok, just let me know. I have 4 different sites using CloudFront now so this should be relatively straightforward, except maybe for getting certs on the root of a domain...

No, that's the best part, it'll just serve the bucket, so you shouldn't have to change anything on the backend. There will unfortunately be some downtime as DNS propagates and...

We store `object_store_id` on the `job` table for the distributed object store, so if the extra dirs were implemented as distributed backends with their own IDs then it wouldn't need...

This should be fixed on test.galaxyproject.org, trying to verify it before restarting usegalaxy.org.

These are now available on usegalaxy.org.

I also have [a container](https://github.com/natefoo/usegalaxy.org-legacy-environment) I use for running tools with toolshed dependencies or conda dependencies inside singularity. Some ancient things are not worth the effort if you have a...