Commit graph

279 commits

Author SHA1 Message Date
Kimmo Puputti
ead16e477a Merge pull request #53 from sharetribe/update-npm-packages
Update NPM packages
2017-02-27 10:59:47 +02:00
Kimmo Puputti
ad3ceca9e8 Format with updated Prettier 0.19 2017-02-27 10:54:49 +02:00
Kimmo Puputti
cf5018b77a Fix updated Prettier CLI option 2017-02-27 10:54:30 +02:00
Kimmo Puputti
c01272d9d0 Update NPM packages 2017-02-27 10:50:35 +02:00
Kimmo Puputti
6f3911b77e Merge pull request #52 from sharetribe/sdk-env-configuration
Enable configuring SDK in the ENV
2017-02-27 10:38:04 +02:00
Kimmo Puputti
6d7e35fb61 Enable configuring SDK in the ENV 2017-02-27 10:09:27 +02:00
Kimmo Puputti
11b8a114a2 Merge pull request #51 from sharetribe/heroku-deployment-ssh-key
Fix Heroku deployment
2017-02-24 10:46:50 +02:00
Kimmo Puputti
711f508b58 Upgrade Yarn version 2017-02-24 10:42:59 +02:00
Kimmo Puputti
2e2ecbc0a9 Copy GitHub SSH key in Heroku to access private repositories 2017-02-24 10:42:53 +02:00
Kimmo Puputti
96b519a9de Merge pull request #50 from sharetribe/listing-search-with-sdk
E2E listing search with the SDK Duck
2017-02-24 09:12:33 +02:00
Kimmo Puputti
1cfbd46913 Handle missing attributes for listing or its author 2017-02-23 13:55:29 +02:00
Kimmo Puputti
1278f24b1a Use SDK duck for listing search 2017-02-23 13:41:46 +02:00
Kimmo Puputti
081e56c99f Use proper listing and user shapes in card components 2017-02-23 13:39:17 +02:00
Kimmo Puputti
4066948800 Add search results to the store 2017-02-23 13:38:15 +02:00
Kimmo Puputti
fdb1f96847 Add test helpers for creating users and listings 2017-02-23 13:37:49 +02:00
Kimmo Puputti
bc6a0839fa Change user and listing prop types to match the required shape 2017-02-23 13:37:18 +02:00
Kimmo Puputti
8b4fea7c22 Remove loadData since it's always null with the default imports 2017-02-23 12:37:52 +02:00
Kimmo Puputti
43a4d55aa2 Add selector for listings 2017-02-23 12:09:34 +02:00
Kimmo Puputti
d263202723 Add entity data denormalisation helper 2017-02-23 12:09:34 +02:00
Kimmo Puputti
36d40054a6 Expose routeConfiguration for dev REPL 2017-02-23 10:18:03 +02:00
Kimmo Puputti
14d0211e86 Merge pull request #49 from sharetribe/sdk-login-and-logout
E2E authentication with the SDK
2017-02-23 10:17:12 +02:00
Kimmo Puputti
cca652eca1 Load initial auth info when starting the app 2017-02-22 14:58:25 +02:00
Kimmo Puputti
526356132f Update SDK package to the latest commit hash 2017-02-22 11:23:40 +02:00
Kimmo Puputti
d08c44e3a1 Merge pull request #48 from sharetribe/sdk-duck
SDK duck
2017-02-22 11:22:19 +02:00
Kimmo Puputti
22878eb755 Change function and param naming to communicate the purpose better 2017-02-22 11:17:45 +02:00
Kimmo Puputti
d02785cf9d Expose stuff for dev time REPL 2017-02-21 20:59:43 +02:00
Kimmo Puputti
cec4ea15c7 Add duck file for API calls 2017-02-21 20:59:18 +02:00
Kimmo Puputti
37761e97b2 Add data module for handling JSONApi responses 2017-02-21 20:58:17 +02:00
Kimmo Puputti
3d4c7834e2 Add sample data module for REPL testing 2017-02-21 20:57:46 +02:00
Kimmo Puputti
65fac0a7d8 Merge pull request #47 from sharetribe/duck-cleanup
Duck cleanup
2017-02-21 12:29:52 +02:00
Kimmo Puputti
0e8fd878aa Remove user and inProgressState from the Auth store
- user: will be changed to something else later anyways
 - inProgressState: not used anywhere
2017-02-21 11:35:45 +02:00
Kimmo Puputti
bbddb7ae27 Inject the SDK instance to the root saga 2017-02-21 11:35:45 +02:00
Kimmo Puputti
f17a5ec36b Add a config file for the frontend app 2017-02-21 11:35:45 +02:00
Kimmo Puputti
2ce15d4ab6 Rename ducks -> duck 2017-02-20 09:59:10 +02:00
Kimmo Puputti
e8d4af836b Merge pull request #44 from sharetribe/refactor-routing
Refactor routing
2017-02-17 14:50:28 +02:00
Kimmo Puputti
99c9a67a4b Fix extra location state modifications that caused weird redirects 2017-02-17 13:42:11 +02:00
Kimmo Puputti
067f5abce8 Change Link components into NamedLink components 2017-02-17 13:19:13 +02:00
Kimmo Puputti
6674c3d29a Use a instead of Link for a mailto link 2017-02-17 11:08:22 +02:00
Kimmo Puputti
b9e31dddb0 Highlight active tab link 2017-02-17 10:42:53 +02:00
Kimmo Puputti
78cfe3d75f Add push prop to NamedRedirect to pass on to Redirect 2017-02-16 17:16:12 +02:00
Kimmo Puputti
4045146364 Add support for activeClassName for the NamedLink component 2017-02-16 17:15:27 +02:00
Kimmo Puputti
48d6b3a3bd Add support for forbidden status in server rendering 2017-02-16 14:04:10 +02:00
Kimmo Puputti
2863f9dbef Fix notfound status code in server rendering 2017-02-16 14:03:23 +02:00
Kimmo Puputti
28da28cf05 Use withFlattenedRoutes HOC instead of context 2017-02-16 11:45:23 +02:00
Kimmo Puputti
f1772cc532 Add withFlattenedRoutes HOC 2017-02-16 11:43:13 +02:00
Kimmo Puputti
4020c36215 Use withRouter helper instead of context 2017-02-15 16:36:54 +02:00
Kimmo Puputti
1e9e72a841 Provide flattened routes in the context 2017-02-15 16:18:01 +02:00
Kimmo Puputti
078569e71d Rename routes prop to flattenedRoutes 2017-02-15 15:51:13 +02:00
Kimmo Puputti
e656b4098a Use flattened routes in route helpers 2017-02-15 15:47:56 +02:00
Kimmo Puputti
f51936d5dd Use inline exports 2017-02-15 15:37:29 +02:00