Age | Commit message (Collapse) | Author |
|
* wqflask/wqflask/templates/genotype.html: Update page.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* wqflask/wqflask/views.py (get_phenotype): Rename "/phenotype" -> "phenotypes".
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* wqflask/wqflask/templates/publication.html: Update UI. When a
particular metadata item does not show up, show "N/A" instead.
* wqflask/wqflask/views.py (get_publication): Rename
"publication"->"publications".
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Firefox will always give the following error:
None of the “sha384” hashes in the integrity attribute match the content of the subresource.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* wqflask/wqflask/views.py (get_dataset): Rename "/dataset..." ->
"/datasets...". Remove url parsing for metadata keys since we use
json-ld now. Remove pull-right check. Only pass the metadata to the
template.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* wqflask/wqflask/templates/metadata/dataset.html: Rename metadata to
dataset.
* wqflask/wqflask/views.py (get_dataset): Ditto.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* wqflask/wqflask/templates/dataset.html: Move this ...
* wqflask/wqflask/templates/metadata/dataset.html: here. Also, add
htmx library.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
Log out failures in querying the database as errors to help with
catching issues with and debugging of queries.
|
|
global search to wrongly submit global search instead
|
|
Enable a separate secrets settings file to be provided where
necessary. The secrets settings file will hold security-critical
configuration values that should not be exposed in the repository.
|
|
|
|
|
|
- Disable scroller when fewer than 2000 rows. Scroller causes a problem where you can't reach certain rows when manually scroller when rows are too 'tall' (so when descriptions are long and the window is smaller)
- Disable width for Abbreviation and increase width for Peak Position so it doesn't get pushed to two lines
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
This reverts commit b178e8f8944141632032103fb5b06e3a0746d4f3.
|
|
* wqflask/wqflask/views.py (index_page): Set "verify=False" in
no_token_get.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* test/requests/test-website.py (host_is_online): Reduce tries from 10
to 5. Also, print out the full error---useful for CD debugging.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Make calls to the API server to approve or reject a diff, depending on
the user's actions.
Clean up the UI elements to remove debug artifacts.
|
|
|
|
List out the diffs and create placeholders for active elements that do
not yet have the back-end code that handles them.
|
|
|
|
|
|
|
|
|
|
Provide a "wrapped" requests module that returns an Either monad
rather than a request directly.
Send requests to GN3 rather than gn-auth
|
|
Authenticate with the Auth-server (gn-auth) to get the token to use on
the API server (GN3).
|
|
|
|
|
|
|
|
|
|
|
|
A resource is not linked directly to a user group any more.
|
|
|