aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
keyringAdd fredmanglis' key to the keyringFrederick Muriuki Muriithi16 months
load-raw-data-no-parsingFix bug: fetch from cursor, not return from cursor.execute(…)Frederick Muriuki Muriithi14 months
mainUse more of the screen width for content on smaller screens.Frederick Muriuki Muriithi2 hours
rework-species-selectionAdd missing scripts.Frederick Muriuki Muriithi3 months
rewrite-rqtl2-qcSave errors for each file in lists. Parallelise error checking.Frederick Muriuki Muriithi9 months
test-resumablejsDisplay error better.Frederick Muriuki Muriithi10 months
update-templates-for-bootstrapFix tests and issues caught by tests.Frederick Muriuki Muriithi11 months
 
 
AgeCommit messageAuthor
2 hoursUse more of the screen width for content on smaller screens.•••Display only the links and main content on screens smaller than 20 CSS inches — the idea is that laptop screens and smaller will only display the links and the main content, leaving the sidebar content hidden. HEADmainFrederick Muriuki Muriithi
4 daysInit setup and script for async job to load phenotypes into databaseFrederick Muriuki Muriithi
4 daysSave/Create new phenotypes in the database.Frederick Muriuki Muriithi
4 daysProvide endpoint for loading data after QC is successful.Frederick Muriuki Muriithi
4 daysRequire that the publication is present.Frederick Muriuki Muriithi
4 daysMove previews below each item rather than being in the sidebar.Frederick Muriuki Muriithi
4 daysInclude the publication when provided.Frederick Muriuki Muriithi
4 daysAllow plain text files too.Frederick Muriuki Muriithi
7 daysMark directories as packages to make modules unique.Frederick Muriuki Muriithi
7 daysPoC: Use independent module-level loggers with application•••Using flask.current_app.logger for logging in modules leads to the modules requiring an app context, even when the module itself could be used outside of the application. This commit provides a proof-of-concept (really, me finally putting in the effort to figure out logging) for how we could allow independent loggers at the module level, that can then be hooked up to the main logging in the system in question. Frederick Muriuki Muriithi
[...]