This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
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
echyam
added a commit
that referenced
this pull request
Aug 3, 2020
* update dev w changes to master (#62) * fix proxy-ticket error * npm build error fix * Fix EDSC URL Issue (#56) * cherry pick env changes * fix last cherry pick commit * Update README.md * move show_ssh_info bucket_name setting to handlers.py * remove bucket_name const from funcs.ts * Update README.md * 2.3 release (#59) * source bashrc in entrypoint * submit jobs request propagate returned error messages * get request response json * catch nonzero exit subprocess on git status if not register code not in repo * typo * catch subprocess nonzero exit in defaultvalues handler * report no git repo error to user * don't convert inputs to lower case * register algo config req params check for none * register commit check for r and matlab file exts * update architecture docs for submit jobs, add for dps info * copy bashrc to bash_profile in entrypoint * add toastify error for default vals in register * testing register result * more register toastify errors Co-authored-by: echyam <[email protected]> * Create workflow yml for github actions (#61) * Create workflow yml for github actions * Update typo in secrets * Trigger gitlab ci pipeline * Add stable tag in push trigger * Update GITHUB_REF var name Co-authored-by: bsatoriu <[email protected]> Co-authored-by: Sujen Shah <[email protected]> Co-authored-by: echyam <[email protected]> Co-authored-by: Sujen Shah <[email protected]> Co-authored-by: Elizabeth Yam <[email protected]> * remove all package-lock files * remove all tsc dependencies and change to typescript * master -> dev merge reversed change to remove handler * fix imports * fix job display, rm extraneous console logging * Upgrade jlab2 (#63) * dps_info to jlab2 * edsc to jlab2 * hide side panel to jlab2 * insert defaults to notebook to jlab2 * insert defaults tsconfig syntax * maapsec to jlab2 * pull projects to jlab2 * show ssh info to jlab2 * submit jobs to jlab2 * user meta form to jlab2 * dps magic to jlab2 * ipycmc to jlab2 * revert toastify version * try toastify v3 * log if dps info and insert defaults activate successfully * update icon to work in jlab v2 * Dev docs (#64) * update dev docs for each extension * submit_jobs minor cleanup and update CAS profile ticket attribute name * update labextension install and Che stack config * fix missing refs in submit jobs handler, return basic joblist if DPS doesn't give job details * fix dps panel for jlab2 * fix DPS UI widget for jlab2 wip * add installation list and dependencies to README * readme type, put maap-py library installation note before serverextension install commands * fix clickable job lists and add job metrics to side panel * dynamically get username from profile in dps info * revert dps_info readme Co-authored-by: Maya DeBellis <[email protected]> Co-authored-by: bsatoriu <[email protected]> Co-authored-by: Sujen Shah <[email protected]> Co-authored-by: Sujen Shah <[email protected]>
gllewellyn19
pushed a commit
that referenced
this pull request
Jun 10, 2021
* update dev w changes to master (#62) * fix proxy-ticket error * npm build error fix * Fix EDSC URL Issue (#56) * cherry pick env changes * fix last cherry pick commit * Update README.md * move show_ssh_info bucket_name setting to handlers.py * remove bucket_name const from funcs.ts * Update README.md * 2.3 release (#59) * source bashrc in entrypoint * submit jobs request propagate returned error messages * get request response json * catch nonzero exit subprocess on git status if not register code not in repo * typo * catch subprocess nonzero exit in defaultvalues handler * report no git repo error to user * don't convert inputs to lower case * register algo config req params check for none * register commit check for r and matlab file exts * update architecture docs for submit jobs, add for dps info * copy bashrc to bash_profile in entrypoint * add toastify error for default vals in register * testing register result * more register toastify errors Co-authored-by: echyam <[email protected]> * Create workflow yml for github actions (#61) * Create workflow yml for github actions * Update typo in secrets * Trigger gitlab ci pipeline * Add stable tag in push trigger * Update GITHUB_REF var name Co-authored-by: bsatoriu <[email protected]> Co-authored-by: Sujen Shah <[email protected]> Co-authored-by: echyam <[email protected]> Co-authored-by: Sujen Shah <[email protected]> Co-authored-by: Elizabeth Yam <[email protected]> * remove all package-lock files * remove all tsc dependencies and change to typescript * master -> dev merge reversed change to remove handler * fix imports * fix job display, rm extraneous console logging * Upgrade jlab2 (#63) * dps_info to jlab2 * edsc to jlab2 * hide side panel to jlab2 * insert defaults to notebook to jlab2 * insert defaults tsconfig syntax * maapsec to jlab2 * pull projects to jlab2 * show ssh info to jlab2 * submit jobs to jlab2 * user meta form to jlab2 * dps magic to jlab2 * ipycmc to jlab2 * revert toastify version * try toastify v3 * log if dps info and insert defaults activate successfully * update icon to work in jlab v2 * Dev docs (#64) * update dev docs for each extension * submit_jobs minor cleanup and update CAS profile ticket attribute name * update labextension install and Che stack config * fix missing refs in submit jobs handler, return basic joblist if DPS doesn't give job details * fix dps panel for jlab2 * fix DPS UI widget for jlab2 wip * add installation list and dependencies to README * readme type, put maap-py library installation note before serverextension install commands * fix clickable job lists and add job metrics to side panel * dynamically get username from profile in dps info * revert dps_info readme Co-authored-by: Maya DeBellis <[email protected]> Co-authored-by: bsatoriu <[email protected]> Co-authored-by: Sujen Shah <[email protected]> Co-authored-by: Sujen Shah <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update to JupyterLab v2.1.4!
updates package dependencies and replaces @phosphor dependencies with JupyterLab's @Lumino ts wrapper