-
Notifications
You must be signed in to change notification settings - Fork 754
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
Remove NGrok. Configure Tunnel URL #2461
Conversation
* update fileMenu * add tunnelUrl * get serviceUrl from settings * showPort * rm ngrok settings * showPort * rm ngrokdebugger * rm ngroddebug from editor * rm ngrokService * rm nGrokTab * rm ngrok sagas, actions, styles * rm ngrok settings * upd version, and deps
packages/app/client/src/ui/editor/appSettingsEditor/appSettingsEditor.tsx
Outdated
Show resolved
Hide resolved
packages/app/client/src/ui/editor/appSettingsEditor/appSettingsEditor.tsx
Outdated
Show resolved
Hide resolved
…sEditor.tsx Co-authored-by: Eugene <[email protected]>
Co-authored-by: Eugene <[email protected]>
Looks good. I think the only piece which is missing right now is UI changes for ngrok tab. See As we are probably not able to track status of the tunnel, we may remove the tab. |
…Framework-Emulator into rido/custom-tunnel
yep, removed in last commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see several references to ngrok in the specs. Also, a few dedicated ngrok tests. Should we keep these?
e.g.:
logEntry.spec.tsx
util.spec.ts
I was not looking at test runs, I can remove all references to ngrok in tests as well. |
@ceciliaavila spec.ts files updated to remove any reference to ngrok in 45635ca |
Removes NGrok dependencies.
To test remote bots, the user has to configure a tunnel - any tunnel software will work - pointing to the emulator service. The tunnel needs to be configured to target to the actual port used by the emulator service.
The port is shown in the settings page and is also available to copy to the clipboard via File Menu.
I've tested with Ngrok, and Microsoft.devTunnel
Version bumped to
4.15.1
availabe to download for testing from ADO: BotFramework-Emulator-4.15.1-windows-setup.exe