82 Commits

Author SHA1 Message Date
Rufus Pollock
5fcdfa2f76 [portal,#59][l]: new portal package that (right now) presents a single dataset.
* What we have is a nextjs app for displaying a single dataset (+ tests, +fixtures etc)
* Also included are relevant generic components (e.g. a Chart and Table view) and some utilities for loading (Frictionless) datasets
* Not include (but to come) is the command line app
2021-03-07 22:33:40 +01:00
Rufus Pollock
39c43a6a54 [gitignore][s]: consolidate on one .gitignore in the root directory. 2021-03-06 18:04:28 +01:00
Rufus Pollock
337d4a8186 [refactor,#59][s]: move packages/portal => examples/catalog as per plan in #59.
What is currently packages/portal is example of a running portal and should move to examples (it will get replaced by an actual portal lib soon).
2021-03-06 17:55:32 +01:00
dependabot[bot]
c949de2e72
Bump ini from 1.3.5 to 1.3.7 in /packages/portal
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 11:34:20 +00:00
steveoni
7a13bcbb52 [readme][s]: update readme 2020-12-09 11:12:30 +01:00
steveoni
cbbb772d16 Merge branch 'master' of github.com:datopian/portal.js into feature/i18n-next10 2020-12-09 11:11:32 +01:00
Anuar Ustayev
859c90708b
Merge branch 'master' into feature/gtag 2020-12-09 13:18:40 +06:00
steveoni
06699127e4 [config][s]: remove en-US from the i18n configuration, since github action is not using the mock data 2020-12-03 14:05:31 +01:00
steveoni
b9cd887369 [jest][s]: resolve babel-jest using relative path 2020-12-03 13:57:42 +01:00
steveoni
a870a05ad9 [index.js][s]: remove the templatestring causing cypress to fail 2020-12-03 13:56:54 +01:00
steveoni
b0ac5d9942 [readme][s]: update readme to contain i18n configuration 2020-12-03 13:36:23 +01:00
steveoni
65f4200bd5 Merge branch 'master' of github.com:datopian/portal.js into feature/i18n-next10 2020-12-03 12:43:22 +01:00
Rufus Pollock
77056a3f0c
Merge pull request #56 from datopian/fix/ci
Fixes error in cypress CI build - fixes #55.
2020-12-02 17:40:36 +01:00
Rufus Pollock
6e8e036b98
[README][xs]: add one more line break in header. 2020-12-02 17:37:54 +01:00
Rufus Pollock
de38a233f6
[README][xs]: try to fix align of heading. 2020-12-02 17:37:28 +01:00
Rufus Pollock
8e4c153d21
Merge pull request #52 from datopian/feature/create-portal-app
Feature/create portal app
2020-12-02 16:58:33 +01:00
steveoni
9458fc4890 [search][s]: remove search box test 2020-12-01 16:21:41 +01:00
Thadeu Cotts
96e0659d1a [demo] [s]: remove unused file 2020-12-01 12:09:47 -03:00
Thadeu Cotts
493cdd61b4 [refactor] [xs]: remove unused package 2020-12-01 10:09:35 -03:00
Thadeu Cotts
1054a90896 [docs] [xs] : update method jsdoc 2020-12-01 10:09:12 -03:00
Thadeu Cotts
346d74019a [doc] [xs]: update doc with requirements 2020-12-01 10:08:46 -03:00
Thadeu Cotts
47fc045d68 [pkg] [s]: validate package manager before run script 2020-12-01 10:08:28 -03:00
steveoni
ad170765c3 [fix][s]: fixes search query and result 2020-12-01 13:58:50 +01:00
Thadeu Cotts
eab57b6fe1 [style] [xs]: add empty line before method 2020-12-01 09:19:15 -03:00
steveoni
62c5a54f7f [delete][s]: remove gtag utility and only make use of the tracking id in _document.tsx 2020-11-30 13:28:12 +01:00
steveoni
f2c9a1058c [_document.tsx][m]: configure nextjs root file (_document.tsx), inorder to include gtag. 2020-11-30 13:26:33 +01:00
steveoni
26d8f02e17 [gtag][s]: include google analytics utility functions 2020-11-30 13:23:26 +01:00
Thadeu Cotts
21082f9f6a [readme] [l]: add readme and screencast 2020-11-26 17:12:05 -03:00
Thadeu Cotts
80974254fe [option] [xs]: add option description 2020-11-26 16:48:02 -03:00
Thadeu Cotts
6c34a1056e [prettier] [s]: update files using prettier 2020-11-26 16:16:49 -03:00
Thadeu Cotts
2468e19aa3 [prettier] [s]: add prettier config 2020-11-26 16:16:21 -03:00
Thadeu Cotts
a23725a538 [error-handler] [m]: update error handler output 2020-11-26 16:14:10 -03:00
Thadeu Cotts
c29cce3534 [refactor] [m]: update main CLI method 2020-11-26 16:13:19 -03:00
Thadeu Cotts
269912ad93 [refactor] [s]: update prompt validate 2020-11-26 16:12:02 -03:00
Thadeu Cotts
6e3a2f06c7 [packages] [s] : update packages imported 2020-11-26 16:10:47 -03:00
Thadeu Cotts
814f091131 [replace] [m]: create main file to replace content 2020-11-26 15:06:36 -03:00
Thadeu Cotts
84d341a91f [refactor] [s]: update copy methods 2020-11-26 15:00:41 -03:00
Thadeu Cotts
1dd149f995 [refactor] [m]: split fun to validate and parser path 2020-11-26 09:08:05 -03:00
steveoni
55c6a85180 [usecase][m]: experiment i18n on homeage 2020-11-25 16:04:52 +01:00
steveoni
e22805bc77 [setup][m]: setup i18n provider for app context 2020-11-25 16:04:04 +01:00
steveoni
fc31156ebb [locales][m]: set the language locals for i18n 2020-11-25 16:03:26 +01:00
steveoni
23020f5bf1 [upgrade][l] : upgrade next js from version 9 to 10 without any break 2020-11-25 16:02:22 +01:00
steveoni
db3016974d [config][s]: setup i18n config 2020-11-25 16:00:42 +01:00
Thadeu Cotts
2db7bf9559 [style] [s]: fix variable names style 2020-11-25 11:47:32 -03:00
Thadeu Cotts
fe25a41009 [refactor] [s]: move path parser to a new function 2020-11-25 11:44:46 -03:00
steveoni
c85eb4ebed [index.js][s]: add checkPackageVersion to index.js 2020-11-25 12:44:26 +01:00
steveoni
8f0cf2eab6 [install.js][s]: add function to check package version 2020-11-25 12:43:58 +01:00
steveoni
25bff7d428 [package.json][s] : add figlet to dependcies 2020-11-25 12:09:54 +01:00
steveoni
bb5ed4c305 [index][s] : add printing of Fancy portal.js letter in the terminal 2020-11-25 12:09:18 +01:00
Thadeu Cotts
31ef909081 [style] [s]: lint fixes 2020-11-24 15:46:03 -03:00