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

Adds OpenDream topic port as a DreamDaemon option #1828

Merged
merged 2 commits into from
Jul 21, 2024
Merged

Conversation

Cyberboss
Copy link
Member

Closes #1826

🆑 HTTP API
Added openDreamTopicPort to DreamDaemon model. Shares the same permission as port. Allows setting the port used for BYOND type topics in OpenDream servers.
Added currentTopicPort to DreamDaemon response models.
/🆑

🆑 Nuget: API
Added OpenDreamTopicPort to DreamDaemonLaunchParameters.
Added currentTopicPort to DreamDaemonResponse.
/:cl:

🆑 Nuget: Client
Update to API library version 13.5.0.
/:cl:

@Cyberboss Cyberboss added Client Issue with the .NET client library Feature New functionality REST The JSON REST API for server control Area: Watchdog With regard to managing DreamDaemon servers Migration Requires or performs a database migration Engine: OpenDream Related to OpenDream engines labels Jul 19, 2024
@Cyberboss Cyberboss added this to the v6.7.0 milestone Jul 19, 2024
@Cyberboss Cyberboss enabled auto-merge July 19, 2024 02:00
github-actions[bot]
github-actions bot previously approved these changes Jul 19, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 19, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 20, 2024
github-actions[bot]
github-actions bot previously approved these changes Jul 21, 2024
Copy link

codecov bot commented Jul 21, 2024

Codecov Report

Attention: Patch coverage is 99.97648% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.95%. Comparing base (a189037) to head (eff64c1).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1828      +/-   ##
==========================================
+ Coverage   95.86%   95.95%   +0.09%     
==========================================
  Files         705      713       +8     
  Lines      159111   163357    +4246     
  Branches     3225     3229       +4     
==========================================
+ Hits       152532   156757    +4225     
- Misses       6089     6110      +21     
  Partials      490      490              

@Cyberboss Cyberboss merged commit 3139b89 into dev Jul 21, 2024
101 checks passed
@Cyberboss Cyberboss deleted the 1826-TopicPortConfig branch July 21, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Watchdog With regard to managing DreamDaemon servers Client Issue with the .NET client library Engine: OpenDream Related to OpenDream engines Feature New functionality Migration Requires or performs a database migration REST The JSON REST API for server control
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an API for configuring the OpenDream topic port
1 participant