Commit Graph

28629 Commits

Author SHA1 Message Date
gikf
f93acf28a6 fix(curriculum): clean-up Project Euler 261-280 (#42905)
* fix: clean-up Project Euler 261-280

* fix: typo

* fix: typo

* fix: typo
2021-07-24 09:09:54 +02:00
Oliver Eyton-Williams
f4dc81bce3 fix: improve cert claiming test (#42989)
cy.intercept to ensure that the server has saved the submission

should('not.exist') since the modal leaves the dom

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

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
2021-07-23 23:27:12 +02:00
camperbot
77e6d0d0ed chore(i18n,curriculum): update translations (#42984) 2021-07-23 18:42:17 +00:00
camperbot
15a8b172c9 chore(i18n,docs): update translations (#42981) 2021-07-23 19:15:25 +02:00
camperbot
80cddc7731 chore(i18n,learn): update translations (#42983) 2021-07-23 15:03:23 +02:00
Renovate Bot
8b2eaec191 chore(deps): update dependency tailwindcss to v2.2.7 2021-07-23 12:50:17 +00:00
Renovate Bot
7e2d72e7dd fix(deps): update dependency date-fns to v2.23.0 2021-07-23 09:21:19 +00:00
Shaun Hamilton
06b1e584f9 feat(client): add new coder survey link to learn (#42955)
* feat(client): add new coder survey link

* add translation key to all locales

* close i18n tags

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

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-07-23 08:03:25 +02:00
Renovate Bot
e462b0c339 chore(deps): update dependency start-server-and-test to v1.13.0 2021-07-23 02:17:19 +00:00
Renovate Bot
b626f03c8c chore(deps): update codesee to v0.51.1 2021-07-23 00:39:27 +00:00
Renovate Bot
b9e6e6da29 chore(deps): update dependency lint-staged to v11.1.0 2021-07-22 23:48:40 +00:00
Renovate Bot
5f37ca8251 chore(deps): update storybook monorepo to v6.3.5 2021-07-22 22:02:25 +00:00
Luca
970a1c1b56 fix(curriculum): fix incomplete test (#42970) 2021-07-22 16:01:04 -04:00
camperbot
368a6ebf7c chore(i18n,curriculum): update translations (#42976) 2021-07-22 19:11:52 +00:00
camperbot
c7fb462b4a chore(i18n,curriculum): update translations (#42969) 2021-07-22 18:01:38 +02:00
awu43
24250d278e feat(curriculum): rewrite capture groups description 2021-07-22 17:37:50 +02:00
camperbot
146b87ccfa chore(i18n,docs): update translations (#42967) 2021-07-22 15:15:44 +02:00
Renovate Bot
be5177ca48 chore(deps): update dependency webpack to v5.46.0 2021-07-22 13:12:50 +00:00
gikf
47fc3c6761 fix(curriculum): clean-up Project Euler 281-300 (#42922)
* fix: clean-up Project Euler 281-300

* fix: missing image extension

* fix: missing power

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* fix: missing subscript

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2021-07-22 12:38:46 +09:00
Renovate Bot
fed983d69f chore(deps): update dependency tailwindcss to v2.2.6 2021-07-21 23:40:11 +00:00
awu43
d98857069b feat(client): ESLint Fragments rule (#42963)
* add eslint rule

* Remove unused Fragment imports
2021-07-21 22:07:46 +01:00
Nicholas Carrigan (he/him)
8900fe0b8e feat: CSS Cafe Menu (#41797)
* fix: general bugs

- Ensure editable region at end of code-block is followed by a blank
line.
- Remove apparent duplicate step.
- Address spelling issues.

* feat: some tests

* feat: tests 6-20

Add tests for steps 6-20.

* feat: tests 21-30

Add tests for steps 21 through 30.

* feat: tests 31-40

Add tests for steps 31 through 40.

* feat: tests 41-50

Add tests for steps 41 through 50.

* feat: tests 51-60

Add tests for steps 51 through 60.

* feat: tests 61-70

Add tests for steps 61 through 70.

* feat: tests 71-80

Add tests for steps 71 through 80.

* feat: steps 81-92

Add tests for steps 81 through 92.

* feat: align dashed names

Align the dashed names with the titles and file names.

* fix: apply gikf's suggestions

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

* fix: manual review suggestions

Apply gikf's other suggestions.

* feat: more thorough testing

When a test asserts that a camper adds a new element relative to
an existing element, also test that the existing element is not
malformed.

* feat: optional semi colons

Make EOL semi-colons optional in the CSS. If they're missing and the
CSS doesn't render correctly, other tests will catch that. If they
are on the last property of the ruleset, they technically aren't
required so we shouldn't require them?

* chore: apply review suggestions

Apply review suggestions from gikf

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

* chore: apply suggestions from code review

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

* feat: review suggestions

Apply Ahmad's review suggestions.

* chore: additional suggestions

Manual application of Ahmad's review suggestions.

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* chore: apply suggestions from code review

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* chore: apply shaun's review suggestions

Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>

* feat: add clarification

Add a bit of text clarifying the file switch in the editor.

* chore: replace URLs

Replace the tinyurls with our self-hosted CDN images.

* feat: new CSS tests

Re-write CSS tests with new parser.

* fix: grammar

Apply Shaun's grammar reviews.

Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>

* fix: optional chaining

* chore: apply suggestions from code review

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

* chore: apply reviews manually

* chore: getStyle update

Replace getStyleDeclaration with getStyle.

* fix: resolve test issue

* chore: remove jQuery :(

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

* chore: apply suggestions from code review

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

* fiux: Update curriculum/challenges/english/01-responsive-web-design/basic-css-cafe-menu/part-073.md

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2021-07-21 14:03:09 -05: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
gikf
32dbe23f5e fix(curriculum): clean-up Project Euler 301-320 (#42926)
* fix: clean-up Project Euler 301-320

* fix: corrections from review

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2021-07-21 17:59:56 +02:00
camperbot
c3eb8189af chore(i18n,learn): update translations (#42956) 2021-07-21 16:30:16 +01:00
camperbot
7ac7c51f87 chore(i18n,curriculum): update translations (#42957) 2021-07-21 16:23:20 +01:00
Renovate Bot
4e696687a1 chore(deps): update dependency tailwindcss to v2.2.5 2021-07-21 14:42:48 +00:00
Renovate Bot
7ae8f6e9a8 chore(deps): update dependency eslint-plugin-testing-library to v4.10.1 2021-07-21 11:48:23 +00:00
Renovate Bot
c6ce66e930 chore(deps): update dependency rollup to v2.53.3 2021-07-21 09:15:10 +00:00
Renovate Bot
0daa47791d fix(deps): update gatsby monorepo 2021-07-20 23:49:26 +00:00
Renovate Bot
9557c7c332 chore(deps): update dependency eslint-plugin-testing-library to v4.10.0 2021-07-20 22:48:10 +00:00
Renovate Bot
c9db6e216b fix(deps): update dependency i18next to v20.3.4 2021-07-20 21:49:27 +00:00
Renovate Bot
1e86dae25b chore(deps): update babel monorepo to v7.14.8 2021-07-20 20:09:11 +00:00
Renovate Bot
e63457faec chore(deps): update dependency @testing-library/cypress to v7.0.7 2021-07-20 18:40:46 +00:00
Tom
8e28785913 fix(curriculum): remove outdated video (#42945) 2021-07-20 18:07:14 +02:00
camperbot
7adc9b819e chore(i18n,docs): update translations (#42942) 2021-07-20 18:05:52 +02:00
camperbot
2056db0299 chore(i18n,curriculum): update translations (#42943) 2021-07-20 18:05:24 +02:00
Anirudh Modi
ef3b7ec955 chore(eslint): enables recommended eslint rules for testing-library and jest-dom (#42817) 2021-07-20 21:21:16 +07:00
Oliver Eyton-Williams
a368e7f277 fix: prevent early redirection from email-signup (#42944)
Co-authored-by: Victor Duarte <victor-duarte@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Victor Duarte <victor-duarte@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-07-20 09:19:11 -05:00
awu43
e33b977f04 update show-project-links (#42940) 2021-07-20 08:05:17 -05:00
Ilenia
a901ad1a60 enable last 4 Italian certs (#42931) 2021-07-20 14:43:21 +05:30
Ilenia
3c29cfab1b feat(i18n, learn): adding first few motivational quotes and compliments in italian (#42935)
* i18n Italian Compliements

* first 10 motivational quotes for italian
2021-07-19 21:50:46 -05:00
Renovate Bot
c0150b00d8 chore(deps): update codesee to v0.50.1 2021-07-19 23:55:35 +00:00
Renovate Bot
2550bb7ebf chore(deps): update codesee to v0.50.0 2021-07-19 21:25:40 +00:00
Renovate Bot
c5d73ac047 chore(deps): update typescript-eslint monorepo to v4.28.4 2021-07-19 20:37:27 +00:00
Oliver Eyton-Williams
e98257749f test: fix cypress login in development (#42899) 2021-07-19 12:51:14 -07:00
Oliver Eyton-Williams
90d5783870 chore: update Header test to handle more languages (#42894) 2021-07-19 12:39:51 -07:00
Tom
292482792e update(curriculum): Change advanced bash tutorial title to new title (#42885)
* rename: advanced bash file

* rename: all instances of advanced bash tutorial to new title
2021-07-20 00:17:11 +05:30
camperbot
7dcb77fa6f chore(i18n,curriculum): update translations (#42930) 2021-07-19 09:52:21 -07:00