Skip to content

Commit 4babc69

Browse files
committed
Merge branch 'master' into ci+embeds
2 parents 39022f7 + 66b9bde commit 4babc69

File tree

3,808 files changed

+496043
-110893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,808 files changed

+496043
-110893
lines changed

.all-contributorsrc

Lines changed: 105 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"projectName": "codesandbox-client",
33
"projectOwner": "codesandbox",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
46
"files": [
57
"README.md"
68
],
79
"imageSize": 100,
8-
"commit": true,
10+
"commit": false,
911
"contributors": [
1012
{
1113
"login": "CompuIves",
@@ -1347,9 +1349,108 @@
13471349
"contributions": [
13481350
"code"
13491351
]
1352+
},
1353+
{
1354+
"login": "Shriram-Balaji",
1355+
"name": "Shriram Balaji",
1356+
"avatar_url": "https://avatars1.githubusercontent.com/u/11358903?v=4",
1357+
"profile": "https://shriram-balaji.github.io",
1358+
"contributions": [
1359+
"code"
1360+
]
1361+
},
1362+
{
1363+
"login": "chinmay17",
1364+
"name": "Chinmay Chaudhary",
1365+
"avatar_url": "https://avatars2.githubusercontent.com/u/7131231?v=4",
1366+
"profile": "https://github.com/chinmay17",
1367+
"contributions": [
1368+
"code"
1369+
]
1370+
},
1371+
{
1372+
"login": "sakthivel",
1373+
"name": "Sakthivel Sengodan Sapient",
1374+
"avatar_url": "https://avatars3.githubusercontent.com/u/205201?v=4",
1375+
"profile": "https://github.com/Sakthivel",
1376+
"contributions": [
1377+
"code"
1378+
]
1379+
},
1380+
{
1381+
"login": "vanya829",
1382+
"name": "vanya829",
1383+
"avatar_url": "https://avatars0.githubusercontent.com/u/1397979?v=4",
1384+
"profile": "https://github.com/vanya829",
1385+
"contributions": [
1386+
"code"
1387+
]
1388+
},
1389+
{
1390+
"login": "hetpatel33",
1391+
"name": "Het Patel",
1392+
"avatar_url": "https://avatars0.githubusercontent.com/u/13877514?v=4",
1393+
"profile": "http://hetpatel33.github.io",
1394+
"contributions": [
1395+
"code"
1396+
]
1397+
},
1398+
{
1399+
"login": "Gobinath-Manokaran",
1400+
"name": "Gobinath-Manokaran",
1401+
"avatar_url": "https://avatars2.githubusercontent.com/u/6711914?v=4",
1402+
"profile": "https://github.com/Gobinath-Manokaran",
1403+
"contributions": [
1404+
"code"
1405+
]
1406+
},
1407+
{
1408+
"login": "armujahid",
1409+
"name": "Abdul Rauf",
1410+
"avatar_url": "https://avatars1.githubusercontent.com/u/3725386?v=4",
1411+
"profile": "https://armujahid.me",
1412+
"contributions": [
1413+
"code",
1414+
"doc"
1415+
]
1416+
},
1417+
{
1418+
"login": "milap1296",
1419+
"name": "milap1296",
1420+
"avatar_url": "https://avatars2.githubusercontent.com/u/19545730?v=4",
1421+
"profile": "https://github.com/milap1296",
1422+
"contributions": [
1423+
"code"
1424+
]
1425+
},
1426+
{
1427+
"login": "yevhenorlov",
1428+
"name": "yevhen orlov",
1429+
"avatar_url": "https://avatars2.githubusercontent.com/u/17388747?v=4",
1430+
"profile": "http://yevhenorlov.com",
1431+
"contributions": [
1432+
"code"
1433+
]
1434+
},
1435+
{
1436+
"login": "NileshPatel17",
1437+
"name": "Nilesh Patel",
1438+
"avatar_url": "https://avatars2.githubusercontent.com/u/27020381?v=4",
1439+
"profile": "https://github.com/NileshPatel17",
1440+
"contributions": [
1441+
"code"
1442+
]
1443+
},
1444+
{
1445+
"login": "22PoojaGaur",
1446+
"name": "Pooja Gaur",
1447+
"avatar_url": "https://avatars2.githubusercontent.com/u/43316760?v=4",
1448+
"profile": "https://github.com/22PoojaGaur",
1449+
"contributions": [
1450+
"code"
1451+
]
13501452
}
13511453
],
1352-
"repoType": "github",
1353-
"repoHost": "https://github.com",
1354-
"contributorsPerLine": 7
1454+
"contributorsPerLine": 7,
1455+
"commitConvention": "none"
13551456
}

.circleci/config.yml

Lines changed: 49 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,6 @@ commands:
168168
- run:
169169
name: Build Application
170170
command: yarn build:prod
171-
- run:
172-
name: Mark Sentry release
173-
command: |
174-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
175-
node packages/app/scripts/sentry-create-release.js
176-
fi
177171
- save_cache: *save_prod_build_cache
178172
- save_cache: *save_prod_result
179173
- run:
@@ -279,6 +273,7 @@ jobs:
279273
- build_prod
280274
test-integrations:
281275
executor: node-with-puppeteer
276+
parallelism: 2
282277
steps:
283278
- checkout_with_cache
284279
- test_integrations
@@ -301,6 +296,34 @@ jobs:
301296
executor: docker_machine
302297
steps:
303298
- docker_cache
299+
deploy-to-production:
300+
executor: node
301+
environment:
302+
ENVIRONMENT: production
303+
steps:
304+
- checkout_with_cache
305+
- restore_cache: *restore_deps_cache
306+
- attach_workspace: *attach_deps_workspace
307+
- run:
308+
name: Mark Sentry release
309+
command: node packages/app/scripts/sentry-create-release.js
310+
- run:
311+
name: Deploy Image
312+
command: node packages/app/scripts/deploy.js
313+
- run:
314+
name: Deploy Sentry release
315+
command: node packages/app/scripts/sentry-deploy-release.js
316+
deploy-to-staging:
317+
executor: node
318+
environment:
319+
ENVIRONMENT: staging
320+
steps:
321+
- checkout_with_cache
322+
- restore_cache: *restore_deps_cache
323+
- attach_workspace: *attach_deps_workspace
324+
- run:
325+
name: Deploy Image
326+
command: node packages/app/scripts/deploy.js
304327

305328
################################
306329
# Workflows
@@ -333,3 +356,23 @@ workflows:
333356
- typecheck
334357
# - test-integrations
335358
- test-jest
359+
- deploy-production-approval:
360+
type: approval
361+
filters:
362+
branches:
363+
only:
364+
- master
365+
- deploy-to-production:
366+
requires:
367+
- deploy-production-approval
368+
- create-docker-image
369+
filters:
370+
branches:
371+
only:
372+
- master
373+
- deploy-staging-approval:
374+
type: approval
375+
- deploy-to-staging:
376+
requires:
377+
- deploy-staging-approval
378+
- create-docker-image

0 commit comments

Comments
 (0)