aboutsummaryrefslogtreecommitdiff
path: root/etc/default_settings.py
AgeCommit message (Collapse)Author
2020-04-28Merge with conflictsPjotr Prins
2020-04-28settings: force SERVER_PORT to align with environment variablePjotr Prins
2020-04-28Added a script for a default runnerPjotr Prins
2020-04-26Merge master and testingmasterPjotr Prins
2020-04-26Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-04-26Updated default_settings to include default GN2 base urlzsloan
2020-04-26URL for finding servicesArthur Centeno
2019-09-24Fixed issue that caused logging in to stop working with new GUIX buildzsloan
Removed some unused JS libraries
2019-07-23Added change to automatically update datasets list using rest api instead of ↵zsloan
json file Removed option to edit certain html pages, like news, policies, etc
2019-02-13Removed pylmm references and related functionsPjotr Prins
2018-09-05ELASTICSEARCH settings and fix runserver.py to run without gunicornPjotr Prins
2018-08-14Added cofactors to correlation scatterplot and changed it to use Plotlyzsloan
Added Phenogen track to mapping results Added comparison bar chart figure Simplified global search to not build trait/dataset objects, which speeds thing up considerably Fixed correlation matrix to correctly deal with 0 values Fixed issue where anonymous collections couldn't be created if none already existed
2018-03-30Fixes related to E-mail forgotten passwordPjotr Prins
2018-03-26Fixing authentication stuff so it uses parameters properly. Also no ↵Pjotr Prins
PYTHONPATH needed as it is now in the Guix build.
2018-01-29Gunicorn worksPjotr Prins
2017-12-20Bring in some earlier work - mostly documentation and startup handlingPjotr Prins
2017-09-04gemma-wrapper: find binary in profilePjotr Prins
2017-06-02settings: GENENETWORK_FILESPjotr Prins
2017-05-31JS module handlingPjotr Prins
2017-05-21Merge from the diet branch.Pjotr Prins
* refactored ./bin/genenetwork2 and /etc/default_settings - better detection of Guix - removed unused parameters, such as GEMMA_RESULT_PATH and TEMP_TRAITS - removing some default settings, such as PYLMM_COMMAND - rename some settings, such as SQL_URI and LOG_SQL_ALCHEMY - added GUIX_JS_PATH for JS modules * Added documentation on installing binary GN2 * Updated Twitter board to latest version in Guix - it had broken * Updated many tools in the latest Guix profile
2016-10-11Merge branch 'pjotr-gn2' into testingPjotr Prins
2016-10-09Add version informationPjotr Prins
2016-10-07Add JS path to TWITTER_POST_FETCHERPjotr Prins
2016-10-06Logger: add more granular debug messagesPjotr Prins
2016-09-26Settings: LOCAL_PRIVATE_FILESPjotr Prins
2016-09-25Logger: use output for assessing mapping parametersPjotr Prins
2016-09-25tools: export GENENETWORK_FILES and move cache into TMPDIR/gn2Pjotr Prins
2016-06-24Default to no-GN_SERVER for nowPjotr Prins
2016-06-24Log: and document SQL callsPjotr Prins
2016-06-23Settings: add GN_SERVER_URLPjotr Prins
2016-06-21Logger: switch for logging SQLALCHEMYPjotr Prins
2016-06-21Benchmarking: allow output select with LOG_BENCHPjotr Prins
2016-06-19gn_server: SQL handlingPjotr Prins
2016-06-19Remark addedPjotr Prins
2016-06-19Settings: reordering default_settings.pyPjotr Prins
2016-06-19Adding setting parameters for branding and deploymentPjotr Prins
2016-06-19Renamed settings so they are grouped togetherPjotr Prins
2016-06-18Logging settingsPjotr Prins
2016-06-18Logger: more infoPjotr Prins
2016-06-18Logging: behavioursPjotr Prins
2016-06-18Logger: improving outputPjotr Prins
2016-06-16Introduce behaviour parameters to facilitate developmentPjotr Prins
2016-06-16Add default settingsPjotr Prins
2016-06-16default settings: use $HOME as a base by defaultPjotr Prins
2016-04-20Show error when GENODIR is missingPjotr Prins
2016-04-20[PATCH 041/100] Fixes for running toolsPjotr Prins
2016-04-20Settled on the _COMMAND syntax over _RUNpjotrp
2016-04-20[PATCH 023/100] WIP fixing all pathsPjotr Prins
2016-04-20[PATCH 018/100] Find external tools: refactored code to work with GNU GuixPjotr Prins
2016-04-20* ./bin/genenetwork2: New filepjotrp