-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to tapis v3 #212
Merged
Merged
Migrate to tapis v3 #212
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
* Add tapis v3 auth * Get user name from jwt * Add tapis token to Geoapi or Tapis requests * Add updated package-lock.json * Fix linting issues * Use designsafe.tapis.io * Add empty response for DesignSafe projects endpoint * Fix linting issue * Fix linting * Bump versions of stylelint-stylus and stylelint * Rework linting commands * Ingore one style problem as issues with linter
* Add tapis-typescript * Add lock * Use tapisv3 for files and systems listing * Removed unused import * Fix pretty mistakes and todo comments * Use size of v3 response instead of length * Add system to file response * Fix back entry in file listing * Changing file length to file size to resolve error --------- Co-authored-by: Taylor Grafft <[email protected]>
* task/WG-261: Using mock v3 DS project data response * formatting fix --------- Co-authored-by: Taylor Grafft <[email protected]> Co-authored-by: Taylor Grafft <[email protected]>
* Add todo * Add experimental backend adn new tapis client ids * Fix ports to 8888 instead of 8000 * Fix linting issue * Use port 443
* task/WG-274: Updatiing Projects Endpoint for DS Next * Fix Enviroment * using PRJ (ds_id) for user panel links * Designsafe projects/v2 response now has 'result' instead of 'projects' key * Removed todo. --------- Co-authored-by: Taylor Grafft <[email protected]> Co-authored-by: Taylor Grafft <[email protected]> Co-authored-by: Nathan Franklin <[email protected]>
nathanfranklin
commented
May 24, 2024
* Rework login to use geoapi for auth * Fix linting issues * Fix linting * Change where we store token in local storage
* Add project PRJ-124 to project listing * Fix linting
* Rework login to use geoapi for auth * Fix linting issues * Fix linting * Change where we store token in local storage * Configure DesignSafe url * Fix links DesignSafe (fixes WG-322) Also makes the page open in a new tab * Fix linting issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview:
Support tapis v3
Notes:
When it is time to merge, we shouldn't squash merge this one.⚠️ ⚠️