Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test for perms #2

Closed
wants to merge 2 commits into from
Closed

test for perms #2

wants to merge 2 commits into from

Conversation

coreos-ui
Copy link

test test test 🍆

@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 12, 2018
@ggreer
Copy link
Contributor

ggreer commented May 12, 2018

jenkins rebuild

@ggreer
Copy link
Contributor

ggreer commented May 12, 2018

jenkins push

@coreosbot
Copy link

Can one of the admins verify this patch?

@coreosbot
Copy link

The PR image failed.

@ggreer
Copy link
Contributor

ggreer commented May 12, 2018

jenkins rebuild

@ggreer
Copy link
Contributor

ggreer commented May 12, 2018

test success

@ggreer ggreer closed this May 12, 2018
jhadvig added a commit to jhadvig/console that referenced this pull request Jun 26, 2018
rebeccaalpert referenced this pull request in rebeccaalpert/console Jun 29, 2018
# This is the 1st commit message:

frontend: Add tooltip to CopyToClipboard

There is now a tooltip when you mouse over the CopyToClipboard button. The regular tooltip text says "Copy to Clipboard" and the tooltip text changes to "Copied" once the button is clicked.

Fixes openshift#144

# This is the commit message #2:

frontend: Addressed feedback on CTC tooltip

Changed tooltip styling so it could accomodate text of variable widths and adjusted functions/CSS/tags/props per other feedback.

Fixes openshift#144
jhadvig added a commit to jhadvig/console that referenced this pull request Sep 12, 2018
jhadvig added a commit to jhadvig/console that referenced this pull request Sep 12, 2018
@jwforres jwforres deleted the CONSOLE-396 branch October 11, 2018 13:27
AyushAmbastha referenced this pull request in AyushAmbastha/console Mar 26, 2019
christianvogt referenced this pull request in christianvogt/console Apr 8, 2019
…openshift#22)

* Created mega-menu nav comp and added it in persepective switcher comp

* Added changes according to the review comments

* Added types for function components

* Created new page layout and added backdrop on page section

* Created mega-menu nav comp and added it in persepective switcher comp

* Added changes according to the review comments

* Added types for function components

* Created new page layout and added backdrop on page section

* fixed conflicts

* Added changes according to the review comments

* made changes according to review

* Incorporating review comments

* Updated styles of the Nav Toggle icon

* added changes according to review

* added unit tests

* Incorporating review comments

* added unit tests

* Added Unit tests for outside click functionality

* Add @type/jest, update node-sass package and tsconfig.json

