logonoff

Results 19 issues of logonoff

### Dev Home version 0.137.141.0 ### Windows build number 10.0.22621.0 ### Other software * OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3 ### Steps to reproduce the bug 1. Add a new host to your...

Issue-Bug
Area-Widgets
Needs-Triage

**Describe the bug** As a Firefox user, I often switch tabs on a maximized window by flinging my mouse cursor to the top of the screen and then clicking. By...

bug

**Fixes**: https://issues.redhat.com/browse/ODC-7632 **Solution Description**: I added the page **Screen shots / Gifs for design review**: https://github.com/openshift/console/assets/18614559/a65623d5-43d5-467a-885f-301100f6be80 **Unit test coverage report**: n/a **Test setup:** Install Shipwright operator **Browser conformance**: - [x]...

component/core
jira/valid-reference

**Fixes**: https://issues.redhat.com/browse/OCPBUGS-35926 **Analysis / Root cause**: Debounce was not called when checking for `.tekton` file in import flow **Solution Description**: Debounce the function call **Screen shots / Gifs for design...

approved
lgtm
component/shared
component/dev-console
jira/valid-bug
jira/valid-reference

**Fixes**: https://issues.redhat.com/browse/ODC-7623 **Solution Description**: In addition to checking for shipwright and redirecting, we also check for the currently opened tab and save it. **Screen shots / Gifs for design review**:...

approved
component/dev-console
jira/valid-reference

**Fixes**: https://issues.redhat.com/browse/ODC-7620 **Solution Description**: I noticed that modals are not affected by the previous PR #13959, this PR applies the same change to modals **Screen shots / Gifs for design...

approved
lgtm
component/shared
component/dev-console
component/core
component/olm
docs-approved
px-approved
component/topology
jira/valid-reference

**Fixes**: Maps with JIRA issue https://issues.redhat.com/browse/OCPBUGS-34764 **Analysis / Root cause**: There is a data race between the environment variable editor component (which only takes the initial value) and the knative...

component/shared
component/dev-console
jira/valid-bug
jira/severity-moderate
jira/valid-reference

**Fixes**: https://issues.redhat.com/browse/OCPBUGS-16141 **Analysis / Root cause**: The `git-clone` information in ArtifactHub probably wasn't done loading yet as cypress clicks on it quickly **Solution Description**: Disable the add button until it...

component/dev-console
component/pipelines
jira/valid-bug
jira/valid-reference

As file system operations may be slow, it would be nice to convert any `fs.*Sync` calls to their promise/async counterparts when appropriate, to avoid holding up any main thread, and...

debt