aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-12-16Replace zxcvbn async (#524)Alexander Kabui
* replace axcbn-async in templates * add zxcvbn-async.min.js in mechanical rob Co-authored-by: BonfaceKilz <bonfacemunyoki@gmail.com>
2020-12-16Replace shapiro wilk lib (#528)Alexander Kabui
* replace shapiro-wilk in templates * add shapiro-wilk.js to mechanical rob
2020-12-16Replace jquery libs(jquery cookie,jquery ui,jquery js) (#512)Alexander Kabui
* replace jquery-ui in templates * replace jquery-cookie library in templates * replace jquery.min.js in templates * add jquery-ui to mechanical rob * add jquery-cookie to mechanical rob * add jquery min js to mechanical rob Co-authored-by: BonfaceKilz <bonfacemunyoki@gmail.com>
2020-12-15Replace typeahead lib (#527)Alexander Kabui
* replace typeahead js in templates * add typeahead.bundle.js to mechanical rob * remove duplicate libs in snp_browser.html Co-authored-by: BonfaceKilz <bonfacemunyoki@gmail.com>
2020-12-15Replace twitter-post-fetcher (#526)Alexander Kabui
* replace twitter fetcher in templates * add twitter post fetcher to mechanical rob Co-authored-by: BonfaceKilz <bonfacemunyoki@gmail.com>
2020-12-15Merge branch 'testing' into replace-underscoreBonfaceKilz
2020-12-09Merge pull request #523 from Alexanderlacuna/replace-imagesBonfaceKilz
Replace images
2020-12-09merge testingAlexander Kabui
2020-12-09Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵Alexander Kabui
replace-images
2020-12-09Merge branch 'testing' into replace-jsalt-libsBonfaceKilz
2020-12-09Merge branch 'testing' into replace-plotlyBonfaceKilz
2020-12-09Merge branch 'testing' into replace-ckeditorBonfaceKilz
2020-12-09Merge branch 'testing' into replace-jszipBonfaceKilz
2020-12-09Merge branch 'testing' into replace-jscolorBonfaceKilz
2020-12-09Merge branch 'testing' into replace-datatableBonfaceKilz
2020-12-09Merge branch 'testing' into replace-colorboxBonfaceKilz
2020-12-08Merge branch 'testing' into replace-nouisliderBonfaceKilz
2020-12-08resolve conflictAlexander Kabui
2020-12-08Merge branch 'testing' into replace-purescript-genome-browserBonfaceKilz
2020-12-08Merge branch 'testing' into replace-cytoscapeBonfaceKilz
2020-12-08add d3-tip.css to mechanical robAlexander Kabui
2020-12-08add jszip to mechanical robAlexander Kabui
2020-12-08add jsalt/timeago.min.js to mechanical robAlexander Kabui
2020-12-08add js-alt/parsley.min.js to mechanical robAlexander Kabui
2020-12-08add jsalt/jstat.min.js to mechanical robAlexander Kabui
2020-12-08add jquery.colorbox-min.js to mechanical robAlexander Kabui
2020-12-08add jquery.datatables css to mechanical robAlexander Kabui
2020-12-08add datatablejquery to mechanical robAlexander Kabui
2020-12-08scroller.dataTables.min.js to mechanical robAlexander Kabui
2020-12-08add jscolor to mechanical robAlexander Kabui
2020-12-08add datatable images to mechanical robAlexander Kabui
2020-12-08add underscore.string.min.js to mechanical robAlexander Kabui
2020-12-08add plotly.min.js to mechanical robAlexander Kabui
2020-12-08add nouislider.js to mechanical-robAlexander Kabui
2020-12-08add nouislider.min.css to mechanical-robAlexander Kabui
2020-12-08add purescript-genetics-browser.cssAlexander Kabui
2020-12-08add purescript-genetics-browser.js to mechanical robAlexander Kabui
2020-12-08add ckeditor to mechanical robAlexander Kabui
2020-12-07add ↵Alexander Kabui
cytocape.min.js,cytoscape-panzoom.js,cytoscape.js-panzoom.css,cytoscape-qtip.js to mechanical rob
2020-09-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-09-22Update Mechanical RobBonfaceKilz
* test/requests/main_web_functionality.py (check_search_page): Breaking change introduced by updating text in search page. See: 9f76abc95
2020-09-17Update Mechanical RobBonfaceKilz
* test/requests/link_checker.py (verify_static_file): Cast result.content.find's args to bytes. * test/requests/main_web_functionality.py (check_search_page): Update text to search for in a successful result. This value changed in 2aac6a06.
2020-09-17Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-09-04Fix false positive testsBonfaceKilz
* test/requests/link_checker.py: (verify_static_file): Add it. Verify that a static link is fetched by checking for the message "Error: 404 not Found" in page. (check_package_js_files): Add appropriate 'js' or 'css' prefix.
2020-09-01Add check for "md5.min.js" libraryBonfaceKilz
* test/requests/link_checker.py: Add it.
2020-09-01Check availability of several js and css filesBonfaceKilz
* test/requests/link_checker.py: Check availability of: chroma.min.js; d3-tip.js; d3.min.js; underscore.min.js; nv.d3.min.css; and jquery.qtip.min.js
2020-08-31Add check for "d3-tip.js" js libraryBonfaceKilz
* test/requests/link_checker.py (check_packaged_js_files): Add it.
2020-08-31Add check for "chroma.js" dataTables extension pluginBonfaceKilz
* test/requests/link_checker.py (check_packaged_js_files): Add it.
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
2020-08-26Merge branch 'testing' into build/python3-migrationBonfaceKilz