Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Change app name to Teleport Connect #753

Merged
merged 1 commit into from
Apr 21, 2022
Merged

Conversation

gzdunek
Copy link
Contributor

@gzdunek gzdunek commented Apr 21, 2022

@@ -17,7 +17,7 @@
"build-main": "webpack build --config webpack.main.config.js --progress --mode=production",
"build-renderer": "webpack build --config webpack.renderer.prod.config.js --progress",
"build-natives": "electron-builder install-app-deps",
"package": "electron-builder build --publish never -c.extraMetadata.name=teleterm"
"package": "electron-builder build --publish never -c.extraMetadata.name=teleconnect"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There was an issue with productName on Linux. For now I will change it to teleconnect, but we will verify that when we will release the app for that OS.

@gzdunek gzdunek requested a review from ravicious April 21, 2022 11:11
@gzdunek gzdunek merged commit f5f046f into master Apr 21, 2022
@gzdunek gzdunek deleted the gzdunek/change-bundle-name branch April 21, 2022 11:42
ravicious pushed a commit that referenced this pull request Apr 26, 2022
ravicious pushed a commit that referenced this pull request Apr 27, 2022
ravicious added a commit that referenced this pull request Apr 27, 2022
* Bring back native scrollbar as the styled one causes content to jump when it becomes visible

* Use new colors for theme

* Fix not clickable notifications when displayed over xterm

* Close `Identity` popover after selecting an option (#741)

* Fix getting cwd in presence of lsof warnings (#745)

lsof uses stderr to print out warnings. This caused the previous version
of ptyProcess to throw an error, even though the exit code of lsof was 0.

The existing code already handles non-zero exit codes (asyncExec will
reject the promise). Since we don't know why stderr was inspected in
the first place, let's just remove the check for it.

* Change connections shortcut to `Command/Ctrl-P` (#747)

* Resolve issues on logout (#740)

* Change app name to `Teleport Connect` (#753)

* Show database username suggestions in Teleport Connect (#754)

* Move useAsync to the shared package, add docs

* Add async variant of MenuLogin

* Add Teleport Connect version of MenuLogin to its story

* Update gRPC files

* Show database username suggestions

* Use JSdoc in useAsync

Co-authored-by: Grzegorz Zdunek <[email protected]>

* Convert useAsync to a named export

* Refactor MenuLogin to use useAsync underneath

* Rewrite useAsync to use a promise instead of async

The Web UI currently doesn't support `async`. To do this, we'd need to
configure polyfills there, but we don't have time for that right now.

* Replace async with promise in MenuLogin

Co-authored-by: Grzegorz Zdunek <[email protected]>

* Fix check for the --insecure flag (#758)

Fixes gravitational/webapps.e#147.

* Remove state related to a cluster when removing it (#755)

* Teleport Connect: Add dropdown for database name (#757)

* Add required prop to MenuLogin

This will be needed for the db name dropdown, where the value is optional.

* Update proto files

* Include targetSubresourceName when creating a gateway

* Set better title for gateway tab

* Fix long document titles breaking connection tracker's UI

Co-authored-by: Grzegorz Zdunek <[email protected]>
Co-authored-by: Grzegorz Zdunek <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants