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

fix: broken Log Streaming URL when working directory is set to "./" #2009

Closed
wants to merge 9 commits into from

Conversation

Aayyush
Copy link
Contributor

@Aayyush Aayyush commented Jan 18, 2022

We'll eventually be moving to a UUID based log-streaming job identifier, removing any dependencies on the project name or the directory. So, replacing the "." character with a "_" as a temporary fix!

#1993

@Aayyush Aayyush requested a review from a team as a code owner January 18, 2022 22:28
chenrui333 and others added 2 commits January 19, 2022 14:18
Signed-off-by: Rui Chen <rui@chenrui.dev>
* Fix issue 1980

* Adding comment
@chenrui333 chenrui333 changed the title Fix 1993 - Broken Log Streaming URL when working directory is set to "./" fix: broken Log Streaming URL when working directory is set to "./" Jan 20, 2022
Copy link
Contributor

@msarvar msarvar left a comment

Choose a reason for hiding this comment

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

Do you mind adding a test case?

inkel and others added 3 commits January 22, 2022 23:08
* Add benchmark for /healthz endpoint

This benchmark will measure not only speed but also how much memory
each request to /healthz allocate. I'm adding the benchmark to have a
baseline to compare.

Signed-off-by: Leandro López (inkel) <inkel.ar@gmail.com>

* Hardcode /healthz body into a variable

We know it will always be this value, there's no need to import and
call json.MarshalIndent.

Signed-off-by: Leandro López (inkel) <inkel.ar@gmail.com>

* Initialize /healthz body only once

Signed-off-by: Leandro López (inkel) <inkel.ar@gmail.com>
@Aayyush Aayyush closed this Jan 24, 2022
@msarvar msarvar deleted the fix-1993 branch January 24, 2022 20:18
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.

4 participants