Ilya Sytchev
Ilya Sytchev
Currently (v.1.6.7), the group invitation email contains no information about who invited the user to the group. Also, it contains references to Refinery which may not be the actual site...
* Specific code commit: 675c34a * Version of the web browser and OS: any * Environment where the error occurred: any ### Steps to reproduce 1. Submit a user account...
* Specific code commit: b25597e * Version of the web browser and OS: Chrome 73 on OS X 10.14.4 * Environment where the error occurred: AWS ### Steps to reproduce...
### Steps to reproduce Import http://stemcellcommons.org/sites/default/files/isa/isa_14911_906861.zip via /data_set_manager/import/isa-tab-form/ ### Observed results Import took about an hour in Vagrant VM with system load close to 3 and Celery worker process consuming...
This will require having a group per user since instances belong to groups. Will need to assign instance to user when account is created. UI for adding/changing Galaxy API keys....
* Specific code commit: 1bb09be * Version of the web browser and OS: any * Environment where the error occurred: AWS ### Steps to reproduce Open any data set in...
* Specific code commit: cf7d887 * Version of the web browser and OS: N/A * Environment where the error occurred: N/A ### Steps to reproduce ```python >>> from data_set_manager.models import...
[Django supported out of the box](https://celery.readthedocs.io/en/3.1/whatsnew-3.1.html#django-supported-out-of-the-box) in Celery 3.1. - Django is now supported in core and new Django users coming to Celery are now expected to use the new...
Address all code-related deprecations in preparation for Celery 4 upgrade (#3305): * [TaskSet has been renamed to group](http://docs.celeryproject.org/en/3.1/internals/deprecation.html#taskset) * [TaskSetResult -> GroupResult](http://docs.celeryproject.org/en/3.1/internals/deprecation.html#celery-result)
Obtaining the list of current users and their email addresses is required for sending announcements using a mailing list. Current process: 1. SSH into the app server instance 1. Activate...