* Fix lint errors (#2)

* Fix lint errors
christianvogt referenced this pull request in christianvogt/console May 7, 2019
…openshift#22)

* Created mega-menu nav comp and added it in persepective switcher comp

* Added changes according to the review comments

* Added types for function components

* Created new page layout and added backdrop on page section

* Created mega-menu nav comp and added it in persepective switcher comp

* Added changes according to the review comments

* Added types for function components

* Created new page layout and added backdrop on page section

* fixed conflicts

* Added changes according to the review comments

* made changes according to review

* Incorporating review comments

* Updated styles of the Nav Toggle icon

* added changes according to review

* added unit tests

* Incorporating review comments

* added unit tests

* Added Unit tests for outside click functionality

* Add @type/jest, update node-sass package and tsconfig.json

* Fix lint errors (#2)

* Fix lint errors
jeff-phillips-18 referenced this pull request in jeff-phillips-18/console Oct 3, 2019
afreen23 pushed a commit to afreen23/console that referenced this pull request Oct 18, 2019
Changing of queries with dropdown
openshift-merge-robot added a commit that referenced this pull request Oct 30, 2019
Expose cdrom in UI - Story #1, #2, #3, #4
rawagner referenced this pull request in rawagner/console Feb 11, 2020
Use optional chaining for selectors
openshift-merge-robot pushed a commit that referenced this pull request Feb 14, 2020
POC topology test correction
rohitkrai03 referenced this pull request in rohitkrai03/console May 20, 2020
glekner referenced this pull request in glekner/console Jun 17, 2020
glekner referenced this pull request in glekner/console Sep 22, 2020
andrewballantyne referenced this pull request in andrewballantyne/console Nov 18, 2020
fixed dependency issues, able to import openshift/api and build

added isDevfilePresent function and associated tests

added devfile import form and tile, incorporated isDevfilePresent to form

removed devfile props from lazy loader

Removed validation for devfiles with dockerfileValidationSchema

Removed error from previous commit

Added beginnings of communication with backend

Added functions to detect if devfile is present & to get devfile content

Added parser to get devfile version and logic to use version

start of new function to use devfile for building

rough code for createOrUpdateBuildResource

more guideline code

pending test of mock data

removed promise return from devfileCreate

fixed errors with devfileFlow

mock build complete - need to revisit

adding SemVar function to compare versions

code restructured, mock data done - pending bug fixes

frontend works with mock data

fix cypress test failures.  clear 'openshift-session-token' before login

Use fallback img for icon and add base64 img for tours

Bug 1868151: fix invalidly nested help text

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1868151

Change from hideNameFilter flag to hideToolbar

traffic splitting modal should source info from spec and not status

Bug 1868269: Fix VM's pending changes alert

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

remove the explicit chain method in channel selection

v2v: do not let backend delete saved secrets

Fix delayed appearance of relationships when exanding groups

Bug 1867900: Fixed  incorrect node name in the nodeSelector while creating Auto Discovery CR

Bug 1868394: Fix boot-order change alert when VM is running

Show the alert when the disk order is changing in the yaml
while the VM is running.

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Customer Feedback Improvements

Bug 1866514: If CSV doesn't have status field, check it's labels for 'olm.copiedFrom' label

refresh event sources list if empty

tests: update JUnit test filenames

JUnit tests must match pattern `./junit(_[^_]+)?(_\d+-\d+)?(_\d+)?\.xml$`
to be found by ci-search.

Adds test for independent Mode Dashboard

Signed-off-by: Kanika <kmurarka@redhat.com>

Bug 1868012:  make layout of DNS help link on Route details page consistent

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1868012

Bug 1866928:  add support for Grafana valueMaps to monitoring dashboards

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1866928

Fix for topology graph view being auto-reset

Bug 1867824: Fix dynamic form field ordering logic

Update form field ordering logic so that behavior matches documentation. Falls back to ordering by descriptor order.
Move some common dynamic form type definitions into types.ts to prevent dependency cycles.

Gherkin Scripts for ODC-3325

Bug 1861957: Overhaul kubevirt plugin tests

Hide topology display options that are not effective for the current view

Fix to correctly size collapsed groups in topology view

Fix to hide view switch in topology when no project selected

Add project list page in developer catalog for all projects

add spin animation to pipelinerun log tabs

Disable card model if using SRIOV interface

adds badge support for providedApis creation

improved cypress e2e reporting

update v2v temporary label

Fixes 1862508: Create PVC dropdown text update

Prevent firefox bug where cluster names could overlap
Bug https://bugzilla.redhat.com/show_bug.cgi?id=1865811

Unfilter OS dropdown in VM wizard when choosing flavor or workload

When switching OS, the flavor or the workload values will be set to NULL
if there is no common-template that respects the new OS with one of them.

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Fix VM import status reporting

tests: wait for Jaeger tile before trying to click

Bug 1850538: Persistent dashboard to reflect ceph health status as Warning
- Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1850538
- The status of ceph to be Warning and not Degraded. This is to match with the CR status and well known terminology wrt ceph.

Signed-off-by: Afreen Rahman <afrahman@redhat.com>

Bug 1869127: Don't lowercase names in `k8sCreate`

Some resources like `Group` allow uppercase names.

Fix to reduce pod donut text size when text is long

Bug 1869633: Show only boot-order at pending changes warning on boot order change

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Fixes 1862903: "Add disk" button exist in the wizard but not active

Effort to left align content filters that arent using pf-c-toolbar
https://bugzilla.redhat.com/show_bug.cgi?id=1866051

disable e2e OLM test flakes

Bug 1859258: Pf package update with fix for nested drawers

remove isread from redux and badge, add alert count in its place

add explicit imports for react-tokens to fix unit tests

remove the override for min-height

restrict multiple selections of a revision in traffic modal

Bug 1866229: Pass impersonate info to GQL init message payload

Bug 1870271:  fix vertical alignment of Capability Level line

check for podName before displaying log

remove info decorator

Fix workspace type empty-directory

Gherkin Scripts for ODC-4004

Fixes 1870537: Navigating to an uploading golden PVC page from different namespace results in 404

Fix actions on workload nodes in topology

Add context menu for edges, remove trash can, and add details panel for SBRs in topology

Update error message for bootstrapServers and topics

Removes `ceph` from the error message for pool creation

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

Fix slow reaction time on topology filter changes

Fix to maintain URL params on topology view switch

Fix broken BMN list page due to name filter

Improve spacing for RadioGroupFields and the image search

Apply proper details item spacing for member status
Bug https://bugzilla.redhat.com/show_bug.cgi?id=1867009

Bug 1870536: Add check 'Failure' condition to the Status component

Bug 1862885: Stop immediate event propagation in dropdown onClick

Monitoring: Replace `Inactive` with `-` for alerting rules

`Inactive` was considered confusing because it looked like it
represented an additional alert state.

Bug 1859256: Fix error on imagemanifestvuln list page

There was no check for an undefined props.match in ImageManifestVulnPage, leading to a blank page/error message. I switched it out for props.namespace instead.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1859256

YAML Editor Background res update clears error msg

Bug 1858422:  update CRD apiVersion to v1

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1858422

Monitoring: Clarify popover help text

CloudShell: add flex property to the QuickStart drawer body

make quickstart headers sticky

replaced cypress yamlEditorReady env var with color code check in yaml editor.
added check for resource panel during create
added check for three filter chip groups during search

update guided tour text

add Rohit as a console approver

fixes inconsistent pod donut status for knsvc

tests: use consistent test names in base scenario

Use a consistent name for the test that creates a namespace. Otherwise
it looks like different tests to tools like testgrid, which creates a
separate row for every run.

https://testgrid.k8s.io/redhat-openshift-ocp-release-4.6-informing#release-openshift-ocp-installer-console-aws-4.6&show-stale-tests=

Fix react warning in navigation rendering (invalid html props)

Watch ConsoleLinks so they update in the UI without refreshing

admin monitoring links should point to admin

Upgrade to Cypress 5.0, kubernetes v1.18, and tectonic-console-builder:v21

prefill name for subscription/trigger

Bug 1868471: Add paused state to MachineConfigPool list view

remove unknown paused state, add paused to details view

fix internal registry name auto completion

abcd

Fixes storagecluster name for internal mode on DetailsCard

It was displaying cephcluster name on the dashboard. This commit fixes changes it to use storagecluster name.

Signed-off-by: Vineet Badrinath <vbadrina@redhat.com>

tests: add a JUnit report for jest when running in CI

Fix task header alignment in quick starts

Gherkin Script for ODC-3697

implemented Axe A11y testing into Cypress

gherin script for guided tour-ODC4077

Fixed ocs installation tests to incorporate the changes happended on olm pages

Add quick start link in dashboard page

Convert quick start task help to markdown

Warn user when starting an importing VM

tests: add JUnit report for backend tests in CI

fix preview badge styles

Add id to submit button in vm wizard

ids for all

add resource icon to task and cluster-task

Monitoring: Fix list style for the table pagination dropdowns

Make headings with popover button into inline display so that message is centered over the text.
Bug https://bugzilla.redhat.com/show_bug.cgi?id=1870899

Update topology list view to be more consistent with workloads page

Updating Dockerfile.product baseimages to mach ocp-build-data config

This PR is autogenerated by the [ocp-build-data-enforcer][1].
It updates the baseimages in the Dockerfile used for promotion in order to ensure it
matches the configuration in the [ocp-build-data repository][2] used
for producing release artifacts.

If you believe the content of this PR is incorrect, please contact the dptp team in

[1]: https://github.com/openshift/ci-tools/tree/master/cmd/ocp-build-data-enforcer
[2]: https://github.com/openshift/ocp-build-data/tree/openshift-4.6-rhel-8/images

Fix style, behaviour and appearance uniformity issues of the dropdowns

Converts dropdowns in all the capacity dropdowns(Persistent Storage in both Modes) to Select
Clicking the Single Select item will close the dropdown at once
Stop items from stretching outside of the viewport(Performance card in Object Storage)

Query Browser: Make series button width constant when data is loading

This keeps the width of the table's first column constant regardless of
whether the series data has finished loading or not.

Bug 1872113: Set proper layout for PVC Details page

Update restart and review quickstart to latest UX

Change name of "Show Groups" Toggle that switches the modes in topology

Add support for block volumes

volumeMode can be any string

Bug 1869966: Delete the hashed session token on user logout

Add count badge to topology "Filter by Resource" dropdown

update resource section text for knative

update resource section text for knative

Bug 1869783:  Fix column management help text

Added a few points of clarification to README

Rename GitOps to Application Stages

Add ability to select unassigned as application filter in topology

Fixes 1870515: PVC Network Upload error should be more detailed

Catch unhandled promise when metrics are not available

Bug 1869617: Add 'pending restart' label for new disks and NICs

Add a label beside Disks and NICs names at 'Disks' and Network Interfaces tabs
for devices which were added while the VM is running

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

pick latestCRDversion instead of latest/served true

Fix delay in topology view on changing namespace

Fix location of Minimal Deployment message and calculation for Internal Mode deployment

Bug 1868150: Add click-able links to notifications

Add internal linkify for UpdateAvailable notifications only and external links for others

Add CannotRetrieveUpdates to internal links

remove linkify internal special cases

updated template PVC name and namespace to use parameters

rename getParameter getParamterValue

move devel logic into the compare method

change os disk image on flavor/wl change

Bug 1872092:  Make 'Volume Snapshot *' labels consistent

Define RHEL_ALLOW_PYTHON2_FOR_BUILD in Dockerfile.product

This is required for building with python2 for RHEL 8.

Bug 1800614: Add x close button to notification drawer

update guided tour help popover text

update guided tour help popover text

Revert "Bug 1868724: Fix cypress test failures"

Rules to correct checkbox input and label alignment with this operatorhub filter-panel
Bug https://bugzilla.redhat.com/show_bug.cgi?id=1872138

Use JSON.stringify to compare resources object in watch hooks

Replace Not Firing Alert State with - and Not Firing filter with Inactive

Fix crash when selecting Sink URI node in topology

Bug 1870360: Fix toolbar spacing issue on search page

Gherkin Script Design for Epic ODC-4230

Add Storage Class filter for SC dropdown in Backing Store creation page for PVC type

Bug 1866997: Warn user that when HyperConverged and SR-IOVNetwork CRDs are missing

Bug 1872848:  Align quick start labels vertically

fix edit flow with update git url

Bug 1867034: Fix no-show pods and filesystem queries

Fixed no-show Pods bug on Compute -> Nodes page and details page, as well as file system data on details page. Bug was caused by query removal/name changes.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1867034

Bug 1871996: Made create role bindings links consistent

The "Create Binding" button under the Role Bindings tab on the Role details page linked to a namespaced or cluster bindings URL. Meanwhile, other pages only use the cluster URL. I made the URLs consistent.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1871996

Bug 1856353: Include installed version in operator hub item details

Update operator hub item details to include the installed version when it is not the latest version.
Update "Operator Version" detail to "Latest Version" to convey that it is not the actual installed
version.

Bug 1870831: Fix operator displayName on subscribe form

Update OperatorHubSubscribeForm to use the currently selected channel display name above the
provided APIs.

Fix for topology list view alert/build cell alignment

Cypress: moved create delete out of before/after[all] to specific tests

Bug 1873166:  Align operator installing details with design

update queryInput on change to prefill Query

fix CR badge and link

Do not show non-workload nodes in topology consumption mode

fix task sidebar form error

Fixes 1870109: Help text if golden image is missing is not helpful

fix for bug 1848512: Wrong interpretation of labels for resource quota diagram

Bug 1873303: fix integration test flake where launcher card isn't yet visible

fix pipeline details page breadcrumbs in admin perspective

Bug 1868551: Added Node Modal for BM OCS install

Fixes 1871742: It is not possible to delete a PVC created using a data upload

Add external link icon to open console VM action

Query Browser: Clear all series when the namespace changes

Connect SBRs to the operator grouping rather than a random workload within

Fixes 1871768: Add supported types to file upload

Monitoring: Change rules list to filter by alert state, not rule state

Instead of filtering by rule state ("Active" or "Inactive") allow
filtering the rules by alert state ("Firing", "Pending", "Silenced" or
"Not Firing").

This now mirrors the states shown in the Alert State table column.
Having the filter states be different from the states in the column was
confusing.

Values cpu/memeory empty Metrics table  HPA detail

Bug 1872125: Fixed DeviceMechanicalProperties field name for create local volume set flow

Wait for the first initial ImageStream update before creating Deployment

This solves an issue that two ReplicaSets and Pods was created before the required ImageStream tag informations are available. Until the first update / rollout happen the first Pods could not start and fail with ImagePullBackOff or ErrImagePull errors.

See https://issues.redhat.com/browse/ODC-3175 and https://issues.redhat.com/browse/ODC-3875

Show an alert when the user close the browser tab

bug 1871109: Add a user friendly error message in VM import wizard

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Bug 1874055: report errors when v2v-vmware ConfigMap is not available

- either due to permission issues or if missing
- show if required ConfigMap attributes are missing per each provider

generify 403 errors representation

- add another option to cleanupAndGetResults

Show inline alert message "Waiting for build" only if there is a BuildConfig

Add Tets for Snapshot CRUD

Revert of add label changes in openshift#5998

Enabling use of $BRIDGE_E2E_BROWSER_NAME with Cypress

Signed-off-by: Hiro Miyamoto <miyamotoh@us.ibm.com>

Handle empty responses if Content-Length is not specified

`Content-Length` is not a required response header. Check if
`response.text()` is empty instead of relying on the header.

protractor - added await for Project Dashboard, Launcher card test

Fix ocp-dashboard-card-healthcheck to run on >ocs4.4

Remove View More link from all the Capacity Breakdown Cards

Bug 1860985: Update the minimum requirement for OCS

GuidedTour: remove the confirmation modal while closing out the guided tour

fix integration tests

Bug 1874547: fix unexpected changes of tabs when importing VMWare VMs

deprecate none suported network cards

use supported instead of deprecated

show the unsupprted network card if vm use it

compare intreface directly

Use gitops-backend and remove mock-data

show message for retrying in conclusion if there are failed tasks

Bug 1866739: Filter incompatible x-descriptors before renderinng operand form

When parsing descriptors, check to make sure that x-descriptors are compatible with
the schema data type they are being applied to. Incompatible x-descriptors are filtered out before
using them to build a ui schema. An x-descriptor is considered incompatible with a schema property if:

  - x-descriptor is deprecated
  - x-descriptor would render a primitive type input and the schema property is not a primitive type.
  - x-descriptor would render an object or array type input and the schema property is not matching data type.

Fix import error status on successful CDI import

Query Browser: Fix JS error when label key is `id`

Deserialize TLSConfig for correct secret

Additional fixes/improvements:

* Refactored Helm chart repo model for better testability
* More tests added

Co-authored-by: Predrag Knezevic <pknezevi@redhat.com>

Fix to show topology list view filtered items correctly

Do not disable create if form is not dirty

update wording in quick start panels

Monitoring: Fix "Not Firing" option in Rules list filter

Add a new PipelineTask param if the param does not exist yet

Fix  chip to show All when no other selected

Adds alt="" to masthead icons since buttons already have aria-label="..."
Bug https://bugzilla.redhat.com/show_bug.cgi?id=1873331

Bug 1875287: update virtualmachineimport CRD version

- fixes VM status issues

Bug 1872279: Added e2e tests for ocs install on Attached Devices

fixes issue with internal image imports for self-provisioner with edit access to other project

Remove overriding of generic CSS from LSO plugin

gherkin script for HPA-add,edit an delete-ODC-3556

fixes issue with route creation in case of no ports exposed

Bug 1875790: add additional namespace for kubevirt-storage-class-defaults

Bug 1850583: add better connection error message for VM Import

Show fields only when added

Add routes for OCS OLM pages with full resource references

fixes: Guided Tour welcome screen show OpenShift undefined

Add requested capacity to pvc details page

Signed-off-by: Ankush Behl <cloudbehl@gmail.com>

Fixes 1875347: not possible to have a disk provision source and use cdrom type as a disk

Bug 1862918: add support for import SRIOV networks from oVirt

Remove extensions for Volume Snapshot from Ceph Plugin

Feature guards for Minimal Deployment and Cluster Encryption

fixes custom query selection should not show any query

use separate label for internal image streams

fix Alert State filter for dev perspective Alerts

test: Add basic functionality tests for selecting multiple storage classes

Signed-off-by: Afreen Rahman <afrahman@redhat.com>

Bug 1875274: Add test for open vnc in new window

fixes issue with validation on pubsub modal

Use Projects instead of Namespaces

Bug 1863331: fix devicePath when using block mode

Bug 1876377: remove the import VM from dev perspective

bug-fix: Removes the objects count from buckets card

- Fixes partially https://bugzilla.redhat.com/show_bug.cgi?id=1848957

Signed-off-by: Afreen Rahman <afrahman@redhat.com>

Fixes bug attaching block storage to pods, deployments in attach-storage page

Using  block storage provisioners with RWX access mode incorrectly attaches the path as volumeMount in PodSpec instead of volumeDevice. This caused the pods to be in a state of ContainerCreation indefinitely. This  commit fixes this by  sending the object with the right configuration for block storage.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1853599

Signed-off-by: Vineet Badrinath <vbadrina@redhat.com>

Use initialization-resource annotation for yaml

Bug 1875702: Add test to check nic model list

Bug 1874257:  Hide cluster upgrade UI on OpenShift Dedicated

Smoke Test Cases for Monitoring

doc requests some labels changes to logged in users table

Change the text message display for guest agent feature

Bug 1875797: remove vmware-to-kubevirt-os warning from vmWare import wizard

fixes issue with metrics not showing graph via topology

frontend: Updated cluster dashboard queries

Updated cluster dashboard queries to reflect updated name and more correct query

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1867034

Query Browser: Improve error message when Prometheus API returns 403

Add `PrometheusAPIError` type to improve type checking.

Add `err.name !== 'AbortError'` check to avoid the possibility of trying
to update state after the component has unmounted.

Add deleting status

move is-deleting to it's currect place

add detleting status to status group and topoligy class list

move delete after error

Update project workloads tab to use topology list view

E2E test for restoring a claim from snapshot

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

Bug 1872480: Fixes node-list alignment on storageCluster creation

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

Bug 1866315: Inconsistent naming in storage cluster creation

Signed-off-by: Ankush Behl <cloudbehl@gmail.com>

Add fallback to builder image detection

Bug 1850574: add better cloud init message for ovirt import

Bug 1814611: use emptyDir instead of persistent storage for temp disk

- in VMware import

trigger groupings in EL details page

open modal in the pf page instead of body, fix modal placement

fix modal error

fix unit tests

asd

address review comments

undo filtering of incompatible helm charts

incorrect focus order for  view settings

Bug 1873779: show the correct access mode for ovirt import

fixes warning shown on close of delete revision modal

show project description

Add 3 missing dev quick starts

including updates to serverless and pipelines quick starts

reference 4.6 documentation rather than 4.5

Address comments from Max

Address preeti's review comments

Updated unit tested as suggested by Christoph

make all references to pages bold

addressing concerns from docs team

capitalize git

hopefully addresses the last of the docs commens

11 for the win - addressing more comments

Address comments from cvogt

Bug 1871103: Remove 'Template' dropdown field from VM wizard

When creating a VM from template the title will be:
`Create Virtual Machine from <template name>`

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Bug 1862564: Fix column visibility on various screen sizes

Update node queries to exclude fstype, mountpoint

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1874028

Do not show helm resources until helm release is ready.

show quick start prerequisites only if provided

Disable creation of External Mode Cluster in cloud environments

Add support for more params and create resources only if required

Bug 1875193: Check CONSOLE_LINK flag instead of making links optional

In the masthead toolbar, use a flag to determine if we can fetch links
instead of always trying.

Fix PVC E2E tests

 - Adjusted change of Unit in PVC details Page
 - Adjusted to changes in the PVC expansion default value and changes in the selector

Bug 1877858:  render ConsoleNotification BannerTop if notification.spec.location not specified

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1877858

Bug 1867034: follow on fix cluster dashboard queries

add inline block style for pipeline overview

Show helm charts created by operators as a child of the operator

Fix for long images for operator types

update topology scripts

updated operators.feature

updated the scripts

Bug 1867824: Follow on fix for operand form field sort order.

Child sort weight bubbles up to parent. This means that field group sort
weights will be calculated partly on either it's own descriptor array index (if it exists) or the
minimum descriptor array index of it's child fields.

remove login tests from protractor

added 'auth-multi-user-login' test

Skip updating iframe height when component is unmounted

Bug 1863402: Fix for Developer console tables show extra columns due to column management

Adding accessibility title and alt attributes to icons within overview status and activity sections
Fix bug https://bugzilla.redhat.com/show_bug.cgi?id=1873326

Update kubevirt gating image to centos 8

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Fixes 1872140:  Adjust vm console url

Bug 1874245: fix non-admin access review for create VM from template

commented out metadata check that was removed in upstream

Added new logo for devfile

Added dev preview badge on devfile import form

Fixed flow for edit application with devfile and devfile icon

added annotation for isDevfilePresent to use for edit application

made builderImages a required field again

import from devfile working with data coming from bridge

WIP- successful push to registry but still can't edit

updated to support edit app redirect to import from devfile

figuring out service/route issue

fixed save button issue with mockdata frontend

Use metadata.generatorName when create a pipeline trigger

Fixes 1871108: usability bug: the ui selections are unclear

Make whole quick start badge clickable

Fixes 1876440: Cloud init section of common-templates is ignored

fixes event source form create button enabled when form is invalid

Bug 1878996: Omitted deviceTypes to allow disk and part both to be provisioned

Fixes 1878037: Dont provide non-admin user a link to upload a golden image

Document configuring custom Helm chart repo(s)

handle inline taskSpec in pipeline detail page

Bug 1878968: Empty secret should be editable in generic secret form

Fixes 1878781: Not clear what disk interface to use

watch for changes to tasks/clustertasks

Bug 1872972: Make efficiency cards consistent

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

fix height for reason column of knative service table

Add access review and feature flags to quick starts

Add quick start loader and permission checker

remove hardcoded namespace from base image in vm wizard and image upload

Independent mode disabled for Cloud Platforms

fixes route decorator to show up if unique route is there for that revision

Show different operator instances from same CSV separately in topology

Fix for lost selectedId param in URL when navigating to topology

Update OLM documentation link to point to doc site

Signed-off-by: Harish <hgovinda@redhat.com>

fix: return empty Helm repo index file when no HelmChartRepository instances are available in cluster

bug-fix: corrected system name for object service dashboard

- fixes https://bugzilla.redhat.com/show_bug.cgi?id=1876532
- updated tests for changes in details card of object service dashboard

Signed-off-by: Afreen Rahman <afrahman@redhat.com>

Fixes 1877822: The OS which already has a golden image can not be selected

fix protractor flake: display Global Configuration page, click Explore Console API in dropdown link

Bug 1879623: Increase max kind abbrev to 4 chars

Bug 1872145: Detect enablement of BMO.
Disable power actions if BMO is disabled

Check Pipeline Operator CSV version to use matching Tekton api

E2E test for pool creation flow

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

Add support for External mode RGW queries in Data Resiliency and Capacity breakdown Cards

Show error alert if chart is not reachable

noticed some flakyness around using 'return cy..' to get around eslint rules
disabled eslint promise/catch-or-return & promise/no-nesting rules and removed 'return cy...'s

Regression Test Cases for Helm, Monitoring and Knative

Fixes 1879054: UI should display password in cloud-init

Bug 1879461: Update kubevirt-plugin test suite

- Add VM actions sanity test
- Remove dockerfile from the test as it is redundant.

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Bug 1844238: Detect phased restart annotation for powering off hosts

Bug 1879422: Rename VMI 'Consoles' tab to 'Console'

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Bug 1877998: Fix text in upload PVC instruction

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Bug 1878690: Add VM 'Snapshots' tab only when the snapshots CRD exist

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

add utm_source parameter to Red Hat Marketplace URLs for attribution

handle support URLs

use URL to set search parameters

appropriately handle false detailsItem

don't log errors when optional marketplace URLs are undefined

bug-fix: Allow disk replacement when rebalancing

- Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1872976
- show an info instead of blocking replacement

Signed-off-by: Afreen Rahman <afrahman@redhat.com>

d

fix monitoring dashboard margin

test: Added tests for lso ocs disk inventory

Signed-off-by: Afreen Rahman <afrahman@redhat.com>

Bug 1879865: Fixed DiskMechanicalProperties name

Don't panic on no disk base images

show empty state in monitoring when no datapoint available

Bug 1860985: Updated Minimum and Recommended Requirements

Bug 1812132: Fix capacity metric query for RWO/RWX PVC used by multiple Pods

Signed-off-by: Anmol Sachan <anmol13694@gmail.com>

Query Browser: Fix tooltip position when there are disabled series

After disabling one or more data series (lines on the graph), sometimes
the tooltip would hover over a point on the Y-axis, caused by setting
the disabled series data to `{}`.

Also fixes the type of `Series` of adds a couple of missing type
definitions.

Add support for pre-provisioned snapshots

Bug 1871736: Fixes clone for block mode PVCs

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

Bug 1872893: Wait for node pods to load before detecting graceful shutdown

QuickStart fix - Add styling for checkwork info

Disable submit button of import forms while submitting

Changes placeholder to 'Search by node name' in install page

Signed-off-by: Vineet Badrinath <vbadrina@redhat.com>

Updating Dockerfile.product baseimages to mach ocp-build-data config

This PR is autogenerated by the [ocp-build-data-enforcer][1].
It updates the base images in the Dockerfile used for promotion in order to ensure it
matches the configuration in the [ocp-build-data repository][2] used
for producing release artifacts.

Instead of merging this PR you can also create an alternate PR that includes the changes found here.

If you believe the content of this PR is incorrect, please contact the dptp team in

[1]: https://github.com/openshift/ci-tools/tree/master/cmd/ocp-build-data-enforcer
[2]: https://github.com/openshift/ocp-build-data/tree/openshift-4.6/images

Bug 1837156: Support older node maintenance CR

Fixes 1878037: Dont provide non-admin user a link to upload a golden image

Use new parameter prefix (tt.param.) for new Tekton Trigger api

Bug 1880924: Add storage class permissions for kubevirt-gating job

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Bug 1879898: Fix VM template's network tab loading

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Bug 1878075: Remove filter for used pool

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

Query Browser: Use <g> for ChartLine's groupComponent

Improves performance by stopping Victory from generating `clipPath` and
`def` for `ChartLine` and `ChartArea`.

This change means these charts will no longer support animation when
data changes, but we are not using that functionality anyway.

Query Browser: `ChartTooltip` no longer needs a `center` attribute

Query Browse: Use VictoryTooltip directly to improve performance

A significant percentage of the total graph render time was spent in
`ChartTooltip`, which is actually just a simple wrapper for
`VictoryTooltip`. Using `VictoryTooltip` directly improves performance
significantly.

Bug 1881097: kubevirt-gating job - enable live migration feature-gate

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

fix: remove extra space from system name field in details card

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1876532

Bug 1881049: Add ID for PF Select components for integration tests

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

Bug 1881097: fix kubevirt-plugin gating job

Change to 'kubevirt' namespace

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

replace quick start route icon with rocket

Bug 1881306: Fixes Kebab action for snapshots

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

Add sum to query

move scroll listener to parent div

Changed retries to 1 in headless, 0 in test runner

cypress - better logging in headless mode

Fix topology list view to not show empty application groups

Fix to show helm workloads in all helm releases

fixes add page notification if dynamic channel/sources or broker exists

Bug 1880217: Refactor vm-status-modal in VM details page

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

fix default value for pipeline parameters

Bug 1879794: Fix to remove namespace cell data when project is selected

Fix NPE when Deployment is already removed (pod data are not available)

Show all resources for selected operator in the topology side panel

Fix for Topology drag crash, update react-topology package

cypress a11y: expanded coverage, improved reporting

fix topology failing to load after installing a Helm Chart

UI should display password in cloud-init #2

Fixes 1881742: Error "invalid apiGroup" when taking snapshot for VM

Bug 1881842: Fix kubevirt-plugin base integration-test

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

use the latest template version when looking for os image name

Fixes 1880008: general step text enhancements

added pkg/helm approvers and reviewers

Fixes 1850562: RHV URL pass validation though it is missing https://

fix link for upload os disk

Test for PVC clone

Signed-off-by: Ankush Behl <cloudbehl@gmail.com>

Adjust dashboard tests to version >= 4.6

Fix for clearing topoloyg kind filters whenever filters change

Volume Snapshot basic crud test

Signed-off-by: Ankush Behl <cloudbehl@gmail.com>

Change max name length for RHV import VMs

Convert Pipeline StartedBy Label to Annotation

Open topology view on project click

Fix for topology drag performance

Fix external mode queries for RGW Performance Card

update notifications message on Topology and removes from Add

updated `window.windowError` and improved Cypress `checkErrors` output

Remove vertical scrollbar on the page when builder dropdown is open

Add resource badges in the add trigger form dropdown

Bug 1881125: Disable 'Snapshots' tab on VM details page

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

error if NAD is missing

Update git repo unreachable error to warning and better msg

Bug 1870331: Not allow to change size for OCS based resource

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

Fix react warning (missing key) when cluster update is available

Fix react warning (invalid property classname) on the Pod detail tab

pkg/server: add alertmanager-tenancy proxy

Bug 1872147: Disable health checks if BMO is not running or theres no power mgmt

Namespace is undefined while uploading a non golden image

fix application selector incontext for add forms

fix application selector to not change the value when it's disabled

Add SSAR checks for Volume Snapshots

Add importer pod events to VM events tab

Bug 1860985: Updated minimum requirement for Internal And Internal-Attached Devices

Fix incorrect OVirt connection status messages

Fixes 1879911: (security) dont use the hardcoded passwords

set password only when necessary

- fix password generation
- rewrite the disk name and don't use the original one
- support form selection

Bug 1870339: Sets volumeMode as block for RBD+RWX

Signed-off-by: Kanika Murarka <kmurarka@redhat.com>

Bug 1881347: fix createVMWizard onClose destructor

- run it on unMount so all providers get a chance for a cleanup
- make onClose idempotent, so multiple calls are not stacked
- use useRef instead so the value is propagated to the destructor

Bug 1881386: hide Import with Wizard button when missing permissions

use alertmanager-tenancy api end point to create silence in devconsole

Query Browser: Improve graph render speed by not using VictoryTooltip

We are using almost none of the functionality of `VictoryTooltip`
because we have a completely customized tooltip. We can therefore use
our own simple component instead of `VictoryTooltip` with just the
functionality we need.

Removes the kubectl annotation from the created PLRs

Bug 1882197: Add test for golden image upload

Make "Add to Navigation" accessible for tabs

Change git to Git

add legends under devconsole monitoring dashboard graphs

Bug 1882735: Remove unexpected comma from <title>

fix guided tour alert to not show up if skipped once

added docs/helm approvers and reviewers

add a action for the Health Checks view access page

add view health check as part of Edit health check action

change Health check action to have verb 'get'

change literals to string

fix button alignment

reorder import

Bug 1874558: Fix resource log performance issue

Truncate log lines over 1024 characters and add a warning that some content has been abriged. Add
ability to view raw logs in another tab. Adjust download behavior so that all raw logs are downloaded.

Bug 1881953: Generate new namespace with empty node selector for node debug pods

Bug 1868551: Fixed filtered node list view

Aggregated Helm index contains only entries from healthy repos

A repo does not contribute to the aggregated index in the following cases:
* failure at reading Helm repo configuration in the cluster
* networking issues accessing the repo index
* repo returns response that is not Helm index
* repo returns response with http status code different from 200

Bug 1883138: Updated filter to allow partitioned disk too

Bug 1880083: do not support VMware import for VMs with uefi

Prevent text overlap of operand status, remove nonbreaking space

Bug 1876853: Fix resource log not showing last line

Show last line of resource log even if it is not terminated with a newline

Fix that the form is not always validated correctly

Set the PATH_CONTEXT default param if its part of the pipeline template

Entry keys in aggregated Helm index are appended with the name of source Helm repo

The introduced convention enables that all charts with the same name, but
in different source Helm repo, appear in the aggregated index file under
the name following the pattern: `foo-chart--my-repo`, where `my-repo` is the name
of `HelmChartRepository` available in the cluster.

Add dev-preview badge to application stages and details page

Bug 1883535: Add missing IDs in VM's disk and network modals

Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>

avoid always adding a newline between fetches

Add uri value to URI list item and side bar, fix initial scroll to selected item

Add resource badges to application groups in topology list view

adds check for kind before accessing

Fix chart merging and show chart provider in catalog

Update helm install/upgrade forms to use chart repo name

Bug 1879969: properly encode vpx URL

fix application selector in eventsource form

fixes: re-creating terminal after deleting workspace doesn't immediately restart

remove comments

Fix layout issue which appears only on Safari

Changes placeholder to 'Search by node name/label' in install page

Signed-off-by: Vineet Badrinath <vbadrina@redhat.com>

fix issue in topology sidebar when channel with different kind have same name

Bug 1871742: It is not possible to delete a PVC created using a data upload

Alert users about unsupported guest agent version

Signed-off-by: yaacov <kobi.zamir@gmail.com>

Added Regression scenarios for pipelines including test data

Update Rotue section in Knative revision sidebar

Fixes 1883440: The default yaml is using hard code password: fedora

Proposed fix for duplicate UpdateAvailable notifications in the notification drawer

Fix misleading help text and update helm empty state

Fix typo for feature guard flag spelling

api addition and commenting out mocked data

added comments and code cleanup

fixed service/route not showing up issue

Add pipeline workspace section also to Add Trigger modal

Fix crash if terminated (marked as optional) is not defined

removed mocked data from frontend- using backend mocked only

small code cleanup
@jcaianirh jcaianirh mentioned this pull request Aug 26, 2021
pcbailey added a commit to pcbailey/console that referenced this pull request Dec 1, 2021
TimothyAsirJeyasing pushed a commit to TimothyAsirJeyasing/console that referenced this pull request Aug 3, 2022
Create images on push to master
openshift-merge-robot pushed a commit that referenced this pull request Jul 5, 2023
Extract and reuse same code as in test-prow-e2e.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants