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

Auto Restart #115

Draft
wants to merge 5 commits into
base: 1.x
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions agent/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
NIGHTWATCH_BASE_URL=
NIGHTWATCH_TOKEN=
NIGHTWATCH_DEBUG=true
1 change: 1 addition & 0 deletions agent/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/*.md export-ignore
/.editorconfig export-ignore
/.env.example export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
Expand Down
1 change: 1 addition & 0 deletions agent/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.box_dump
/.env.testing
/.phpunit.result.cache
/box.json
/phpstan.neon
Expand Down
1 change: 1 addition & 0 deletions agent/box.json.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/box-project/box/refs/heads/main/res/schema.json",
"main": "src/agent.php",
"output": "build/agent.phar",
"alias": "nightwatch-agent.phar",
Expand Down
Binary file modified agent/build/agent.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion agent/build/signature.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EA7F6BABFE0D3F3B53FEE7E9C5F2E657FAF8CA6156CC92AF7ADC0F750930A98963BC7BB69056C010F4A5B77B4B53C064618A53DE62B1B482A2D75EAEDA38B682
EE27444ECC3909D5356C4C14E6B27F9B7A390B7DC05FF5D51525B508060B558268B695F58FBEB73188608E2F258D9BD0DD4203106D304A89B8487085CF2F89FE
3 changes: 2 additions & 1 deletion agent/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"pestphp/pest": "^3.7.4",
"phpstan/phpstan": "^2.1.6",
"phpunit/phpunit": "^11.5.3",
"symfony/process": "^7.2"
"symfony/process": "^7.2",
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": {
Expand Down
307 changes: 303 additions & 4 deletions agent/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading