Skip to content

Commit

Permalink
daemon: Add Mock builds for testing purposes
Browse files Browse the repository at this point in the history
Signed-off-by: ZorEl212 <[email protected]>
  • Loading branch information
ZorEl212 committed Sep 14, 2024
1 parent 1f1db48 commit ceb3912
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions client_stub/mock_builds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"id": 1,
"name": "Build 1",
"status": "Success",
"timestamp": "2024-07-01T12:00:00Z",
"logs": "Build 1 completed successfully."
},
{
"id": 2,
"name": "Build 2",
"status": "Failed",
"timestamp": "2024-07-02T15:30:00Z",
"logs": "Build 2 failed due to compilation errors."
}
]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flask pymongo redis tgcrypto pyrogram eventlet gunicorn "uvicorn[standard]" python-socketio "python-socketio[client]" "python-socketio[asyncio_client]" jwcrypto configparser

0 comments on commit ceb3912

Please sign in to comment.