Add serverside PING-command #228

Merged
lars.winzer merged 6 commits from feat/38-add-serverside-ping-command into main 2026-04-02 12:45:56 +02:00
lars.winzer commented 2026-04-02 12:32:52 +02:00 (Migrated from git.scicore.unibas.ch)

Added the PingRequest

Added the PingParser to parse the PrimitiveRequest into the PingRequest. Here nothing is really done, as the command has no parameters.

Added the PingHandler to execute the PingRequest. In this case, just responding with the OkResponse

Closes #38

Added the `PingRequest` Added the `PingParser` to parse the PrimitiveRequest into the `PingRequest`. Here nothing is really done, as the command has no parameters. Added the `PingHandler` to execute the `PingRequest`. In this case, just responding with the `OkResponse` Closes #38
lars.winzer (Migrated from git.scicore.unibas.ch) scheduled this pull request to auto merge when all checks succeed 2026-04-02 12:33:08 +02:00
lars.winzer commented 2026-04-02 12:43:10 +02:00 (Migrated from git.scicore.unibas.ch)

aborted the automatic merge because the source branch was updated. Learn more.

aborted the automatic merge because the source branch was updated. [Learn more](https://git.scicore.unibas.ch/help/ci/pipelines/merge_trains.md#merge-request-dropped-from-the-merge-train).
lars.winzer commented 2026-04-02 12:43:10 +02:00 (Migrated from git.scicore.unibas.ch)

added 1 commit

Compare with previous version

added 1 commit <ul><li>10347b3e - Style: Correct method naming</li></ul> [Compare with previous version](/cs108-fs26/Gruppe-13/-/merge_requests/72/diffs?diff_id=14294&start_sha=87b2dcfc2cd81d72b9749406f4ef06f86cfa4cc9)
lars.winzer commented 2026-04-02 12:45:50 +02:00 (Migrated from git.scicore.unibas.ch)

Just the other day, I did something in Python, and now it's coming back to bite you ...

Just the other day, I did something in Python, and now it's coming back to bite you ...
lars.winzer commented 2026-04-02 12:45:56 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit f2df06d21a

mentioned in commit f2df06d21aa6cd47253ed81ce11f51c05deefcbf
lars.winzer (Migrated from git.scicore.unibas.ch) merged commit f2df06d21a into main 2026-04-02 12:45:56 +02:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: University-of-Basel-Studentprojects/Programmierprojekt#228