Commit graph

1569 commits

Author SHA1 Message Date
Eric Schultz
6e8c13e2aa Add autoupdating of NOTICE-js and NOTICE-ruby 2020-12-15 12:03:56 -06:00
Eric Schultz
fcdd5bcbab Improve i18n-js generation and use 2020-11-24 17:02:45 -06:00
Eric Schultz
de840411fb Create a version of yup that uses useIntl 2020-11-24 13:00:40 -06:00
Eric Schultz
fa5664d555 Fix typo in usability test issue template 2020-11-18 21:09:31 -06:00
Eric Schultz
065c5e4e08 Slight reformat of docs/contribution_guide_usability_testing.md so markdownlint passes 2020-11-18 21:09:31 -06:00
Clarissa Borges
33b1e3cd26 Add a contribution guide, an issue template and a small instruction on README for usability testing on the project 2020-11-18 21:09:31 -06:00
Eric Schultz
44d7fc71bf Update setup-ruby 2020-11-18 11:32:08 -06:00
Eric Schultz
8ad924ed80 Update setup-node 2020-11-18 11:32:08 -06:00
Eric Schultz
a11285142a Remove legacy .travis.yml file 2020-11-16 08:33:24 -06:00
Eric Schultz
65b152d7b0 Make react-hooks/exhaustive-deps an error everywhere 2020-11-12 17:46:06 -06:00
Eric Schultz
573ddcce23 Gitignore package-lock.json files 2020-11-12 17:22:40 -06:00
Eric Schultz
b2c53162e9 Update NOTICE-js because licenses change 2020-11-12 17:22:40 -06:00
Eric Schultz
4d8f9235af Make react-hooks/exhaustive-deps eslint rule an error, not warning 2020-11-12 17:22:40 -06:00
Eric Schultz
1bbb83c280 Fix bug preventing jest from ever finishing on build server 2020-11-10 16:52:26 -06:00
Eric Schultz
ed62f02b53 Fix a lint error in a spec file 2020-11-10 16:52:26 -06:00
Eric Schultz
c9a1bdb3e4 Fix an eslint for hooks issue 2020-11-10 16:52:26 -06:00
Eric Schultz
84ec047111 Add linting for react hooks 2020-11-10 16:52:26 -06:00
Eric Schultz
95aea61523 eslint should ignore javascript inside the gems on the build server 2020-11-02 18:37:48 -06:00
Eric Schultz
2fa5f1442c Now install ruby on Javascript builds 2020-11-02 18:37:48 -06:00
Eric Schultz
d277c7ab3e Fix singular-plural mismatch attribute on Houdini::Intl 2020-10-26 19:03:50 -05:00
Eric Schultz
8fb92ef1ca Fix bug in loading countries in nonprofit_controller.rb 2020-10-26 19:03:50 -05:00
Eric Schultz
b423daed20 Fix cors bug on WidgetController 2020-10-26 18:18:54 -05:00
Eric Schultz
731c1a98ee Update caching and make it more logical 2020-10-25 14:24:05 -05:00
Eric Schultz
4da1400ae2 Put the placeholder jobs into one file 2020-10-25 14:24:05 -05:00
Eric Schultz
64e20a14a7 Improve caching for Yarn based on https://github.com/actions/cache/blob/main/examples.md 2020-10-25 14:24:05 -05:00
Eric Schultz
2d877c8557 Make workflow more granular 2020-10-25 14:24:05 -05:00
Eric Schultz
901ba0b896 Make notice:js available from yarn only 2020-10-25 14:24:05 -05:00
Eric Schultz
e8d439d63c Creating intl expected messages from yup is simpler 2020-10-24 19:49:23 -05:00
Eric Schultz
f15a86ace3 Copy default yup locale info into rails locale 2020-10-24 19:49:23 -05:00
Eric Schultz
1f40efbc13 yarn add -D @types/yup 2020-10-24 19:49:23 -05:00
Eric Schultz
30ad92dc2c yarn add yup 2020-10-24 19:49:23 -05:00
Eric Schultz
8e8e78c9ef yarn add react-error-boundary 2020-10-24 19:35:27 -05:00
Eric Schultz
dae186dde0 yarn prepare-for-push(-js) tries to eslint violations 2020-10-24 19:02:19 -05:00
Eric Schultz
94f63f3b3c Translations regenerate at runtime when using webpack-dev-server or storybook 2020-10-24 19:02:19 -05:00
Eric Schultz
57af3b92ea Extract the Intl decorator for storybook 2020-10-24 19:02:19 -05:00
Eric Schultz
9a02e56800 Rename Intl so you can use normal react-intl interface but only use our module 2020-10-24 19:02:19 -05:00
Eric Schultz
093852b9a5 Correct location of rules for eslint 2020-10-23 15:08:04 -05:00
Eric Schultz
1a87c097ab Convert from comma-dangle to @typescript-eslint/comma-dangle in eslint 2020-10-23 15:08:04 -05:00
Eric Schultz
edcb2613f1 Add @typescript-eslint/member-delimiter-style to eslint 2020-10-23 15:08:04 -05:00
Eric Schultz
c43eb07638 Add documentation to Money.isNegative 2020-10-23 15:08:04 -05:00
Eric Schultz
659c2eecc2 Add @typescript-eslint/member-ordering to eslint 2020-10-23 15:08:04 -05:00
Eric Schultz
907f44a001 Add Wikipedia link to Bess Houdini in bess README.md 2020-10-22 13:26:45 -05:00
Eric Schultz
aedb45e78b Fix warnings on components/tests/intl/index.tsx 2020-10-21 15:00:06 -05:00
Eric Schultz
203a62ac51 Fix some types which were set to any 2020-10-21 15:00:06 -05:00
Eric Schultz
eec0a23eaf Stories exports no longer fire an eslint warning if they're untyped 2020-10-21 15:00:06 -05:00
Eric Schultz
2ff0c5460e Fix warning about Formik in jest tests 2020-10-21 13:48:09 -05:00
Eric Schultz
e491e48374 Allow TS args starting with _ to not be used and pass eslint 2020-10-20 20:30:01 -05:00
Eric Schultz
0437352faa Add linting to yarn prepare-for-push and add 'yarn prepare-for-push-js' which only does frontend related tests, linting and NOTICEing 2020-10-20 18:19:23 -05:00
Eric Schultz
cba2acfe55 Reorganize HoudiniIntl 2020-10-20 17:08:34 -05:00
Eric Schultz
0fe9810f1b Make hooks a subdirectory of app/javascript 2020-10-20 17:08:34 -05:00