Commit Graph

18 Commits (a481b9525cdeec478647915cb7ff94de560e468e)

Author SHA1 Message Date
Shaun Hamilton b48f9140f4
chore: update gitpod config (#47566) 2022-09-20 20:15:22 +05:30
Shaun Hamilton cc7f584b96
feat(challenge-editor): make work in gitpod (#46784)
* feat(challenge-editor): make work in gitpod

* gitpod: make chal-editor ports public

* refactor: use .env files to set variables

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-07-08 11:25:36 +02:00
Mrugesh Mohapatra c1dc0332e7
fix(gitpod): notify user for open port (#46005) 2022-05-17 17:30:07 +01:00
Oliver Eyton-Williams 7216ca55cc
refactor: organise TypeScript config and migrate helpers (#44747)
* feat: allow more 1000 steps to be created at once

* refactor: start migrating to typescript

* refactor: delete-step to ts

* refactor: migrated some helpers

* refactor: migrate create-empty-steps

* refactor: migrate create-step-between

* refactor: finish migrating to TS

* refactor: migrate tests

* fix: ensure mock.restore is done after each test

* fix: prevent double-tscing

* fix: repair the tests

* chore: use ts-node for scripts

We don't need the performance boost of incremental compilation and
ts-node is easier to work with

* refactor: consolidate tsconfigs

* refactor: replace gulp

* fix: use ts-node for build-curriculum

* fix: allow ts compilation of config

* feat: create and use create:config script

* fix: add /config to eslint projects

* fix: remove gulp script
2022-01-25 11:34:16 +01:00
Shaun Hamilton 8a9bcb9400
feat(gitpod): open client in new tab (#42798) 2021-07-08 19:44:21 +05:30
Shaun Hamilton 0316918978
chore(dev): update gitpod extensions (#42706)
* chore(dev): update gitpod extensions

* add public visibility to ports 8000 & 3000
2021-07-02 00:42:39 +05:30
Oliver Eyton-Williams 90d2c3b344
feat: use webpack caching in development (#42286)
* feat: use webpack caching in development

This cuts build time for build-workers considerably.

* fix: update gitpod config

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-05-30 08:59:55 +01:00
Mrugesh Mohapatra bc46c683ad
fix(GitPod): add PR comments back to config
GitPod says they have rolled out a fix - trying it out. Will revert if this doesn't work
2021-04-22 19:54:15 +05:30
Shaun Hamilton 225d9c061d
feat(gitpod): prevent port notification, remove pr comment (#41656) 2021-03-30 13:25:30 +05:30
Mrugesh Mohapatra b5f4754e2a
fix: re-revert the API decoupling (#41263)
* fix(api): decouple api from curriculum

This reverts commit 8f0e441644 and
introduces the implementations from #40703.

* fix(gitpod): add curriculum build to GitPod

This reverts commit 706d70f58d and
introduces implementations from #41234.

* docs: update DevOps manual for api change (#41259)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-02-25 12:02:35 -08:00
Mrugesh Mohapatra 706d70f58d revert(gitpod): add curriculum build to GitPod
This reverts commit aa9db73e12
via PR #41234
2021-02-25 03:40:09 +05:30
Shaun Hamilton aa9db73e12
fix(gitpod): add curriculum build to GitPod (#41234)
* fix(gitpod): add curriculum build to GitPod

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-02-23 16:33:06 +01:00
Mrugesh Mohapatra 7f8e0592c8
fix(tools): remove gitpod checks from the PR (#41170) 2021-02-18 21:02:49 +05:30
Shaun Hamilton 850a1a2271
feat(dev): add Cypress and Puppeteer to GitPod (#40862) 2021-02-05 11:14:02 +05:30
Kartik Soneji 86f9087444
feat(gitpod): Add env variables to .bashrc so they can be accessed globally (#39296)
* feat(gitpod): Add env variables to .profile so they can be accessed globally.
2020-07-23 16:22:09 +02:00
Twaha Rahman 597ceba27f
chore: add ESLint extension in .gitpod.yml (#38879) 2020-05-25 13:47:48 +05:30
Jan Keromnes e9d753fc09 fix(tools): fix and accelerate automated gitpod dev setup (#36720)
* fix(tools): switch to official gitpod mongodb image
* fix(tools): accelerate gitpod start-up by prebuilding the client
* fix(tools): accelerate gitpod start-up by continuously prebuilding workspaces
* fix(tools): add setup|automated badge with new fork-compatible gitpod url
2019-08-30 15:12:13 +05:30
Sven Efftinge 769a67211f fix(tools): integrate gitpod for development workflow (#36302) 2019-08-06 21:28:07 +05:30