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

Provide a way to get expose url from tree view #447

Merged
merged 4 commits into from
Nov 12, 2020

Conversation

sudhirverma
Copy link
Contributor

Fix: #404

src/tekton/addtrigger.ts Outdated Show resolved Hide resolved
for (const triggers of eventListener.spec.triggers) {
if (triggers?.template?.name === trigger.getName()) {
await TriggerTemplate.getExposeURl(eventListener.status.configuration.generatedName);
vscode.window.showInformationMessage('Expose URl successfully copy');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe Expose URl successfully copied ? @siamaksade ?

src/tekton/triggertemplate.ts Outdated Show resolved Hide resolved
@codecov-io
Copy link

Codecov Report

Merging #447 (7a5a781) into master (0503ee2) will increase coverage by 0.26%.
The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #447      +/-   ##
==========================================
+ Coverage   74.89%   75.16%   +0.26%     
==========================================
  Files          64       64              
  Lines        4107     4147      +40     
  Branches      738      745       +7     
==========================================
+ Hits         3076     3117      +41     
+ Misses       1031     1030       -1     
Impacted Files Coverage Δ
src/tekton/addtrigger.ts 80.76% <25.00%> (+0.45%) ⬆️
src/tekton/triggertemplate.ts 91.66% <96.87%> (+31.66%) ⬆️
src/extension.ts 89.70% <100.00%> (+0.15%) ⬆️
src/tkn.ts 66.44% <100.00%> (+0.18%) ⬆️
src/kubectl.ts 43.39% <0.00%> (+3.77%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0503ee2...7a5a781. Read the comment docs.

@sudhirverma sudhirverma changed the title Provide a way to get expose url from tree view Provide a way to get expose url from tree view [WIP] Nov 12, 2020
@sudhirverma sudhirverma changed the title Provide a way to get expose url from tree view [WIP] Provide a way to get expose url from tree view Nov 12, 2020
@sudhirverma sudhirverma merged commit 05b6213 into redhat-developer:master Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display expose url in tree view.
3 participants