Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Dev docs #64

Merged
merged 3 commits into from
Jul 14, 2020
Merged

Dev docs #64

merged 3 commits into from
Jul 14, 2020

Conversation

echyam
Copy link
Contributor

@echyam echyam commented Jul 14, 2020

Standardize and update extension documentation for JupyterLab 2.1.4. Adds more extensive information about overall environment packages and individual extension dependencies and development setup.

@echyam echyam merged commit 5718c25 into develop Jul 14, 2020
@echyam echyam deleted the dev-docs branch July 14, 2020 21:53
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]>
echyam pushed a commit that referenced this pull request Aug 21, 2020
* 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, dps UI widget for jlab2
* add installation list and dependencies to README
* readme type, put maap-py library installation note before serverextension install commands
* dynamically get username from profile in dps info
* allow edsc to open on localhost
* Update edsc_extension to work with new edsc instance (#66)
* add url parsers from earthdata src code
* add attribution comments
* clean up
* create cmr query url from edsc code, pass to maap-py
* start granule/collection search
* exclude working! showing correct params. list comment w search
* collection and granule search working
* cleanup, adding sources
* use generalized helper to get profile for registration
* fix some UI formatting
* fix merge conflicts on readme and dps_info jobinfo from master
Co-authored-by: bsatoriu <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: echyam <[email protected]>
Co-authored-by: mayadebellis <[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]>
gllewellyn19 pushed a commit that referenced this pull request Jun 10, 2021
* 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, dps UI widget for jlab2
* add installation list and dependencies to README
* readme type, put maap-py library installation note before serverextension install commands
* dynamically get username from profile in dps info
* allow edsc to open on localhost
* Update edsc_extension to work with new edsc instance (#66)
* add url parsers from earthdata src code
* add attribution comments
* clean up
* create cmr query url from edsc code, pass to maap-py
* start granule/collection search
* exclude working! showing correct params. list comment w search
* collection and granule search working
* cleanup, adding sources
* use generalized helper to get profile for registration
* fix some UI formatting
* fix merge conflicts on readme and dps_info jobinfo from master
Co-authored-by: bsatoriu <[email protected]>
Co-authored-by: Sujen Shah <[email protected]>
Co-authored-by: echyam <[email protected]>
Co-authored-by: mayadebellis <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant