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: remove dd references #18

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const EXPIRED_TRIGGER_ID_ERROR_MESSAGE =
'D’oh! It looks like I took too much time to respond for Slack, could you retry your command? :homer-donut:';
export const EXPIRED_TRIGGER_ID_SLACK_ERROR = 'expired_trigger_id';
export const GENERIC_ERROR_MESSAGE =
"D'oh! Something went wrong :homer-stressed: You will probably find more information on the error on <https://app.datadoghq.eu/logs?cols=host%2Cservice&live=true&messageDisplay=inline&query=service%3A%2Ahomer%2A%20%40env%3Asupport&index=%2A&stream_sort=desc|Datadog>.";
"D'oh! Something went wrong :homer-stressed:";
export const GITLAB_URL = getEnvVariable('GITLAB_URL');
export const HOMER_GITLAB_URL = `${GITLAB_URL}/tools/homer`;
export const HTTP_STATUS_NO_CONTENT = 204;
Expand Down
2 changes: 0 additions & 2 deletions src/home/buildAppHomeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ If you want to better know me, here are some useful links:
:gitlab: <${HOMER_GITLAB_URL}|Gitlab project>
:books: <${HOMER_GITLAB_URL}/-/blob/master/README.md|Documentation>
:bug: <${HOMER_GITLAB_URL}/-/issues|Issues>
:datadog: <https://app.datadoghq.eu/logs?cols=host%2Cservice&from_ts=1573722380129&index=&live=true&messageDisplay=inline&query=service%3A%2Ahomer%2A%20%40env%3Aint&stream_sort=desc&to_ts=1573723280129|Logs INT>
:datadog: <https://app.datadoghq.eu/logs?cols=host%2Cservice&from_ts=1573722380129&index=&live=true&messageDisplay=inline&query=service%3A%2Ahomer%2A+%40env%3Asupport&stream_sort=desc&to_ts=1573723280129|Logs SUPPORT>
`,
},
},
Expand Down
Loading