forked from NASA-IMPACT/veda-config
-
Notifications
You must be signed in to change notification settings - Fork 15
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
v2.0.10 #477
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
This brings in the Playwright smoke test suite being used in veda-config. I thought that it would be helpful to have it here to assist in smoke testing after any updates. * This is not tied to CICD at this time, so only runs locally with `yarn test:e2e` (although, that would be a straightforward follow-on) * Tests are dynamically generated from the contents of the `**/datasets/*.mdx' and `**/stories/*.mdx` directories to minimize maintenance of the suite * tests aren't intended to be thorough on the UI, but rather to verify on a high level that there are no errors when loading routes or retrieving collections.
The github action to run the playwright tests was failing: https://github.com/US-GHG-Center/veda-config-ghg/actions/runs/10182289431/job/28165170974 ``` Error: Timed out waiting 60000ms from config.webServer. ``` This now happens for me locally, and it appears that the server was just taking too long to build and serve the site. I extended the timeout for getting the site running before failing.
<!-- -----------^ Click "Preview" for a functional view! --> ## Why are you creating this Pull Request? Now that the tif files have been updated with nodata info, we shouldn't need to pass nodata values to the API for visualiuzation/analysis. So this PR removes those
- Added newsletter Volume 1, Issue 3 to learn page #453
## Why are you creating this Pull Request? - Minor content changes to [LPJ data](https://docs.google.com/document/d/1RrzHXg2GA2NLZB0E5SidK2t6pvKnFhKp_23X_Fiq-lY/edit)
<!-- -----------^ Click "Preview" for a functional view! --> ## Why are you creating this Pull Request? - Update veda-ui to latest version v5.4.1 [Changes](https://github.com/NASA-IMPACT/veda-ui/releases/tag/v5.4.1)
<!-- -----------^ Click "Preview" for a functional view! --> ## Why are you creating this Pull Request? - Added minor content changes for [ODIAC](https://docs.google.com/document/d/1NLAyzK3BXrFK9T8eXI8KCw_QDevDQ4S5kf4Az0tUX28/edit) - Changed the stac collection id to `odiac-ffco2-monthgrid-v2023`
Tag plume story with gas=ch4
# Description NOAA dataset content update based on these docs: - https://docs.google.com/document/d/1v6NrDvRFPU14QdwqnvubaZr1b0Q44k2I_wNOy37Q-P0/edit#heading=h.6e6mm6iranye - https://docs.google.com/document/d/1v6NrDvRFPU14QdwqnvubaZr1b0Q44k2I_wNOy37Q-P0/edit
## Why are you creating this Pull Request? - Updated application version to v2.0.10
eccodarwin had wrong temporal resolution
✅ Deploy Preview for ghg-demo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
paridhi-parajuli
approved these changes
Aug 6, 2024
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.
The PR name should be the version to be deployed (ex: v1.0.1)
Changelog v2.0.10
🎉 Features
🚀 Improvements
nodata
params from datasets🐛 Fixes