-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WX-915 Restore Job Lists Page (#780)
* wx-922 saving current progress, linter working on vscode * WX-922 updated circle jobs, added scripts to package.json, disabled certain linting rules for now * WX-922 added tsc job, added ES2022 lib for compilation * WX-922 testing if tsc and eslint jobs are configured * wx-922 corrected pkg manager version to that referenced in repo * wx-723 initial setup of oidc library, checking to see if setup works * WX-723 library up and running, need to figure out oauth uri configurations * wx-723 redirect works, user profile being read in, need to come up with prototype silent refresh flow * wx-723 code cleanup, moving to implement silent refresh * wx-723 pulled async methods out of synchronous constructors * wx-723 updated tests, running async auth service method at the start of component ngInit, updated tsconfig settings for test runners, still working on silent refresh * wx-723 some code cleanup * wx-723 switched to localStorage, updates to redirect logic * wx-723 code corrections to storage and redirect method call * wx-723 removed silent refresh files, code cleanup * wx-723 removed unused static files and scripts * wx-723 added tests for redirect component, syntax corrections * wx-723 updated README.md * wx-915 restored job list page, working through pagination issues on both front and back-ends * wx-915 fixed encode/decode logic for jobs page, updated default redirect to point to jobs page * wx-915 updated decode tests so that incoming tokens are strings * wx-915 more updates to tests to ensure that strings, not bytes, are being supplied as decode arg parameters * wx-915 removed comment * wx-915 added conditionals to get_response_message method * wx-915 updating tests (one more test left to fix) * wx-915 updated table column test * wx-915 restored back to jobs button and associated tests * wx-915 restored redirect from root to job list * Update TERRA_QUICKSTART.md * wx-915 fixed pagination button styling and missing column selection * wx-915 updated removed fuction reference in mat-chip components * wx-915 updated test for filter chip * wx-915 added front end solution for display value updates, css update for table count box * wx-915 matched table count border color with pagination buttons' border values --------- Co-authored-by: Janet Gainer-Dewar <jdewar@broadinstitute.org>
- Loading branch information
1 parent
577f426
commit 54ab6b4
Showing
20 changed files
with
197 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.