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

add configurable maintenance event to local agent #180

Merged
merged 8 commits into from
Apr 4, 2024

Conversation

tculotta
Copy link
Contributor

Aligns maintenance schedule to final schema and adds event simulation with json config values (disabled by default).

Copy link
Contributor

@dgkanatsios dgkanatsios left a comment

Choose a reason for hiding this comment

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

Comments submitted, also tests are failing since projects don't build

AgentInterfaces/MaintenanceSchedule.cs Outdated Show resolved Hide resolved
AgentInterfaces/MaintenanceSchedule.cs Outdated Show resolved Hide resolved
AgentInterfaces/MaintenanceSchedule.cs Outdated Show resolved Hide resolved
LocalMultiplayerAgent/Controllers/SessionHostController.cs Outdated Show resolved Hide resolved
@@ -50,6 +50,8 @@ public class MaintenanceEvent

public DateTime? NotBefore { get; set; }

public string Description { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

any idea why this wasn't there originally?

@tculotta tculotta merged commit 194f41a into main Apr 4, 2024
2 checks passed
@tculotta tculotta deleted the tculotta/maintenanceV2 branch April 4, 2024 19:00
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.

2 participants