Commit graph

130 commits

Author SHA1 Message Date
Vesa Luusua
6303a57e86 Update React to 16.3.1 2018-04-20 13:05:15 +03:00
Hannu Lyytikäinen
39043bff86
Merge pull request #807 from sharetribe/refactor-search-filters
Refactor search filters
2018-04-20 08:49:19 +03:00
Hannu Lyytikainen
16504d3129 Add Object.values polyfill 2018-04-20 08:31:46 +03:00
Mikko Koski
f7cc195ecc
Merge pull request #806 from sharetribe/transit-verbose
Transit verbose mode
2018-04-13 14:05:17 +03:00
Mikko Koski
1cbd256185 Update SDK
This version adds support for Transit verbose mode
2018-04-12 15:57:17 +03:00
Kimmo Puputti
6eba030b4d Format md files also outside docs/ 2018-04-12 13:29:02 +03:00
Vesa Luusua
59f038acf5 Update our CRA fork to 1.1.2 2018-04-05 15:36:48 +03:00
Vesa Luusua
265aa7b6f7 Add polyfills 2018-04-03 17:05:16 +03:00
Kimmo Puputti
2a41f5dfec Update Node.js to the latest LTS version 2018-04-03 13:38:20 +03:00
Vesa Luusua
e2cf02d6ed Update react-google-map library to 9.4.5 2018-03-26 15:04:39 +03:00
Kimmo Puputti
0044104304 Update test packages 2018-03-26 11:32:33 +03:00
Kimmo Puputti
8acccbd932 Update packages 2018-03-23 11:42:20 +02:00
Olli Vanhapiha
d55cc7b250 Revert PORT handling to previous behaviour 2018-03-15 22:25:47 +02:00
Olli Vanhapiha
6380d7569f Harmonize client & server env handling
* Remove defaults from multiple places in code. Put them to .env-template instead
* Do not use imported config.js in server. Access process.env directly instead
* Instruct using .env for local development, not .env.development.local
2018-03-15 14:27:57 +02:00
Mikko Koski
6131235534
Merge pull request #651 from sharetribe/api-endpoint-update
Api endpoint update
2018-01-18 15:23:19 +02:00
Kimmo Puputti
9f25c42f8c Add body-parser middleware 2018-01-18 14:08:27 +02:00
Boyan Tabakov
f0f2d8832c Update SDK to latest version 2018-01-18 10:05:19 +02:00
Kimmo Puputti
57cfc7dbfa Update raven and moment 2018-01-12 10:17:55 +02:00
Kimmo Puputti
782667d074 Update prettier and nodemon 2018-01-12 10:13:27 +02:00
Vesa Luusua
57c4feb0de Update react-dates version to 16.0.1 2018-01-10 12:42:37 +02:00
Kimmo Puputti
325d2118ad Add Apache-2.0 license 2018-01-08 10:43:58 +02:00
Mikko Koski
657041877f Update SDK 2017-12-28 11:08:21 +02:00
Hannu Lyytikainen
828b7223f3 Add reviews fetching 2017-12-12 11:21:04 +02:00
Kimmo Puputti
2983b4ecb1 Don't format md files by default
Since markdown files can be easily edited in the Github UI by non-tech
people, we shouldn't fail the CI when they are not formatted with
Prettier.

We still want to format them "manually" form time to time, so a new
command `yarn run format-docs` is added.
2017-12-11 15:28:56 +02:00
Kimmo Puputti
50de197de2 Add .editorconfig file and make Prettier use it 2017-12-11 11:27:24 +02:00
Kimmo Puputti
77360a7132 Add formatting to markdown files 2017-12-11 10:59:04 +02:00
Kimmo Puputti
10aa911517 Update packages 2017-12-11 10:50:57 +02:00
Kimmo Puputti
b711251978 Use .env files for dev and test setup 2017-11-30 12:21:55 +02:00
Kimmo Puputti
5a427964f4 Enforce USD currency in tests
Without enforcing the currency in tests, they will fail when the
default currency is customised in the config.
2017-11-28 14:22:08 +02:00
Kimmo Puputti
c6b376533a Downgrade decimal.js to fix module import issues 2017-11-28 14:09:00 +02:00
Kimmo Puputti
b429c6ed37 Fix audit errors
- Update nsp to use yarn preprocessor
- Update packages
- Add nsp exceptions (comments not supported anymore :( )
2017-11-28 11:41:09 +02:00
Hannu Lyytikainen
083db70810 Add env variable to dev start scripts 2017-11-22 14:03:28 +02:00
Hannu Lyytikainen
3743e6cc20 Update sharetribe-sdk 2017-11-09 10:52:37 +02:00
Kimmo Puputti
12c9a8b330 Add support for scrolling into a fragment identifier 2017-10-31 15:35:44 +02:00
Kimmo Puputti
ad7845db41 Update Node to the latest LTS release 2017-10-31 12:21:56 +02:00
Hannu Lyytikainen
2be909014f Add sitemap.xml and robots.txt files 2017-10-19 11:07:56 +03:00
Vesa Luusua
928e863d8e Update react-dates and moment 2017-10-17 09:50:22 +03:00
Kimmo Puputti
d56195b417 Update more packages 2017-10-17 09:50:22 +03:00
Vesa Luusua
01df86bc2c Title and remove json formatting 2017-10-13 16:02:41 +03:00
Kimmo Puputti
aa6db2acd7 Update server dependencies 2017-10-13 11:06:34 +03:00
Kimmo Puputti
fb0480f7ca Run security audit with nsp in CI to warn about vulnerable deps 2017-10-13 10:33:34 +03:00
Kimmo Puputti
80ab7be351 Allow using Yarn with minor updates 2017-10-13 10:22:15 +03:00
Kimmo Puputti
90ab9c9a69 Format with latest Prettier 2017-10-13 10:11:51 +03:00
Kimmo Puputti
d5b1afe159 Update Prettier, enable CI integration 2017-10-13 10:09:20 +03:00
Kimmo Puputti
952e009043 Update Node.js and Yarn
- Node.js: use latest LTS version
 - Yarn: use latest version
2017-10-13 10:09:20 +03:00
Kimmo Puputti
b40178402b Update sharetribe-scripts to 1.0.14 2017-10-12 14:09:02 +03:00
Mikko Koski
bb0ba53083 Update SDK
- The new SDK version fixes an issue with Transit lists not converted to JS arrays
2017-10-11 10:48:32 +03:00
Vesa Luusua
1586685633 dev-server script sets canonical-root-url 2017-10-05 15:11:46 +03:00
Vesa Luusua
0ebd799c56 update sdk reference 2017-10-05 12:57:48 +03:00
Hannu Lyytikainen
8a595eda4e Add Sentry integration for the server 2017-10-04 13:12:47 +03:00