Commit Graph

28418 Commits (574b13d4ee1452266105ee76d84baf90c004f525)

Author SHA1 Message Date
Renovate Bot 574b13d4ee chore(deps): update codesee to v0.64.0 2021-08-10 19:50:22 +00:00
Kristofer Koishigawa 361fba686e
fix: update mocha chai challenge text, code snippets (#43065)
* fix: update mocha chai challenge text, code snippets

* fix: add expected output values to instructions

* fix: reword instructions a little bit

* fix: adjust challenge test for new test suite in boilerpplate

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2021-08-10 09:45:12 -07:00
camperbot 005aefc2d0
chore(i18n,curriculum): update translations (#43167) 2021-08-10 15:38:37 +02:00
Victor Duarte 7c6524186e
refactor(client): docs, ts and test challenges (#42978)
* refactor(client): relocate to learn path tests file

* refactor(client): add docs for to learn path

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>

* fix: order imports

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-10 15:22:39 +02:00
Ilenia 0de2cc97db
fix: remove code tags from first prototype (#43158) 2021-08-10 14:44:14 +02:00
camperbot 4c7ba02af1
chore(i18n,curriculum): update translations (#43157) 2021-08-10 12:57:14 +02:00
Renovate Bot 3133723f4a chore(deps): update dependency rollup to v2.56.2 2021-08-10 09:00:00 +00:00
Renovate Bot dc8f88ee2e chore(deps): update codesee to v0.63.1 2021-08-10 01:40:26 +00:00
Renovate Bot c780a0c574 chore(deps): update typescript-eslint monorepo to v4.29.1 2021-08-09 22:35:19 +00:00
Ahmad Abdolsaheb b0b438a40f
Revert "fix(client): remove wallets (#43159)" (#43163)
This reverts commit 5a4c02addd.
2021-08-09 16:39:48 -05:00
camperbot c9b9175d1d
chore(i18n,learn): update translations (#43155) 2021-08-09 13:17:06 -07:00
camperbot 12b531840f
chore(i18n,docs): update translations (#43154) 2021-08-09 13:16:34 -07:00
Renovate Bot be9c3f0cc0 chore(deps): update storybook monorepo to v6.3.7 2021-08-09 19:54:10 +00:00
Ahmad Abdolsaheb 5a4c02addd
fix(client): remove wallets (#43159) 2021-08-09 21:28:38 +03:00
Tom 0ae8b0c0e8
chore: clean-up unsed things in stripe integration (#43156)
* chore: clean-up unsed things in stripe integration

* fix: use logged in users email over email given to payment form
2021-08-09 21:27:14 +03:00
Tom 874f5a3240
fix(curriculum): move RDBMS cert to proper order (#43108) 2021-08-09 14:50:02 +01:00
Renovate Bot f27a4440d6 chore(deps): pin dependency @types/psl to 1.1.0 2021-08-09 11:45:46 +00:00
renovate[bot] a13ce5ed38
chore(deps): update dependency font-awesome to v5.15.4 (#43120)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 12:50:16 +02:00
camperbot 919728131e
chore(i18n,curriculum): update translations (#43140) 2021-08-09 10:35:35 +02:00
awu43 dd5d2919be
feat(client): ts-migrate client/utils/** (#42823)
* rename js files

* update imports and references

* migrate build-challenges

* migrate challenge-types

* migrate utils/index

* migrate state-management

* install @types/psl for tags

* migrate tags

* migrate tags.test

* migrate challenge-page-creator

* migrate utils/gatsby/index

* migrate layout-selector

* migrate layout-selector.test

* revert challenge-types

Curriculum can't handle TS or modules

* convert arrow functions

* revert build-challenges

* revert utils/gatsby/index

* revert challenge-page-creator

* revert challenge-types reference

* Delete state-management

Deleted in #42960

* Disable render-result-naming-convention (for now)

* update layout-selector.test comment

* reorder imports in build-challenges

* change ts-ignore to ts-expect-error
2021-08-09 10:30:31 +02:00
Tom fcadd534e7
fix: stripe issues (#43152) 2021-08-09 11:02:58 +03:00
Mykyta Ivanchenko 959a6bce69
fix(curriculum): updated auth with socket.io explanation (#43066)
* fix: updated auth with socket.io explanation

* Update wording to improve the clarity

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

* Update wording to improve the clarity

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

* Update wording to improve the clarity

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

* Update wording to improve the clarity

* Update curriculum/challenges/english/06-quality-assurance/advanced-node-and-express/authentication-with-socket.io.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-08-09 16:25:46 +09:00
Renovate Bot e0abfc5cf6 chore(deps): update dependency ts-node to v10.2.0 2021-08-09 05:33:19 +00:00
Tom 8dec120c19
fix(api-server): server not responding for stripe call (#43149) 2021-08-08 19:47:33 -05:00
Renovate Bot b3a7126c87 chore(deps): update dependency eslint-plugin-import to v2.24.0 2021-08-09 00:14:33 +00:00
Renovate Bot 1a212ab927 fix(deps): pin dependencies 2021-08-08 22:33:04 +00:00
Ahmad Abdolsaheb b623c340a9
feat(client): add google pay (#43117)
* feat: initial button setup client

* feat: rename walletsButton to .tsx

* chore: typescriptize wallet component

* chore: re-add keys to config, env, etc + check in gatsby-node

* feat: refactor donate form and wallet component

* feat(client): set labels correctly

* chore: add stripe package back to server

* chore: add stripe back to allowed paths

* chore: copy donate.js code from PR #41924

* feat: attempt to make back end work

* feat: make redux work

* feat: clean up

* feat: hokify

* feat: add error handling

* fix: back-end should be working

* fix: type errors

* fix: clean up back-end

* feat:addd styles

* feat: connect the client to the api

* feat: display wallets button everywhere

* test: add stripe key for cypress action

* test: fix for cypress tests

* test: cypress tests again

* test: maybe?

* test: more

* test: more

* test: more

* test

* askdfjasklfj

* fix: tests finally?

* revert: remove space from cypress yaml action

* remove logs

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-08 23:22:25 +03:00
Renovate Bot ad54684dce fix(deps): update dependency @babel/standalone to v7.15.2 2021-08-08 18:12:00 +00:00
Renovate Bot 6f5d796168 chore(deps): update dependency rollup to v2.56.1 2021-08-08 14:08:35 +00:00
Tom 165d6ab844
fix(curriculum): insertion sort challenge (#43135) 2021-08-07 18:13:00 +02:00
camperbot 1f4972c6f5
chore(i18n,learn): update translations (#43139) 2021-08-07 16:55:07 +01:00
Renovate Bot 41c6914a25 chore(deps): update codesee to v0.61.0 2021-08-06 23:07:34 +00:00
Renovate Bot ae734e7715 chore(deps): update dependency webpack to v5.49.0 2021-08-06 16:40:58 +00:00
camperbot 48fee9232b
chore(i18n,learn): update translations (#43131) 2021-08-06 08:04:24 -07:00
camperbot d683955e5a
chore(i18n,curriculum): update translations (#43132) 2021-08-06 08:02:45 -07:00
awu43 62f67e96a4
fix(curriculum): bracket notation regex (#43062) 2021-08-06 15:14:02 +02:00
Sem Bauke eccc642d83
fix(client): store accessibility for screenreaders (#42996)
* fix: store accessibility for screenreaders

* Apply suggestions from code review

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* fix: remove old comments

* feat: at short cut announcement when running test

* feat: announce that accesibility mode is turned on

* fix: use Redux values

* Apply suggestions from code review

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Apply suggestions from Oliver

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: "rip out redux stuff" and use store instead

* Apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* Apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: old use of props

* Update client/src/templates/Challenges/classic/editor.tsx

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-06 14:17:17 +02:00
Renovate Bot cbf553639d chore(deps): update dependency lint-staged to v11.1.2 2021-08-06 08:28:07 +00:00
Tom 8b2a4cbab9
fix(curriculum): grid area template lesson (#43059)
* fix(curriculum): grid area template lesson

* fix: remove next step mention and fix hint

* fix: rework to make solution line up with seed of next lesson

* Update curriculum/challenges/english/01-responsive-web-design/css-grid/divide-the-grid-into-an-area-template.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/css-grid/divide-the-grid-into-an-area-template.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-08-06 06:52:00 +02:00
Renovate Bot 097565c615 chore(deps): update codesee to v0.60.0 2021-08-05 22:37:25 +00:00
Tom f0aeb3b267
fix(curriculum): rename rdbms cert project to proper name (#43042)
* fix:(curriculum): rename rdbms cert project

* fix: some more spots to rename

* fix: rename i18n's
2021-08-05 22:15:44 +01:00
awu43 4134404bfd
feat(client): ts-migrate WithInstantSearch.js (#42923)
* rename to TS

* update import

* migrate with-instant-search

* change falsy values to empty string

* update import order

Finish resolving conflict from #41824

* update import order for search-bar

* update setTimeout() type
2021-08-05 21:00:30 +01:00
DanielRosa74 038ac3e7b9
feat(client,i18n): update motivation.json for Portuguese (#43121) 2021-08-05 21:23:47 +02:00
Oliver Eyton-Williams 10286f6c80
feat: add stripe merchant id for apple pay (#43124) 2021-08-05 20:00:50 +01:00
Renovate Bot 555b473339 chore(deps): update dependency mongodb to v3.6.11 2021-08-05 18:29:06 +00:00
camperbot 09c9e7a865
chore(i18n,docs): update translations (#43125) 2021-08-05 07:31:44 -07:00
camperbot ea9c39434b
chore(i18n,curriculum): update translations (#43104) 2021-08-05 07:31:15 -07:00
camperbot e389517800
chore(i18n,learn): update translations (#43126) 2021-08-05 07:30:35 -07:00
abfipes db1a92611a
fix(curriculum): repair of a small logical underdevelopment (#43116)
* repair of a small logical underdevelopment 

a> b is false if a == b

* Apply suggestions (fix small typo )

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
2021-08-05 14:54:32 +02:00
Renovate Bot ba388056c3 chore(deps): update dependency rollup to v2.56.0 2021-08-05 10:48:48 +00:00