|
55302
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55302
|
|
55303
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git f
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55303
|
|
55304
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55304
|
|
55305
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55305
|
|
55306
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (ssh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (ssh)...
|
iTerm2
|
APP (ssh)
|
NULL
|
55306
|
|
55307
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55307
|
|
55308
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55308
|
|
55309
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55309
|
|
55310
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55310
|
|
55320
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55320
|
|
55321
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55321
|
|
55322
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55322
|
|
55323
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55323
|
|
55440
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delays
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
branch 'JY-20553-debug-crm-sync-delays' set up to track 'origin/JY-20553-debug-crm-sync-delays'.
Switched to a new branch 'JY-20553-debug-crm-sync-delays'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55440
|
|
55441
|
Last login: Mon Apr 20 10:16:41 on ttys007
Poetry Last login: Mon Apr 20 10:16:41 on ttys007
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
error: Your local changes to the following files would be overwritten by checkout:
app/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEvent.php
tests/Unit/Listeners/AutomatedReports/UserPilot/TrackAutomatedReportGeneratedEventTest.php
Please commit your changes or stash them before you switch branches.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5603 files in 30.988 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (master) $ co JY-18909-automated-reports-ask-jiminny
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'JY-18909-automated-reports-ask-jiminny'
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch and 'origin/JY-18909-automated-reports-ask-jiminny' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
Merge made by the 'ort' strategy.
app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php | 2 +-
app/Repositories/AutomatedReportsRepository.php | 9 +++++++++
app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php | 13 +++++++++++++
tests/Unit/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJobTest.php | 26 +++++++++++++-------------
4 files changed, 36 insertions(+), 14 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is ahead of 'origin/JY-18909-automated-reports-ask-jiminny' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git push
Enumerating objects: 38, done.
Counting objects: 100% (32/32), done.
Delta compression using up to 8 threads
Compressing objects: 100% (16/16), done.
Writing objects: 100% (18/18), 1.97 KiB | 1008.00 KiB/s, done.
Total 18 (delta 12), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (12/12), completed with 9 local objects.
remote:
remote: GitHub found 22 vulnerabilities on jiminny/app's default branch (10 high, 12 moderate). To find out more, visit:
remote: [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git status
On branch JY-18909-automated-reports-ask-jiminny
Your branch is up to date with 'origin/JY-18909-automated-reports-ask-jiminny'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Http/Controllers/API/ActivityController.php
modified: app/Http/Controllers/API/V2/AskJiminnyReportsController.php
modified: app/Jobs/AutomatedReports/RequestGenerateAskJiminnyReportJob.php
modified: app/Jobs/Team/SyncToIntercom.php
modified: app/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityService.php
modified: app/Services/Kiosk/AutomatedReports/AutomatedReportsService.php
modified: app/Services/PlaybackService.php
modified: config/logging.php
modified: routes/web.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AskJiminnyReportActivityServiceTest.php
modified: tests/Unit/Services/Kiosk/AutomatedReports/AutomatedReportsServiceTest.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git pull
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 49 (delta 33), reused 49 (delta 33), pack-reused 0 (from 0)
Unpacking objects: 100% (49/49), 9.18 KiB | 284.00 KiB/s, done.
From github.com:jiminny/app
1d10796eec..fec25f3343 JY-20701-reschedule-HubSpot-processing -> origin/JY-20701-reschedule-HubSpot-processing
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ csfix
docker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diff
PHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.3.30
Running analysis on 7 cores with 10 files per process.
Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!
Loaded config default from ".php-cs-fixer.dist.php".
5603/5603 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)
---------- begin diff ----------
--- /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
+++ /home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php
@@ -89,7 +89,7 @@
*/
public function update(Request $request, string $uuid): JsonResponse
{
- \Illuminate\Support\Facades\Log::channel('custom_channel')->info("UPDATE");
+ \Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');
/** @var User $user */
$user = $request->user();
----------- end diff -----------
Fixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory used
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetch
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delays
fatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays' cannot be created from it
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delays
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M app/Http/Controllers/API/ActivityController.php
M app/Jobs/Team/SyncToIntercom.php
M app/Services/PlaybackService.php
M config/logging.php
M routes/web.php
branch 'JY-20553-debug-crm-sync-delays' set up to track 'origin/JY-20553-debug-crm-sync-delays'.
Switched to a new branch 'JY-20553-debug-crm-sync-delays'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
55441
|
|
55452
|
rostmancaltvlewWindowHelp•Salestorce vQ Search• Am rostmancaltvlewWindowHelp•Salestorce vQ Search• Amazon connectAmazon Connect CopyAWS• SalesForce›saleston• XantiGET Salesforce Get RecorHITP https://vuelio.my.salesforce.com/services/data/v50.0/tooling/queryhttps://vuelio.my.salesforce.com/services/data/v50.0/tooling/query/?q=SELECTId DataTvoe. DeveloperName. Label. Lenath. DescriotionFROM.WHEREDurableld = Task.TypeE Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsGET get obiect deleted • GET <url)/services/data/v5 •DescriptionSELECT ~ •Id. DataTvoe, DeveloperName. Label. Lenath. Descriotion FROM • • FieldDefinition • WH.."o History• Send + Get a successful response" Send + Visualize response*R Send + Write testsCAMIDONMCNTeSPECS> FLOWS• Connect Git = Concole 5.) Termina100% C7Mon 20 Apr 12:50:384XAIF SavevShareSondNew Chat-vO.CookiesBulk Edit ...Describe what vou need. Press @ for context. / for SkillsSô Auto ~Globals Vault Tools ? 0...
|
iTerm2
|
NULL
|
NULL
|
55452
|
|
55453
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0100% [8 Mon 20 Apr 12:50:39APP (-zsh)DOCKERO 81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"О ₴85-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55453
|
|
55454
|
rostmancaltvlewWindowHelp•Salestorce vQ Search• Am rostmancaltvlewWindowHelp•Salestorce vQ Search• Amazon connectAmazon Connect CopyAWS• SalesForce›saleston• XantiGET Salesforce Get RecorHITP https://vuelio.my.salesforce.com/services/data/v50.0/tooling/queryhttps://vuelio.my.salesforce.com/services/data/v50.0/tooling/query/?q=SELECTId DataTvoe. DeveloperName. Label. Lenath. DescriotionFROM.WHEREDurableld = Task.TypeE Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsGET get obiect deleted • GET <url)/services/data/v5 •DeccrintionISELECT ~ •Id. DataTvoe, DeveloperName. Label. Lenath. Descriotion FROM • • FieldDefinition • WH..Response"o History• Send + Get a successful response" Send + Visualize response*R Send + Write testsCAMIDONMCNTeSPECS>FLOWS• Connect Git = Concole 5.) Termina100% C7Mon 20 Apr 12:50:394XAIF SavevShareSendNew Chat-vO.CookiesBulk Edit ...Describe what vou need. Press @ for context. / for SkillsSô Auto ~Globals Vault Tools ? 0...
|
iTerm2
|
NULL
|
NULL
|
55454
|
|
55455
|
rostmancaltvlewWindowHelp•Salestorce vQ SearchGET rostmancaltvlewWindowHelp•Salestorce vQ SearchGET Salesforce Get RecorHITP [URL_WITH_CREDENTIALS] ParamsValueDescriptionSELECT ~ •Id, DataType, DeveloperName, Label, Length, Description - FROM - • FieldDefinition - WH...Response History v$1PSSlackSend + Get a successful responset Send + Visualize response& Send + Write testsCAMIDONMCNTeSPECS>FLOWS§2 Connect Git E Console 2 Termina100% C2Mon 20 Apr 12:50:414X AIF SavevShareNew Chat+ DBulk Edit….Describe what you need. Press @ for context, / for Skills.Sô? Auto vGlobals Vault Tools?000...
|
iTerm2
|
NULL
|
NULL
|
55455
|
|
55456
|
rostmancaltvlewWindowHelp•Salestorce vQ SearchGET rostmancaltvlewWindowHelp•Salestorce vQ SearchGET Salesforce Get Recor •GET get obiect deletedHITP [URL_WITH_CREDENTIALS] ParamsValueDescriptionSELECT ~ *Id, DataType, DeveloperName, Label, Length, Description ~ FROM ~ • FieldDefinition ~ WH..Response History v(o) Send + Get a successful responseo) Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWS§2 Connect Git E Console Termina4 0100% C7Mon 20 Apr 12:50:444X AIF SavevShareNew Chat-vO.Bulk Edit ...Describe what vou need. Press @ for context. " for SkilisSô? Auto vGlobals Vault Tools?000...
|
iTerm2
|
NULL
|
NULL
|
55456
|
|
55458
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0APP (-zsh)DOCKERO 81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe*О ₴85100% C47 8 Mon 20 Apr 12:50:50T₴1|-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55458
|
|
55459
|
rostmancaltvlewWindowHelpo salestarceQ SearchGET S rostmancaltvlewWindowHelpo salestarceQ SearchGET Salesforce Get Recor •GET get obiect deletedHITP [URL_WITH_CREDENTIALS] ParamsValueDescriptionSELECT ~ *Id, DataType, DeveloperName, Label, Length, Description ~ FROM ~ • FieldDefinition ~ WH..Response History v(o) Send + Get a successful responseo) Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS> FLOWS§2 Connect Git E Console Termina4 0100% C7Mon 20 Apr 12:50:504X AIF SavevNew Chat-vO.Bulk Edit ...Describe what vou need. Press @ for context. " for SkilisSô? Auto vGlobals Vault Tools?000...
|
iTerm2
|
NULL
|
NULL
|
55459
|
|
55460
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0APP (-zsh)DOCKERO 81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"О ₴85100% C47 8 Mon 20 Apr 12:50:51T₴1|-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55460
|
|
55461
|
Amazon Connect CopyAWS• SalesForce›saleston• Xanti Amazon Connect CopyAWS• SalesForce›saleston• XanticaltVIewWindowmelp•Salestorce v& Salesforce*x HubspotA Notich (JIRA, Elevenlabs)Pipedrive& Close• copper8 Prophetg8 Integration Apr8 Bullhorn8 Personaloo View all workspacesQ SearchCreate6o OverviewGET Salesforce Get RecorGET get obiect deletedHITP [URL_WITH_CREDENTIALS] ParamsValueDescriptionSELECT ~ *Id, DataType, DeveloperName, Label, Length, Description ~ FROM ~ • FieldDefinition ~ WH..Response" History(o) Send + Get a successful responseo) Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWS§2 Connect Git E Console Termina4 0100% C7Mon 20 Apr 12:50:514X AIF SavevNew Chat-vO.Bulk Edit ...Describe what vou need. Press @ for context. " for SkilisSô? Auto vGlobals Vault Tools?000...
|
iTerm2
|
NULL
|
NULL
|
55461
|
|
55465
|
4 0100% C7Mon 20 Apr 12:51:03VIewWindowmelpXx Hubs 4 0100% C7Mon 20 Apr 12:51:03VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read callKoaseun)/crm/v3/objects/deal/58029/58241E Docs ParamsAuthorization • Headers 8 Body ScriptsSettinasAuth TypeRearer TokenTokenThe authorization header will be automatically generated when you send the request.Learn more about searer lloken authorization,GET Read• SearchGET ReadGET read calllGET Get Engagement (v1No environmentvfa) SaveSharecookiesS*AIINew ChatV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingPosT aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios> Tickets• Uceful• Webhooks<token))# History~• Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTe>FLOWS§2 Connect Git E Console TerminaDescribe what vou need. Press @ for context. " for SkilisSô? Auto vGlobals Vault Tools?000...
|
iTerm2
|
NULL
|
NULL
|
55465
|
|
55466
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0100% [8 Mon 20 Apr 12:51:08APP (-zsh)DOCKER₴1DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"О ₴85-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55466
|
|
55467
|
4 0100% C7Mon 20 Apr 12:51:08VIewWindowmelpXx Hubs 4 0100% C7Mon 20 Apr 12:51:08VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read callKoaseun)/crm/v3/objects/deal/58029/58241E Docs ParamsAuthorization • Headers 8 Body ScriptsSettinasAuth TypeRearer TokenTokenThe authorization header will be automatically generated when you send the request.Learn more about searer lloken authorization,GET Read• SearchGET ReadGET read calllGET Get Engagement (v1No environmentvfa) SaveShare*eu sookiosNew ChatV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingPosT aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios> Tickets• Ulsefule• Webhooks<token))# History~• Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTe>FLOWS§2 Connect Git E Console TerminaDescribe what vou need. Press @ for context. " for SkilisSô? Auto vGlobals Vault Tools?000...
|
iTerm2
|
NULL
|
NULL
|
55467
|
|
55477
|
4 0VIewWindowmelpXx Hubspot vYour team is now on t 4 0VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read callKoaseun)/crm/v3/objects/deal/58029/58241E Docs ParamsAuthorization • Headers 9 Body ScriptsSettinasAuth TypeBearer TokenTokenThe authorization header will be automatically generated when you send the request.Learn more about searer lloken authorization,100% C7Mon 20 Apr 12:51:36InviteGET Read• SearchGET ReadGET read calllGET Get Engagement (v1No environmentvfa) SaveShareCookiesSAL153New ChatV COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingpost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronerties |• RESEARCH> Tickets• Uceful• Webhooks((token}}Body Cookies 1 Headers 16"JSONvPreviewSo, Pass the correct auth credentials v"messade". "The OAuth token used to make this call expired 3 dav(s) ago."..401 Unauthorized • 179 ms • 1.4 KB • (a| eg. Save Response ...=a100ВЛАЛК АЛ АПТАОЛАС.ЛА ЗЛ47"CAMIDONMCNTeSPECS>FLOWS• Connect Git = Concole 5.) TerminaDescribe what vou need. Press @ for context. / for SkillsSô Auto ~Globale Vault Tonkeenem...
|
iTerm2
|
NULL
|
NULL
|
55477
|
|
55478
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0100% [8 Mon 20 Apr 12:51:38APP (-zsh)DOCKERO 81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"О ₴85-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55478
|
|
55479
|
4 0VIewWindowmelpXx Hubspot vYour team is now on t 4 0VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read call{{baseUrl)} /crm/v3/objects/deal/58021758241E Docs ParamsAuthorization • Headers 9 Body ScriptsSettinasAuth TypeBearer TokenTokenThe authorization header will be automatically generated when you send the request.Learn more about searer lloken authorization,100% C7Mon 20 Apr 12:51:38InviteGET Read• SearchGET ReadGET read calllGET Get Engagement (v1No environmentvfa) SaveShareCookiesSAL153New ChatV COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingpost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertioc• RESEARCH> Tickets• Uceful• Webhooks((token}}Body Cookies 1 Headers 16"JSONvPreviewSo, Pass the correct auth credentials v"messade". "The OAuth token used to make this call expired 3 dav(s) ago."..401 Unauthorized • 179 ms • 1.4 KB • (a| eg. Save Response ...=a1003600vau.ВЛАЛК АЛ АПТАО,АС.ЛА 2Л47"CAMIDONMCNTeSPECS>FLOWS@ Connect Git = Concole 5.) TerminaDescribe what vou need. Press @ for context. / for SkillsSô Auto ~Globale Vault Tonkeenem...
|
iTerm2
|
NULL
|
NULL
|
55479
|
|
55483
|
PhostormVIewINavigarecodeLaravelKeractorloolsWindo PhostormVIewINavigarecodeLaravelKeractorloolsWindowmelp100% LzMon ZU AOr 1201:04FV faVsco.js( #11976 on JY-20553-debug-crm-sync-delaysL RequestGenerateAskJiminnyReportJobTest vProleteyu package-lock. sonE phpstan.neon.distpip apl_vc.onp© Service.php© Field.php© FieldRepository.php(©) criteria.php© ActivityUpdatedDate.php© ActivityActualDate.php© JiminnyDebugComphp api.php= custom.log= laravel.log4 SF jiminny@localhost]4 HS_local [jiminny@localhost] x& console [Pkol)# console [eu)& console (STAGINGIoorskepository.pnp=onostan-oasellne.neon<> phpunit.xmlleraw sol query.solM+ README.mdsos sonar-prolect.propertiesE test.py<> Untitled Diaaram.xmlis vetur.config.jsM. WEBHOOK FILTERING IMPLEMENTATIO> ilb External Librariesv - Scratches and Consoles© Automateakeporisservice.ongС)1rackProviderinstalledevent.php© CreateActivityLoggedEvent.php(C) UserPilotActivityListener.phpC) ACtiViLyLoQged.ondOpportunitySyncTrait.phpC) AutomatedReport.photrait OpportunitySvnctraitA33 X2 X19 ^private function updateOpportunity(string Scrmid, array Sproperties, array Sassociations): Opportunityreturn Sopportunity:=D Database ConsolesV AEUA console [EU)4 DEAL RISKS (EU)A DI (EU)A EU (EU]v A jiminny@localhostA console (jiminny@localhost]# DI jiminny@localhostA HS_local [jiminny@localhost]A SF [jiminny@localhost]A zoho_dev (jiminny@localhost]• pрonLusagesprivate function resolveAccountId(array Sassociations): ?intif (! empty(Sassociations['account_id']){return Sassociations['account_id']:if (empty(Sassociations)) {return null// Fallback: use first company as account (currently SDK returns one company)foneach (faceociationel'comnanioc'l ac Saccnuntta) &Services@ OutputA rows yuser_id YQMŒAe1 email YTx: AutovSELECT * FROM crm_field_data WHERE crm_layout_entity_id = 9715sELcul * rruM crm_tleld_daca wheke cri_layour_enclty.1d IN (0474,0475,0470,0471,0478,04770SELECTCONCAT(u.id, CASE WHEN u.id = t.owner id THEN ' (owner)' ELSE •• END) AS user idU.emall,sa.*,t.owner 1d FROM social accounts saJOIN users Uon U.1d = sa.soclable1dJOIN teams t 1..n<->1: on t.id = u.team_idWHERE U.team_id = 2 and sa.provider = 'hubspot':select * from opportunities where team_id = 2and crm_provider_id IN ('51317301383'):select * from contacts where id = 85;select * from opportunities where team_id = 2 order by id desc;select * from opportunities where team_id = 2 and crm_provider_id = '51317301383'; # 5112select * from opportunities where team_id = 2 and crm_provider_id = '55976759904'; # 5112select * from opportunity_contacts where opportunity_id = 5117;crm_field_data where object_id = 1365;v DatabaseVAEU#console#liminnv@localhostA,SF 470 ms# HS local 480 ms• ADPOn« console, DockerSo jiminny06 41 Y6 ^@ :=CSVvprovider_refresh_token Y* expires Y : [EMAIL]* Wid Y +l™sociable_id Y : I provider_user_id Yprovider_user_token Y19 576067489 65235871CJf_rMuaMxIeQLNOML8k0EwrAhEACAcCFAISC00dA0EBA0EBA0EGGIKJiAIqos3fAijTrAIyFKFcEwV1WK3qAtibFBAvKW_y0WvS0¡5CU1AyXyRATCsCM0AIG..ba81e14f-b7c4-4a7b-aad1-9c82278eff3e17594840023 148 (owner)lukas.kovalikdiiminnv.onmicrosoft.com4081499CT2T1tLaMxTYO1NOM18k0EwrAqsACAkWEqkEHqEBA0MHGTKJjATan9eNHvjSrAIvFJasJJW8uTiibmnNa0T0e0aoHJP10i9CU1AvXvRATCsCTaATG0ZxThwBA.73266313-2131-432a-9bbb-1ceScde8163c176679224148 21225182CMiYz9LаMхIZQLNQML8kQEwrAgwACA{UAhIJBB4BAQEDBxiCiYwCIN7Y_Qwo0qwCMhQtgX7q_Xc48svSLNS0wSTRFIqsVToyQLNQMl8kQEwгAiUACBkGawEFThwBARIBAQEEATEEAQEBAQEBAQEBAQUBEggBAQEBAYLCFHaP[EMAIL].com1372206 60875738CNSs_guaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BАQEDBxiCiYwCINrHgx0o06wCMhTXUSuJboYd@S8vHsYuxKTIVnNjXToyQLNQML8kQEwrAiUACBkGawEFT……46affdf3-e0bc-4fc9-b8ae-e29acbb275cc1759/18224A rawe rotriovod ctartina from 1in 121 me fovodution: 20 me fotchina: 101 mcllSUM: 0 3:6 W Windsurf Teams 44:14 UTF-8enssoe...
|
iTerm2
|
NULL
|
NULL
|
55483
|
|
55484
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0APP (-zsh)DOCKERO 81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"O 885100% C47 8 Mon 20 Apr 12:51:57T₴1|-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55484
|
|
55485
|
VIewWindowmelpXx Hubspot vYour team is now on the VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assoccngagements, read call{{baseUrl)} /crm/v3/objects/deal/287386441E Docs ParamsAuthorization • Headers 9 Body ScriptsSettingsAuth TypeBearer TokenTokenThe authorization header will be automatically generated when you send the request.Learn more about searer lloken authorization,100% C7Mon 20 Apr 12:51:57GET Read• SearchGET ReadGET read calllGET Get Engagement (v1No environmentv( Save ~ShareCookiesSAL153New ChatV COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read cal>POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios• RESEARCH• СЕАРСН> Tickets• Uceful• Webhooks((token}}Body Cookies 1 Headers 16"JSONvPreviewSo, Pass the correct auth credentials v"messade". "The OAuth token used to make this call expired 3 dav(s) ago."..401 Unauthorized • 179 ms • 1.4 KB • (a| eg. Save Response ...=Q0S300v2uВЛАЛК АЛ АПТАО,АС.ЛА 2Л47"CAMIDONMCNTeSPECS>FLOWS@ Connect Git = Concole 5.) TerminaDescribe what vou need. Press @ for context. / for SkillsSô Auto ~Globale Vault Tonkeenem...
|
iTerm2
|
NULL
|
NULL
|
55485
|
|
55486
|
VIewWindowmelpXx Hubspot vYour team is now on the VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read callKoaseun)/crm/v3/objects/deal/28/386441E Docs ParamsAuthorization • Headers 9 Body ScriptsSettinasAuth TypeBearer TokenTokenThe authorization header will be automatically generated when you send the request.Learn more about searer lloken authorization,100% C7Mon 20 Apr 12:51:58GET Read• SearchGET ReadGET read calllGET Get Engagement (v1PATCH httos://api.hubapi.comNo environmentvfa) SaveShareCookies**AlV COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios• RESEARCH> Tickets• Ulsefule• Webhooks((token}}Variables in requestG tokenG baseUrl› All variablesCLaaitTZMxIZOINOMI8k@EwrAqwACAk.3ottos:llapi.hubapi.comBody Cookies 1 Headers 16"JSONvPreviewSo, Pass the correct auth credentials v"messade". "The OAuth token used to make this call expired 3 dav(s) ago."..401 Unauthorized • 179 ms • 1.4 KB • (a| eg. Save Response ...5=0108ВЛАЛК АЛ АПТАОЛАС.ЛА ЗЛ47"CAMIDONMCNTeSPECS>FLOWS• Connect Git = Concole 5.) TerminaGlobale Vault Tonkeenem...
|
iTerm2
|
NULL
|
NULL
|
55486
|
|
55487
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0100% [8 Mon 20 Apr 12:51:59APP (-zsh)DOCKERO 81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"О ₴85-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55487
|
|
55488
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0APP (-zsh)DOCKERO 81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe*О ₴85100% C47 8 Mon 20 Apr 12:52:02T₴1|-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55488
|
|
55489
|
VIewWindowmelpXx Hubspot vYour team is now on the VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read callKoaseun)/crm/v3/objects/deal/28/386441E Docs ParamsAuthorization • Headers 9 Body ScriptsSettinasAuth TypeBearer TokenTokenThe authorization header will be automatically generated when you send the request.Learn more about searer lloken authorization,100% C7Mon 20 Apr 12:52:02GET Read• SearchGET ReadGET read calllGET Get Engagement (v1PATCH httos://api.hubapi.comNo environmentvE SaveV COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingpost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios• RESEARCH> Tickets• Ulsefule• Webhookscookies((token}}Variables in requestG tokenG baseUrl_IcZЗb3eqr3O03j80WSqNuYTFSAFoAYAhttps://api.hubapi.comBody Cookies 1 Headers 16"JSONvPreviewSo, Pass the correct auth credentials v"messade". "The OAuth token used to make this call expired 3 dav(s) ago."..401 Unauthorized • 179 ms • 1.4 KB • (a| eg. Save Response ...5=a100ВЛАЛК АЛ АПТАО,АС.ЛА 2Л47"CAMIDANMCNTeSPECS>FLOWS• Connect Git = Concole 5.) TerminaGlobals Vault Tools?0O...
|
iTerm2
|
NULL
|
NULL
|
55489
|
|
55490
|
VIewWindowmelpXx Hubspot vYour team is now on the VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read callKoaseun)/crm/v3/objects/deal/28/386441E Docs ParamsAuthorization • Headers 9 Body ScriptsSettinasAuth TypeBearer TokenTokenThe authorization header will be automatically generated when you send the request.Learn more about searer lloken authorization,100% C7Mon 20 Apr 12:52:03GET Read• SearchGET ReadGET read calllGET Get Engagement (v1No environmentvfa) SaveShare |oCookies»*AIV COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios• RESEARCH> Tickets• Uceful• Webhooks((token}}Variables in requestG tokenG baseUrl› All variablesCMiYz9LaMx|ZOINOMI8k@EwrAqwACAk…….httos:/lapi.hubapi.comBody Cookies 1 Headers 16"JSONvPreviewSo, Pass the correct auth credentials v"messade". "The OAuth token used to make this call expired 3 dav(s) ago."..401 Unauthorized • 179 ms • 1.4 KB • (a| eg. Save Response ...5=a1083600JauВЛАЛК АЛ АПТАОЛАС.ЛА ЗЛ47"CAMIDONMCNTeSPECS>FLOWS• Connect Git = Concole 5.) TerminaGlobale Vault Tonkeenem...
|
iTerm2
|
NULL
|
NULL
|
55490
|
|
55491
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0100% [8 Mon 20 Apr 12:52:03APP (-zsh)DOCKERDEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"О ₴85-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55491
|
|
55492
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0APP (-zsh)DOCKER₴81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe*О ₴85100% C47 8 Mon 20 Apr 12:52:04T₴1|-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55492
|
|
55493
|
VIewWindowmelpXx Hubspot vYour team is now on the VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read call{oaseun)/crm/vs/objects/deal/28/386441E Docs ParamsAuthorization • Headers 9 Body ScriptsSettinasAuth TypeBearer TokenTokenThe authorization header will be automatically generated when you send the request.Learn more about searer loken authorization,100% C7Mon 20 Apr 12:52:04GET Read• SearchGET ReadGET read calllGET Get Engagement (v1f SaveNo environmentvShareCookiesV COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingpost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios• RESEARCH> Tickets• Uceful• Webhooks((token}}Body Cookies 1 Headers 16"JSONvPreviewSo, Pass the correct auth credentials v"messade". "The OAuth token used to make this call expired 3 dav(s) ago."..401 Unauthorized 179 ms • 1.4 KB • Pa| e.g. Save Response ...=a00ВЛАЛК АЛ АПТАО,АС.ЛА 2Л47"CAMIDANMCNTeSPECS>FLOWS• Connect Git = Concole 5.) TerminaGlobale Vault Tonkeeam...
|
iTerm2
|
NULL
|
NULL
|
55493
|
|
55494
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0100% [8 Mon 20 Apr 12:52:08APP (-zsh)DOCKER₴81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"О ₴85-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55494
|
|
55495
|
4 0VIewWindowmelpXx Hubspot vYour team is now on t 4 0VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assoccngagements › read callKoaseun)/crm/v3/objects/deal/28/386441E Docs Par-lns Authorization • Headers 9 Body ScriptsSettinasAuth TypeXealeekeinTokenThe authorization header will be automatically generated when you send the request.Learn more about searer lloken authorization,100% C7Mon 20 Apr 12:52:08GET Read• SearchGET ReadGET read calllGET Get Engagement (v1No environmentvf SaveV COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv Enqagements>O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read cal>POST search callsGET list callspost meetinas scheduledGET get meetingpost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios• RESEARCH• СЕАРСН> Tickets• Ulsefule• WebhooksCookies<token))Body Cookies 1 Headers 20"JSONvPreview |e. Visualize"id": "287386441"."properties"."clocedate". -2021-02.12709-10-55 9527""2025-12-16T13:32:17.3987"200 OK • 203 ms • 1.32 KB • F| eg. Save Response ...=a002025-12-16113:32:17.3982,"archived": ralse,"https:///app.hubspot.com/contacts/4392066/record/0-3/287386441*CAMIDONMCNTe> spfcs>FLOWS@ Connect Git = Concole 5.) TerminaGlobale Vault Tonkeeam...
|
iTerm2
|
NULL
|
NULL
|
55495
|
|
55496
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0100% [8 Mon 20 Apr 12:52:09APP (-zsh)DOCKER₴1DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"О ₴85-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55496
|
|
55497
|
4 0100% C7Mon 20 Apr 12:52:09VIewWindowmelpXx Hubs 4 0100% C7Mon 20 Apr 12:52:09VIewWindowmelpXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocGET ReadGET ReadEnaagements > read callKoaseun)/crm/v3/objects/deal/28/386441E Docs Params Authorization • Headers 9 Body Scripts Settingswuery ParamsKey IGET read calllGET Get Engagement (v1PATCH httos://api.hubapi.comf SaveV COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingpost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios• СЕАРСН> Tickets• Ulsefule• WebhooksDescriotionNo environmentvCookiesBulk EditBody Cookies 1 Headers 20"JSONvPreviewe. Visualizev"id": "287386441"."properties"."clocedate". -2021-02.12709-10-55 9527""2025-12-16T13:32:17.3987"200 OK • 203 ms • 1.32 KB • F| eg. Save Response ...=a002025-12-16113:32:17.3982,"archived": ralse,"https:app.hubspot.com/contacts/4392066/record/0-3/287386441CAMIDONMCNTeSPECS>FLOWS• Connect Git = Concole .l TerminGlobale Vault Tookeemam...
|
iTerm2
|
NULL
|
NULL
|
55497
|
|
55498
|
VIewWindowmelpXx Hubspot vYour team is now on the VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read call{{baseUrl)} /crm/v3/objects/deal/287386441?associationsE Docs Params • Authorization • Headers 9 Body Scripts Settingswuery ParamsassociationsGET Read• SearchGET ReadGET read calllGET Get Engagement (v1V COLLECTIONS• AssociationsAssociations VA• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingpost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios• СЕАРСН> Tickets• Ulsefule• WebhooksDescriotionNoccrintionBody Cookies 1 Headers 20"JSONvPreviewe. Visualizev"id": "287386441"."properties"."clocedate". -2021-02.12709-10-55 9527""2025-12-16T13:32:17.3987"2025-12-16113:32:17.3982,"archived": ralse,"https:app.hubspot.com/contacts/4392066/record/0-3/287386441CAMIDONMCNTeSPECS>FLOWS• Connect Git = Concole 5.l Termin100% C7Mon 20 Apr 12:52:13No environmentvf SaveCookiesBulk Edit2a Type đ200 OK • 203 ms • 1.32 KB • Ca| eg. Save Response ...=a00Globale Vault Tookeemam...
|
iTerm2
|
NULL
|
NULL
|
55498
|
|
55499
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0APP (-zsh)DOCKERDEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe*О ₴85100% C47 8 Mon 20 Apr 12:52:13T₴1|-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55499
|
|
55500
|
VIewWindowmelpXx Hubspot vYour team is now on the VIewWindowmelpXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST search dealsPOST Read a batch of obiecPOST Read a batch of assocEngagements › read call{{baseUrl)} /crm/v3/objects/deal/287386441?associations=contact, companyE Docs Params • Authorization • Headers 9 Body Scripts Settingswuery ParamsassociationsGET Read• SearchGET ReadGET read calllGET Get Engagement (v1V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EnqagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks v/A©Auth• Pronertios• СЕАРСН> Tickets• Uceful• Webhookscontact, companylDescriotionNoccrintionBody Cookies 1 Headers 20"JSONvPreviewe. Visualizev"id": "287386441"."properties"."clocedate". :2021-02.12709-10-55 9537""2025-12-16T13:32:17.3987"2025-12-16113:32:17.3982,"archived": ralse,"https:app.hubspot.com/contacts/4392066/record/0-3/287386441CAMIDONMCNTeSPECS>FLOWS• Connect Git = Concole.l Termin100% C7Mon 20 Apr 12:52:21No environmentvf SaveSharesendse CookiesBulk Edit200 OK • 203 ms • 1.32 KB • f| eg. Save Response ...=a00Globale Vault Tookeemam...
|
iTerm2
|
NULL
|
NULL
|
55500
|
|
55501
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0APP (-zsh)DOCKERO 81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe*О ₴85100% C47 8 Mon 20 Apr 12:52:21T₴1|-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55501
|
|
55502
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹$0APP (-zsh)DOCKERO 81DEV (docker)Loadedconfig default from ".php-cs-fixer.dist.php".5603/5603100%882APP (-zsh)1) app/Http/Controllers/API/V2/AskJiminnyReportsController.php (single_quote)begin diff/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php+++/home/jiminny/app/Http/Controllers/API/V2/AskJiminnyReportsController.php-89,7 +89,7 0*/public function update(Request Srequest, string Suuid): JsonResponse\Illuminate|Support\Facades\Log::channel('custom_channel')->info("UPDATE");\Illuminate\Support\Facades\Log::channel('custom_channel')->info('UPDATE');/** @var User Suser */Suser = Srequest->user();-zsh• 84screenpipe"О ₴85100% C47 8 Mon 20 Apr 12:52:25T₴1|-zsh₴6APPend diffFixed 1 of 5603 files in 42.363 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git fetchlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ co -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays orign/JY-20553-debug-crm-sync-delaysfatal: 'orign/JY-20553-debug-crm-sync-delays' is not a commit and a branch 'JY-20553-debug-crm-sync-delays'cannot be created from itlukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-18909-automated-reports-ask-jiminny) $ git checkout -b JY-20553-debug-crm-sync-delays origin/JY-20553-debug-crm-sync-delaysM.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Http/Controllers/API/ActivityController.phpapp/Jobs/Team/SyncToIntercom.phpMapp/Services/PlaybackService.phpconfig/logging.phproutes/web.phpbranch 'JY-20553-debug-crm-sync-delays' set up to track'origin/JY-20553-debug-crm-sync-delays'.Switched to a new branch 'JY-20553-debug-crm-sync-delays'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20553-debug-crm-sync-delays) $ |...
|
iTerm2
|
NULL
|
NULL
|
55502
|