Jim Przybylinski

Results 19 issues of Jim Przybylinski

Enable deployment from a service account rather than the user's personal account.

feature
P3

While doing a presentation, I noticed a team member attempt to click the text box to change the current project. It is clearly an expected use case.

P3

The icons on the publish choice step look jagged, as if they are a smaller image upscaled. We should update the resources to use a larger image. ![publishchoicestep](https://user-images.githubusercontent.com/16388858/42106794-174c2672-7b8a-11e8-82f1-f2f35b16bb72.png)

P3

When the Pick GCP Project Dialog only has 1 project matching the filter, the OK button and enter functionality should be available without having to first select it in the...

enhancement
ui
P2

The current version tries to emulate the cloud console too much. It should be rewritten to have easier to use filters, better working code linking, and easier to read messages.

feature
P2

The current version tries to emulate the cloud console too much. It should be rewritten to have easier to use filters, better working code linking, and easier to read messages.

feature
P2

Currently, hitting F1 on a google api opens a random msdn page. It should go to our api documentation.

feature
P3

In the stackdriver error reporting details screen, if loading the error groups fails, but loading the events succeeds, the window will just show success. See ErrorReportingDetailViewModelTests.cs line 207.

bug

The current definition of `IVerifies` is export interface IVerifies { verifiable(times?: Times): void; } The only implementation is in the `MethodCall` class, where `verifiable` is defined as: verifiable(times?: all.Times, expectedCallType?:...