Commit graph

1526 commits

Author SHA1 Message Date
Eric Schultz
d96ff1aec3 Add @material-ui/lab so we can use Alert component 2021-03-10 11:13:41 -06:00
Eric Schultz
8820c14d62 Add file-loader 2021-03-10 00:54:23 -06:00
Eric Schultz
1fa6d70cb0 Add CssBaseline decorator and Roboto to Storybook 2021-03-10 00:54:23 -06:00
Eric Schultz
b519c9f3b5 Add react-typescript-checkmark NOTICE 2021-03-09 19:03:21 -06:00
Eric Schultz
fb8fc42e31 Add @jedmao/location to mock when the url changes 2021-03-09 19:03:21 -06:00
Eric Schultz
99eeb9cddf Add types for i18n-js 2021-03-09 19:03:21 -06:00
Eric Schultz
6dec59e2bd Update caniuse-lite database with 'npx browserslist@latest --update-db' 2021-03-09 14:47:54 -06:00
Clarissa Borges
fc1cee8f94 Runs bundle install on bess build 2021-03-08 17:20:24 -06:00
Eric Schultz
8767ee2757 Test bess specs on PR 2021-03-08 17:20:24 -06:00
Eric Schultz
0efdc08d0a Add Rspec support to bess 2021-03-08 17:20:24 -06:00
Eric Schultz
b07d9015ae ignore Gemfile.lock in bess folder 2021-03-08 17:20:24 -06:00
Eric Schultz
6e55bc74b7 Upgrade to a real engine 2021-03-08 17:20:24 -06:00
Eric Schultz
d3c0885060 Correct bug preventing bess from being tested 2021-03-08 17:20:24 -06:00
Eric Schultz
6b31e2020d Upgrade rails on bess 2021-03-08 17:20:24 -06:00
Clarissa Borges
c70a4afbbe Removes deprecated 'return's from transaction blocks 2021-03-07 11:44:33 -06:00
Eric Schultz
6dc372076e Update Gemfile.lock to default bundler version on Ruby 2.7.2 2021-03-04 11:29:10 -06:00
Clarissa Borges
9b25a19e82 Includes documentation for ObjectEventHookConfigs 2021-03-02 18:08:21 -06:00
Eric Schultz
513154d688 Fix placeholder for webpack in build 2021-03-02 18:06:58 -06:00
Clarissa Borges
84f0e857a1 Upgrades ruby to 2.7.2 2021-03-02 17:51:28 -06:00
Eric Schultz
045af4b32e Removed unused simplecov gem 2021-03-02 16:49:57 -06:00
Eric Schultz
7a57bfab7b Add API controller to get the current user. Also create authenticate_user_with_json! so we can authenticate properly using JSON. 2021-03-02 11:04:45 -06:00
Eric Schultz
4757b63f69 Make storybook stop warning on version changes and release notes 2021-03-02 10:31:12 -06:00
Eric Schultz
01e1a67b9e Changed money to use "cents" so it's consistent with ruby-money Money object 2021-02-26 15:07:49 -06:00
Eric Schultz
914b06dc84 Correct a few bugs 2021-02-25 16:24:14 -06:00
Eric Schultz
6865b6e22f Remove legacy script files 2021-02-25 16:24:14 -06:00
Eric Schultz
4ca4203511 Exclude storage from rubocop 2021-02-25 16:24:14 -06:00
Eric Schultz
71af31e424 Remove node_module Excludes from rubocop 2021-02-25 16:24:14 -06:00
Eric Schultz
1048ef6593 Remove outdated cve specs 2021-02-25 16:24:14 -06:00
Eric Schultz
5495f6574a Rubocop spec/support/expect.rb 2021-02-25 16:24:14 -06:00
Eric Schultz
7ce86e2c88 Remove unused spec files 2021-02-25 16:24:14 -06:00
Eric Schultz
4c8544b5cd Rubocop spec/support/date_time.rb 2021-02-25 16:24:14 -06:00
Eric Schultz
fb4b0455e3 Add frozen string literal requirement 2021-02-25 16:24:14 -06:00
Eric Schultz
1471c4281f Move license header in money.spec.ts to correct spot 2021-02-25 16:24:14 -06:00
Eric Schultz
4193cd87be Remove unneeded eslint exception 2021-02-25 13:12:40 -06:00
Eric Schultz
5b21befe8e Migrate to use Money as the base of all monetary values in the event work 2021-02-24 18:10:10 -06:00
Eric Schultz
33210c1871 Use BigNumber for Money calculations 2021-02-24 17:34:08 -06:00
Eric Schultz
8c47573501 Rubocop controller concerns and specs 2021-02-24 16:18:43 -06:00
Eric Schultz
03a425b329 Set RSpec/ExampleLength to Max:20 2021-02-24 16:18:43 -06:00
Eric Schultz
3a23bce398 Enforce Style/ClassAndModuleChildren in rubocop 2021-02-24 16:18:43 -06:00
Eric Schultz
cdfafcdd1c Rubocop app/controllers/widget_controller.rb 2021-02-24 16:18:43 -06:00
Eric Schultz
ba7dfa5c21 Rubocop spec/controllers/widget_controller_spec.rb 2021-02-24 16:18:43 -06:00
Eric Schultz
fa0acf9791 Turn off Style/PreferredHashMethods 2021-02-24 16:18:43 -06:00
Eric Schultz
7f7825a396 Turn off RSpec/NotToNot 2021-02-24 16:18:43 -06:00
Eric Schultz
16933dde08 Reformat spec/requests/maintenance_spec.rb 2021-02-24 16:18:43 -06:00
Eric Schultz
9d2ee08958 Add additional exceptions to rubocop 2021-02-24 16:18:43 -06:00
Eric Schultz
9c718b09d5 Remove empty spec 2021-02-24 16:18:43 -06:00
Clarissa Lima Borges
c5afb3e0b7 Set GoodJob dashboard up for super_admins
* Set GoodJob dashboard up for super_admins

Co-authored-by: Eric Schultz <eric@commitchange.com>
2021-02-24 11:25:07 -06:00
Eric Schultz
4529cb7333 Convert to good_job as our event backend 2021-02-24 11:25:07 -06:00
Clarissa Borges
f94801a343 Add rubocop code analyser 2021-02-23 18:38:12 -06:00
Eric Schultz
ce9905289b Remove unused Donation.category field 2021-02-23 16:43:19 -06:00