Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gp-cli] allow to create snapshot #7097

Merged
merged 1 commit into from
Dec 7, 2021
Merged

[gp-cli] allow to create snapshot #7097

merged 1 commit into from
Dec 7, 2021

Conversation

iQQBot
Copy link
Contributor

@iQQBot iQQBot commented Dec 7, 2021

Description

[gp-cli] allow to create snapshot

Related Issue(s)

Fixes #7076

How to test

run gp snapshot
image

Release Notes

Allow to create a workspace snapshot from Gitpod CLI.

Documentation

@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #7097 (c96d332) into main (8d8f5b5) will decrease coverage by 9.48%.
The diff coverage is 5.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             main   #7097      +/-   ##
=========================================
- Coverage   19.04%   9.56%   -9.49%     
=========================================
  Files           2      16      +14     
  Lines         168    1014     +846     
=========================================
+ Hits           32      97      +65     
- Misses        134     916     +782     
+ Partials        2       1       -1     
Flag Coverage Δ
components-gitpod-cli-app 9.56% <5.00%> (?)
components-local-app-app-linux-amd64 ?
components-local-app-app-linux-arm64 ?
components-local-app-app-windows-386 ?
components-local-app-app-windows-amd64 ?
components-local-app-app-windows-arm64 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
components/gitpod-cli/cmd/snapshot.go 5.00% <5.00%> (ø)
components/local-app/pkg/auth/pkce.go
components/local-app/pkg/auth/auth.go
components/gitpod-cli/cmd/git-token-validator.go 13.20% <0.00%> (ø)
components/gitpod-cli/cmd/completion.go 40.00% <0.00%> (ø)
components/gitpod-cli/cmd/init.go 1.88% <0.00%> (ø)
components/gitpod-cli/cmd/root.go 0.00% <0.00%> (ø)
components/gitpod-cli/cmd/env.go 14.41% <0.00%> (ø)
components/gitpod-cli/cmd/sync-await.go 10.52% <0.00%> (ø)
components/gitpod-cli/cmd/preview.go 32.14% <0.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d8f5b5...c96d332. Read the comment docs.

@akosyakov
Copy link
Member

/lgtm
/approve

@roboquat
Copy link
Contributor

roboquat commented Dec 7, 2021

LGTM label has been added.

Git tree hash: 1552320a371b054a6e4f25f731c989f579ba0f42

@akosyakov
Copy link
Member

@geropl @JanKoehnlein Could you approve please? We fixed some bogus types in go api for server.

Copy link
Member

@geropl geropl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@roboquat
Copy link
Contributor

roboquat commented Dec 7, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akosyakov, geropl

Associated issue: #7076

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@roboquat roboquat merged commit f153cbb into main Dec 7, 2021
@roboquat roboquat deleted the pd/gp-cli-snapshot-7076 branch December 7, 2021 13:06
@roboquat roboquat added the deployed: webapp Meta team change is running in production label Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved deployed: webapp Meta team change is running in production release-note size/L team: IDE team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[gp-cli] allow to create snapshot
4 participants