Skip to content

Commit

Permalink
Merge pull request #26721 from code-dot-org/dtp_candidate_48fe1881
Browse files Browse the repository at this point in the history
DTP (Test > Production: 48fe188)
  • Loading branch information
Winter committed Jan 24, 2019
2 parents f3fbba1 + 9ff28a5 commit 80795bd
Show file tree
Hide file tree
Showing 649 changed files with 90,685 additions and 1,140 deletions.
72 changes: 41 additions & 31 deletions apps/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ describe('entry tests', () => {
'levels/textMatch': './src/sites/studio/pages/levels/textMatch.js',
'levels/widget': './src/sites/studio/pages/levels/widget.js',
'levels/_external_link': './src/sites/studio/pages/levels/_external_link.js',
'levels/show': './src/sites/studio/pages/levels/show.js',
'projects/index': './src/sites/studio/pages/projects/index.js',
'projects/public': './src/sites/studio/pages/projects/public.js',
'projects/featured': './src/sites/studio/pages/projects/featured.js',
Expand Down Expand Up @@ -491,28 +492,25 @@ describe('entry tests', () => {
'shared_blockly_functions/edit':'./src/sites/studio/pages/shared_blockly_functions/edit.js',
};

var otherEntries = {
essential: './src/sites/studio/pages/essential.js',
plc: './src/sites/studio/pages/plc.js',

// Build embedVideo.js in its own step (skipping factor-bundle) so that
// we don't have to include the large code-studio-common file in the
// embedded video page, keeping it fairly lightweight.
// (I wonder how much more we could slim it down by removing jQuery!)
// @see embed.html.haml
embedVideo: './src/sites/studio/pages/embedVideo.js',

// embedBlocks.js is just React, the babel-polyfill, and a few other dependencies
// in a bundle to minimize the amount of stuff we need when loading blocks
// in an iframe.
embedBlocks: './src/sites/studio/pages/embedBlocks.js',

// tutorialExplorer for code.org/learn 2016 edition.
tutorialExplorer: './src/tutorialExplorer/tutorialExplorer.js',

// common entry points for pegasus js
var pegasusEntries = {
// code.org
'code.org/public/dance': './src/sites/code.org/pages/public/dance.js',
'code.org/public/educate/curriculum/courses': './src/sites/code.org/pages/public/educate/curriculum/courses.js',
'code.org/public/educate/regional-partner/playbook': './src/sites/code.org/pages/public/educate/regional-partner/playbook.js',
'code.org/public/student/middle-high': './src/sites/code.org/pages/public/student/middle-high.js',
'code.org/public/teacher-dashboard/index': './src/sites/code.org/pages/public/teacher-dashboard/index.js',
'code.org/public/yourschool': './src/sites/code.org/pages/public/yourschool.js',
'code.org/public/yourschool/thankyou': './src/sites/code.org/pages/public/yourschool/thankyou.js',
'code.org/views/theme_common_head_after': './src/sites/code.org/pages/views/theme_common_head_after.js',
'code.org/views/workshop_search' : './src/sites/code.org/pages/views/workshop_search.js',

// hourofcode.com
'hourofcode.com/public/index': './src/sites/hourofcode.com/pages/public/index.js',
'hourofcode.com/views/theme_common_head_after': './src/sites/hourofcode.com/pages/views/theme_common_head_after.js',
};

var professionalDevelopmentEntries = {
'code.org/public/pd-workshop-survey/splat': './src/sites/code.org/pages/public/pd-workshop-survey/splat.js',

'pd/workshop_dashboard/index': './src/sites/studio/pages/pd/workshop_dashboard/index.js',
'pd/facilitator_program_registration/new': './src/sites/studio/pages/pd/facilitator_program_registration/new.js',
Expand All @@ -533,11 +531,30 @@ describe('entry tests', () => {
'pd/regional_partner_contact/new': './src/sites/studio/pages/pd/regional_partner_contact/new.js',

'pd/international_opt_in/new': './src/sites/studio/pages/pd/international_opt_in/new.js',
};

var otherEntries = {
essential: './src/sites/studio/pages/essential.js',
plc: './src/sites/studio/pages/plc.js',

// Build embedVideo.js in its own step (skipping factor-bundle) so that
// we don't have to include the large code-studio-common file in the
// embedded video page, keeping it fairly lightweight.
// (I wonder how much more we could slim it down by removing jQuery!)
// @see embed.html.haml
embedVideo: './src/sites/studio/pages/embedVideo.js',

// embedBlocks.js is just React, the babel-polyfill, and a few other dependencies
// in a bundle to minimize the amount of stuff we need when loading blocks
// in an iframe.
embedBlocks: './src/sites/studio/pages/embedBlocks.js',

// tutorialExplorer for code.org/learn 2016 edition.
tutorialExplorer: './src/tutorialExplorer/tutorialExplorer.js',


'peer_reviews/dashboard': './src/sites/studio/pages/peer_reviews/dashboard.js',

'code.org/public/teacher-dashboard/index': './src/sites/code.org/pages/public/teacher-dashboard/index.js',
'code.org/public/pd-workshop-survey/splat': './src/sites/code.org/pages/public/pd-workshop-survey/splat.js',

publicKeyCryptography: './src/publicKeyCryptography/main.js',

Expand All @@ -548,17 +565,8 @@ describe('entry tests', () => {

'shared/_check_admin': './src/sites/studio/pages/shared/_check_admin.js',

'code.org/public/educate/curriculum/courses': './src/sites/code.org/pages/public/educate/curriculum/courses.js',
'code.org/views/workshop_search' : './src/sites/code.org/pages/views/workshop_search.js',

'census_reviewers/review_reported_inaccuracies': './src/sites/studio/pages/census_reviewers/review_reported_inaccuracies.js',

'code.org/public/dance': './src/sites/code.org/pages/public/dance.js',
'code.org/public/educate/regional-partner/playbook': './src/sites/code.org/pages/public/educate/regional-partner/playbook.js',
'code.org/public/student/middle-high': './src/sites/code.org/pages/public/student/middle-high.js',
'code.org/public/yourschool': './src/sites/code.org/pages/public/yourschool.js',
'code.org/public/yourschool/thankyou': './src/sites/code.org/pages/public/yourschool/thankyou.js',
'hourofcode.com/public/index': './src/sites/hourofcode.com/pages/public/index.js',
'regionalPartnerSearch': './src/regionalPartnerSearch/regionalPartnerSearch',

cookieBanner: './src/cookieBanner/cookieBanner.js',
Expand All @@ -577,6 +585,8 @@ describe('entry tests', () => {
appsEntries,
codeStudioEntries,
internalEntries,
pegasusEntries,
professionalDevelopmentEntries,
otherEntries
),
function (val) {
Expand Down
4 changes: 2 additions & 2 deletions apps/i18n/bounce/ar_sa.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/ar_sa.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/az_az.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/bg_bg.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/bn_bd.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/bs_ba.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/ca_es.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/co_co.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/cs_cz.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/da_dk.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/de_de.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/el_gr.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/en_gb.json
Git LFS file not shown
1 change: 1 addition & 0 deletions apps/i18n/common/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@
"startOver": "Start Over",
"startOverTitle": "Are you sure you want to start over?",
"startOverBody": "This will reset the puzzle to its start state and reset all the data you've added or changed.",
"statsTableFailure": "Sorry, something went wrong. Please reload the page to try again.",
"stayHere": "Stay here",
"stepIn": "Step in",
"stepOut": "Step out",
Expand Down
4 changes: 2 additions & 2 deletions apps/i18n/common/es_es.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/es_mx.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/et_ee.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/eu_es.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/fa_af.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/fa_ir.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/fi_fi.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/fil_ph.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/fr_fr.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/ga_ie.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/gl_es.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/haw_hi.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/he_il.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/hi_in.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/hr_hr.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/hu_hu.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/hy_am.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/id_id.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/is_is.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/it_it.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/ja_jp.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/ka_ge.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/kk_kz.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/km_kh.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/ko_kr.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/ku_iq.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/ky_kg.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/lt_lt.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/lv_lv.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/mi_nz.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/mr_in.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/ms_my.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions apps/i18n/common/mt_mt.json
Git LFS file not shown

0 comments on commit 80795bd

Please sign in to comment.