Skip to content

Commit

Permalink
[supervisor] tasks support
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Oct 14, 2020
1 parent 77f8c93 commit 75b97c7
Show file tree
Hide file tree
Showing 30 changed files with 1,927 additions and 836 deletions.
2 changes: 1 addition & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN sudo apt-get update \
&& sudo apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

ENV GP_CODE_COMMIT 074132acc5f9cf4aa27bbde1e57500e083414769
ENV GP_CODE_COMMIT 2b9a3dee974c2ee8cf881f1f4d796ea4cdd2e158
RUN git clone https://github.com/gitpod-io/vscode.git --branch gp-code --single-branch gp-code
WORKDIR /gp-code
RUN git reset --hard $GP_CODE_COMMIT
Expand Down
385 changes: 347 additions & 38 deletions components/supervisor-api/go/status.pb.go

Large diffs are not rendered by default.

125 changes: 125 additions & 0 deletions components/supervisor-api/go/status.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 75b97c7

Please sign in to comment.