Commit Graph

15790 Commits

Author SHA1 Message Date
92ebf9fc47 Merge pull request #16837 from ahmadabdolsaheb/feature/css-grid-chall-one
feat(seed): Adds the json file for css grid challenges
2018-03-07 20:19:02 -05:00
33d26aaa6c fix(showCert): Target _blank the link for Show Cert 2018-03-07 23:35:23 +00:00
bf78e80cca Merge pull request #16847 from raisedadead/fix/update-mongodb-driver
fix(mongodb): update mongodb driver
2018-03-07 15:35:18 -08:00
39b0cefe74 Merge pull request #16848 from Bouncey/fix/jsWarning
fix(styles): Overlay js warning to preserve preview pane height
2018-03-07 15:16:10 -08:00
5dc2d9e27b fix(styles): Overlay js warning to preserve preview pane height 2018-03-07 21:07:56 +00:00
1e86d288df fix(mongodb): update mongodb driver 2018-03-07 23:44:09 +05:30
9b480bd0ea fix(challenges): Call resetQuiz() when dashedName of the quiz chang (#16828)
currentIndex, selectedChoice and correct state variables of the Quiz
component were not changing when navigating to other quiz challenges
through map. I fixed it by calling resetQuiz() whenever dashedName of
the quiz changes.
2018-03-07 13:34:21 +00:00
9f7084f7b7 fix(showLoading): Make showLoading more robust 2018-03-07 09:53:54 +00:00
a3bd39ee5c fix(seed): Add Img to CSS Relative Positioning Challenge (#16728) 2018-03-07 09:08:29 +05:30
53901aa822 fix(seed): Add Img to CSS Relative Positioning Challenge (#16728) 2018-03-07 09:08:29 +05:30
4e241fc8ac Merge pull request #16720 from fccSeniorSeminar/fix/invalid-challenge-URL
Fix/invalid challenge url
2018-03-06 10:15:58 -08:00
8d599d3e8a fix(seed): Format description, add tests and solution for Project Euler 18 (#16693)
Changed the description to more closely match the one on the Project
Euler page. Also added another test and solution.

Edit: Moved the numTriangle array to the head array to prevent lag.

Edit 2: Forgot to remove numTriangle from the solutions array. Should pass the test now.

BREAKING CHANGE: None
2018-03-06 10:52:22 +00:00
5f1ec53230 fix(seed): Format description, add tests and solution for Project Euler 18 (#16693)
Changed the description to more closely match the one on the Project
Euler page. Also added another test and solution.

Edit: Moved the numTriangle array to the head array to prevent lag.

Edit 2: Forgot to remove numTriangle from the solutions array. Should pass the test now.

BREAKING CHANGE: None
2018-03-06 10:52:22 +00:00
2281c85df6 chore(certs): Rename endpoint /c/ => /certificates/ 2018-03-06 10:38:37 +00:00
6bf435da47 chore(legacyProjects): Move legacyProjectData to common/utils 2018-03-06 10:36:45 +00:00
cebf72701e fix(challenge): Update challenge once we have all the data 2018-03-06 10:25:58 +00:00
97609eb968 fix(Side-Panel): Revert changes to renderDescription 2018-03-06 10:25:58 +00:00
c17e3ce1d7 fix(challenge): Handle slow network connections gracefully 2018-03-06 10:25:58 +00:00
3b74a20910 feat(overlayLoader): Add OverlayLoader 2018-03-06 10:25:58 +00:00
38825dcb94 Improve instructions of "Global vs Local Scope in Functions" challenge (#16832) 2018-03-06 09:46:23 +05:30
919cd693d1 Improve instructions of "Global vs Local Scope in Functions" challenge (#16832) 2018-03-06 09:46:23 +05:30
23d9ceb399 Merge pull request #16796 from Bouncey/feat/completionModalProjects
fix(projectCompletion): Open completion modal for Project submission
2018-03-05 14:15:31 -08:00
e897c46cb8 chore(cleanup): Remove console.log 2018-03-05 14:26:57 +00:00
572b3a8dcd fix(challengeId): Use correct id for Portfolio challenge 2018-03-05 14:26:07 +00:00
10148ce5b3 fix(challengeId): Use correct id for Portfolio challenge 2018-03-05 14:26:07 +00:00
ce8e8b8a63 chore(twitch): Make twitch title compatable with DynamicForm 2018-03-05 14:25:51 +00:00
0bd9c3a6d0 chore(twitch): Make twitch title compatable with DynamicForm 2018-03-05 14:25:51 +00:00
19b86f060d feat(seed): Adds the json file for css grid challenges
order or json files changed and new css grid challenges json is added
2018-03-05 17:20:31 +03:00
2a814f1d66 feat(seed): Adds the json file for css grid challenges
order or json files changed and new css grid challenges json is added
2018-03-05 17:20:31 +03:00
fda1be8066 fix(cert-settings): Uncouple Cert-Settings from dashedName's 2018-03-05 14:15:30 +00:00
6301411673 fix(cert-settings): Uncouple Cert-Settings from dashedName's 2018-03-05 14:15:30 +00:00
7ab7cbdd95 chore(legacy): Add legacy projects 2018-03-05 13:30:07 +00:00
15473616c9 chore(legacy): Add legacy projects 2018-03-05 13:30:07 +00:00
43082742f4 feat(legacy-certs): Claim legacy certificates from the settings page 2018-03-05 13:30:07 +00:00
7d9057dbdd fix(DRY): Dedupe Cert-Settings submit 2018-03-05 13:30:07 +00:00
2fe66f9e18 fix(show-url): Update profile show cert urls 2018-03-05 13:30:07 +00:00
2d0f8f7b9b feat(legacy-certs): Claim legacy certificates from the settings page 2018-03-05 13:30:07 +00:00
b3aed512d6 Merge pull request #16531 from vbelolapotkov/fix/initial-map-expand
fix(map): Expand map when challenge opened
2018-03-04 20:39:57 -08:00
decb6eb936 fix(map): Expand map when challenge opened
changed fetchMapUi epic to add extra param - initialNode
added util method to open path in the map by node name
changed action handler for fetchMapUi.complete to open initialNode
changed map component to set scroll on component mount and update
added attribute to challenge component to find challenge node by name
extracted createEventMetaCreator into separate file to break circular
dependencies

Closes #16248
2018-03-04 20:43:10 +03:00
65662c6d0a Merge pull request #16820 from Bouncey/chore/loopback
chore(package): Update loopback-boot to remove vulnerability
2018-03-02 11:40:35 -08:00
56b188389b chore(translations): Remove empty translation descriptions (#16805) 2018-03-02 11:39:29 -06:00
0be11b108a chore(translations): Remove empty translation descriptions (#16805) 2018-03-02 11:39:29 -06:00
e9a7459597 chore(package): Update loopback-boot to remove vulnerability 2018-03-02 15:56:02 +00:00
1ae4bf363c fix(common): Add Default Text to Heatmap Legend (#16802)
With the recent Reactifying of the profile page, I noticed that some of
the calendar heatmap legend text was missing. This fix changes the text
from the current ['less', '', '', 'more'] back to ['0 items', '1 item',
'2 items', '3 or more items'].

BREAKING CHANGE: None
2018-03-02 12:18:54 +00:00
12cf871249 fix(layout): Improve project view (#16798) 2018-02-28 13:22:56 -06:00
07ea50fdd0 feat(seed): Feat: add new set of systems design questions (#16778)
Closes #16758
2018-02-28 13:13:46 -06:00
76b2c13cdf feat(seed): Feat: add new set of systems design questions (#16778)
Closes #16758
2018-02-28 13:13:46 -06:00
6abf4f05e3 Merge pull request #16789 from Bouncey/fix/profileChallenges
fix(profile): Fix challenges of undefined Error
2018-02-28 09:05:30 -08:00
4aa8981b44 Merge pull request #16790 from Bouncey/fix/toggleEmail
fix(toggleEmail): Use dispatch bound updateUserBackend
2018-02-28 09:04:30 -08:00
d15590bb43 Merge pull request #16799 from Bouncey/fix/flashLess
fix(less): Fix Flash less syntax
2018-02-28 09:02:39 -08:00