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

Add experiments using ConfigCat with PortsView #427

Merged
merged 2 commits into from
Sep 13, 2022
Merged

Conversation

mustard-mh
Copy link

@mustard-mh mustard-mh commented Sep 5, 2022

Description

Improve port event

  • Add copy URL event
  • Add <a> click as openBrowser event

Add experiments using ConfigCat with experimental PortsView

  • ConfigCat config.json based on gitpod's configcat proxy
  • ConfigCat configured a flag with key gitpod_experimental_portsView_enabled
  • Code in experiments.ts is a copy of experiments.ts

How to Test

  • Open workspace in prev env https://hw-configcat-vs.preview.gitpod-dev.com/workspaces
  • Choose latest code as IDE
  • Create a team, and get its team_id (see images below)
  • Configure ConfigCat gitpod_experimental_portsView_enabled key with team_ids labels appended with your team_id
    • ℹ️ For latest code, we enabled portsView by default, so we should set <team_id> as NOT enabled in configCat
  • See if new PortsView works or not works
  • Process in new PortsView, see if events in segment reported
    • Click on URL link, should open browser and report event
    • Click on copy link icon, should copied to clipboard and report event
Create Find Team ID
image image

Comment on lines 587 to 590
const isEnabled = isSaaSGitpod
? (await experiments.get<boolean>('gitpod.experimental.portsView.enabled', (await context.user).id))!
: vscode.workspace.getConfiguration('gitpod').get<boolean>('experimental.portsView.enabled')!;
Copy link
Member

Choose a reason for hiding this comment

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

Should this apply to all users or not @akosyakov ?

Copy link
Member

@akosyakov akosyakov Sep 6, 2022

Choose a reason for hiding this comment

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

I think generally there is no big concern, since SH installations should be updated to have this code. Hopefully we finish experiment by next SH release. But just to be on safe side let's have a guard. Imagine if SH team does a patch release and enables an experiment for SH users or something like that.

@mustard-mh mustard-mh force-pushed the hw/ports-exp branch 2 times, most recently from 1ac3a7c to afeadc3 Compare September 9, 2022 14:34
@mustard-mh mustard-mh marked this pull request as ready for review September 9, 2022 15:17
@mustard-mh
Copy link
Author

mustard-mh commented Sep 9, 2022

Post test result

My team id as disable, using Remote Explorer

WS ConfigCat
image image

Team id enable(need to wait config.json cache refreshed, around 1 minute and refresh workspace), using PortsView

WS ConfigCat
image image

Copy button ports event

Copy OverrideConfig
image image

@akosyakov
Copy link
Member

@mustard-mh Could you rebase it please? 🙏

@mustard-mh
Copy link
Author

Rebased to gp-code/main

@jeanp413 jeanp413 self-requested a review September 13, 2022 17:54
@jeanp413 jeanp413 merged commit ee48889 into gp-code/main Sep 13, 2022
@jeanp413 jeanp413 deleted the hw/ports-exp branch September 13, 2022 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants