-
Wesley Uykimpang authored
* added logout functionality * added slo * added slo * Updated slo and added cache * Working cache implementation * Fixed basic test * Refactored test * Updated test * Added comments & formatting * implemented RedisCache * modified client instantiation and added password * formatted documents * Updated * Added vscode settings * Added black * Renamed to kwargs for clarity * Refactored cache factory * Reformatted * Abstracting out acceptance tests * Unit tests for redis cache * Updated acceptance tests * Updated docs * Formatted * Removed unused dependencies * Refactored auth setup * Removed proxy driver * Updated readme * Added docker workflow * Testing new workflow * Added extra action * Fixed error * Fixed syntax * Added root install * Fixed label * Updated install process * Fixed typo * Explicitly using bash * Fixed bash statement * Updated build * Optional install step for k8s-hub img * Fixed typing * Bumped version * Added simple logout * Renamed simple_logout * Added status * Added logging * Fixed acceptance tests and formatted * Formatted doc * Reordered methods * Added https override to authenticator * updated docs * Trigger rebuild * Fix deprecation warning, attempt to resolve selenium error * Try and fix timeout * Test old driver selection method * Temporarily ignore redis * Add sleep to ensure that docker-compose calls have cleared * Fix missing space * Increase sleep, show docker compose verbosity * Fix verbosity error * Do not teardown docker compose... * Add sleep before each WebDriverWait call * Try multiple times * Add missing import * Use eager render, refresh page on fail * 5 tries instead of 3; 20 second wait instead of 15 * Change to 10 tries, 45 seconds * Fix firefox, ignore 3.8/3.7, ignore DS_Store Adding firefox tests shortly * Fix firefox typo * Add delays * Add firefox to github actions tests * Set page load timeout * Add additional info regarding /hub/acs https://github.com/ucsd-ets/jupyterhub-saml-auth/issues/8 * Add debug to timeoutexception * Add driver.get retry ConnectionReset error will be randomly thrown by driver.get()... * Fix type error * Manually merge https://github.com/ucsd-ets/jupyterhub-saml-auth/pull/10 Re-enable 3.7,3.8 py tests * Finalize branch * Test Jupyterhub 4 * Wait for URL instead of waiting 10sec * Remove driver.refresh() calls * Replace refresh() with quit() * Make delays longer * Add set_page_load_timeout * Switch back to refresh, disable firefox (for now) * Do not call driver.refresh() if on firefox * Disable firefox tests * Test handlers.py changes * Update handlers.py * Update handlers.py --------- Co-authored-by: Arjun Ghoshal <arjunp.ghoshal@gmail.com> Co-authored-by: wesuuu <wuykimpang@ucsd.edu> Co-authored-by: Naval Patel <97067993+nhp002@users.noreply.github.com> Co-authored-by: Dominic Feliton <127802411+dafeliton@users.noreply.github.com> Co-authored-by: dafeliton <dafeliton@ucsd.edu> Co-authored-by: RockfordMankiniUCSD <92760584+RockfordMankiniUCSD@users.noreply.github.com>
This project is licensed under the BSD 3-Clause "New" or "Revised" License.
Learn more
Loading