Alex Tugarev

Results 46 comments of Alex Tugarev

this can be tested in Theia with a published `0.4.0-dev.74a2836` version: ![screen shot 2019-03-08 at 09 49 21](https://user-images.githubusercontent.com/914497/54017943-cb607f00-4187-11e9-8ea1-a4da077f9b87.png)

Got a inversify dependency cycle on ``` Server --> GithubApp --> PrebuildManager --> WorkspaceStarter --> WorkspaceManagerClientProvider --> WorkspaceManagerClientProviderCompositeSource --> Symbol(WorkspaceManagerClientProviderSource) --> Symbol(WorkspaceManagerClientProviderSource) ``` which seems to be unrelated to this...

/werft run :+1: started the job as [gitpod-build-gpl-ets-ubb.5](https://werft.gitpod-dev.com/job/gitpod-build-gpl-ets-ubb.5) (with `.werft/` from `main`)

'Wasted 1h of debugging in the wrong direction. Turns out the problematic import is `import { BillingService } from "./billing-service"`, which is completely unrelated to the above mentioned cycle reported...

/werft run :+1: started the job as [gitpod-build-mp-db-sync-prebuild-tables.2](https://werft.gitpod-dev.com/job/gitpod-build-mp-db-sync-prebuild-tables.2) (with `.werft/` from `main`)

> Request deleteTeam failed with message: Stripe is not properly configured This error blocks from team deletion, if payment is not configured.

@jimmybrancaccio, I think we need to clarify on this one. Now, we have a `User.email` attribute which one can manage on https://gitpod.io/account manually, and this one should be used for...

can reproduce it, finally! that was a long way. 1. workspace ``` context: {"ref":"at/build-slowly","refType":"branch","isFile":false,"path":"","title":"AlexTugarev/dactyl-cc - at/build-slowly","revision":"f8a751c4edbc8abeb900a6d6fb509bb133b6a064","repository":{"cloneUrl":"https://github.com/AlexTugarev/dactyl-cc.git","host":"github.com","name":"dactyl-cc","owner":"AlexTugarev","private":false,"fork":{"parent":{"cloneUrl":"https://github.com/mjohns/dactyl-cc.git","host":"github.com","name":"dactyl-cc","owner":"mjohns","private":false}}},"normalizedContextURL":"https://github.com/AlexTugarev/dactyl-cc/tree/at/build-slowly","checkoutLocation":"dactyl-cc","upstreamRemoteURI":"https://github.com/mjohns/dactyl-cc.git"} ``` 2. workspace ``` context: {"title":"build slowly","repository":{"cloneUrl":"https://github.com/AlexTugarev/dactyl-cc.git","host":"github.com","name":"dactyl-cc","owner":"AlexTugarev","private":false,"fork":{"parent":{"cloneUrl":"https://github.com/mjohns/dactyl-cc.git","host":"github.com","name":"dactyl-cc","owner":"mjohns","private":false}}},"ref":"at/build-slowly","refType":"branch","revision":"f8a751c4edbc8abeb900a6d6fb509bb133b6a064","nr":3,"base":{"repository":{"cloneUrl":"https://github.com/AlexTugarev/dactyl-cc.git","host":"github.com","name":"dactyl-cc","owner":"AlexTugarev","private":false,"fork":{"parent":{"cloneUrl":"https://github.com/mjohns/dactyl-cc.git","host":"github.com","name":"dactyl-cc","owner":"mjohns","private":false}}},"ref":"master","refType":"branch"},"normalizedContextURL":"https://github.com/AlexTugarev/dactyl-cc/pull/3","checkoutLocation":"dactyl-cc"} ```

see in logs `A prebuild is already running for this commit. (2)` 🎉 yeah!