Commit Graph

25436 Commits

Author SHA1 Message Date
7613df56e1 chore: add Peter-Samir to HOF (#38384)
Co-authored-by: Peter-Samir <43256727+Peter-Samir@users.noreply.github.com>
2020-03-18 06:23:56 +05:30
9d72ccf048 chore(client): remove PayPal integration
This commit removes the changes introduced via #38239 to unblock deployment to production
2020-03-18 00:18:23 +05:30
23b899f50f fix(csrf): remove all csrf bypass 2020-03-17 23:28:23 +05:30
f183df0d88 chore: update search-indexing 2020-03-17 11:09:12 +05:30
35578720e5 chore: update build 2020-03-17 11:09:12 +05:30
b350efef5b chore: update seed 2020-03-17 11:09:12 +05:30
d2e1326e71 chore: update parser 2020-03-17 11:09:12 +05:30
95a8f5873e chore: remove @babel/cli and update curriculum 2020-03-17 11:09:12 +05:30
de124c4386 chore: update api-server 2020-03-17 11:09:12 +05:30
10eaf8ed13 chore: update client 2020-03-17 11:09:12 +05:30
00347ff8bf feat(client): add space for flash message (#38327) 2020-03-17 11:07:42 +05:30
c21af106bb feat: update open graph and twitter meta 2020-03-17 00:32:56 +05:30
f9277b4fec fix(env): make PayPal env config dynamic 2020-03-16 18:35:52 +05:30
6c6eadfbe4 feat(donate): PayPal integration 2020-03-16 18:35:51 +05:30
e3db423abf chore: version bump Jest 2020-03-16 16:28:32 +05:30
b0498ff9e6 fix: installed latest version of husky 2020-03-16 16:28:32 +05:30
a282c24bf4 fix (curriculum): added console output checks for the inheritance challenge (#38360)
Co-authored-by: Hassaan Pasha <hassaan.pasha@teamo.io>
2020-03-14 21:55:21 -07:00
705cc32579 add: solution to project euler problem 22 md file (#38263)
* add: solution to project euler 22 md file

* Copied the array instead of using it directly

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-03-13 14:31:13 -07:00
4ef78f7f7d Update use-recursion-to-create-a-countdown.english.md (#38366) 2020-03-13 16:05:59 +01:00
694e52f742 feat: Code saveing to localStorage on Cmd/Ctrl + S (#38324)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: mrugesh <1884376+raisedadead@users.noreply.github.com>
2020-03-13 18:50:14 +05:30
814256ca56 docs(i18n): updated German translation of PR guidelines (#37581) 2020-03-12 22:25:56 +05:30
b27d9ce770 docs(i18n): contributing guidelines in polish (#37350)
Co-Authored-By: Cezary Waś <44169282+Qondor@users.noreply.github.com>
Co-authored-by: kassjja <52068785+kassjja@users.noreply.github.com>
2020-03-12 22:24:18 +05:30
cc190aba99 fix: removed assert message arguments 2020-03-12 20:46:46 +09:00
72bc067e6b feat(interview-prep): Regenerated IDs 2020-03-12 20:46:46 +09:00
ec0a5e0b6f feat(interview-prep): Updated descriptions and corrected syntax 2020-03-12 20:46:46 +09:00
e4a6f5563f feat(interview-prep): Converting and transferring Rosetta problems 2020-03-12 20:46:46 +09:00
fde8c05a20 fix(curriculum): strip comments from CSS in testString to fix bug caught by tests (#38351)
* fix: strip-comments-from-css

* fix: added challenge referenced in issue

* fix: added call to function removeCssComments

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-03-11 08:56:34 -05:00
8c435c8b75 fix (curriculum): changed the index to 0 for the fibonacci sequence challenge (#38331) 2020-03-10 13:43:41 +03:00
a2d31afe81 fix: Update test in Redux challenge to accomodate backticks (#38345) 2020-03-10 12:15:50 +03:00
c401fc7f83 fix(curriculum): removed solution required comment from 6 challenges (#38339)
* fix: removed solution required comments

* fix: fixed two more challenge soltuions with solution required comment

* fix: remove debugging code

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-03-09 13:58:46 +01:00
9252f96566 fix(curriculum): Consolidated comments for JavaScript Algorithms and Data Structures challenges - part 4 of 4 (#38267)
* fix: consolidate comments


Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>
2020-03-08 15:46:28 +01:00
dbf3815fc7 added:solution for Coding Interview Prep/Data Structures-Create a Map Data Structure (#38337)
* add: solution to Data Structures-Create a Map Data Structure

* Proper usage of -hasOwnProperty

removed unnecessary returns
2020-03-07 22:07:40 -08:00
f736e67537 docs: grammatical changes to how-to-work-on-coding-challenges (#37266)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2020-03-06 12:45:59 +05:30
3a47c5411f fix (curriculum): made the order of the required code to be re… (#38320)
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2020-03-06 12:44:39 +05:30
b99d2d8e1f Correção de título javascript-algorithms-and-data-structures-c… (#37252)
"Javascript" no texto original se refere a algoritmos, o que não é o caso na tradução original. Isso é corrigido aqui.
2020-03-06 12:35:51 +05:30
e64747ec25 Correção de erros de linguagem e clareza em understand-the-con… (#37251)
Como o inglês não posse gêneros em objetos (it), é necessário colocá-los em algumas traduções para que se mantenha a mesma claridade. Aqui era necessário pois o usuário pode não entender que o texto está se referindo a função em si. 
Outras palavras foram mudadas para se condizer com as normas do português, assim como algumas pontuações.
2020-03-06 12:35:01 +05:30
07d03dfc36 docs: Ukrainian translation of how to setup locally (#37233) 2020-03-06 12:32:31 +05:30
94648f8800 docs: how-to-open-a-pull-request.md translated into ukrainian (#37232) 2020-03-06 12:31:04 +05:30
3ae8cd3def docs: Ukrainian translation to CONTRIBUTING.md (#37231) 2020-03-06 12:30:37 +05:30
Tom
17a55c6e18 fix(curriculum): Consolidated comments for JavaScript Algorithms and Data Structures challenges - part 1 of 4 (#38258)
* fix: consolidate/remove comments

* fix: remove => from comment

* fix: reverted changes to add same changes to another PR

* fix: removed 'the' from sentence

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: removed 'the' from the sentence

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-03-04 13:08:54 -06:00
5294936667 fix(learn): prevent indexing learn pages on search engines (#38260)
Co-authored-by: mrugesh <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-03-03 20:57:53 +05:30
ac922ac04e fix: add pass thru for some subdomains (#38315)
* fix: add passthru for some subdomains

* fix: export whitelist correctly
2020-03-04 00:02:04 +09:00
0b1ba11959 fix: sync english and chinese responsive web design challenges (#38309) 2020-03-03 19:11:15 +05:30
b3213fc892 fix(i18n): chinese test suite (#38220)
* fix: Chinese test suite

Add localeTiltes, descriptions, and adjust test text and testStrings to get the automated test suite working.

* fix: ran script, updated testStrings and solutions
2020-03-03 18:49:47 +05:30
6a7a7e6d7d fix(curriculum): Consolidated comments for JavaScript Algorithms and Data Structures challenges - part 2 of 4 (#38259) 2020-03-03 10:18:30 +03:00
012e5c848b reword instruction referring to 3d array (#38272) 2020-02-29 22:35:53 -08:00
181ac1e8ad fix: Update test for wrapping strong tag around text to include periods at the end (#38305) 2020-02-29 01:02:39 -05:00
2d7b1255cc fix: add missing .english extensions (#38298) 2020-02-28 07:19:22 -08:00
6cfd0fc503 fix: improve Project Euler descriptions, challenge seeds, and test cases (#38016)
* fix: improve Project Euler descriptions and test case

Improve formatting of Project Euler test descriptions. Also add poker hands array and new test case for problem 54

* feat: add typeof tests and gave functions proper names for first 100 challenges

* fix: continue fixing test descriptions and adding "before test" sections

* fix: address review comments

* fix: adjust grids in 18 and 67 and fix some text that reference files rather than the given arrays

* fix: implement bug fixes and improvements from review

* fix: remove console.log statements from seed and solution
2020-02-28 06:39:47 -06:00
41718abf76 fix(learn): consolidate comments for responsive web design cert (#38256)
Related to PR #38040

This PR is an attempt to consolidate/remove as many comments in the challenge seed code in the Responsive Web Design certification challenges, to be able to create a small translation lookup object for translating the English comments to other languages.
2020-02-27 20:50:46 +05:30