website
website copied to clipboard
Code for the Data Commons website
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.1. Commits 9b77436 6.6.1 04cb6f5 Merge commit from fork b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros See full diff in compare view...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.6 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @myndzi). 3.3.7 Fixed node16 TypeScript support...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.6. Release notes Sourced from vite's releases. v4.5.6 This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details. Please refer...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.14 to 5.4.12. Release notes Sourced from vite's releases. v5.4.12 This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details. Please refer...
I followed the developer guide to get setup to contribute to the website repo and following the following step: https://github.com/datacommonsorg/website/blob/master/docs/developer_guide.md#run-all-tests The unit test `TestBadWords` has a test `test_validate_prod` failing. This...
This is an example PR for how website calls to V0/V1 can be moved to V2. It looks like the only usage of /v1/bulk/observation-dates/linked in website is in get_series_dates (https://github.com/search?q=repo%3Adatacommonsorg%2Fwebsite%20%20%2Fv1%2Fbulk%2Fobservation-dates%2Flinked&type=code),...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
I want to serve Data Commons API in my local server. I'm following the method from [Quickstart - Docs - Data Commons](https://docs.datacommons.org/custom_dc/quickstart.html). I successfully load the website and even can...
I have followed the method from [Quickstart - Docs - Data Commons](https://docs.datacommons.org/custom_dc/quickstart.html). to upload sample dataset in datacommons and I was able to load the website and query from UI....