Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Fix double http in the Spark Driver UI Link #389

Merged
merged 7 commits into from
Aug 16, 2023
Merged

Conversation

hamersaw
Copy link
Contributor

TL;DR

Brings #347 across the finish line.

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

^^^

Tracking Issue

fixes flyteorg/flyte#3623

Follow-up issue

NA

mucahit-kantepe and others added 7 commits April 26, 2023 14:43
Signed-off-by: mucahit-kantepe <[email protected]>
Co-authored-by: Ketan Umare <[email protected]>
Signed-off-by: Mücahit Kantepe <[email protected]>
Signed-off-by: Mücahit Kantepe <[email protected]>
fmt
Signed-off-by: mucahit-kantepe <[email protected]>
@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #389 (f2a3f32) into master (03dc9db) will increase coverage by 1.34%.
The diff coverage is 50.00%.

❗ Current head f2a3f32 differs from pull request most recent head 9b64ad7. Consider uploading reports for the commit 9b64ad7 to get more accurate results

@@            Coverage Diff             @@
##           master     #389      +/-   ##
==========================================
+ Coverage   63.01%   64.36%   +1.34%     
==========================================
  Files         154      154              
  Lines       13080    10616    -2464     
==========================================
- Hits         8243     6833    -1410     
+ Misses       4220     3165    -1055     
- Partials      617      618       +1     
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
go/tasks/plugins/k8s/spark/spark.go 79.32% <50.00%> (+1.39%) ⬆️

... and 134 files with indirect coverage changes

@hamersaw hamersaw merged commit 03f5b5c into master Aug 16, 2023
5 of 7 checks passed
@hamersaw hamersaw deleted the bug/spark-log-prefix branch August 16, 2023 18:07
edwinyyyu pushed a commit to edwinyyyu/flyteplugins that referenced this pull request Aug 25, 2023
* Fix double http in the Spark Driver UI Link

Signed-off-by: mucahit-kantepe <[email protected]>

* fix test

Signed-off-by: mucahit-kantepe <[email protected]>

* Apply suggestions from code review

Co-authored-by: Ketan Umare <[email protected]>
Signed-off-by: Mücahit Kantepe <[email protected]>

* Update spark.go

Signed-off-by: Mücahit Kantepe <[email protected]>

* fmt

Signed-off-by: mucahit-kantepe <[email protected]>

* updated to append https if neither http or https prefixes spark uri

Signed-off-by: Daniel Rammer <[email protected]>

---------

Signed-off-by: mucahit-kantepe <[email protected]>
Signed-off-by: Mücahit Kantepe <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Co-authored-by: mucahit-kantepe <[email protected]>
Co-authored-by: Mücahit Kantepe <[email protected]>
Co-authored-by: Ketan Umare <[email protected]>
eapolinario pushed a commit that referenced this pull request Sep 6, 2023
* Fix double http in the Spark Driver UI Link

Signed-off-by: mucahit-kantepe <[email protected]>

* fix test

Signed-off-by: mucahit-kantepe <[email protected]>

* Apply suggestions from code review

Co-authored-by: Ketan Umare <[email protected]>
Signed-off-by: Mücahit Kantepe <[email protected]>

* Update spark.go

Signed-off-by: Mücahit Kantepe <[email protected]>

* fmt

Signed-off-by: mucahit-kantepe <[email protected]>

* updated to append https if neither http or https prefixes spark uri

Signed-off-by: Daniel Rammer <[email protected]>

---------

Signed-off-by: mucahit-kantepe <[email protected]>
Signed-off-by: Mücahit Kantepe <[email protected]>
Signed-off-by: Daniel Rammer <[email protected]>
Co-authored-by: mucahit-kantepe <[email protected]>
Co-authored-by: Mücahit Kantepe <[email protected]>
Co-authored-by: Ketan Umare <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Spark Task Driver UI Link is broken
4 participants