Age | Commit message (Expand) | Author |
2024-01-05 | fetch gn_server_url from current config | Alexander_Kabui |
2024-01-02 | Fix path to error GIFs....genenetwork2 is now run from the top-level directory of the repo. So,
we prepend gn2 to the error GIF path.
* gn2/wqflask/views.py (handle_generic_exceptions): Prepend gn2 to
error GIF path.
| Arun Isaac |
2024-01-02 | Make Group Info button point to info.genenetwork.org | zsloan |
2024-01-02 | Change the way the info button works so that it just submits a form instead o... | zsloan |
2024-01-02 | Install static directory recursively. | Arun Isaac |
2024-01-02 | Fix base directory name in manifest....Earlier, we renamed the base directory from wqflask to gn2. Do
likewise in the manifest.
| Arun Isaac |
2024-01-02 | Move default settings into gn2 module. | Arun Isaac |
2024-01-02 | Do not read version from separate file....There is not much use having a separate version file. Besides, not
having a separate file saves us all the trouble of dealing with the
path to that file.
| Arun Isaac |
2024-01-02 | Consistently use GN_VERSION from app config....GN_VERSION is set in the configuration file and read into the app
config dictionary. Use that instead of re-reading from the etc/VERSION
file.
* gn2/utility/tools.py (gn_version): Delete function.
(GN_VERSION): Delete variable.
* gn2/wqflask/metadata_edits.py (display_phenotype_metadata,
display_probeset_metadata, show_history): Use GN_VERSION in app
config.
* gn2/wqflask/views.py: Do not import GN_VERSION from
gn2.utility.tools.
(handle_generic_exceptions, index_page.__render__, submit_trait_form):
Use GN_VERSION in app config.
| Arun Isaac |
2024-01-02 | merge changes | Alexander_Kabui |
2024-01-02 | add loading spinner for form submission | Alexander_Kabui |
2024-01-02 | fix issue for chromium browsers:form submitting twice | Alexander_Kabui |
2023-12-30 | setup.py: Use find_packages. | Arun Isaac |
2023-12-30 | Namespace mock paths under gn2. | Arun Isaac |
2023-12-29 | Correct path to etc/VERSION. | Arun Isaac |
2023-12-29 | Remove only up to -c in bin/genenetwork2....For example, in bin/genenetwork2 etc/default_settings.py -c -m pytest,
remove only up to -c.
| Arun Isaac |
2023-12-29 | Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for
"correct" packaging and deployment as a Guix service.
| Arun Isaac |
2023-12-29 | use gn-serverl-url for gn3 api | Alexander_Kabui |
2023-12-23 | use gn3 local url | Alexander_Kabui |
2023-12-22 | Merge pull request #823 from genenetwork/feature/gn-llm-ui...Feature/gn llm UI | Alexander Kabui |
2023-12-22 | guix: Do not fix version of package. | Arun Isaac |
2023-12-22 | guix: Clear up imports. | Arun Isaac |
2023-12-21 | Add option to invert X and Y axes for scatterplot | zsloan |
2023-12-21 | ui code refactoring | Alexander_Kabui |
2023-12-20 | Add missing programmers + margins to credits page | zsloan |
2023-12-20 | Add option to Show More/Less for trait page descriptions when the description... | zsloan |
2023-12-20 | code refactoring | Alexander_Kabui |
2023-12-20 | code formatting fixes | Alexander_Kabui |
2023-12-20 | init gnqna ui implementation | Alexander_Kabui |
2023-12-20 | add template handler for gngna | Alexander_Kabui |
2023-12-20 | add gnqna search form for home page | Alexander_Kabui |
2023-12-18 | Display empty collections...The count in the badge includes collections that are empty. This
commit fixes the UI to display empty collections too.
| Frederick Muriuki Muriithi |
2023-12-18 | Fix typo. | Frederick Muriuki Muriithi |
2023-12-15 | Increase width of Location selection for correlations | zsloan |
2023-12-15 | Make correlation and mapping CSS for trait page the same | zsloan |
2023-12-15 | Set min-width for show_trait page container div to prevent buttons from looki... | zsloan |
2023-12-15 | Update to more correct Xapian Search Queries link | zsloan |
2023-12-13 | Update Global Search help link | zsloan |
2023-12-07 | Move asterisk in mapping options to prevent overlapping with the Copy and Sha... | zsloan |
2023-12-07 | Fix bug when viewing individual chromosomes for non-mouse/rat species | zsloan |
2023-12-07 | Make the font-size for block-quotes smaller compared to the default....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| Munyoki Kilyungi |
2023-12-07 | Fix typo....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| Munyoki Kilyungi |
2023-12-07 | Add link to GN1 for quick comparison....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| Munyoki Kilyungi |
2023-12-07 | Update how the title is constructed....* wqflask/wqflask/templates/metadata/dataset.html: In order of
priority, display: title, label, altLabel. Otherwise, you can possibly
have the GN Accession Id forming the title of this page.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| Munyoki Kilyungi |
2023-12-07 | Update datasets page with updated RDF json-ld result....* wqflask/wqflask/templates/metadata/dataset.html: Minor updates.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| Munyoki Kilyungi |
2023-12-05 | Send the GN3 API server URI as configured for GN2 | Frederick Muriuki Muriithi |
2023-12-05 | Update URIs to the new GN-AUTH uris...The javascript was still using the GN3 URIs from when auth was done in
GN3. This commit updates the code to the new URI paths.
| Frederick Muriuki Muriithi |
2023-12-05 | Remove user-roles fetching statement...Remove the code fetching all the user roles, since they are not used.
| Frederick Muriuki Muriithi |
2023-11-30 | Remove duplicate month field in Phenotypes page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| Munyoki Kilyungi |
2023-11-30 | Fix dataset page links in Phenotypes UI page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| Munyoki Kilyungi |