Rafał Cieślak

Results 40 issues of Rafał Cieślak

I have an album bought in iTunes Store in which the regular artist/album/title fields are blank and instead the metadata is stored in the "sort" type of fields: sort artist,...

Custom coercers don't raise any errors if they fail to coerce a value to a given primitive. ``` ruby class FunkyInteger < Virtus::Attribute primitive Integer def coerce(value) 'not an integer'...

bug

Some tasks might be changed as a result of the discussion on the RFD. - [x] #37834 --- We want to provide the design partner with a demo ASAP. It...

epic
vnet

This PR also prepares VNet for the integration with Connect. I described reasoning behind each change in commit messages. A key piece of information to understand about VNet is that...

tsh
size/sm
no-changelog

This PR finally makes it so that the VNet gRPC service in lib/teleterm actually starts VNet. https://github.com/gravitational/teleport/assets/27113/13e00ff0-648d-42f0-b724-2aef50fce037 Things left to do in subsequent PRs: - Update the UI to show...

tsh
size/md
no-changelog

## Failure #### Link(s) to logs - No logs because I was running this locally. ```bash for i in {1..100}; do yarn test web/packages/teleport/src/Welcome/Welcome.test.tsx || {echo "Failed after $i attempts"...

flaky tests

## Failure #### Link(s) to logs - No logs because I was running this locally. ```bash for i in {1..100}; do yarn test web/packages/teleport/src/Account/Account.test.tsx || {echo "Failed after $i attempts"...

flaky tests

## Failure #### Link(s) to logs - No links as I was running this locally at 0a26cdc5ef5. ```bash for i in {1..100}; do yarn test || {echo "Failed after $i...

flaky tests

Backport #41252. https://github.com/gravitational/teleport.e/pull/4115 must be merged first.

ui
backport
size/sm
no-changelog

As the support for leaf clusters and custom DNS zones has not landed just yet, for now we show what's supported which is proxy hostnames of root clusters. I also...

ui
size/sm
no-changelog