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

Introduce customizable reporters #22

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Introduce customizable reporters #22

merged 3 commits into from
Nov 17, 2023

Conversation

Kuniwak
Copy link
Member

@Kuniwak Kuniwak commented Nov 14, 2023

Make reporters customizable to users that using a communication tool that is not Slack.


Contribution License Agreement

@Kuniwak Kuniwak self-assigned this Nov 14, 2023
@Kuniwak Kuniwak changed the base branch from master to catch-from-not-main-thread November 14, 2023 02:04
@Kuniwak Kuniwak marked this pull request as ready for review November 14, 2023 03:01
@Kuniwak Kuniwak requested a review from a team as a code owner November 14, 2023 03:01
Base automatically changed from catch-from-not-main-thread to master November 14, 2023 05:20
Editor/Localization/ja.po Show resolved Hide resolved
@@ -108,19 +120,19 @@ msgid "Slack Mention Settings"
msgstr "Slackメンション設定"

# mentionSubTeamIDs
msgid "Mention Sub Team IDs"
msgid "Sub Team IDs to Mention"
Copy link
Member

Choose a reason for hiding this comment

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

Since it is IDs, I interpreted that multiple IDs can be specified.
How do I specify multiple IDs for this?

Copy link
Member Author

Choose a reason for hiding this comment

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

Comma-separated value is accepted. This is mentioned by the tooltip of this input. The input name should still be short because it should be readable if the display area is very tiny. So I mentioned about it by the tooltip, not the name.

Screenshot 2023-11-15 at 9 04 59

Copy link
Member

Choose a reason for hiding this comment

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

I understanded. LGTM

@Kuniwak Kuniwak requested a review from asurato November 16, 2023 03:57
Copy link
Member

@get-me-power get-me-power left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@nowsprinting nowsprinting left a comment

Choose a reason for hiding this comment

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

LGTM!

return;
}

if (withScreenshot && !Application.isBatchMode)
Copy link
Contributor

Choose a reason for hiding this comment

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

IMO
There is a workaround for the batchmode problems.bellow:

using TestHelper.RuntimeInternals.Wrappers.UnityEditor

GameViewWrapper.GetWindow();

see: https://www.nowsprinting.com/entry/2023/06/14/003659

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm gonna try to use you suggested on another PR.

@Kuniwak Kuniwak merged commit be92c72 into master Nov 17, 2023
1 check passed
@Kuniwak Kuniwak deleted the custom-reporters branch November 17, 2023 04:05
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.

3 participants