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

DEV-43657 - Add app url with additional path #30

Merged
merged 2 commits into from
Jun 23, 2024

Conversation

yasmin-tr
Copy link

@yasmin-tr yasmin-tr commented Jun 20, 2024

What is this feature?
as part of: Set APP url to logzio grafana for alert notification URLs

Why do we need this feature?

so app url in notifications can redirect properly to the logzio app

to support App url for logzio for alert notification
@yasmin-tr
Copy link
Author

run-test

1 similar comment
@yasmin-tr
Copy link
Author

run-test

@yasmin-tr
Copy link
Author

run-test

3 similar comments
@yasmin-tr
Copy link
Author

run-test

@npololnskii
Copy link

run-test

@npololnskii
Copy link

run-test

@yasmin-tr yasmin-tr merged commit be4587e into v10.4.x-logzio Jun 23, 2024
11 of 17 checks passed
Comment on lines +252 to +256
//appUrl, err := url.Parse(ng.Cfg.AppURL)
//if err != nil {
// ng.Log.Error("Failed to parse application URL. Continue without it.", "error", err)
// appUrl = nil
//}
Copy link
Collaborator

Choose a reason for hiding this comment

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

shouldn't we remove these comments?

Copy link
Author

Choose a reason for hiding this comment

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

since it is the original code of grafana i thought it is good to leave instead of remove, so we know:

  1. what was the original version more easy
  2. easier merge conflicts - if there are any changes on these lines it will be easier to connect it to previous version and see what changes we might need to do accordingly.

@yasmin-tr yasmin-tr deleted the DEV-43657-add-app-url-with-additional-path branch September 22, 2024 13:09
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