Soichi Hayashi

Results 90 issues of Soichi Hayashi

As part of #15 I am trying to setup a locally deployable dev instance. I am creating a container for xfer service by running automount inside the container. This works...

components/process.vue is caching the entire list of datatypes > https://github.com/brainlife/warehouse/blob/master/ui/src/components/process.vue#L353 We should consider switching to mixin/datatypecache or mixin/datatypes

We should add .trim to resourceedit / hostname / username. If user adds space in the name, ssh will not work. We should also add .trim on other places also...

We currently store Users/Groups tabs under "Settings" page. These are administrative functionality so we should move them to "Administration" page.

I just got this email ``` Hi all! Just a quick note to let you know that we'll be releasing the full dump of the OpenAlex dataset next week, as...

On our tractprofile secondary UI .. ![image](https://user-images.githubusercontent.com/923896/138359699-e4332113-e6ac-4298-b5cb-9753738b0ef0.png) I am displaying 2 different graphs for each data sources - 1 for the mean and 1 for the 2/4-quartile ranges (I believe)....

When I open an app and navigate to the Recent Jobs page, here is what I see.. ![image](https://user-images.githubusercontent.com/923896/120412873-4ee88680-c325-11eb-90ea-1ede0df72fd1.png) I then go to disqus tab.. ![image](https://user-images.githubusercontent.com/923896/120412894-57d95800-c325-11eb-8c08-916947d5ea09.png) Notice there is excessive white...

Under the administration page, we could create a new tab that shows list of public Apps with no shared resources. The information is already stored in `app.stats.resources` so we just...

We run this query in https://github.com/brainlife/warehouse/blob/master/api/common.js#L1250 ``` 1 Mon May 10 2021 16:31:54 GMT+0000 (UTC) warehouse.datasets aggregate { aggregate: "datasets", pipeline: [ { $match: { project: ObjectId('5ffc884d2ba0fba7a7e89132'), prov.task.config._app: { $exists:...

We've been seeing slow-query-alerts for this query ``` Mon May 10 2021 16:21:54 GMT+0000 (UTC) brainlife.tasks aggregate { aggregate: "tasks", pipeline: [ { $match: { _group_id: 16131 } }, {...