- 27 Jun, 2016 19 commits
-
-
HERBERT Ryan authored
Moved log menu entry into section visible to all users
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
Added patient/run log to the monitor report
-
HERBERT Ryan authored
Added log filters in order to limit log output to specific patients/runs
-
HERBERT Ryan authored
-
HERBERT Ryan authored
Resolved the identical issue encountered for run.py when adding an element: admins were facing an error and unable to access page.
-
-
-
-
-
-
-
Check that the number of active clones fits the number required with m.topActive()
-
-
-
-
-
- 22 Jun, 2016 1 commit
-
-
Ryan Herbert authored
Added a query for non admin users to view logs concerning elements to which they have access permissions
-
- 21 Jun, 2016 4 commits
-
-
HERBERT Ryan authored
Moved class UserLogHandler to db.py in order to resolve issues encountered with first logging test in patient.py
-
HERBERT Ryan authored
-
HERBERT Ryan authored
-
HERBERT Ryan authored
Added a handler designed to store logs in the database
-
- 20 Jun, 2016 3 commits
-
-
HERBERT Ryan authored
Fixed an issue with the add run controller for admins that was producing server errors
-
HERBERT Ryan authored
Fixed an issue with the run config links in the run index that expected a patient id rather than a sample_set
-
HERBERT Ryan authored
Fixed an issue where the query for viewing a results_file's info expected to have an entry in the patient table attached to the results_file. This has been corrected to expect only a sample_set
-
- 18 Jun, 2016 10 commits
-
-
Mikaël Salson authored
Those files could quickly saturate disk space
-
Mikaël Salson authored
seg['_evalue'] is rewritten by convertSeg... there's something wrong.
-
Mikaël Salson authored
e-value was retrieved using getGene (which was kind of a hack), this was broken when the seg key format evoled (see f6a2caf3). Now e-value is tested to make sure we correctly retrieve it.
-
Reduced the group list when adding a patient or run to include only the user's personal group and parents of the user's other groups
-
Refactored get_user_groups to returns only direct links to users. Added method to obtain all parent groups of user
-
Mikaël Salson authored
-
Mikaël Salson authored
It should be more efficient to compare affects directly rather than having an implicit conversion followed by a comparison. However are these functions really called often?
-
Mikaël Salson authored
-
Mikaël Salson authored
If we have access to a patient, we can download the sequences. But we can't modify so don't show the modification icons.
-
Apply save analysis permission to save analysis and add checkbox in group/info.html to add permissions save to a group
-
- 17 Jun, 2016 1 commit
-
-
HERBERT Ryan authored
Removed can_process_file to replace with has_permissions
-
- 16 Jun, 2016 2 commits
-
-
-
Vidjil Team authored
-