Commit Graph

646 Commits

Author SHA1 Message Date
Renovate Bot
ff90a509f2 chore(deps): update dependency mongodb to v3.7.1 2021-09-14 21:28:19 +00:00
Renovate Bot
7b5d54bb78 chore(deps): update dependency @testing-library/react to v12.1.0 2021-09-11 13:34:10 +00:00
Renovate Bot
4ae1a50fd7 chore(deps): update dependency tailwindcss to v2.2.15 2021-09-10 14:10:13 +00:00
Mrugesh Mohapatra
e9be93f964 chore(deps): npm audit fix - tools 2021-09-10 18:11:02 +05:30
renovate[bot]
f46d183d95 chore(deps): update babel monorepo to v7.15.6 (#43424)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-10 15:27:27 +05:30
Renovate Bot
5bdf6159f5 chore(deps): update dependency prettier to v2.4.0 2021-09-09 13:38:43 +00:00
Renovate Bot
2c5ba710c3 fix(deps): update dependency react-i18next to v11.12.0 2021-09-08 20:12:09 +00:00
renovate[bot]
4950313ca0 chore(deps): update dependency remark-html to 13.0.2 [security] (#43400)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-08 13:46:01 -05:00
Renovate Bot
790f757f49 chore(deps): update dependency tailwindcss to v2.2.14 2021-09-08 16:58:31 +00:00
Renovate Bot
42b748edf2 chore(deps): update dependency tailwindcss to v2.2.12 2021-09-08 12:30:52 +00:00
Shaun Hamilton
6fd628f338 fix(tools): correct files -> challengeFiles (#43385) 2021-09-07 20:24:11 +05:30
Renovate Bot
fa6d3f4cf2 chore(deps): update dependency tailwindcss to v2.2.11 2021-09-07 12:50:50 +00:00
Renovate Bot
a5eafbf04f chore(deps): update dependency tailwindcss to v2.2.10 2021-09-06 22:06:25 +00:00
Renovate Bot
c0922f814f fix(deps): update dependency node-fetch to v2.6.2 2021-09-06 16:07:22 +00:00
Renovate Bot
ec34f0f918 chore(deps): update babel monorepo to v7.15.5 2021-09-04 11:01:38 +00:00
Renovate Bot
27622f7f94 chore(deps): update storybook monorepo to v6.3.8 2021-09-03 20:28:55 +00:00
Renovate Bot
53c88efb0d chore(deps): update dependency autoprefixer to v10.3.4 2021-09-03 01:41:02 +00:00
Renovate Bot
271c16213a chore(deps): update babel monorepo to v7.15.4 2021-09-03 00:18:55 +00:00
Renovate Bot
212c5d8567 chore(deps): update dependency mongodb to v3.7.0 2021-08-31 22:40:56 +00:00
Mrugesh Mohapatra
61b390d075 chore(deps): npm audit fix - tools 2021-08-31 21:38:48 +05:30
Renovate Bot
b465ee0ac1 chore(deps): update dependency mongodb to v3.6.12 2021-08-30 21:36:51 +00:00
Renovate Bot
39117312ca chore(deps): update dependency tailwindcss to v2.2.9 2021-08-30 13:47:23 +00:00
Renovate Bot
920c849090 chore(deps): update dependency tailwindcss to v2.2.8 2021-08-27 11:54:41 +00:00
Renovate Bot
5cc76bdc88 chore(deps): update dependency autoprefixer to v10.3.3 2021-08-26 21:11:38 +00:00
Nicholas Carrigan (he/him)
3ed507a817 fix: unhide this string (#43292)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-26 08:32:10 +05:30
Christian Z. Tamayo
a42348d3b9 test: Privacy terms redirection (#43195) 2021-08-24 22:36:23 +05:30
Renovate Bot
d2af4c69d2 chore(deps): update dependency rollup to v2.56.3 2021-08-23 09:59:19 +00:00
Renovate Bot
6f720dc068 chore(deps): update dependency autoprefixer to v10.3.2 2021-08-21 21:32:09 +00:00
arfy slowy
815f588942 fix: typo grammar (#43259) 2021-08-21 09:26:03 +02:00
Renovate Bot
ea97315531 fix(deps): update dependency @actions/core to v1.5.0 2021-08-20 03:04:02 +00:00
Renovate Bot
24c482b18c chore(deps): update dependency ts-node to v10.2.1 2021-08-18 19:58:44 +00:00
Shaun Hamilton
c2a11ad00d feat: add 'back/front end' in curriculum (#42596)
* chore: rename APIs and Microservices to include "Backend" (#42515)

* fix typo

* fix typo

* undo change

* Corrected grammar mistake

Corrected a grammar mistake by removing a comma.

* change APIs and Microservices cert title

* update title

* Change APIs and Microservices certi title

* Update translations.json

* update title

* feat(curriculum): rename apis and microservices cert

* rename folder structure

* rename certificate

* rename learn Markdown

* apis-and-microservices -> back-end-development-and-apis

* update backend meta

* update i18n langs and cypress test

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

* fix: add development to front-end libraries (#42512)

* fix: added-the-word-Development-to-front-end-libraries

* fix/added-the-word-Development-to-front-end-libraries

* fix/added-word-development-to-front-end-libraries-in-other-related-files

* fix/added-the-word-Development-to-front-end-and-all-related-files

* fix/removed-typos-from-last-commit-in-index.md

* fix/reverted-changes-that-i-made-to-dependecies

* fix/removed xvfg

* fix/reverted changes that i made to package.json

* remove unwanted changes

* front-end-development-libraries changes

* rename backend certSlug and README

* update i18n folder names and keys

* test: add legacy path redirect tests

This uses serve.json from the client-config repo, since we currently use
that in production

* fix: create public dir before moving serve.json

* fix: add missing script

* refactor: collect redirect tests

* test: convert to cy.location for stricter tests

* rename certificate folder to 00-certificates

* change crowdin config to recognise new certificates location

* allow translations to be used

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

* add forwards slashes to path redirects

* fix cypress path tests again

* plese cypress

* fix: test different challenge

Okay so I literally have no idea why this one particular challenge
fails in Cypress Firefox ONLY. Tom and I paired and spun a full build
instance and confirmed in Firefox the page loads and redirects as
expected. Changing to another bootstrap challenge passes Cypress firefox
locally. Absolutely boggled by this.

AAAAAAAAAAAAAAA

* fix: separate the test

Okay apparently the test does not work unless we separate it into
a different `it` statement.

>:( >:( >:( >:(

Co-authored-by: Sujal Gupta <55016909+heysujal@users.noreply.github.com>
Co-authored-by: Noor Fakhry <65724923+NoorFakhry@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-08-13 21:57:13 -05:00
Shaun Hamilton
59f17f237b refactor: files{} -> challengeFiles[], and key -> fileKey (#43023)
* fix(client): fix client

* fix propType and add comment

* revert user.json prettification

* slight type refactor and payload correction

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

* update ChallengeFile type imports

* add cypress test for code-storage

* update test and storage epic

* fix Shaun's tired brain's logic

* refactor with suggestions

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

* update codeReset

* increate cypress timeout because firefox is slow

* remove unused import to make linter happy

* use focus on editor

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

* use more specific seletor for cypress editor test

* account for silly null challengeFiles

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

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-12 20:48:28 +02:00
Renovate Bot
81f5f7795a chore(deps): update dependency rollup-plugin-postcss to v4.0.1 2021-08-12 14:30:47 +00:00
Renovate Bot
3133723f4a chore(deps): update dependency rollup to v2.56.2 2021-08-10 09:00:00 +00:00
Renovate Bot
be9c3f0cc0 chore(deps): update storybook monorepo to v6.3.7 2021-08-09 19:54:10 +00:00
Renovate Bot
e0abfc5cf6 chore(deps): update dependency ts-node to v10.2.0 2021-08-09 05:33:19 +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
6f5d796168 chore(deps): update dependency rollup to v2.56.1 2021-08-08 14:08:35 +00:00
Renovate Bot
555b473339 chore(deps): update dependency mongodb to v3.6.11 2021-08-05 18:29:06 +00:00
Renovate Bot
ba388056c3 chore(deps): update dependency rollup to v2.56.0 2021-08-05 10:48:48 +00:00
Renovate Bot
35cdece8d7 chore(deps): update babel monorepo to v7.15.0 2021-08-05 00:13:20 +00:00
Oliver Eyton-Williams
e118dda13a fix: order imports and remove circular dependencies (#41824)
* fix: remove circular dependency

redux depended on templates/Challenges/redux and vice versa.  This
meant that import order mattered and confusing bugs could arise.

(cherry picked from commit 7d67a4e70922bbb3051f2f9982dcc69e240d43dc)

* feat: require imports to be in alphabetical order

Import order generally does not matter, but there are edge cases
(circular  imports and css imports, for example) where changing order
changes behaviour

(cherry picked from commit b8d1393a91ec6e068caf8e8498a5c95df68c2b2c)

* chore: order imports

* fix: lift up challenge description + title comps

This brings the classic Show closer to the others as they
now all create the description and title components

* fix: remove donation-saga/index circular import

(cherry picked from commit 51a44ca668a700786d2744feffeae4fdba5fd207)

* refactor: extract action-types from settings

(cherry picked from commit 25e26124d691c84a0d0827d41dafb761c686fadd)

* fix: lint errors

* feat: prevent useless renames
2021-08-02 08:39:40 -05:00
Renovate Bot
e8dd7f5929 chore(deps): update babel monorepo to v7.14.9 2021-08-01 09:26:37 +00:00
Renovate Bot
f0452399fb chore(deps): update dependency rollup to v2.55.1 2021-07-29 21:44:51 +00:00
Renovate Bot
5432354361 chore(deps): update dependency rollup to v2.55.0 2021-07-28 09:22:34 +00:00
Renovate Bot
9104bd45a6 chore(deps): update dependency @rollup/plugin-commonjs to v19.0.2 2021-07-26 16:53:02 +00:00
Renovate Bot
e07d95d440 chore(deps): update storybook monorepo to v6.3.6 2021-07-26 08:46:21 +00:00
Renovate Bot
4ed074ccfd chore(deps): update dependency @rollup/plugin-node-resolve to v13.0.4 2021-07-25 08:53:52 +00:00
Renovate Bot
427c464dcc chore(deps): update dependency rollup to v2.54.0 2021-07-25 07:41:36 +00:00