Commit Graph
9 Commits
Author SHA1 Message Date
ravicious f673eb1d28 Add pnpm list-installed-versions (#61880) 2025-12-02 11:12:26 +00:00
Grzegorz Zdunek d272c03820 Move TDP components to web/shared (#53501)
* Move `teleport/ironrdp` to `shared/libs/ironrdp`

* Do not import `teleport/lib/AuthenticatedWebSocket` in `TdpClient`

* Do not import other `teleport` stuff in `TdpClient`

* Move `teleport/lib/tdp` to `shared/libs/tdp`

* Move `teleport/components/TdpClientCanvas` to `shared/components/CanvasRenderer`

* Move `teleport/DesktopSession` to `shared/components/DesktopSession`

* Bring back `teleport/DesktopSession`

* Improve old artifacts cleaning

* Fix path in README.md
2025-04-03 12:42:16 +00:00
dependabot[bot] 29ae48cc53 Bump the ui group with 23 updates (#45775)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 16:10:25 +00:00
Zac Bergquist 7a7ecc8e04 storybook: respect VITE_HTTPS_CERT and VITE_HTTPS_KEY (#45437)
At some point, we started looking for certs hard-coded locations
and stopped respecting the VITE_HTTPS_CERT and VITE_HTTPS_KEY
variables.

This commit restores the original behavior as documented in
web/README.md.
2024-08-14 14:24:45 +00:00
Bartosz Leper 05ea50db65 Allow passing arguments to Storybook from CLI (#44936) 2024-08-06 08:23:32 +00:00
Alexey KontsevoyandPierre Beaucamp 56f6961968 Simplify and clean up Makefile (#62)
* Simplify and clean up Makefile

* Update Makefile

This fixes the `test` command and deploys assets to Teleport

* Update Makefile

don't print as much

* Update enterprise paths

* Don't archive artifacts anymore

* Stop removing `dist` before building

* Explicitly push to a branch on origin

* Update Makefile

initialize teleport submodules after cloning

* Remove build artifacts, such as teleport

* Fetch submodule updates before updating

* Address CR comments

Co-authored-by: Pierre Beaucamp <pierre@gravitational.com>
2020-04-07 00:50:07 -04:00
Lisa Kim c04dedcb93 Fix modal test failing and include code coverage scripts (#22)
* Fix broken test for Modal and remove deprecated KeyboardEvent.which
* Add code coverage abilities
* add coverage script to print a clickable url link when jest is done testing and collecting coverage results
2020-02-14 13:37:36 -08:00
Alexey Kontsevoy 0b321caefe Docs (#1) 2019-09-20 15:13:48 -04:00
Alexey Kontsevoy 5e0a948f19 Move code to this repo 2019-09-12 19:37:15 -04:00