1843 Commits

Author SHA1 Message Date
Rufus Pollock
25a668aaef
Merge pull request #589 from datopian/dependabot/npm_and_yarn/examples/default/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /examples/default
2021-10-19 18:25:13 +02:00
Rufus Pollock
e7af800acf
Merge pull request #585 from datopian/dependabot/npm_and_yarn/site/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /site
2021-10-19 18:25:09 +02:00
Rufus Pollock
a7d5b36813
Merge pull request #584 from datopian/dependabot/npm_and_yarn/examples/dataset-frictionless/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /examples/dataset-frictionless
2021-10-19 18:25:03 +02:00
Rufus Pollock
663f7569a7
[README][s]: fix link to demo. 2021-09-28 10:38:22 +02:00
Rufus Pollock
477da14ccb
Merge pull request #599 from datopian/dependabot/npm_and_yarn/examples/dataset-frictionless/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5 in /examples/dataset-frictionless
2021-09-22 12:52:48 +02:00
dependabot[bot]
0ee352dfc9
Bump tmpl from 1.0.4 to 1.0.5 in /examples/dataset-frictionless
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 06:24:58 +00:00
anuveyatsu
46da83048e [catalog/tests][xs]: update snapshot for testing search page. 2021-08-25 13:32:42 +06:00
anuveyatsu
9543cdf998 [catalog/resource page][l]: implemented resource page with core Table component. 2021-08-25 13:31:14 +06:00
anuveyatsu
f2629cb195 [catalog/dataset page][m]: implement dataset page using tailwindui assets. 2021-08-25 10:50:12 +06:00
anuveyatsu
feb1fd62f4 [catalog/queries][s]: optimized the way we query graphql so that we only use single query for dataset/resource pages. It also fixes some buggy behaviour of next.js described in https://github.com/vercel/next.js/issues/8563. 2021-08-24 12:15:03 +06:00
anuveyatsu
6bc36f9e3b [catalog/css setup][xs]: removed purging css as it is not working as expected. Removed theme configs in tailwind config. Note that CSS asset in production is now 298kb which is a lot comparing to 4kb previously. 2021-08-24 11:54:01 +06:00
anuveyatsu
40b3f52564 [catalog/setup/css][s]: small bug fix re missing argument; remove tailwind purge option as already purging via postcss. 2021-08-23 11:36:15 +06:00
dependabot[bot]
69d6bfa525
Bump path-parse from 1.0.6 to 1.0.7 in /examples/dataset-frictionless
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 07:59:24 +00:00
dependabot[bot]
b502d33106
Bump path-parse from 1.0.6 to 1.0.7 in /site
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 07:59:09 +00:00
dependabot[bot]
8408d7abc6
Bump path-parse from 1.0.6 to 1.0.7 in /examples/default
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 07:59:07 +00:00
anuveyatsu
0d400a6756 [catalog/home/recent datasets][m]: re-implemented 'Recent datasets' element with TailwindUI. 2021-08-20 13:58:00 +06:00
anuveyatsu
6e2102e13b [catalog/home/hero][s]: fixed search element in hero. 2021-08-20 13:37:56 +06:00
anuveyatsu
56618506a8 [catalog/tailwind][xs]: use tailwind version from core lib. 2021-08-20 13:30:06 +06:00
anuveyatsu
9a117e3306 [catalog/setup][xs]: use yarn by default and remove package-lock to be consistent. 2021-08-20 13:28:59 +06:00
anuveyatsu
0cce15b991 [catalog/ui][m]: implemented custom navbar. 2021-08-20 13:25:58 +06:00
anuveyatsu
7a17f4843d [catalog/setup][xs]: updates for deployment.
- Set DMS to demo.dev.datopian.com which has more datasets than demo.ckan.org.
- Fix typesript bug which was breaking previous deployment.
- Update yarn.lock file so that 'portal' is installed from the latest commit.
2021-08-15 00:31:57 +06:00
anuveyatsu
4dfaaad85e [catalog/org][l]: implemented org page using TailwindUI.
- Removed outdated tests for search page.
2021-08-14 23:36:44 +06:00
anuveyatsu
12df6dba3b [catalog/query][xs]: fixed OrgInfo component of dataset page to re-use get dataset query as it doesn't need full org information.
Updated get dataset query to follow frictionless spec.
2021-08-14 23:22:17 +06:00
anuveyatsu
18dece1c04 [catalog/query][s]: changed get org query to return sufficient data about an org + follow frictionless spec. 2021-08-14 23:19:47 +06:00
anuveyatsu
89e7b942aa [KeyInfo component][xs]: removed complex/buggy logic for calculating total size of all files.
We still can display total size if it is available from 'descriptor.size', otherwise, we just display 'N/A'.
This is probably a good one for removal in the future as we could show sizes for each resource instead of total size.
2021-08-14 21:10:02 +06:00
anuveyatsu
04a7a59c17 [catalog/graphql][xs]: get all necessary data for a resource descriptor from CKAN API. 2021-08-14 21:02:51 +06:00
anuveyatsu
2c42d3d83d [ResourceInfo component][xs]: small improvements in the table to show more info. 2021-08-14 21:01:49 +06:00
anuveyatsu
5c0b053fe2 Update dist files with the latest fixes/improvements. 2021-08-14 20:38:41 +06:00
anuveyatsu
e993612466 [catalog][xs]: made graphql query to follow frictionless spec + to return more data for package page. 2021-08-14 20:35:27 +06:00
anuveyatsu
0d11409088 [catalog][xs]: made created/updated fields more human-readable. 2021-08-14 20:33:57 +06:00
anuveyatsu
f9b9cf3680 [Key info component][s]: bug fixes and improvements to follow official frictionless spec. 2021-08-14 20:15:30 +06:00
anuveyatsu
e8f9d2bc8e [catalog][m]: re-implemented search page using TailwindUI. 2021-08-14 13:09:53 +06:00
anuveyatsu
b0ee6b4c71 [catalog][m]: added Stats component. 2021-08-13 18:55:46 +06:00
anuveyatsu
71ecf16728 [setup][xs]: remove 'jit' mode which is breaking tailwindcss behaviour for unknown reason. 2021-08-13 17:55:53 +06:00
anuveyatsu
1fe0f71029 [catalog][s]: added simple footer element. 2021-08-13 15:51:45 +06:00
anuveyatsu
d32e11ae6a [ckan catalog][m]: new hero element in the home page. 2021-08-13 15:12:11 +06:00
anuveyatsu
65e5a0b3bf [setup catalog][m]: upgrade TailwindCSS, install dependencies for TailwindUI and fix configs. 2021-08-13 14:55:03 +06:00
Rufus Pollock
4aac713387 [site,bugfix][xs]: correct import of Layout (layout => Layout) following 88fb3c63bd61ca829b6121cbd6597654fbe05640. 2021-07-28 23:41:41 +02:00
Rufus Pollock
2a5c05fbf8 [site,#572][xs]: remove components/prose.js as no longer used. 2021-07-28 23:36:34 +02:00
Rufus Pollock
88fb3c63bd [site,bugfix,#572][xs]: rename layout.js to Layout.js (thought i had in commit 2 ago but apparently not!). 2021-07-28 23:35:12 +02:00
Rufus Pollock
22648a0528 [site,#572][s]: refactor existing site content into the content directory.
* Can get rid of existing pages as now our generic markdown / mdx loader at the root \[...slug\].js catches everything
* Convert gallery to a markdown file
2021-07-28 23:23:28 +02:00
Rufus Pollock
8c3b1bccd3 [site,#572][l]: merge in data literate material.
* Nav bar and layout
* Main catch all route that loads material from content
* Data Literate: demo plus all associated components
  * content/data-literate/demo.mdx
  * components/* (pretty much all are related to demo)
  * lib/markdown.js, lib/mdxUtils.js
  * api/proxy.js to proxy remote urls (to handle CORs)
  * content/data-literate.md (DL home page - old data literate home page converted to markdown)
* excel-viewer.js: excel viewer demo from data literate
* package.json / yarn.lock
  * Nav: @headlessui/react @heroicons/react/outline @heroicons/react
  * CSV support for table: papaparse
  * Excel support for tables etc: xlsx
  * Vega: react-vega vega vega-lite
  * MDX: next-mdx-remote (yarn rm @next/mdx)
2021-07-28 23:16:42 +02:00
Rufus Pollock
b81cf992de [refactor][xs]: rename docs directory to site reflecting fact this is the full website. 2021-07-28 09:27:17 +02:00
Rufus Pollock
bb93103997 [ex/catalog][xs]: fix link to portal.js github repo. 2021-06-24 11:15:28 +02:00
Rufus Pollock
2ce7356d87 [ex/catalog][xs]: try tweak to tailwind config to fix #568. 2021-06-24 11:13:28 +02:00
Rufus Pollock
59298543da [site/docs][s]: remove link to section at bottom of pages as not used atm. 2021-06-20 22:10:54 +02:00
Rufus Pollock
b307009641 [site/nav][s]: add components to the navbar. 2021-06-20 22:10:25 +02:00
Rufus Pollock
43f666022a [site/docs][s]: merge installation.md into index.md as no need to separate (and tidy a bit). 2021-06-20 22:09:53 +02:00
Rufus Pollock
5185349829 [site/docs][m]: refactor docs section to live at docs and use dynamic routes.
* This way adding new pages is just adding new markdown in markdowns folder (rather than having to create both markdown and a js file).
* Also renamed markdowns subfolder for docs stuff from api-doc to docs.
2021-06-20 21:55:00 +02:00
Rufus Pollock
bb202e1828 [site/docs/references][xs]: markdown formatting. 2021-06-19 20:26:33 +02:00