Andrea Falzetti
131aa358ad
feat(supervisor): add resource status severity
2022-08-17 13:35:33 +02:00
Andrea Falzetti
7d717e07b4
chore(gitpod-cli): align thresholds with jetbrains
2022-08-12 15:27:29 +02:00
Andrea Falzetti
1124ffb8ce
feat(gitpod-cli): highlight current task
2022-08-12 11:47:29 +02:00
Manuel Alejandro de Brito Fontes
9500ed33eb
Remove duplication of parsing SUPERVISOR_ADDR
2022-08-11 01:40:54 +02:00
Andrew Farries
c4363513a5
Run gofmt
...
gofmt -w .
From the repository root.
2022-08-08 10:54:52 -03:00
Andrew Farries
3225597af9
Add gp timeout show command
2022-06-24 21:37:33 +05:30
mustard
d820847fc6
[gp-cli] update timeout description
2022-06-17 16:59:26 +05:30
Andrea Falzetti
8dad2f139d
feat(gp-cli): allow disabling output colorization
2022-06-15 22:54:25 +05:30
JenTing Hsiao
9631a0b57b
Remove deprecated function
...
The function grpc.WithInsecure() is deprecated, use
grpc.WithTransportCredentials(insecure.NewCredentials()) instead.
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2022-06-15 13:07:24 +05:30
CuriousCorrelation
311d13c9a0
[gp-cli] Move forward-port subcmd to ports expose
...
`forward-port` is now deprecated. New cmd is `gp ports expose`.
`forward-port` is now an alias for `ports expose`
for backwards compatibility.
2022-06-14 04:43:23 +05:30
CuriousCorrelation
09959a939c
[gp-cli] Add await subcommand to ports
...
`await-port` is now deprecated. New command is `gp ports await`.
`await-port` is now an alias for backwards compatibility.
2022-06-14 04:43:23 +05:30
Andrea Falzetti
f5eaee97fa
feat(gitpod-cli): add top cmd
2022-06-13 22:45:23 +05:30
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