Commit Graph

8 Commits

Author SHA1 Message Date
PoryGone
b7c4fcb4c6 DKC3: Delete DKC3 (#6097)
Some checks failed
Build / build-win (push) Waiting to run
ctest / Test C++ windows-latest (push) Waiting to run
Build and Publish Docker Images / build (arm64, arm64, ubuntu-24.04-arm, arm64) (push) Blocked by required conditions
Build and Publish Docker Images / manifest (push) Blocked by required conditions
Analyze modified files / flake8 (push) Successful in 1m51s
Analyze modified files / mypy (push) Successful in 1m33s
Build / build-ubuntu2204 (push) Failing after 1m8s
CodeQL / Analyze (actions) (push) Failing after 18m57s
CodeQL / Analyze (javascript) (push) Failing after 1m30s
CodeQL / Analyze (python) (push) Failing after 1m31s
ctest / Test C++ ubuntu-latest (push) Failing after 19s
Build and Publish Docker Images / prepare (push) Successful in 38s
Native Code Static Analysis / scan-build (push) Successful in 4m46s
type check / pyright (push) Successful in 45s
unittests / Test Python 3.11.2 ubuntu-latest (push) Failing after 3m48s
unittests / Test Python 3.12 ubuntu-latest (push) Failing after 6m2s
unittests / Test Python 3.13 ubuntu-latest (push) Failing after 5m42s
unittests / Test hosting with 3.13 on ubuntu-latest (push) Successful in 4m13s
unittests / Test Python 3.13 macos-latest (push) Has been cancelled
unittests / Test Python 3.11 windows-latest (push) Has been cancelled
unittests / Test Python 3.13 windows-latest (push) Has been cancelled
Analyze modified files / mypy (pull_request) Has been cancelled
Analyze modified files / flake8 (pull_request) Has been cancelled
ctest / Test C++ ubuntu-latest (pull_request) Has been cancelled
ctest / Test C++ windows-latest (pull_request) Has been cancelled
unittests / Test Python 3.13 macos-latest (pull_request) Has been cancelled
unittests / Test Python 3.11.2 ubuntu-latest (pull_request) Has been cancelled
unittests / Test Python 3.12 ubuntu-latest (pull_request) Has been cancelled
unittests / Test Python 3.13 ubuntu-latest (pull_request) Has been cancelled
unittests / Test Python 3.11 windows-latest (pull_request) Has been cancelled
unittests / Test Python 3.13 windows-latest (pull_request) Has been cancelled
unittests / Test hosting with 3.13 on ubuntu-latest (pull_request) Has been cancelled
type check / pyright (pull_request) Has been cancelled
Native Code Static Analysis / scan-build (pull_request) Has been cancelled
Build / build-win (pull_request) Has been cancelled
Build / build-ubuntu2204 (pull_request) Has been cancelled
Build and Publish Docker Images / build (amd64, amd64, ubuntu-latest, amd64) (push) Failing after 2m21s
2026-04-08 21:35:43 +02:00
Jacob Lewis
8095f922bc [WebHost Docs] Updated and clarified new tracker endpoitns and misc fixes. (#5475)
* Adding json/python to codeblocks to make it pretty, fixed spelling mistakes, swapped uuids for suuids in the examples, and expanded on /tracker and /static_tracker, and /slot_data_tracker giving the details of the API calls endpoints

* Add in API Cacheing timers and related text blurb

* updated for merged edit to /static_tracker

* Removed timer from /datapackage/checksum
2026-01-31 20:19:46 +01:00
Fabian Dill
4a0a65d604 WebHost: add played game to static tracker (#5731) 2025-12-09 00:45:02 +01:00
Etsuna
4525bae879 Webhost: add total player location counts to tracker API (#5441) 2025-09-24 20:08:14 +02:00
Fabian Dill
fb9011da63 WebHost: revamp /api/*tracker/ (#5388) 2025-09-22 00:25:12 +02:00
Aaron Wagener
88a4a589a0 WebHost: add a tracker api endpoint (#1052)
An endpoint from the tracker page.
2025-08-23 08:33:46 +02:00
qwint
4a43a6ae13 Docs: Clean up SUUID Post #4944 (#5196) 2025-07-16 11:51:34 -04:00
Jacob Lewis
477028a025 Dics: Add Webhost API Documententation (#4887)
* capitialization changes

* ditto

* Revert "ditto"

This reverts commit 17cf596735.

* Revert "capitialization changes"

This reverts commit 6fb86c6568.

* full revert and full commit

* Update docs/webhost api.md

Co-authored-by: qwint <qwint.42@gmail.com>

* Update docs/webhost api.md

Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com>

* Update docs/webhost api.md

Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com>

* Update webhost api.md

* Removed in-devolopment API

* Apply standard capitilization and grammar flow

Co-authored-by: Scipio Wright <scipiowright@gmail.com>

* declarative language

* Apply suggestions from code review

Co-authored-by: qwint <qwint.42@gmail.com>

* datapackage_checksum clarification, and /datapackage clairfication

* /dp/checksum clarification

* Detailed responces and /generation breakdown

* Update webhost api.md

* Made output anonomous

* Update docs/webhost api.md

Co-authored-by: qwint <qwint.42@gmail.com>

* Swapped IDs to UUID, and added language around UUID vs SUUID

* Apply suggestions from code review

formatting and grammar

Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>

* Condensed paragraphs and waterfalled headders

---------

Co-authored-by: qwint <qwint.42@gmail.com>
Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com>
Co-authored-by: Scipio Wright <scipiowright@gmail.com>
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
2025-07-16 11:11:07 -04:00