43 Commits

Author SHA1 Message Date
mustard
a732374b3d [gp-cli] add command to extend workspace timeout 2022-06-13 15:34:22 +05:30
mustard
a8d73acde1 [gp-cli] refactor cmd tasks and ports supervisor related func 2022-06-01 19:33:50 +05:30
mustard
c963c03248 [gp-cli] move cmd files 2022-06-01 19:33:50 +05:30
Victor Nogueira
0723994110 Add command 'gp ports list' to gitpod-cli 2022-06-01 15:29:50 +05:30
Andrea Falzetti
e5ea51151c feat(gitpod-cli): add tasks cmd 2022-03-21 18:31:27 +05:30
Pudong Zheng
836aca6144 supplement git credential-helper smoke test comment 2022-02-25 00:26:04 +05:30
Pudong Zheng
343ae262fd fix 'gp credential-helper' told us to quit 2022-02-23 21:34:03 +05:30
Jean Pierre
6f8f153ddf Use procfs library for reading proc files 2022-02-11 02:23:32 +01:00
Anton Kosyakov
8bdd0ca581 [jb-remote] gp cli support 2022-02-09 12:59:30 +01:00
Jean Pierre
6e8e2a53b6 Fix credential helper regression 2022-02-08 17:11:30 +01:00
Pudong Zheng
f042238d86 Fix git credentials not work when git remote is not origin
Add unit test
2022-02-02 09:52:24 +01:00
Jean Pierre
6cbed98c11 credentialHelper minor refactor 2022-01-24 05:23:16 +01:00
Jean Pierre
9a7411f0e9 credential-helper: validate git command data 2022-01-21 09:58:13 +01:00
Filip Troníček
96199858ad Clean up some theia references
Fix condition

remove `printVarFromTheia`

Unused theia lib
2022-01-14 03:58:06 +01:00
Filip Troníček
4cf94168d0 Add git command analytics 2022-01-07 11:07:00 +01:00
Pudong Zheng
f153cbb1b2 [gp-cli] allow to create snapshot 2021-12-07 14:06:32 +01:00
iQQBot
0686393e5a add gp stop command 2021-10-26 11:40:03 +02:00
Manuel Alejandro de Brito Fontes
347ad95d80 Switch from fmt.Errorf to xerrors.Errorf 2021-08-30 02:47:28 -03:00
Joshua P
e039c1bbed Fix typo in root.go 2021-08-27 12:34:26 -03:00
Gero Posmyk-Leinemann
63108b7d54 [gp] env: handle multi-word values without quotes 2021-07-15 15:35:28 +02:00
Manuel Alejandro de Brito Fontes
bd3ba7cdec Refactor port parsing 2021-06-16 10:45:31 -04:00
Manuel Alejandro de Brito Fontes
97f89a27bb [gitpod-cli] Use go-cmp for env test comparison 2021-06-15 07:06:01 -04:00
Jan Koehnlein
4cb910471f
[cli] correctly detect URL of git submodules (#4503)
* [cli] correctly detect URL of git submodules

* Update components/gitpod-cli/cmd/credential-helper.go

Co-authored-by: Cornelius A. Ludmann <cornelius.ludmann@typefox.io>

Co-authored-by: Cornelius A. Ludmann <cornelius.ludmann@typefox.io>
2021-06-15 09:56:46 +02:00
Manuel Alejandro de Brito Fontes
eeb4a39c78 [gitpod-cli] Fix parsing of env variables 2021-06-14 11:28:46 -04:00
Jan Koehnlein
84cf4a16fd
[git] improved logging in GitHub token verification (#4479)
see #4478
2021-06-11 13:22:56 +02:00
Autofix
e8762f258e Autofix: trailing-spaces 2021-06-09 12:52:57 +02:00
Jan Koehnlein
4b8a4ef965
[cli] replace pstree in credential helper (#4385)
Fixes #4062
2021-06-08 16:59:27 +02:00
Sven Efftinge
0878c9444d [gp cli] fix gp init
fixes #3975
2021-05-25 10:53:56 +02:00
Manuel Alejandro de Brito Fontes
d3ebfd454b Update golangci-lint 2021-05-11 07:15:24 -04:00
Jan Koehnlein
4279d3a787
[cli] allow to open external URLs in a new tab (#3646) 2021-03-31 12:01:24 +02:00
Anton Kosyakov
5e39b06cb5 [gitpod-cli/protocol] remove dependency to common-go 2021-03-29 16:10:34 +02:00
Anton Kosyakov
4ebbcc1d62 fix #3162: decouple gp env from theia 2021-03-29 16:10:34 +02:00
Jan Koehnlein
49d3aa83f0 [git] notify a user about missing scopes on git actions
Fixes https://github.com/gitpod-io/gitpod/issues/2810
2021-03-27 09:47:44 +01:00
Christian Weichel
c8526aeff0 [gitpod-cli] Support args in open/preview env vars 2021-03-15 16:57:25 +01:00
Anton Kosyakov
865769dffb [vscode] support port preview 2021-03-15 11:29:12 +01:00
Jan Keromnes
56e7fdccef [gp] Make 'gp open' try GP_OPEN_EDITOR before falling back to 'vi'
Fixes https://github.com/gitpod-io/gitpod/issues/3309
2021-03-09 09:00:47 +01:00
Manuel Alejandro de Brito Fontes
3b4ebc9bad Migrate deprecated methods from ioutil package 2021-03-02 06:37:49 -03:00
Manuel Alejandro de Brito Fontes
2b6a56bc40 Update go imports 2021-03-02 06:37:49 -03:00
Christian Weichel
b7dda84ad0 [license] Update license header from TypeFox GmbH to Gitpod GmbH 2021-01-04 15:12:02 +01:00
Christian Weichel
a459be3065 [gp] Produce URL ourselves, don't ask IDE
This is a step back, but unblocks a deadlock when something calls
`gp url` in the bash startup path.
2020-12-03 12:33:11 +01:00
Anton Kosyakov
cd1e4418f9 fix #2368: use vi as a fallback for gp open 2020-12-03 09:10:39 +01:00
Anton Kosyakov
8c993133cb [supervisor] git token provider support 2020-12-02 09:40:35 +01:00
gitpod-init
24f7b609bf initial commit 2020-08-25 09:25:15 +00:00