Skip to content

Production oauth test #413

Production oauth test

Production oauth test #413

Triggered via push September 8, 2024 20:46
Status Success
Total duration 2m 46s
Artifacts

main.yml

on: push
ShouldDeploy
3s
ShouldDeploy
CheckStaticContent
17s
CheckStaticContent
BuildBot
54s
BuildBot
CreateDockerImage
54s
CreateDockerImage
Deployment_Production
18s
Deployment_Production
VerifyProductionDeployment
3s
VerifyProductionDeployment
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
Misha12
approved Sep 8, 2024
Production

Annotations

11 warnings
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L8
Non-nullable property 'LastMessageFrom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L9
Non-nullable property 'MostActiveUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L10
Non-nullable property 'ParentChannel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelDetail.cs#L11
Non-nullable property 'Threads' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L9
Non-nullable property 'Nickname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Channels/ChannelUserStatItem.cs#L10
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Unverify/UnverifyLogRemove.cs#L8
Non-nullable property 'ReturnedChannelIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Unverify/UnverifyLogRemove.cs#L11
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
BuildBot: src/GrillBot.Data/Models/API/Unverify/UnverifyLogItem.cs#L26
Non-nullable property 'Guild' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CreateDockerImage
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/