This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
forked from openshift/console
-
Notifications
You must be signed in to change notification settings - Fork 7
Source secret dialog #145
Open
debsmita1
wants to merge
855
commits into
talamer:master-next
Choose a base branch
from
debsmita1:source-secret-dialog
base: master-next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Source secret dialog #145
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`apiVersion` and `kind` weren't properly injected into the object, and depending on the URL, the ClusterServiceVersion resource name wasn't found.
Dont link to ImageStreamTag if there is no tag in ImageStream status
Improve area and bar chart readability
Fix broken ClusterServiceVersion instance links
Better OLM E2E Cleanup
…button Query Browser: Make the Hide Graph button also hide the graph controls
Align <title> with <h1> for "Installed Operators"
Use MultiListPage for BaremetalHostsPage
Query Browser: Add page Actions menu and kebab menu for each query
Add support for custom table filters
Add standard `Resource > Resource Details` breadcrumb to resource det…
…t interacting with channel dropdown Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1721431
The create route form says a route hostname can't be changed. This is not always the case and depends on the user's permissions. Remove the message.
Connect dashboard cards to K8s resources with Firehose
…le-button Query Browser: Expand / collapse button improvements
Fix aria-label for CSV resource table
console-shared: add Filter type
Use unique reference in redux ID
Add ConsoleNotification CRD that can appear above, below, or above and below the page
feat(pipeline) Add task status column to Pipeline/Run List
Move yaml tempalte to models dir
…button Query Browser style fixes and allow passing buttonClassName and menuClassName to <Dropdown />
debsmita1
force-pushed
the
source-secret-dialog
branch
from
July 1, 2019 06:55
ec945eb
to
4f56087
Compare
Add host status column
Add capacity card
…ropdown> component that doesn't include autocomplete.
…th-to-non-autocomplete-dropdowns Add ability to include dropDownClassName="dropdown--full-width"
kubevirt: add advanced actions to VM list
Don't set new state when actionItem is clicked
…eate-yaml Kubevirt VMTemplate create YAML
debsmita1
force-pushed
the
source-secret-dialog
branch
from
July 2, 2019 12:53
4f56087
to
52dd8a2
Compare
removed CreateSourceSecret.tsx file
debsmita1
force-pushed
the
source-secret-dialog
branch
5 times, most recently
from
July 3, 2019 09:15
27b7d51
to
b0a13dc
Compare
debsmita1
force-pushed
the
source-secret-dialog
branch
from
July 3, 2019 09:20
b0a13dc
to
018056a
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes:
Create New Secret
a dialog opens which contains the source secret creation form.Create
the dialog closes and the newly created secret is auto selected in the Source Secret DropdownCancel
/Clicks outside the modal
, the modal closes and Source Secret Dropdown gets back to showingSelect Secret Name
Refer Story: https://jira.coreos.com/browse/ODC-1024