- 02 Dec, 2020 3 commits
-
-
flothoni authored
-
Mathieu Giraud authored
Feature ct/mrd brasil tool and client See merge request !781
-
Mathieu Giraud authored
sample_set/all.html: remove now buttons for comparison/stats on the main page See merge request !848
-
- 30 Nov, 2020 1 commit
-
-
marc duez authored
-
- 23 Nov, 2020 1 commit
-
-
Mikaël Salson authored
Sample database See merge request !851
-
- 20 Nov, 2020 35 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
Following !813.
-
Mathieu Giraud authored
Any Vidjil server may be used to store sample sets that may be not patients. Moreover, following !813, we don't want that people upload patient-related data on non-healthcare servers.
-
Mathieu Giraud authored
-
Mathieu Giraud authored
see #4533
-
Mikaël Salson authored
Healthcare-compliant servers : documentation, warnings Closes #4506 See merge request !813
-
Mikaël Salson authored
Single query, improve set queries Closes #3169 See merge request !832
-
-
-
-
-
-
-
since the anon permissions are no longer in the sample_set_list, we need to adjust the test
-
-
-
-
-
Since we don't use them to display the list, we'll save a little time
-
-
setting the sql_mode caused an issue with escaped characters. It would seem I had overwritten an option required for web2py
-
-
Set MySQL to use pipes for concat just like SQLITE.
-
-
The syntax for specifying the GROUP_CONCAT separator seems to differ between SQLITE and MySQL.
-
-
fixes issue with sequence_file count for sample_sets accessible to multiple groups
-
Add a second left join for performance reasons to include permissions regarding 'patient', 'run' and 'generic'.
-
-
-
Pass a helper instance to SampleSetList instead of a set type
-
-
-
-
rather than calculate the most used config in the sample_set list, calculate in the index.
-