Age | Commit message (Expand) | Author |
2021-11-17 | replace redis fetch for cached timestamp with a query | Alexander Kabui |
2021-11-17 | isolate SQL_URI parse to a function | Alexander Kabui |
2021-11-17 | use a dynamic value for the db_name | Alexander Kabui |
2021-11-16 | use comprehension list;fix typo | Alexander Kabui |
2021-11-16 | pep8 formatting remove debug statements | Alexander Kabui |
2021-11-16 | init disable fast compute:memory fork issues | Alexander Kabui |
2021-11-16 | test generate new files | Alexander Kabui |
2021-11-16 | refactor:fix on the query :modify cache point | Alexander Kabui |
2021-11-15 | fetch only strains from the primary datasets | Alexander Kabui |
2021-11-15 | test precomppute caching integration | Alexander Kabui |
2021-11-15 | pep8 formatting & fix variable names | Alexander Kabui |
2021-11-15 | refactor function to fetch datasets data for precomputes | Alexander Kabui |
2021-11-15 | fix for truncating files | Alexander Kabui |
2021-11-11 | pep8 formatting + minor fixing for writing to files | Alexander Kabui |
2021-11-11 | minor fix for updating dict | Alexander Kabui |
2021-11-11 | minor fix for generating file_name | Alexander Kabui |
2021-11-11 | code to cache frequently run probeset correlation | Alexander Kabui |
2021-11-11 | fix issue with number for samples | Alexander Kabui |
2021-11-11 | init test for precomputing sample correlation | Alexander Kabui |
2021-11-11 | add fast compute from gn3 | Alexander Kabui |
2021-11-10 | add compute gif | Alexander Kabui |
2021-11-10 | rename:loading correlation results to computing correlations | Alexander Kabui |
2021-11-08 | Fix runtime errors•••* wqflask/wqflask/__init__.py: when registering a URL, the url_prefix
should begin with a trailing slash.
* wqflask/wqflask/jupyter_notebooks.py: fix imports.
| BonfaceKilz |
2021-11-08 | Hook up new UI page to the main menu•••* Hook up the new Jupyter Notebooks UI to the main menu
| Frederick Muriuki Muriithi |
2021-11-08 | Build UI for Jupyter Notebooks Launcher•••* Build a HTML UI for the Jupyter Notebooks Launcher feature that fits
in, aesthetically, with that of the whole GeneNetwork look and feel.
| Frederick Muriuki Muriithi |
2021-11-05 | Add created_timestamp when creating a new group | BonfaceKilz |
2021-11-05 | Add created_timestamp when creating a new group | BonfaceKilz |
2021-11-05 | Use members uuid | BonfaceKilz |
2021-11-05 | Add script for manually adding "editors" to each resource | BonfaceKilz |
2021-11-05 | Add template for displaying changed data | BonfaceKilz |
2021-11-04 | Removes unused import | jgart |
2021-11-04 | Use the correct dataset_id in sql query | BonfaceKilz |
2021-11-04 | Remove variables that are only used once | BonfaceKilz |
2021-11-04 | Delete obsolete template files | BonfaceKilz |
2021-11-04 | Move "*/diffs/*" to metadata_edits module | BonfaceKilz |
2021-11-04 | Sort import according to pep-8 spec | BonfaceKilz |
2021-11-04 | use gn3 imports | BonfaceKilz |
2021-11-04 | Remove "author" from file name when storing csv | BonfaceKilz |
2021-11-04 | Move authentication logic to gn3 | BonfaceKilz |
2021-11-04 | metadata_edits.py: Embed resource-id in a given file-name csv | BonfaceKilz |
2021-11-04 | edit_phenotype.html: Update endpoint for downloading csv | BonfaceKilz |
2021-11-04 | Move "get_sample_data_as_csv" to metadata_edits.py | BonfaceKilz |
2021-11-04 | Add "login_required" decorator to metadata edit endpoints | BonfaceKilz |
2021-11-04 | Delete "check_access_permissions"•••This check happens before every single request! Remove this.
| BonfaceKilz |
2021-11-04 | Delete noisy debugging•••Logging happens before every request, twice! Remove these.
| BonfaceKilz |
2021-11-04 | Redirect to "no_access_page" for pages that need edit and edit-admin | BonfaceKilz |
2021-11-04 | check for null timestamp | Alexander Kabui |
2021-11-04 | cache traits metadata | Alexander Kabui |
2021-11-04 | store table timestamp on redis | Alexander Kabui |
2021-11-04 | init function to get the table timestamp | Alexander Kabui |