steveoni
acb32e6d46
[gitignore][s] ignore nextjs builds
2020-11-20 13:47:56 +01:00
steveoni
5cd4f204fa
[yarn][m] track yarn package
2020-11-20 13:46:50 +01:00
steveoni
8a5afabd63
[bug][s] re-write graphql (GET_RESOURCE_QUERY) query - fixes #49
2020-11-20 13:45:33 +01:00
Abhishek Gahlot
6042697bfe
Add symlink for readme from portal packages
2020-08-17 20:35:42 +05:30
Rufus Pollock
d204d79b6a
Merge pull request #48 from datopian/mono-repo-2
...
Initial structure for monorepo
2020-08-17 16:02:49 +01:00
Abhishek Gahlot
5129161603
Fix main test
2020-08-17 20:11:25 +05:30
Abhishek Gahlot
b9eadb3b39
Fix Jest github workflow
2020-08-17 20:08:15 +05:30
Abhishek Gahlot
d87613399e
Base structure for monorepo
2020-08-17 20:04:10 +05:30
Abhishek Gahlot
f53512c6d4
Merge pull request #47 from datopian/enh/41-refactor-code
...
[#41 ] Refactor Code
2020-08-05 13:51:23 +05:30
Tavares Hansen
587d820747
[lint][lg]: fix lint errors
2020-08-04 19:33:00 -07:00
Tavares Hansen
2a4e55965e
[lint][x]: setup eslint + prettier
2020-08-04 18:28:41 -07:00
tavareshansen
23edcc3c9a
Merge pull request #46 from datopian/enh/41-refactor
...
[#41 ] Refactor Code
2020-08-04 21:47:02 +08:00
Rufus Pollock
9c82897f3b
Merge pull request #43 from datopian/enh/40-update-theme
...
[#40 ] Update theme of default app
2020-08-04 12:30:41 +01:00
Tavares Hansen
9908d887ce
[misc][xs]: fix minor issue
2020-08-04 02:09:58 -07:00
Tavares Hansen
7739069077
[misc][xs]: add missing key
2020-08-04 02:08:00 -07:00
Tavares Hansen
ff134a02f9
[refactor][x]: move reusable ErrorMessage component to _shared
2020-08-03 19:21:09 -07:00
Tavares Hansen
a82325b91a
[refactor][m]: refactor components using reusable component
2020-08-03 19:19:41 -07:00
Tavares Hansen
d286c7f6ff
[component][x]: add reusable Table component
2020-08-03 19:09:35 -07:00
Tavares Hansen
477fb77a78
[refactor][x]: refactor, remove duplicated code
2020-08-03 19:03:29 -07:00
Tavares Hansen
f8197f865c
[refactor][m]: implement efficient gql management system ( #41 )
2020-08-03 18:39:17 -07:00
Tavares Hansen
cee55cf10d
[misc][x]: get rid of prestart script
2020-08-02 20:50:35 -07:00
Tavares Hansen
d4f837e8f5
[misc][x]: add custom font sizes
2020-08-02 20:45:15 -07:00
Tavares Hansen
951eab9416
[misc][x]: use theme color ( #40 )
2020-08-02 19:54:27 -07:00
Tavares Hansen
a5a5e6e600
[fix][x]: purge css in prod mode ( #40 )
2020-08-02 19:54:04 -07:00
Tavares Hansen
ba68632805
[enh][m]: update theme ( #40 )
2020-08-02 19:29:25 -07:00
Abhishek Gahlot
18d7039dc9
Create jest.yml
2020-07-27 14:16:24 +05:30
Abhishek Gahlot
0c80f84794
Initial new tests for components
2020-07-27 14:09:33 +05:30
Abhishek Gahlot
1f172b8173
Update README.md
2020-07-19 16:49:25 +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
Rufus Pollock
3cc1c1dca8
[README][m]: add a features section (with emojis!) plus start of architecture section at the bottom.
2020-07-13 09:56:33 +02:00
anuveyatsu
618e1532be
[blog][xs]: add Blog to navbar.
2020-06-26 18:06:16 +06:00
anuveyatsu
1f395227c4
[pages][m]: implementd pages from wordpress.
2020-06-26 18:00:33 +06:00
anuveyatsu
2cc9d1a628
[blog][m]: implemented blog home and individual post pages.
2020-06-26 18:00:18 +06:00
anuveyatsu
24c0ced96b
[cms api][s]: setup Apollo client with WordPress API.
...
We're using oddk for the demo here.
2020-06-26 17:57:56 +06:00
anuveyatsu
b19a37e21a
[docs][xs]: notes about which CKAN features aren't yet in Portal.
2020-06-26 13:42:03 +06:00
anuveyatsu
90f3fc0f68
[docs][s]: about data fetching using Apollo client.
2020-06-24 15:00:25 +06:00
anuveyatsu
0dbe145e8c
[clean up][xs]: removed unnecessary imports.
2020-06-24 14:59:54 +06:00
anuveyatsu
5e62325c91
[recent datasets][xs]: only need first 3 datasets.
2020-06-24 13:02:33 +06:00
anuveyatsu
19f1d4b408
[bug fix][xs]: some datasets may not have owner organization.
2020-06-24 12:55:29 +06:00
Anuar Ustayev
cf6fbe60a8
Merge pull request #28 from datopian/make-recent-datasets-dynamic
...
[Home][s]- Remove Hardcoded Recent Datasets
2020-06-24 12:48:17 +06:00
anuveyatsu
11feb03a7e
[bug fix][xs]: fix wrong sort arg in variables.
2020-06-24 12:46:07 +06:00
anuveyatsu
a677e0894b
[home page][xs]: DRY in mocks.
2020-06-24 12:38:40 +06:00
anuveyatsu
01566a0cc7
[home page][xs]: integrate with Apollo.
2020-06-24 12:32:44 +06:00
anuveyatsu
0bc0424d14
Merge branch 'master' into make-recent-datasets-dynamic
2020-06-24 12:23:39 +06:00
Anuar Ustayev
3909dfacec
Merge pull request #27 from datopian/feature/apollo-setup
...
Feature/apollo setup
2020-06-24 12:17:56 +06:00
anuveyatsu
4d065955b3
[bug fix][xs]: Form component doesn't expect any args.
2020-06-24 12:14:55 +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
4baf72273d
[resource page][m]: refactored page and components to work with Apollo client wired with CKAN API.
2020-06-24 11:37:11 +06:00
anuveyatsu
2589ecaeeb
[dataset page][m]: setup dataset page to work with Apollo client connected to CKAN API.
2020-06-23 14:43:09 +06:00
anuveyatsu
1240eb8170
[search][xs]: clean up unnecessary variable assignment.
2020-06-23 14:06:26 +06:00