feat(admin): add remaining server settings and admin tools (#167)#1503
Open
tiweb442 wants to merge 7 commits into
Open
feat(admin): add remaining server settings and admin tools (#167)#1503tiweb442 wants to merge 7 commits into
tiweb442 wants to merge 7 commits into
Conversation
) Wire configurable probe capacity, deuterium consumption, systems per galaxy, and fix initial dark matter / universe name persistence. Add activity logs and cron task admin pages, and honor universe bounds across galaxy, fleet, phalanx, and planet relocation UIs. Co-authored-by: Cursor <cursoragent@cursor.com>
Schedule events from routes/console.php are only registered during Artisan bootstrap, so the web admin UI saw an empty list. Load them explicitly when serving the cron tasks page. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the dense table with spaced task rows and friendlier labels for schedule cadence and command names. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the hardcoded translated "1. Universe" option and page title with SettingsService::universeName(). Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
|
Could you please resolve the merge conflicts in this (and the other) PRs so I can start reviewing them? |
Contributor
Author
|
I do afther work
Le ven. 24 juill. 2026, 7 h 49 a.m., Geda173 ***@***.***> a
écrit :
… *Geda173* left a comment (lanedirt/OGameX#1503)
<#1503 (comment)>
Could you please resolve the merge conflicts in this (and the other) PRs
so I can start reviewing them?
—
Reply to this email directly, view it on GitHub
<#1503?email_source=notifications&email_token=AD5FVLIW2DABSLVQ4BD7VHD5GNENPA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMBWHE2TENRTG4ZKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-5069526372>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5FVLIFPNVFU3COPD76HSD5GNENPAVCNFSNUABFKJSXA33TNF2G64TZHM3TONJRGIYTGMZYHNEXG43VMU5TIOJSGUYDCOJQGYY2C5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AD5FVLI25UZQQJRYHUPTD2T5GNENPA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMBWHE2TENRTG4ZKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/AD5FVLN37A53FTQM27DBNYT5GNENPA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMBWHE2TENRTG4ZKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Resolve CoordinateDistanceCalculator conflict by keeping getSystemDistance from main while using configurable numberOfSystems() for wrap-around. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Preview deploymentPreview environment for this PR is ready for functional testing. Use one of the test accounts below to log in.
Test accounts (click to expand)
This preview will be automatically destroyed when the PR is closed. |
Contributor
Author
|
i maxed out my credit on cursor i come back in 8 days sorry :S |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
100, save, hard-refresh galaxy page — system arrows wrap at 100, not 4990.5— fleet fuel preview and actual consumption both drop by ~half/admin/activity-logsand/admin/cron-tasksas admin; confirm non-admins are redirectedphp artisan test --filter='AdminServerSettingsOptionsTest|AdminTest|UnitCollectionTest|PlanetMoveTest'Made with Cursor