Commit Graph

372 Commits (1db205cdabc1679486ba33675d3646b49970793d)

Author SHA1 Message Date
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
Renovate Bot 0d6bfaa4d4 chore(deps): update dependency @rollup/plugin-node-resolve to v13.0.3 2021-07-24 20:24:31 +00:00
Renovate Bot 8b2eaec191 chore(deps): update dependency tailwindcss to v2.2.7 2021-07-23 12:50:17 +00:00
Renovate Bot 5f37ca8251 chore(deps): update storybook monorepo to v6.3.5 2021-07-22 22:02:25 +00:00
Renovate Bot fed983d69f chore(deps): update dependency tailwindcss to v2.2.6 2021-07-21 23:40:11 +00:00
Renovate Bot 0e611f321e chore(deps): update dependency postcss to v8.3.6 2021-07-21 18:03:15 +00:00
Shaun Hamilton cefb973c14
fix(tools): fix insert-erms helper script (#42903)
* fix(tools): fix insert-erms helper script

* only throw if undefined erms

* revert last two commits

* fix insertErms the correct way
2021-07-21 11:14:22 -05:00
Renovate Bot 4e696687a1 chore(deps): update dependency tailwindcss to v2.2.5 2021-07-21 14:42:48 +00:00
Renovate Bot c6ce66e930 chore(deps): update dependency rollup to v2.53.3 2021-07-21 09:15:10 +00:00
Renovate Bot 1e86dae25b chore(deps): update babel monorepo to v7.14.8 2021-07-20 20:09:11 +00:00
Renovate Bot 885fbe694e chore(deps): update dependency @rollup/plugin-node-resolve to v13.0.2 2021-07-16 00:22:55 +00:00
Renovate Bot d3496750a7 chore(deps): update dependency @rollup/plugin-commonjs to v19.0.1 2021-07-15 19:41:26 +00:00
Renovate Bot d0f94c5ab5 chore(deps): update dependency @rollup/plugin-node-resolve to v13.0.1 2021-07-15 16:56:45 +00:00
Renovate Bot 30c22d1fb3 chore(deps): update dependency rollup to v2.53.2 2021-07-15 09:48:03 +00:00
Renovate Bot 505c3b7c6c chore(deps): update dependency inquirer to v8.1.2 2021-07-14 18:00:36 +00:00
Renovate Bot d8262375fd chore(deps): update dependency autoprefixer to v10.3.1 2021-07-12 18:46:16 +00:00
Renovate Bot 67ef1238e5 chore(deps): update dependency rollup to v2.53.1 2021-07-11 08:46:59 +00:00
Renovate Bot ba24087c54 chore(deps): update dependency autoprefixer to v10.3.0 2021-07-10 12:46:21 +00:00
Renovate Bot a3395269a0 chore(deps): update dependency ts-node to v10.1.0 2021-07-09 23:13:46 +00:00
Renovate Bot be5fec4bb5 chore(deps): update dependency rollup to v2.53.0 2021-07-09 10:44:49 +00:00
Renovate Bot 9252a071d8 chore(deps): update storybook monorepo to v6.3.4 2021-07-08 17:21:34 +00:00
Renovate Bot be90dc4494 chore(deps): update storybook monorepo to v6.3.3 2021-07-07 17:05:20 +00:00
renovate[bot] 313caf1fb1
chore(deps): update dependency rollup to v2.52.8 (#42779)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-07 11:49:43 +05:30
Renovate Bot 3cbb0275ae chore(deps): update dependency @types/inquirer to v7.3.3 2021-07-07 03:33:06 +00:00
Victor Duarte 82d09bd593
feat: refactor and test tools steps utilities (#42693) 2021-07-07 02:22:12 +02:00