35 Commits

Author SHA1 Message Date
dependabot[bot]
c9f5c96c4a
Bump follow-redirects from 1.14.0 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.0 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.0...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13 15:28:42 +00:00
dependabot[bot]
b67804b55a
Bump next from 10.0.8 to 12.0.7
Bumps [next](https://github.com/vercel/next.js) from 10.0.8 to 12.0.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.0.8...v12.0.7)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 10:36:33 +00:00
Rufus Pollock
07e31c5386
Merge pull request #608 from datopian/dependabot/npm_and_yarn/ws-5.2.3
Bump ws from 5.2.2 to 5.2.3
2021-12-20 11:35:50 +01:00
dependabot[bot]
087a8b5a5b
Bump ws from 5.2.2 to 5.2.3
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-17 10:23:40 +00:00
dependabot[bot]
012b70fb1b
Bump tmpl from 1.0.4 to 1.0.5
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-11-08 19:22:24 +00:00
anuveyatsu
f9b9cf3680 [Key info component][s]: bug fixes and improvements to follow official frictionless spec. 2021-08-14 20:15:30 +06:00
Rising Odegua
b103b0e845 [Package.json][s]: add react to peer dependecy 2021-05-21 13:42:46 +01:00
Rising Odegua
59dc4cc919 [dataset-single][m]: Update dataset-single example to use portaljs 2021-05-21 10:11:25 +01:00
Rising Odegua
12cfd0d54e [Components][l]: Update portal components 2021-05-10 14:53:52 +01:00
Rising Odegua
eadc029803 [Package.json][s]: Add missing package 2021-05-05 10:21:37 +01:00
Rising Odegua
5e8709ca89 [Src][s]: Move src to root folder 2021-05-03 09:30:15 +01:00
Rufus Pollock
2562781e3e [refactor,#527][m]: move the nextjs app at root of repo to examples/dataset-frictionless.
The current app at root of repo is for single frictionless dataset. Should be in its own example so we have space going forward for multiple example and for root to have core portal.js code.

* Also refactor its README (moved from root) to reflect it is just an example
* Move design content from the root README.md into DESIGN.md
* Stub a new root README.md based largely on examples/catalog/README.md
2021-04-12 16:15:20 +02:00
Rising Odegua
c905b59f3e [packages/portal][l]: Moved portal folder to root dir 2021-03-08 11:33:21 +01:00
Rufus Pollock
58b0132055 [#59,refactor][s]: consolidate on yarn.lock at top level as per monorepo practice. 2021-03-07 23:05:07 +01:00
steveoni
e18a58b60b [yarn.lock][m]: update yarn package 2020-12-03 13:35:45 +01:00
steveoni
f3d4a9bb4c [yarn][s]: generate lock for the figlet package added 2020-11-25 12:10:23 +01:00
Abhishek Gahlot
d87613399e Base structure for monorepo 2020-08-17 20:04:10 +05:30
Tavares Hansen
2a4e55965e [lint][x]: setup eslint + prettier 2020-08-04 18:28:41 -07:00
Tavares Hansen
951eab9416 [misc][x]: use theme color (#40) 2020-08-02 19:54:27 -07:00
Tavares Hansen
ba68632805 [enh][m]: update theme (#40) 2020-08-02 19:29:25 -07:00
Abhishek Gahlot
0c80f84794 Initial new tests for components 2020-07-27 14:09:33 +05:30
Gift Egwuenu
d9b5c4ddbd
[tests][m]: Setup Integration Tests with Cypress (#26).
* [cypress][s]-setup-integration=with-cypress
* [fix][s]- fix typescript bug 'All files must be modules when the '--isolatedModules' flag is provided' by adding an 'export {}' to all test files
* Fixes of cypress tests
* Use yarn everywhere not npm

Co-authored-by: Abhishek Gahlot <me@abhishek.it>
2020-07-17 17:16:26 +02:00
anuveyatsu
2cc9d1a628 [blog][m]: implemented blog home and individual post pages. 2020-06-26 18:00:18 +06:00
anuveyatsu
cc63506570 [apollo dependencies][xs]: using stable version of apollo-link-rest that doesn't depend on a new @apollo/client package that has number of bugs.
This was breaking deployments when trying to build production bundles.
See this issue for details: https://github.com/apollographql/apollo-client/issues/6011
2020-06-24 12:12:55 +06:00
anuveyatsu
10b0b2a865 [clean up][s]: removed outdated apollo server mocks and config module which is now replaced by next.config.js.
Also, removed all leftover and not used packages and npm scripts.
2020-06-23 10:54:57 +06:00
anuveyatsu
d3a2a1da8e [ckan api + apollo][l]: setup apollo client to connect to actual CKAN API. 2020-06-23 10:09:19 +06:00
anuveyatsu
dfd5efa961 [apollo][xl]: mocked graphql setup + search page working from apollo now. 2020-06-19 16:23:01 +06:00
anuveyatsu
f0d1bc0d3b [apollo][l]: initial commit for setting up Apollo. 2020-06-19 10:25:21 +06:00
Gift Egwuenu
5de8ace421 [setup][s]-setup code formatting with prettier
- add husky and lint-stages for pre-commit hooks
 - format entire codebase using `yarn format`
2020-06-17 13:07:00 +01:00
anuveyatsu
f2e15577e2 [data explorer][xs]: just display resource metadata and About component on resource page.
For details see https://github.com/datopian/portal/issues/12
2020-06-17 11:34:14 +06:00
anuveyatsu
bb22cac696 [resource page][m]: initially working resource page with support of datastore and non-datastore resources. 2020-06-15 15:53:12 +06:00
anuveyatsu
03578d9a11 [utils][xl]: copied over utils from frontend-v2. 2020-06-12 14:46:35 +06:00
anuveyatsu
b477a3aace [setup][m]: created basis for mocks and config module.
- Added minimal mock for 'package_search' CKAN API.
- 'config' module is based on frontend-v2.
2020-06-11 19:10:34 +06:00
Gift Egwuenu
96e1c4d6ae [feat][m] - stub out next.js page and setup CI 2020-05-25 14:49:52 +01:00
Gift Egwuenu
12026d947d Initial commit from Create Next App 2020-05-25 12:41:35 +01:00