|
81867
|
Last login: Wed May 27 12:49:32 on ttys012
Poetry Last login: Wed May 27 12:49:32 on ttys012
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ app
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-strict-casting-text-relay-service
Switched to a new branch 'JY-20915-fix-strict-casting-text-relay-service'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-strict-casting-text-relay-service) $ ;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-20915-fix-strict-casting-text-relay-service) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5697/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5697 files in 55.554 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-strict-casting-text-relay-service) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M config/logging.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
remote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 97 (delta 69), reused 95 (delta 69), pack-reused 0 (from 0)
Unpacking objects: 100% (97/97), 14.08 KiB | 150.00 KiB/s, done.
From github.com:jiminny/app
f1ccf9be50..890e429206 master -> origin/master
ce9abde868..3800efb7ea JY-20905-tool-search-members -> origin/JY-20905-tool-search-members
ad6ace97b9..b3659b1290 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating f1ccf9be50..890e429206
Fast-forward
app/Services/Mail/TextRelayService.php | 6 +++---
tests/Unit/Services/Mail/TextRelayServiceTest.php | 13 +++++++++++--
2 files changed, 14 insertions(+), 5 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-missing-header-text-relay
Switched to a new branch 'JY-20915-fix-missing-header-text-relay'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ make docker-update
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Services/Mail/TextRelayService.php (statement_indentation)
---------- begin diff ----------
--- /home/jiminny/app/Services/Mail/TextRelayService.php
+++ /home/jiminny/app/Services/Mail/TextRelayService.php
@@ -67,7 +67,7 @@
$job = new EmailTextRelay($messageId, $relayedText);
$job->onQueue(Constants::QUEUE_EMAILS);
-// dispatch($job);
+ // dispatch($job);
Log::info('[TextRelayService] Successfully dispatched message', [
'message_id' => $messageId,
----------- end diff -----------
Fixed 1 of 5698 files in 84.046 seconds, 701.18 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5698 files in 52.731 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1
Learn more at https://docs.docker.com/go/debug-cli/
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $...
|
iTerm2
|
-zsh
|
NULL
|
81867
|
|
81868
|
Last login: Wed May 27 12:49:32 on ttys012
Poetry Last login: Wed May 27 12:49:32 on ttys012
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ app
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-strict-casting-text-relay-service
Switched to a new branch 'JY-20915-fix-strict-casting-text-relay-service'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-strict-casting-text-relay-service) $ ;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-20915-fix-strict-casting-text-relay-service) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5697/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5697 files in 55.554 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-strict-casting-text-relay-service) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M config/logging.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
remote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 97 (delta 69), reused 95 (delta 69), pack-reused 0 (from 0)
Unpacking objects: 100% (97/97), 14.08 KiB | 150.00 KiB/s, done.
From github.com:jiminny/app
f1ccf9be50..890e429206 master -> origin/master
ce9abde868..3800efb7ea JY-20905-tool-search-members -> origin/JY-20905-tool-search-members
ad6ace97b9..b3659b1290 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating f1ccf9be50..890e429206
Fast-forward
app/Services/Mail/TextRelayService.php | 6 +++---
tests/Unit/Services/Mail/TextRelayServiceTest.php | 13 +++++++++++--
2 files changed, 14 insertions(+), 5 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-missing-header-text-relay
Switched to a new branch 'JY-20915-fix-missing-header-text-relay'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ make docker-update
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Services/Mail/TextRelayService.php (statement_indentation)
---------- begin diff ----------
--- /home/jiminny/app/Services/Mail/TextRelayService.php
+++ /home/jiminny/app/Services/Mail/TextRelayService.php
@@ -67,7 +67,7 @@
$job = new EmailTextRelay($messageId, $relayedText);
$job->onQueue(Constants::QUEUE_EMAILS);
-// dispatch($job);
+ // dispatch($job);
Log::info('[TextRelayService] Successfully dispatched message', [
'message_id' => $messageId,
----------- end diff -----------
Fixed 1 of 5698 files in 84.046 seconds, 701.18 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5698 files in 52.731 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] (-zsh)
Close Tab
⌥⌘1
-zsh...
|
iTerm2
|
-zsh
|
NULL
|
81868
|
|
81869
|
Last login: Wed May 27 12:49:32 on ttys012
Poetry Last login: Wed May 27 12:49:32 on ttys012
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ app
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-strict-casting-text-relay-service
Switched to a new branch 'JY-20915-fix-strict-casting-text-relay-service'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-strict-casting-text-relay-service) $ ;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-20915-fix-strict-casting-text-relay-service) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5697/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5697 files in 55.554 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-strict-casting-text-relay-service) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M config/logging.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
remote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 97 (delta 69), reused 95 (delta 69), pack-reused 0 (from 0)
Unpacking objects: 100% (97/97), 14.08 KiB | 150.00 KiB/s, done.
From github.com:jiminny/app
f1ccf9be50..890e429206 master -> origin/master
ce9abde868..3800efb7ea JY-20905-tool-search-members -> origin/JY-20905-tool-search-members
ad6ace97b9..b3659b1290 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating f1ccf9be50..890e429206
Fast-forward
app/Services/Mail/TextRelayService.php | 6 +++---
tests/Unit/Services/Mail/TextRelayServiceTest.php | 13 +++++++++++--
2 files changed, 14 insertions(+), 5 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-missing-header-text-relay
Switched to a new branch 'JY-20915-fix-missing-header-text-relay'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ make docker-update
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Services/Mail/TextRelayService.php (statement_indentation)
---------- begin diff ----------
--- /home/jiminny/app/Services/Mail/TextRelayService.php
+++ /home/jiminny/app/Services/Mail/TextRelayService.php
@@ -67,7 +67,7 @@
$job = new EmailTextRelay($messageId, $relayedText);
$job->onQueue(Constants::QUEUE_EMAILS);
-// dispatch($job);
+ // dispatch($job);
Log::info('[TextRelayService] Successfully dispatched message', [
'message_id' => $messageId,
----------- end diff -----------
Fixed 1 of 5698 files in 84.046 seconds, 701.18 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5698 files in 52.731 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] (-zsh)
Close Tab
⌥⌘1
-zsh...
|
iTerm2
|
-zsh
|
NULL
|
81869
|
|
81870
|
Last login: Wed May 27 12:49:32 on ttys012
Poetry Last login: Wed May 27 12:49:32 on ttys012
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ app
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-strict-casting-text-relay-service
Switched to a new branch 'JY-20915-fix-strict-casting-text-relay-service'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-strict-casting-text-relay-service) $ ;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-20915-fix-strict-casting-text-relay-service) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5697/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5697 files in 55.554 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-strict-casting-text-relay-service) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M config/logging.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
remote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 97 (delta 69), reused 95 (delta 69), pack-reused 0 (from 0)
Unpacking objects: 100% (97/97), 14.08 KiB | 150.00 KiB/s, done.
From github.com:jiminny/app
f1ccf9be50..890e429206 master -> origin/master
ce9abde868..3800efb7ea JY-20905-tool-search-members -> origin/JY-20905-tool-search-members
ad6ace97b9..b3659b1290 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating f1ccf9be50..890e429206
Fast-forward
app/Services/Mail/TextRelayService.php | 6 +++---
tests/Unit/Services/Mail/TextRelayServiceTest.php | 13 +++++++++++--
2 files changed, 14 insertions(+), 5 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-missing-header-text-relay
Switched to a new branch 'JY-20915-fix-missing-header-text-relay'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ make docker-update
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Services/Mail/TextRelayService.php (statement_indentation)
---------- begin diff ----------
--- /home/jiminny/app/Services/Mail/TextRelayService.php
+++ /home/jiminny/app/Services/Mail/TextRelayService.php
@@ -67,7 +67,7 @@
$job = new EmailTextRelay($messageId, $relayedText);
$job->onQueue(Constants::QUEUE_EMAILS);
-// dispatch($job);
+ // dispatch($job);
Log::info('[TextRelayService] Successfully dispatched message', [
'message_id' => $messageId,
----------- end diff -----------
Fixed 1 of 5698 files in 84.046 seconds, 701.18 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5698 files in 52.731 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] (-zsh)
Close Tab
⌥⌘1
git...
|
iTerm2
|
git
|
NULL
|
81870
|
|
81871
|
Last login: Wed May 27 12:49:32 on ttys012
Poetry Last login: Wed May 27 12:49:32 on ttys012
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ app
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-strict-casting-text-relay-service
Switched to a new branch 'JY-20915-fix-strict-casting-text-relay-service'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-strict-casting-text-relay-service) $ ;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-20915-fix-strict-casting-text-relay-service) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5697/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5697 files in 55.554 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-strict-casting-text-relay-service) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M config/logging.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
remote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 97 (delta 69), reused 95 (delta 69), pack-reused 0 (from 0)
Unpacking objects: 100% (97/97), 14.08 KiB | 150.00 KiB/s, done.
From github.com:jiminny/app
f1ccf9be50..890e429206 master -> origin/master
ce9abde868..3800efb7ea JY-20905-tool-search-members -> origin/JY-20905-tool-search-members
ad6ace97b9..b3659b1290 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating f1ccf9be50..890e429206
Fast-forward
app/Services/Mail/TextRelayService.php | 6 +++---
tests/Unit/Services/Mail/TextRelayServiceTest.php | 13 +++++++++++--
2 files changed, 14 insertions(+), 5 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-missing-header-text-relay
Switched to a new branch 'JY-20915-fix-missing-header-text-relay'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ make docker-update
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Services/Mail/TextRelayService.php (statement_indentation)
---------- begin diff ----------
--- /home/jiminny/app/Services/Mail/TextRelayService.php
+++ /home/jiminny/app/Services/Mail/TextRelayService.php
@@ -67,7 +67,7 @@
$job = new EmailTextRelay($messageId, $relayedText);
$job->onQueue(Constants::QUEUE_EMAILS);
-// dispatch($job);
+ // dispatch($job);
Log::info('[TextRelayService] Successfully dispatched message', [
'message_id' => $messageId,
----------- end diff -----------
Fixed 1 of 5698 files in 84.046 seconds, 701.18 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5698 files in 52.731 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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) $ git pull
DOCKER
Close Tab
DEV (docker)
Close Tab
ssh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
ec2-user@ip-10-30-129-190:~ (-zsh)
Close Tab
ec2-user@ip-10-30-140-255:~ (-zsh)
Close Tab
⌥⌘1
ssh...
|
iTerm2
|
ssh
|
NULL
|
81871
|
|
81872
|
Last login: Wed May 27 12:49:32 on ttys012
Poetry Last login: Wed May 27 12:49:32 on ttys012
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ app
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-strict-casting-text-relay-service
Switched to a new branch 'JY-20915-fix-strict-casting-text-relay-service'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-strict-casting-text-relay-service) $ ;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-20915-fix-strict-casting-text-relay-service) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5697/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5697 files in 55.554 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-strict-casting-text-relay-service) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M config/logging.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
remote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 97 (delta 69), reused 95 (delta 69), pack-reused 0 (from 0)
Unpacking objects: 100% (97/97), 14.08 KiB | 150.00 KiB/s, done.
From github.com:jiminny/app
f1ccf9be50..890e429206 master -> origin/master
ce9abde868..3800efb7ea JY-20905-tool-search-members -> origin/JY-20905-tool-search-members
ad6ace97b9..b3659b1290 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating f1ccf9be50..890e429206
Fast-forward
app/Services/Mail/TextRelayService.php | 6 +++---
tests/Unit/Services/Mail/TextRelayServiceTest.php | 13 +++++++++++--
2 files changed, 14 insertions(+), 5 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-missing-header-text-relay
Switched to a new branch 'JY-20915-fix-missing-header-text-relay'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ make docker-update
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Services/Mail/TextRelayService.php (statement_indentation)
---------- begin diff ----------
--- /home/jiminny/app/Services/Mail/TextRelayService.php
+++ /home/jiminny/app/Services/Mail/TextRelayService.php
@@ -67,7 +67,7 @@
$job = new EmailTextRelay($messageId, $relayedText);
$job->onQueue(Constants::QUEUE_EMAILS);
-// dispatch($job);
+ // dispatch($job);
Log::info('[TextRelayService] Successfully dispatched message', [
'message_id' => $messageId,
----------- end diff -----------
Fixed 1 of 5698 files in 84.046 seconds, 701.18 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5698 files in 52.731 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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) $ git pull
remote: Enumerating objects: 3114, done.
remote: Counting objects: 100% (2026/2026), done.
remote: Compressing objects: 100% (676/676), done.
remote: Total 1678 (delta 1255), reused 1328 (delta 974), pack-reused 0 (from 0)
Receiving objects: 100% (1678/1678), 260.56 KiB | 1.33 MiB/s, done.
Resolving deltas: 100% (1255/1255), completed with 182 local objects.
From github.com:jiminny/app
828865edeb..96465d0b0b master -> origin/master
8fafc5d81d..04a1cdf13a JY-20606-desktop-app-recall -> origin/JY-20606-desktop-app-recall
+ 724040d8bf...ffebe9ba1e JY-20741-user-can-log-in-access-the-desktop-app -> origin/JY-20741-user-can-log-in-access-the-desktop-app (forced update)
* [new branch] JY-20771-call-scoring-filter-for-exec-reports -> origin/JY-20771-call-scoring-filter-for-exec-reports
+ 145d59435f...346478f081 JY-20828-user-can-manage-desktop-recording-permissions -> origin/JY-20828-user-can-manage-desktop-recording-permissions (forced update)
+ 5428ec3836...a112445df0 JY-20853-mcp-seach_calls -> origin/JY-20853-mcp-seach_calls (forced update)
eb199eee57..6119438d56 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating 828865edeb..96465d0b0b
Fast-forward
app/Component/ActionItems/Services/ActionItemsIndexingService.php | 41 +++++++++++++++++++++++++++++++++++++++++
app/Component/ES/Repositories/EsResetActivityRepository.php | 3 +++
app/Component/KeyPoints/Services/KeyPointsIndexingService.php | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.php | 1 -
app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.php | 40 ++++++++++++++++++++++++++++++++++++++++
app/Models/Activity/Moment.php | 21 +++++++++++++++++++++
app/Models/Activity/Note.php | 16 ++++++++++++++++
app/Models/CommentAbstract.php | 4 ++++
app/Models/Crm/FieldData.php | 6 +++++-
app/Models/ElasticSearch/ActivityElasticSearchTrait.php | 51 +++++++++++++++++++++++++++++++++++++++++++++++++--
app/Models/Participant.php | 6 ++++++
app/Traits/RequiresUUID.php | 5 +++++
scripts/run_command_stage | 2 +-
tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.php | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Component/KeyPoints/Services/GetKeyPointsServiceTest.php | 34 +++++++++++++++++-----------------
tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.php | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
17 files changed, 472 insertions(+), 22 deletions(-)
create mode 100644 app/Component/ActionItems/Services/ActionItemsIndexingService.php
create mode 100644 app/Component/KeyPoints/Services/KeyPointsIndexingService.php
create mode 100644 app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.php
create mode 100644 tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.php
create mode 100644 tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.php
create mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $
DOCKER
Close Tab
DEV (docker)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
ec2-user@ip-10-30-129-190:~ (-zsh)
Close Tab
ec2-user@ip-10-30-140-255:~ (-zsh)
Close Tab
⌥⌘1
-zsh...
|
iTerm2
|
-zsh
|
NULL
|
81872
|
|
81873
|
rnostolEV favsco.js ~ProldetyO .gitignoreEF.php-cs rnostolEV favsco.js ~ProldetyO .gitignoreEF.php-cs-fixer.cacheAipronores"nxer.oisconpponosomm.moro.oneE.phpunit.result.cacheE prettierianoreE.windsurfrulesprpoe neloerenppanisatM? CLAUDE.mdcomooser.son( composer.lockdeoendency-checker.son0 dev.jsondstxE infection.json.distMEINSTALUmSMIINTERNAL WEBTOOK SETUP maEjiminny_storageMslicenses.mdNNakarO package-lockjsonphpstan.neon.distEphpstan-baseline.neon<$ phpunit.xmlTBraw_sqL.query.salMAPCAOMS mdll© sonar-project.propertiesE test.py<> Untitled Diagram.xmlvetur.config.isM. WEBHOOK_FILTERING._IMPLEMENTAT› i1h External Librariesv E* Scratches and Consoles~ E Database ConsolesconsoeziA DEAL RISKS (EU)A DI [EUAEU fEU"Ajiminny@localhostA console fliminnw@localhostDI (jiminny@localhost)tiiminny@ochnosChecked out masterw@localhost)zoho dey tlim nnudiocinosconcals ioceeA console_1 (PROD]> 404yureatenuorcoreulcoerohtons© ConvertLesdActivities.php© CreateActivityAddedToPlaylistEvent.php© SyncToPtanhat.phpCeenconcoootwoneon30 €Bgg&8use Jininny\Http\Responses\Api\Response;use Jininny\Models \User:use Jininny\Repositories\AutomatedReportsRepository;use Jiminny\Services\ApiResponseService:use Jininny\Services\Kiosk\AutomatedReports\AutonatedReportsService;use Jiminny\Services\Kiosk\AutomatedReports\ReportSort;use Jininny\Services\Kiosk\AutomatedReports\ReportSortDirection;use Jiminny\Services\PlanhatService;use acconanace necolkecueseuse Throwable;class UserAutonatedReportsController extends Controllerpublic const int RESULTS_PER_PAGE - Ae-public const string SORT_COLUMN$IPSpublic const string SORT_DIRECT.oueldle tuncieton Consueinwne resdonly Auoredteooneroosonyutoneokeoorskeoosorv.onvate resdonly AuconazedcenonteSenuice SautongtedRenontsSeruceonivate ceadonly Aosikesnonsesenuica SaosipesoonseSenyicelonsvate ceadonly Resnonse Snesconse.private readonly PLanhatService SplanhatService,14.0Slackpublic function trackInterest(Request Srequest): JsonResponse(...}* ethrows ApplicationExceptionpublic function list(Request Srequest): JsonResponse(..}public function delete(Request Srequest, string Suuid): JsonResponse(....©ActivityLeadConverted.phpAutomatedReport ohr=| A18 22 A Y31E custom.log571575$76579E laravel.JogA SF jiminny@localhost)A HSJocal [iminny@localhost)Tx: AutovPlaygroundCONCAT(U1O. CASE WHEM u1d = tuonnen $d THEM • (onner)• ELSE ** END) AS usen 3alA console (PROD] X A console [EU)A console (STAGING)sa.*,oner ttsooecounJOIN users u on u.id = sa.sociable_idJOIN teans t 1_nc->1: on t.id = u.tean_idWHERE w.tean_id = 581 and sa-provider = 'salesferce':SELECT * FROM autonated_report_results order by id desc;select * fron features;select * fron tean_features where feature_id = 40;select x fron teans where id = 556:select x tron ducosateureuonts?where id = 54; # 4fdd41f6-dcf0-30d0-b339-7345381b6844 , ["pdf", "podcast*]SELECT * FROM autonated_report_results WHERE uuid_to_bin(^822fa41b-afd3-43a9-a248-86b0e36f3131') = uuig;select * tron auconared repory resuccs order by zo descNlolesazuls.conSELECT * FROM pLaybook_categories WHERE pLaybook_ad = 5515;ralaairiteoroshete eon contaurcionroe os nne oonheworeevenisSELECT * FROM Crn.fields WHERE id = 226147;Maleaiueased vailes heee eondeldds ilotsalatwcaconsouraclons1H5?8 108697SELECTCONCAT(u.id, CASE WHEN u.id = t.owner_id THEN ' (owner)' ELSE ** END) AS user_idv.enail,SA.+t.ouner_id FROM social_accounts saMhiN luseng m on misde sarsocs abile 5dlJOIN teans t (1.nc->1: on t.id = u.tean,_idWHERE u.tean_id = 711 and sa.provider = 'salesforce':SELECT * FROM crn profiles cp JOIN users u 1.nc->1: on u.id = co.user id WHERE u.tean 1d = 711%select * fron leads:select * fron calendars:SELECTt.id AS tean_id,100% L74o Inu zo moy 11.00:50d. liminny~045 A1 A41 X66 AWorkspace associated with branch 'master hasocchlcstocoSonarQube for IDE suggestionsDetect more security issues in your PHP filesry Sonarotibe cloud for treeMorev...
|
iTerm2
|
NULL
|
NULL
|
81873
|
|
81874
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp100% (<478• Thu 28 May 11:56:40-zshscreenpipe"DOCKER0 ₴1DEV (docker)₴2tests/Unit/Policies/CanAccessAiReportsTest.php-zsh- 84-zshX5ec2-user@ip-10-30-1...O 86ec2-user@ip-10-30-140-…..$7nochanges added to commit (use "gitadd"and/or"git commit -a")lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/jiminny/app (master) $ git pullremote: Enumerating objects: 3114,done.remote: Counting objects: 100% (2026/2026),done.remote: Compressing objects: 100% (676/676), done.remote: Total 1678 (delta 1255), reused 1328 (delta 974), pack-reused 0(from 0)Receiving objects: 100% (1678/1678),260.56 KiB | 1.33 MiB/s, done.Resolving deltas: 100% (1255/1255), completed with 182 local objects.From github.com:jiminny/app828865edeb..96465d0b0bmaster-> origin/master8fafc5d81d..04a1cdf13aJY-20606-desktop-app-recall-› origin/JY-20606-desktop-app-recall+ 724040d8bf...ffebe9bale JY-20741-user-can-log-in-access-the-desktop-app-> origin/JY-20741-user-can-log-in-access-the-desktop-app(forced update)[new branch]+ 145d59435f...346478f081JY-20771-call-scoring-filter-for-exec-reports-> origin/JY-20771-call-scoring-filter-for-exec-reportsJY-20828-user-can-manage-desktop-recording-permissions-> origin/JY-20828-user-can-manage-desktop-recording-permissions (forced update)+ 5428ec3836...a112445df0 JY-20853-mcp-seach_calls-> origin/JY-20853-mcp-seach_calls(forced update)eb199eee57..6119438d56JY-20910-schedule-parallel-update-target-processing-> origin/JY-20910-schedule-parallel-update-target-processingUpdating 828865edeb..96465d0b0bFast-forwardapp/Component/ActionItems/Services/ActionItemsIndexingService.phpapp/Component/ES/Repositories/EsResetActivityRepository.php1 413481402116++++++++++++++app/Component/KeyPoints/Services/KeyPointsIndexingService.phpapp/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.phpapp/Models/CommentAbstract.phpapp/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.phpapp/Models/Participant.phpapp/Traits/RequiresUUID.phpscripts/run_command_stagetests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.phptests/Unit/Component/KeyPoints/Services/GetKeyPointsServiceTest.phptests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.phptests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php6516527134697617 files changed, 472 insertions(+), 22 deletions(-)create mode 100644 app/Component/ActionItems/Services/ActionItemsIndexingService.phpcreate mode 100644 app/Component/KeyPoints/Services/KeyPointsIndexingService.phpcreate mode 100644 app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpcreate mode 100644 tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.phpcreate mode 100644 tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.phpcreate mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ |...
|
iTerm2
|
NULL
|
NULL
|
81874
|
|
81896
|
BitwardenFileEditViewAccountWindowHelpA100% C8•Thu BitwardenFileEditViewAccountWindowHelpA100% C8•Thu 28 May 11:57:411812-user@ip-10-30-140-...$7DOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678 (delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch]+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-Maupdate)+++++++++++++Httttttttttte...
|
iTerm2
|
NULL
|
NULL
|
81896
|
|
81897
|
•BitwardenFileEditView•.AccountWindowHelpDOCKERtes •BitwardenFileEditView•.AccountWindowHelpDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678 (delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch]+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaLK100% <[EMAIL] 28 May 11:57:441812-user@ip-10-30-140-...$7O bitwardenYour vault is [EMAIL])orUnlock with master passwordLog out+++++++++++++HttttttttttteAccessing bitwarden.eu...
|
iTerm2
|
NULL
|
NULL
|
81897
|
|
81898
|
blwarochVicwAccouniviunoow100% K%2 8• Thu 28 May 1 blwarochVicwAccouniviunoow100% K%2 8• Thu 28 May 11:57:46app.logrocket.comPipelines - jiminny/appBE upgrade libraries(JY-20613) Allow owner's role to bText relayFeed - jminny - SentryCloudWatch | us-east-z4 CloudWatch|us-east-2a cloudwntch lus-onste?JY-20915 fic missing header by !1y-20963 fix deleted obicct imoorLogRocketLoa InSign UpSevenShores|Hubspot|ExceptionsLukas Kovalik - Time Of:mJimico• Login | SalesforceJiminen/ExceotionslEmailActivitvte® Sign in with GitHubG Sign in with GoogleSign in with Microsoft AccountMlalieice Nail2 (JY-20979] Resoive PHP 8.5.5 deplimiomPlatform Sprint 5 Q2 - Platform Te(SRD-6881) (On demand) Transer4 LogRocket8 JiminePipelines - |Iminnylapp+ Now [EMAIL] oasswordDon't remember your password?LOG IN >...
|
iTerm2
|
NULL
|
NULL
|
81898
|
|
81899
|
BitwardenFileEditViewAccountWindowHelpQ Search vau BitwardenFileEditViewAccountWindowHelpQ Search vaultDOCKERtests/Unit/Polinochanges addedtocomlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressingobjremote: Total1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf...ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-Mav ALL VAULTS8My vaultExported88All itemsFavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendR-@@-mJ-m+R -) -1-4697689@ 1 4697639‹ 40LK100% (8• Thu 28 May 11:57:[EMAIL].eu181-2-user@ip-10-30-140-...₴7update)U bitwarden++++++++++++++++++++++++++++...
|
iTerm2
|
NULL
|
NULL
|
81899
|
|
81900
|
BitwardenFileEditAccountDOCKERtests/Unit/Polinocha BitwardenFileEditAccountDOCKERtests/Unit/Polinochanges added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressingobjremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaViewWindowHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDO[URL_WITH_CREDENTIALS] bitwarden++++++++++++++++++++++++++++...
|
iTerm2
|
NULL
|
NULL
|
81900
|
|
81901
|
blWerochVicwAccounviunoow100% K%2 8• Thu 28 May 11 blWerochVicwAccounviunoow100% K%2 8• Thu 28 May 11:57:50app.logrocket.comPipelines - jiminny/appBE upgrade libraries(JY-20613) Allow owner's role to bText relayFeed - jminny - Sentry4 CloudWatch | us-east-z4 CloudWatch|us-east-2a cloudwntch lus-onste?JY-20915 fic missing header by !1y-20963 fix deleted obicct imoorLogRocketLoa InSign UpSevenShores|Hubspot|ExceptionsLukas Kovalik - Time Of:mlimico• Login | SalesforceJiminen/ExceotionslEmailActivitvte® Sign in with GitHubG Sign in with GoogleSign in with Microsoft AccountMlalieice Nail2 (JY-20979] Resoive PHP 8.5.5 deplimiomPlatform Sprint 5 Q2 - Platform Te* (SRD-6881) (On demand) Transer4 LogRocket8 JiminePipelines - |Iminnylapp+ Now [EMAIL] oasswordDon't remember your password?LOG IN >...
|
iTerm2
|
NULL
|
NULL
|
81901
|
|
81902
|
BitwardenFileEditAccountDOCKERtests/Unit/Polinocha BitwardenFileEditAccountDOCKERtests/Unit/Polinochanges added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressingobjremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaViewWindowHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDO[URL_WITH_CREDENTIALS] bitwarden++++++++++++++++++++++++++++...
|
iTerm2
|
NULL
|
NULL
|
81902
|
|
81903
|
BitwardenFileEditAccountHelpDOCKERtests/Unit/Polin BitwardenFileEditAccountHelpDOCKERtests/Unit/Polinochanges added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressingobjremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaViewWindowv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDO[URL_WITH_CREDENTIALS] [EMAIL].......•Websiteapp.logrocket.comUpdated: 12 Jul 2025, 17:24:44Created: 12 Jul 2025, 17:24:44update)H++++++++++++++++++++++++++++...
|
iTerm2
|
NULL
|
NULL
|
81903
|
|
81904
|
blWerochVicwAccounviunoow100% K%2 8• Thu 28 May 11 blWerochVicwAccounviunoow100% K%2 8• Thu 28 May 11:57:54app.logrocket.comPipelines - jiminny/appBE upgrade libraries(JY-20613) Allow owner's role to bText relayFeed - jminny - Sentry4 CloudWatch | us-east-z4 CloudWatch|us-east-2a cloudwntch lus-onste?JY-20915 fic missing header by !1y-20963 fix deleted obicct imoorLogRocketLoa InSign UpSevenShores|Hubspot|ExceptionsLukas Kovalik - Time Of:mlimico• Login | SalesforceJiminen/ExceotionslEmailActivitvte® Sign in with GitHubG Sign in with GoogleSign in with Microsoft AccountMlalieice Nail2 (JY-20979] Resoive PHP 8.5.5 deplimiomPlatform Sprint 5 Q2 - Platform Te* (SRD-6881) (On demand) Transer4 LogRocket8 JiminePipelines - |Iminnylapp+ Now [EMAIL] oasswordDon't remember your password?LOG IN >...
|
iTerm2
|
NULL
|
NULL
|
81904
|
|
81905
|
BitwardenFileEditAccountHelpDOCKERtests/Unit/Polin BitwardenFileEditAccountHelpDOCKERtests/Unit/Polinochanges added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressingobjremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaViewWindowv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDO[URL_WITH_CREDENTIALS] [EMAIL].......•Websiteapp.logrocket.comUpdated: 12 Jul 2025, 17:24:44Created: 12 Jul 2025, 17:24:44update)H++++++++++++++++++++++++++++...
|
iTerm2
|
NULL
|
NULL
|
81905
|
|
81909
|
FirefoxEditViewhistolyooononsrnroie.ToolsWindowHel FirefoxEditViewhistolyooononsrnroie.ToolsWindowHelpoo.lo.rockecom.oonxorortorm=orcoucconoulO4@ X 100%42 8• Thu 28 May 11:57:58le6-70d1-7ad6-a716-169a3efeee17/0?dashboardID=NaN&filterintent=%2578%2522type%2522%253A%2522all%2522%252C%2522children%2522%253A%2558%257B%2522level%2522%253A%252₽Pipelines - jiminny/appBE upgrade libraries(JY-20613) Allow owner's role to bText relayFeed - jminny - Sentry4 CloudWatch | us-east-z4 CloudWatch|us-east-2a cloudwntch lus-onste?JY-20915 fic missing header by !1y-20963 fix deleted obicct imoorLogRocketLoa InSign UpSevenShores|Hubspot|ExceptionsLukas Kovalik - Time Of:mlimico• Login | SalesforceJiminen/ExceotionslEmailActivitvteSign in with GitHubG Sign in with GoogleSign in with Microsoft AccountMlalieice Nail2 (JY-20979] Resoive PHP 8.5.5 deplimiomPlatform Sprint 5 Q2 - Platform Te* (SRD-6881) (On demand) Transen4 LogRocket8 JiminePipelines - |Iminnylapp+ Now Tabintcnintinn.semin@iimneuemmla [PASSWORD_FIELD] romomhor umur naccurth.LOG IN >...
|
iTerm2
|
NULL
|
NULL
|
81909
|
|
81910
|
BitwardenFileEditViewAccountWindowHelpDOCKERtests/ BitwardenFileEditViewAccountWindowHelpDOCKERtests/Unit/Polinochanges added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-Mav ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDO[URL_WITH_CREDENTIALS] [EMAIL].......•Websiteapp.logrocket.comUpdated: 12 Jul 2025, 17:24:44Created: 12 Jul 2025, 17:24:44update)++++++++++++++++++++++++++++++...
|
iTerm2
|
NULL
|
NULL
|
81910
|
|
81943
|
rapstomFV faVsco.|s ~$ [EMAIL]"nxeroisconoppon rapstomFV faVsco.|s ~$ [EMAIL]"nxeroisconopponosomm.moro.oneE.phpunit.result.cacheE prettierianoreE.windsurfrulesprpoe neloerenpparisanM?CLAUDE mdcomooser.soncomooser lockdeoendency-checker.son# dev isondstxE infection ison.disMEINSTALUmSM.INTERNALWEBTOOK Sa1UP maiminny_storageMallicanese maNNakarpackage-lock..sonphpstan.neon.dist#phpstan-baseline.neom4>phpunit.xmlTraw_sqL.query.sgMAPCAOMS masonar-project.propertiesE test.pyUintted [EMAIL] GII TERING INDIGLISNTAYn Sytemalll oranesv Eg Scratches and Consolesv M Database ConsolesconsoeziADEAL RISKS (EU"A DI [EUEUTEUvminnwelocs nostA console fliminnw@localhostotiiminny @locainosttliminny@lochinosChecked out mastenwalochinostzoho dey tlim nnudiocinosAPROOconcals ioceeronealo1oceinmroceln, 10dCoocWindow© ConvertLeadActivities.phpsynclomonnaeonyureatenuorcoreulcoerohtonso crosichetwily nosco loraylsteyehtonCeenconcoootwoneonNN38 61use Jiminny\Http\Responses\Api\Response;use Jiminny Hodels User:use Jiminny Repositories AutomatedReportsRepository:use irsinny Serusices ApsResponseSenyiceruse Jiminny Services Kzosk \AutomatedReports\AutonatedReportsService:use Jiminny Services Kzosk \AutomatedReports ReportSortuse Jiminny Services Kzosk \AutomatedReports ReportSortDirection;Uot vaam oerecus rcomecouiwaeeuse accunanace neco kecuesnea Throwablehclass UserAutonatedReportsController extends Controllenpublic const int RESULTS PER PAGE = 25:oublic const stoina SORT COLUMN = "sont colunn':ouod cons stoukwkesonenecelonouedruncietonconsuddpravate readonty Aucomacedkeporcskeposzcory sautonacedkeportskepos.cory,onivate cesdonly AuconazedcenonteSenuice SautongtedRenontsSerusce.onsvate ceadonly Resnonse Snesconse.private readonly PLanhatService SplanhatService,21..1nub bic function trackinterest Peauest Srequest [EMAIL] function list(Request Srequest): JsonResponse...public function delete Request Srequest, string Suuid): JsonResponse ...:aetredooouotocnelonip= custom.loglaravellog©ActwawleadConverteo.ongAutomatedReport ohrA18 X2 A v 5751572580581582A SF fiminny@localhostHS _Jocal jiminny@localhostconsole [PROD)3& console [EU,Txe AutovPlaygroundCONCAT(U1O. CASE WHEM u1d = tuonnen $d THEM • (onner)• ELSE ** END) AS usen 3doiner thisooccounNeusers uon uaoe sRocoWHERE u.tean_id = 581 and sa.provider = "salesfonce':SELECT * FROM autonated_report_results order by id desc;select * fron features:select + Xron tean Xpaturos where featune sida 4e.select + Xron teans where 5dn 5563select * fron autonated reports;where 1d = 54: # 4fdd41f6-dcf0-38d0-b339-7345381b6844 "odf" "podcast"SELECT * FROM autonated report results WHERE UUid to bin*822fa41b-afd3-43a9-a248-86bBe36f3131') = uuidselect * fron autonated report results order by id desc:SELECT * FROM autonated report results WHERE 2d = 1919select * fron autonated report results WHERE report 1d = 54select * fron opportuníties where id = 7594349SELECT * FROM teans WHERE name LIKE '%LesX"; # 711, 692. 16367 - jininnyintegration0lesnills.comselect * fron playbooks where team_íd = 711: # event 226147SELECT * FROM playbook_categories WHERE playbook_id = 5515;SELECT * FROM con Siclde WHERE con confiquration id = 692 and obfcct tyoe = *event*SELECT * FROM con Siclds WHERE id = 226147SELECT + FROM con Sield values WHEPE con Sield id = 226147.SELECT + FROM con conSiqurations WHERE id = 692CONCAT(u.id, CASE WHEN u.id = t.ouner_id THEN ' (owner)' ELSE ** END) AS user_idu.eastsA.tt.ouner_id FROM social_accounts saMaiN luseng m on mids sarsocs abile dlJOIN teans t 1.nc->1: on t.id = u.tean_idWHERE U.tean 1d = 711 and sa.provider = 'salesforce':SFIFMT + FONK con orof lec eo InTM lusene m 1.ncos1:00 15d = Corucen 3A NHEPF M.tean 30 = 7115CARAR&BAAR NGASMATRANT CAAR ANRRARAGt.id AS tean_idS07o0sLXThu 28 May 12:00:54AskJiminnyReportActivityServiceTestconsole (STAGINGOo jiminny045 A1 A41 Y66 ^WOMNaid Tosme Colisn lITE e...
|
iTerm2
|
NULL
|
NULL
|
81943
|
|
82046
|
BitwardenFileEditViewAccountWindowHelpDOCKERtests/ BitwardenFileEditViewAccountWindowHelpDOCKERtests/Unit/Polinochanges added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-Mav ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDO[URL_WITH_CREDENTIALS] [EMAIL].......•Websiteapp.logrocket.comUpdated: 12 Jul 2025, 17:24:44Created: 12 Jul 2025, 17:24:44update)++++++++++++++++++++++++++++++...
|
iTerm2
|
NULL
|
NULL
|
82046
|
|
82083
|
FircroxPipelines - jiminny/appBE uporade libraries FircroxPipelines - jiminny/appBE uporade libraries(JY-20613) Allow owner's role to tText relayFeed - jminny - Sentry4 CloudWatch | us-east-24 CloudWatch|us-east-2CloudWntch luseonst.2JY-20915 fx missing header by !1y-20963 fix deleted obicct imoor8 JminayLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Jiminey MailY-20979) Rotolve PHP 8.55 dec8 Jiminny2 Platform Sprint 6 Q2 - Platform Te(SRD-6881] (On demand) Transd8 Sona Subramacian at 27/05/202€haonNhtsmwnat277057026.4Pipelines - jiminnylapp- Now ThhooouukiWVindowhiel:= app.dev.jiminny.com/playback/143c/158-e60d-4€Corg New TITLE R• Adelina Petrova at Robinson Crusoe Cruises Limited (. | Contract Sent | €455.554 | 909-Micetins a 13Mar.2-00PMAsk me anything about this call..→, Flashback:= Transcript82, ThemesL Statistics@ Questions |$No transcriptThis might be due to call being too short0 CRM|2 Share V00:00/01:44©P Coaching[ Sidekick NotesCommentsFramework FocusLukasKovalWrite Comment• Be first to comment and help your teamInspectorFite URLSStatus200200200280200200200S00603280200500500500500500500S0050050050Đ500580500GETGETGETGETHEADGETPOSTPoStPOSTGETGETGETGETGETGETGETGETGETGETGETGETE ConsoleDebucadt4 Network11 Stvie EditoPerformancoDomainspp.devjminny.comA spp.dev._jminny.comwspp.dev.gminny.cor# app.dev.jminny.comAspp.dev.jminny.comAapp.dev._iminny.comwapp.dev.sminny.conA spp.dev.jminny.comwspp.dev.gminny.con#app.dev.jminny.comspoderhantyxo@ cdn.jsdelivr.netAcdn.jsdelvr.netAfind.userpilot.lo#app.dev.jiminny.comAspi-iam.intercom.ioAapp.dev.jiminny.com#app.dev_jminny.comAfind.userpilot.ioAapp.dev._iminny.com#app.dev.jminny.comA spp.dev.jminny.com#app.dev.jjminny.comapp.dev.jminny.com#app.devjminny.comapp.dev._iminny.com#app.dev.jjminny.comA spp.devjminny.comA app.dev.jiminny.comapp.dev._jminny.com#app.devjminny.comA spp.dev._iminny.comnoo dey mincycon# app.dev.jminny.comaoo dev smincy.conapp.dev._jminny.comapp.dev.minny.coapp.devjiminny.comaoo deymincy.co#app.devjminny.comaoo dey timincy. cor# app.dev_jminny.comapp.dev.minny.conA spp.dev._jminny.com31.72 MB / 31.80 MB transterred143c1158-e60d-46eS-9218-c460594a3219ww.ssw.takhwssaobnoscnkhthamkiuNX-T4€3807790-d033-4&30-bb56-60d5e181871c.m3u8wwattwwkwkhw.8.swo6ho5onkhthemkiuexe07790-d033-4830-bb56-60dSe181871c.m3u8twttr.treth.g.omowsoocak.homate3e07790-d033-4830-bb56-60d5e181871c.m3u8161-c15-4044-9816-06965ca3111cm3u€3e07790-d033-4&30-bb56-60dSe181871c.m3u8e3407790-4033-4830-bb56-60dSe181871c.m3u8e3e07790-d033-4830-bb56-60d5e181871c.m3u816110:3-8015-4544-9816-06365ca3111c.m3ug€ae07790-4033-4830-bbS6-60dSe181871c.m3u8MWATTOAWAEEDARALNNEA.ANARNIGIOIAAMOntwttr.trers.o.o-otsbocak..niemauea+07790-d033-4830-bb56-60d5e181871c.m3u8::::/w..300565cak.ncimkt66330853-8613-4344-9816-06365ca3111c m3ug1407700-0020-4280-6656-80454181871c.mXamlNArA126EMa MomonStoragexheA xh+ xhrsn xhrxhrA xh+ xhrxhexhr• xhra wh# Accessibllityn xhrA xhA xhA xhinu co moy leollceEEE Application©85Disable GacheNo Throtting48 8 | 204282228 |2128/224k820121.67 K8 | 32282328/ 316.50 KB 5208 or62280198 0rHAAM:23181496 в96 B628127 ue1.27 ME127ue1.27 ME127w1.27 MBA27Ue1.27 ME127v1.27 MB127Md1.27 ME1,27 мB127 Me1.27 MB127M127 мB127ue1.27 ME127w1.27 MB33в...
|
iTerm2
|
NULL
|
NULL
|
82083
|
|
82084
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDO[URL_WITH_CREDENTIALS] Ves(8. MiraNikolay YankovStoyan Tomov& James Graham• Unread mentions100% (C47Thu 28 May 12:11:24Describe what you are looking forVasil Vasilev6 0• Messagest* Add canvasMore v+не знам датууЛ4 new messagesного полезенTuesday, May 19th ~Vasil Vasilev 9:18 AMДобро утро, Лукашкогато имаш днес възможностмоля те погледни тоя ПР:https://github.com/jiminny/app/pull/12082V1Vasil Vasilev 10:29 AMолагодаряToday ~Lukas Kovalik 11:55 AMздрасти Васко, може ли един approvehttps://github.com/jiminny/app/pull/12136Vasil Vasilev 12:00 PMЗдрасти, ЛукашNewГОТОВ СИмалко по късно и на мен ще ми трябва ревю заедин голям featureно ще ти пиша, като е готов за гледане (edited)Message Vasil VasilevTOD...
|
iTerm2
|
NULL
|
NULL
|
82084
|
|
82085
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONS3.D-$1Q [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDOhttps://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log...XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lk/123Mhttnc://wraw.iofit com/loain/ m3HomeDMsActivityFilesLater...More+•ED→Jiminny ...# confusion-clinic# donut_time# engineering# general# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of jimi...• Direct messages€. Vasil Vasilev&. Petko Kashinski®. Galya Dimitrovaa. Stefka Stoyanova* Todor Stamatov&. Steliyan Georgiev. Ves(8. MiraNikolay YankovR. Stoyan TomovPS-100% C47Thu 28 May 12:11:27Describe what you are looking forVasil Vasilev6 0• Messagest Add canvasMore v+не знам да.тууЛMonday, May 18th ~ного полезенTuesday, May 19th ~Vasil Vasilev 9:18 AMДобро утро, Лукашкогато имаш днес възможностмоля те погледни тоя ПР:https://github.com/jiminny/app/pull/12082V1Vasil Vasilev 10:29 AMолагодаряToday ~Lukas Kovalik 11:55 AMздрасти Васко, може ли един approvehttps://github.com/jiminny/app/pull/12136Vasil Vasilev 12:00 PMЗдрасти, ЛукашГОТОВ СИмалко по късно и на мен ще ми трябва ревю заедин голям featureно ще ти пиша, като е готов за гледане (edited)Message Vasil Vasilev...
|
iTerm2
|
NULL
|
NULL
|
82085
|
|
82086
|
FircroxPipelines - jiminny/appBE uporade libraries FircroxPipelines - jiminny/appBE uporade libraries(JY-20613) Allow owner's role to tText relayFeed - jminny - Sentry4 CloudWatch | us-east-24 CloudWatch|us-east-2CloudWntch luseoasteJY-20915 fx missing header by !1y-20963 fix deleted obicct imoor8) JiminnyLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Jiminey MailY-20979) Resolve PHP 8.55 ded8 Jiminny2 Platform Sprint 6 Q2 - Platform Te(SRD-6881] (On demand) Transd8 Sona Subramacian at 27/05/202€haoAwtsmnat2770570%6.4Pipelines - jiminnylapp- Now ThQooonuneroiuesWVindowhiel:app.dev/jiminny.com/playback/143c/158-e60d-46e5-9218-c4e0594a3219corg New TITLE (R• Adelina Petrova at Robinson Crusoe Cruises Limited (. | Contract Sent | €455.554 | 909-Micetins a 13Mar.Z-0OPMAsk me anything about this call..→, Flashback:= Transcript82, ThemesL Statistics@ Questions |$No transcriptThis might be due to call being too short0 CRM|& Share V00:00/01:44©? Coaching[ Sidekick NotesCommentsFramework FocusLukasKovalWrite Comment• Be first to comment and help your teamStatus S0050050050Đ500580500500200InspectorFite URLSE Console• DebuggerT4 NetworkPerformance0 MemoryGETGETGETGETPOSTPOSTPOSTGETGETGETGETGETGETGETGETGETGETGETPOSTPOST49 requestsDomainwapp.dev.sminny.conA spp.dev._jminny.comwspp.dev.gminny.cor# app.dev.jminny.comAspp.dev.jminny.comAapp.dev._iminny.comwapp.dev.sminny.conAspp.dev_jminny.comAapp.dev.iminny.comcon. sdelivr.netA cdn.jsdelivr.netAtind.userpilot.lospp.devjjminny.comAapl-lam.lntercom.lo#app.dev.jiminny.comA spp.dev.jminny.comind luseroilot.o#app.dev_jminny.com#app.devjminny.comAapp.dev._iminny.com#app.dev.jminny.comA spp.dev.jminny.com#app.dev.jjminny.comapp.dev.jminny.com#app.devjminny.comapp.dev._iminny.com#app.dev.jjminny.comA spp.devjminny.comA app.dev.jiminny.comapp.dev._jminny.com#app.devjminny.comA spp.dev._iminny.comnoo deyminoyco# app.dev.jminny.comaoo dev smincy.conapp.dev._jminny.comapp.dev.minny.coapp.devjiminny.comaoo deymincy.co#app.devjminny.comaoo dey timincy. cor# app.dev_jminny.comapo.dev.iminny.comapp.dev.jiminny.com31.72 MB / 31.80 MB transterred() Style Editor8 Storage143c/158-+60d-46e5-9218-460594a3219A xhexhrA xhcomments?typesg=18typesD=28forUserid=641/1acb-16b8-42d: v xhrsn xhrxhrxhr+ xhrdata:application/vnd.apple.mpegurtbase64,10VYVE0zVQo|RVhULVgtl xhrA xhee3407790-d033-4830-bb56-60d5e181871c.m3u86u--4044-0816-06965ca0111cm3us[PHONE]-4830-b656-60d5e181871c.m3u8• xhrA xh+ xhrexe07790-d033-4830-bb56-60d5e181871c.m3u8wwthn.whewg.ehwonowgsooak.nho.mkue3e07790-d033-4830-bb56-60d5e181871c.m3u8161-c15-4044-9816-06965ca3111cm3u€3e07790-d033-4&30-bb56-60dSe181871c.m3u8A xhr"xht[PHONE]-4830-bb56-60d5e181871c.m3u8tittrtret.g.wo.owsisocak..hiemate3e07790-d033-4830-bb56-60d5e181871c.m3u816110:3-8015-4544-9816-06365ca3111c.m3ug€ae07790-4033-4830-bbS6-60dSe181871c.m3u8•A xhrA xhMWATTOAWAEEDARALNNEA.ANARNIGIOIAAMOntwttr.trers.o.o-otsbocak..niemauea+07790-d033-4830-bb56-60d5e181871c.m3u8xhr::::/w..300565cak.ncimktA xhc6as(328-3643-4340-9816-56365cs31110.m3uSM40т/00./002.4/80.1666.6006/1818710 m3A xhlNArA126# AccessibllityInu co moy le.ll.2eEEE Application*• XDisable GacheNo Throtting118/2143 B21.67 k8| 3228| 306.50 k8| k2198 0r122 M!2318 1496 8 201.27 MB127 M1.27 MB1.27 MB127ue1.27 M127wWAAM:A27Ue127v1.27 M;127Md1.27 MB1,27 мB127 Me1.27 MB127M127 мB127ue...
|
iTerm2
|
NULL
|
NULL
|
82086
|
|
82087
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDOhttps://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log...XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lkl123Mhttps://www.jefit.com/login/m141122+HomeDMsActivityFilesLater...More+•ED→Jiminny ...# confusion-clinic# donut_time# engineering# general# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of jimi...• Direct messages€. Vasil Vasilev&. Petko Kashinski®. Galya Dimitrovaa. Stefka Stoyanova* Todor Stamatov&. Steliyan Georgiev. Ves(8. MiraH. Nikolay YankovStoyan Tomov& James Graham• Unread mentions100% (C478•Thu 28 May 12:11:31Describe what you are looking forVasil Vasilev6 0• Messagest Add canvasMore v+не знам да.тууЛMonday, May 18th ~ного полезенTuesday, May 19th ~Vasil Vasilev 9:18 AMДобро утро, Лукашкогато имаш днес възможностмоля те погледни тоя ПР:https://github.com/jiminny/app/pull/12082V1Vasil Vasilev 10:29 AMолагодаряToday ~Lukas Kovalik 11:55 AMздрасти Васко, може ли един approvehttps://github.com/jiminny/app/pull/12136Vasil Vasilev 12:00 PMЗдрасти, ЛукашГОТОВ СИмалко по късно и на мен ще ми трябва ревю заедин голям featureно ще ти пиша, като е готов за гледане (edited)ok+...
|
iTerm2
|
NULL
|
NULL
|
82087
|
|
82088
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDOhttps://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log...XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lkl123Mhttps://www.jefit.com/login/m141122+HomeDMsActivityFilesLater...More+•ED→Jiminny ...# confusion-clinic# donut_time# engineering# general# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of jimi...• Direct messages€. Vasil Vasilev&. Petko Kashinski®. Galya Dimitrovaa. Stefka Stoyanova* Todor StamatovR. Steliyan Georgiev. Ves(8. MiraH. Nikolay YankovStoyan Tomov& James Graham- Unread mentions100% (C478•Thu 28 May 12:11:35Describe what you are looking forVasil Vasilev6 0• Messagest Add canvasMore v+не знам да.тууЛMonday, May 18th ~ного полезенTuesday, May 19th ~Vasil Vasilev 9:18 AMДобро утро, Лукашкогато имаш днес възможностмоля те погледни тоя ПР:https://github.com/jiminny/app/pull/12082V1Vasil Vasilev 10:29 AMолагодаряToday ~Lukas Kovalik 11:55 AMздрасти Васко, може ли един approvehttps://github.com/jiminny/app/pull/12136Vasil Vasilev 12:00 PMЗдрасти, ЛукашГОТОВ СИмалко по късно и на мен ще ми трябва ревю заедин голям featureно ще ти пиша, като е готов за гледане (edited)ok, mersilShift + Return to add a new line...
|
iTerm2
|
NULL
|
NULL
|
82088
|
|
82089
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDO[URL_WITH_CREDENTIALS] Ves(8. MiraNikolay YankovStoyan Tomov& James Graham• Unread mentions100% CThu 28 May 12:11:41Describe what you are looking forVasil Vasilev6 0• Messagest Add canvasMore ~Monday, May 18th ~Tuesday, May 19th ~Vasil Vasilev 9:18 AMДобро утро, Лукашкогато имаш днес възможностмоля те погледни тоя ПР:https://github.com/jiminny/app/pull/12082V1Vasil Vasilev 10:29 AMблагодаряTodayLukas Kovalik 11:55 AMздрасти Васко, може ли един approvehttps://github.com/jiminny/app/pull/12136Vasil Vasilev 12:00 PMЗдрасти, ЛукашГОТОВ СИмалко по кьсно и на мен ще ми трябва ревю заедин голям featureно ще ти пиша, като е готов за гледане (edited)Lukas Kovalik 12:11 PMoK, mersiMessage Vasil Vasilev...
|
iTerm2
|
NULL
|
NULL
|
82089
|
|
82090
|
FircroxPipelines - jiminny/appBE uporade libraries FircroxPipelines - jiminny/appBE uporade libraries(JY-20613) Allow owner's role to tText relayFeed - jminny - Sentry4 CloudWatch | us-east-24 CloudWatch|us-east-2CloudWntch luseonst.2JY-20915 fix missing header x1y-20963 fix deleted obicct imoor8 JminayLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Jiminey MailY-20979) Rotolve PHP 8.55 dec8 Jiminny2 Platform Sprint 6 Q2 - Platform Te(SRD-6881] (On demand) Transd8 Sona Subramacian at 27/05/2026haoAwtsmnat2770570%6.4Pipelines - jiminnylappQooonuneroiuesWVindowhiel:= app.dev.jiminny.com/playback/143cf158-e60d-46elcorg New TITLE (R• Adelina Petrova at Robinson Crusoe Cruises Limited (. | Contract Sent | €455.554 | 909-Micetinsa 13Mar.2:0O PMAsk me anything about this call..→, Flashback:= Transcript82, ThemesL Statistics(?) Questions$No transcriptThis might be due to call being too short0 CRM|& Share V00:00/01:44©? Coaching[ Sidekick NotesCommentsFramework FocusLukasKovalWrite Comment• Be first to comment and help your teamStatus S0050050050Đ500580500500200InspectorFite URLSE Console• DebuggerT4 NetworkPerformance0 MemoryGETGETGETGETPOSTPOSTPOSTGETGETGETGETGETGETGETGETGETGETGETPOSTPOST49 requestsDomainapp.dev.sminny.corA spp.dev._jminny.comwspp.dev.gminny.cor# app.dev.jminny.comAspp.dev.jminny.comAapp.dev._iminny.comwapp.dev.sminny.conAspp.dev_jminny.comAapp.dev.iminny.comcon. sdelivr.netA cdn.jsdelivr.netAtind.userpilot.lospp.devjjminny.comAapl-lam.lntercom.lo#app.dev.jiminny.comA spp.dev.jminny.comind luseroilot.o#app.dev_jminny.com#app.devjminny.comAapp.dev._iminny.com#app.dev.jminny.comA spp.dev.jminny.com#app.dev.jjminny.comapp.dev.jminny.com#app.devjminny.comapp.dev._iminny.com#app.dev.jjminny.comA spp.devjminny.comA app.dev.jiminny.comapp.dev._jminny.com#app.devjminny.comA spp.dev._iminny.comnoo deyminoyco# app.dev.jminny.comaoo dev smincy.conapp.dev._jminny.comapp.dev.minny.coapp.devjiminny.comaoo deymincy.co#app.devjminny.comaoo dey timincy. cor# app.dev_jminny.comapo.dev.iminny.comapp.dev.jiminny.com31.72 MB / 31.80 MB transterred() Style Editor8 Storage143c/158-+60d-46e5-9218-460594a3219A xhexhrA xhcomments?typesg=18typesD=28forUserid=641/1acb-16b8-42d: v xhrsn xhrxhrxhr+ xhrdata:application/vnd.apple.mpegurtbase64,10VYVE0zVQo|RVhULVgtl xhrA xhee3407790-d033-4830-bb56-60d5e181871c.m3u86u--4044-0816-06965ca0111cm3us[PHONE]-4830-bb56-60d5e181871c.m3u8• xhrA xh•A xhiexe07790-d033-4830-bb56-60d5e181871c.m3u8wwthn.whewg.ehwonowgsooak.nho.mkue3e07790-d033-4830-bb56-60d5e181871c.m3u8161-c15-4044-9816-06965ca3111cm3u€3e07790-d033-4&30-bb56-60dSe181871c.m3u8A xhr"xht[PHONE]-4830-bb56-60d5e181871c.m3u8•A xhre3e07790-d033-4830-bb56-60d5e181871c.m3u816110:3-8015-4544-9816-06365ca3111c.m3ug€ae07790-4033-4830-bbS6-60dSe181871c.m3u8A xhMWATTOAWAEEDARALNNEA.ANARNIGIOIAAMOntwttr.trers.o.o-otsbocak..niemauea+07790-d033-4830-bb56-60d5e181871c.m3u8n xhrxhr::::/w..300565cak.ncimktA xhc6as(328-3643-4340-9816-56365cs31110.m3uSM40т/00./002.4/80.1666.6006/1818710 m3A xhDTNANA13E# AccessibllityInu co moy 12.lledEEE Application*• XDisable GacheNo Throtting118/2143 B21.67 k8| 3228| 306.50 k8| k2198 0r122 M!2318 1496 8 201.27 MB127 M1.27 MB1.27 MB127ue1.27 M127wWAAM:A27Ue127v1.27 M;127Md1.27 MB1,27 мB127 Me1.27 MB127M127 мB127ue...
|
iTerm2
|
NULL
|
NULL
|
82090
|
|
82099
|
Firefox•.••)Pipelines - jiminny/appBE uporade libr Firefox•.••)Pipelines - jiminny/appBE uporade libraries(JY-20613) Allow owner's role to bText relayFeed - jminny - SentryCloudWatch | us-east-zCloudWatch | us-east-2a CloudWatch | us-east-2. JY-20915 foc missing header: x1y-20963 fix deleted obicct imoor8 JminayLogin | SalesforceJmiery/Exceptions\EmailActivitytrM Jmieny MallUY-209791 Resolve PHP 8,5.5 deslieioon2 Platform Sprint 6 Q2 - Platform Te(SRD-6881] (On demand) Transd8 Sona Subramacian at 27/05/2026s llbaos Netsown a: 271052026., 19)Pipelines - jiminnylappNow ThEditviehhistolyooonnsinsProfiiesToolsWindownels= github.com/mny apo oulcioeOAA00100% K52 8 • Thu 28 May 12:12:2317 OpenJY-20915 fix missing header #12136LakyLax wants to meroe z cocms sho astch tiom 1=z0%oeTxeussno-ncaccretcxrerclay©Merge branch 'naster' into JY-20915-1ix-missing-header-text-relay• 71898adl8 This branch has not been deployedNo deploymentChanges approved1 approving review by reviewers with write access.J 1 approval ›R 2 pending reviews••some checks naven' comole ec verin crocress." exoected checkspensind checx• €6 SonarCloud Code Analysis Expected - Waiting for status to be reportedRequiredin orodress check v• O setup-workflow Started now — Workflow: setup-workflowDisable auto-mergeThis oull recuest will merge automatically when all requirements are met. Learn more aboutlautomatically merging a pull request.Still in progress? Convert to dratAdd a commentWrite PreviewHBIEDOAdd your comment here...Cl Markdown is supported Paste, drop, or click to add files11 Close pull request(f) Remember, contributions to this reoository should follow our GitHub Community Guidelines@ ProTio! Add comments to specific lines under Files changed)f © 2026 GitHub, Inc.ermsPrivacy Sccuriy Status CommunitvDocsContact Mansoe cookies Do not share my personal informatid...
|
iTerm2
|
NULL
|
NULL
|
82099
|
|
82101
|
FircroxcolVICVHistoryooouukiPOILCTootWVindownel:= FircroxcolVICVHistoryooouukiPOILCTootWVindownel:= github.com/jiminny/app/pull/12136100% K/28 • Thu 28 May 12:12:25(17 OpenPipelines - jiminny/appBE uporade librarios(JY-20613) Allow owner's role to bText relayFeed - jminny - Sentry4 CloudWatch | us-east-zCloudWatch | us-east-2CloudWatch [ us-east-2. JY-20915 foc missing header: x1y-20963 fix deleted obicct imoor8 JminayLogin | SalesforceJmiery/Exceptions|Email.ActivityteM Jminny MailUY-209791 Resolve PHP 8,5.5 deslieioon2 Platform Sprint 6 Q2 - Platform Te(SRD-6881] (On demand) Transd8 Sona Subramacian at 27/05/2026s llbaos Netsown a: 271052026., 19)Pipelines - jiminnylapp— Now ThhJY-20915 fix missing header #12136LakyLax wants to meroe& cocms sho astch tiom 1=z0%oeTxeussno-ncoccretcxrerclay©Merge branch 'naster' into JY-20915-1ix-missing-header-text-relay• 71898adl8 This branch has not been deployedNo deploymentChanges approved1 approving review by reviewers with write access.1 approval ›R 2 pending reviews••some checks naven' comole ec verin crocress." exoected checkspensine checx• €6 SonarCloud Code Analysis Expected - Waiting for status to be reportedRequiredin orodress check v• O setup-workflow Started now — Workflow: setup-workflowDisable auto-mergeThis oull recuest will merge automatically when all requirements are met. Learn more aboutlautomatically.merging.a pull request.Still in progress? Convert to dratAdd a commentWrite PreviewAdd your comment here...HBIEDOCl Markdown is supported Paste, drop, or click to add files11 Close pull request(f) Remember, contributions to this reoository should follow our GitHub Community Guidelines@ ProTio! Add comments to specific lines under Files changed)f © 2026 GitHub, Inc.ermsPrivacy Sccuriy Status CommunitvDocsContact Mansoe cookies Do not share my personal informatid...
|
iTerm2
|
NULL
|
NULL
|
82101
|
|
82102
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDO0https://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log...XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lk/123Mhttps://www.jefit.com/login/m141122+HomeDMsActivityFilesLater..•More+ED→Jiminny ...# generar# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of jimi...Direct messages€. Vasil Vasilev&. Petko Kashinski. Galya Dimitrovaa. Stefka Stoyanova* Todor StamatovRo Steliyan Georgiev@ Ves8. Mira. Nikolay YankovStoyan Tomovdo James GrahamLukas Kovalik y... Oii: AppsToastJira Cloud100% CThu 28 May 12:12:26Describe what you are looking forVasil Vasilev6 0• Messagest Add canvasMore ~Monday, May 18th ~Tuesday, May 19th ~Vasil Vasilev 9:18 AMДобро утро, Лукашкогато имаш днес възможностмоля те погледни тоя ПР:https://github.com/jiminny/app/pull/12082V1Vasil Vasilev 10:29 AMблагодаряToday ~Lukas Kovalik 11:55 AMздрасти Васко, може ли един approvehttps://github.com/jiminny/app/pull/12136Vasil Vasilev 12:00 PMЗдрасти, ЛукашГОТОВ сИмалко по кьсно и на мен ще ми трябва ревю заедин голям featureно ще ти пиша, като е готов за гледане (edited)Lukas Kovalik 12:11 PMoK, mersiMessage Vasil Vasilev+...
|
iTerm2
|
NULL
|
NULL
|
82102
|
|
82103
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDOhttps://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log..XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lk/123Mhttps://www.jefit.com/login/m141122+HomeDMsActivityFilesLater...More+ED→Jiminny ...scncre# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of_jimi...• Direct messages€. Vasil Vasilev&. Petko Kashinski. Galya Dimitrovaa. Stefka Stoyanova%: Todor Stamatov&. Steliyan Georgiev@ VesG. MiraRo Nikolay YankovStoyan Tomovd. James GrahamE Lukas Kovalik y...AppsJira CloudToast100% (C478• Thu 28 May 12:12:33Describe what you are looking forToastHomeMessagesAboutparallel updateShow moreAdded by Toast for GitHubToday ~ cessingResolve Conflictsapp#12090 pipedrive offical SDK v2POC9 days old - 6 files changed#11443 Test hublets latencyShow moreAdded by Toast for GitHubNeeds Loveapp#12121 JY-20963 fix deletedobject import1 day old • 3 files changedAdded by Toast for GitHubNewApproved Toast APP 12:00 PM#12136 JY-20915 fix missing header - Approved@Vasil Vasilev approved your PR#12136 JY-20915 fix missingheaderjiminny/appAdded by Toast for GitHubMessage Toast+Aa...
|
iTerm2
|
NULL
|
NULL
|
82103
|
|
82104
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDOhttps://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log..XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lkl123M[URL_WITH_CREDENTIALS] Vasilev approved your PR#12136 JY-20915 fix missingheaderjiminny/appAdded by Toast for GitHubMessage Toast+Aa...
|
iTerm2
|
NULL
|
NULL
|
82104
|
|
82105
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDOhttps://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log...XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lkl123Mhttps://www.jefit.com/login/m141122+HomeDMsActivityFilesLater..•More+•ED→Jiminny ...scncre# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of_jimi...• Direct messages€. Vasil Vasilev&. Petko Kashinski. Galya Dimitrovaa. Stefka Stoyanova%: Todor Stamatov&. Steliyan Georgiev@ VesG. MiraRo Nikolay YankovStoyan Tomovd. James GrahamE Lukas Kovalik y...AppsJira CloudToast100% (C478•Thu 28 May 12:12:39QDescribe what you are looking for# releases8 226 0• MessagesC FilesBookmarks20 new commitsToday ~masterby yalokin-jiminny891eb72c - JY-20855 | Add MCP ES - summary1b8845ee - JY-20855 | Add MCP ES -action_items18b9e3df - JY-20855 | Add MCP ES -key_points1fd201fa - JY-20855 | Add MCP ES - notes99ec572d - JY-20855 | Add MCP ES - momentsShow more( jiminny/app| Added by GitHubNewGitHub APP 11:09 AM1 new commit pushed tomasterby yalokin-jiminny96465d0b - Fix stage profile for remotecommands runjiminny/app | Added by GitHubCircleCl APP 11:16 AMDeployment Successful!Project: appWhen:05/28/202608:16:27Tag:View JobMessage #releases+..•...
|
iTerm2
|
NULL
|
NULL
|
82105
|
|
82106
|
Fircrox[PASSWORD_DOTS].Pipelines - jiminny/appBE u Fircrox[PASSWORD_DOTS].Pipelines - jiminny/appBE uporade librarios(JY-20613) Allow owner's role to bText relayFeed - jminny - SentryCloudWatch | us-east-zCloudWatch | us-east-2CloudWatch [ us-east-2. JY-20915 fic missing header x1y-20963 fix deleted obicct imoor8 JminayLogin | SalesforceJmiery/Exceptions\EmailActivityteM Jminny MailUY-209791 Resolve PHP 8,5.5 deslieioon2 Piatform Sprint 6 Q2 - Platform Te(SRD-6881] (On demand) Transd8 Sona Subramacian at 27/05/2026s llbaos Netsown a: 271052026., 19)Pipelines - jiminnylapp— Now ThhColltVieVHistoryooouukiPOILCWVindowhiel:= github.com/jiminny/app/pull/12136100% K/28 • Thu 28 May 12:12:5317 OpenJY-20915 fix missing header #12136LakyLax wants to meroe z cocms sho astch tiom 1=z0%oeTxeussno-ncaccretcxrerclayMerge branch "master' into JY-20915-1ix-nissing-header-text-relayThis branch has not been deployedNo deplayment:Changes approved1 approving review by reviewers with write access1 approval ›R 2 pending reviews••some checks naven' comolerec ver1oendina. T in orocress. " exoected. 2 successtul checks.• 71898adl• -0 ci/circleci: checkout-code Walting for status to be reported — CircleCI is running your tests• Al SonarCloud Code Analvsis Exoccted — Waitina for status to be reportedRequired1 in progress check• o build acceot deploy Started now — Workflow: build accent deplow2 cuceacetul chacke yv O ci/circleci: setup - Your tests passed on CircieC!!vO setup-workflow Successful in 37s - Workflow: setup-workflowDisable auto-mercelThis pull request will merge automatically when all requirements are met. Learn more aboutautomatically.merging.a pull.request.Still in progress? Convert to draftAdd a commentWritePreviewAdd vour comment here…HBIEDOма Markdown is suocortedfx Paste. droo. or click to adid tilndTclose oull tacuies©) Remember, contributions to this recository should follow our GitHub Community Guidelin...
|
iTerm2
|
NULL
|
NULL
|
82106
|
|
82107
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDOhttps://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log...XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lkl123Mhttps://www.jefit.com/login/m141122+HomeDMsActivityFilesLater..•More+•ED→Jiminny ...scncre# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of_jimi...• Direct messages€. Vasil Vasilev&. Petko Kashinski. Galya Dimitrovaa. Stefka Stoyanova%: Todor Stamatov&. Steliyan Georgiev@ VesG. MiraRo Nikolay YankovStoyan Tomovd. James GrahamE Lukas Kovalik y...AppsJira CloudToast100% C8•Thu 28 May 12:13:10QDescribe what you are looking for# releases8 226 0• MessagesC FilesBookmarks20 new commitsToday ~masterby yalokin-jiminny891eb72c - JY-20855 | Add MCP ES - summary1b8845ee - JY-20855 | Add MCP ES -action_items18b9e3df - JY-20855 | Add MCP ES -key_points1fd201fa - JY-20855 | Add MCP ES - notes99ec572d - JY-20855 | Add MCP ES - momentsShow more( jiminny/app| Added by GitHubNewGitHub APP 11:09 AM1 new commit pushed tomasterby yalokin-jiminny96465d0b - Fix stage profile for remotecommands runjiminny/app | Added by GitHubCircleCl APP 11:16 AMDeployment Successful!Project: appWhen:05/28/202608:16:27Tag:View JobMessage #releases+Аа......
|
iTerm2
|
NULL
|
NULL
|
82107
|
|
82108
|
Fircrox[PASSWORD_DOTS].Pipelines - jiminny/appBE u Fircrox[PASSWORD_DOTS].Pipelines - jiminny/appBE uporade librarios(JY-20613) Allow owner's role to bText relayFeed - jminny - SentryCloudWatch | us-east-zCloudWatch | us-east-2CloudWatch [ us-east-2. JY-20915 fic missing header x1y-20963 fix deleted obicct imoor8 JminayLogin | SalesforceJmiery/Exceptions\EmailActivityteM Jminny MailUY-209791 Resolve PHP 8,5.5 deslieicon2 Piatform Sprint 6 Q2 - Platform Te(SRD-6881] (On demand) Transd8 Sona Subramacian at 27/05/2026s llbaos Netsown a: 271052026., 19)Pipelines - jiminnylapp— Now ThhColltVieVHistoryooonunePOILCWVindowhiel:= github.com/jiminny/app/pull/12136100%, K%3 8 • Thu 28 May 12:13:2417 OpenJY-20915 fix missing header #12136LakyLax wants to meroe z cocms sho astch tiom 1=z0%oeTxeussno-ncaccretcxrerclayMerge branch "master' into JY-20915-1ix-nissing-header-text-relayThis branch has not been deployedNo deplayment:Changes approved1 approving review by reviewers with write access1 approval ›R 2 pending reviews••some checks naven' comolerec ver1oendina. T in orocress. " exoected. 2 successtul checks.• 71898adl• -0 ci/circleci: checkout-code Walting for status to be reported — CircleCI is running your tests• Al SonarCloud Code Analvsis Exoccted — Waitina for status to be reportedRequired1 in progress check• o build acceot deploy Started now — Workflow: build accent deplow2 cuceacetul chacke yv O ci/circleci: setup - Your tests passed on CircieC!!vO setup-workflow Successful in 37s - Workflow: setup-workflowDisable auto-mercelThis pull request will merge automatically when all requirements are met. Learn more aboutautomatically.merging.a pull.request.Still in progress? Convert to draftAdd a commentWritePreviewAdd vour comment here…HBIEDOма Markdown is suocortedfx Paste. droo. or click to adid tilndTclose oull tacuies©) Remember, contributions to this recository should follow our GitHub Community Guidelin...
|
iTerm2
|
NULL
|
NULL
|
82108
|
|
82109
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDOhttps://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log...XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lk/123Mhttps://www.jefit.com/login/m141122+HomeDMsActivityFilesLater..•More+•ED→Jiminny ...scncre# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of_jimi...• Direct messages€. Vasil Vasilev&. Petko Kashinski. Galya Dimitrovaa. Stefka Stoyanova%: Todor Stamatov&. Steliyan Georgiev@ VesG. MiraRo Nikolay YankovStoyan Tomovd. James GrahamE Lukas Kovalik y...AppsJira CloudToast100% C8•Thu 28 May 12:13:41QDescribe what you are looking for# releases8 226 0• MessagesC FilesBookmarks20 new commitsToday ~masterby yalokin-jiminny891eb72c - JY-20855 | Add MCP ES - summary1b8845ee - JY-20855 | Add MCP ES -action_items18b9e3df - JY-20855 | Add MCP ES -key_points1fd201fa - JY-20855 | Add MCP ES - notes99ec572d - JY-20855 | Add MCP ES - momentsShow more( jiminny/app| Added by GitHubNewGitHub APP 11:09 AM1 new commit pushed tomasterby yalokin-jiminny96465d0b - Fix stage profile for remotecommands runjiminny/app | Added by GitHubCircleCl APP 11:16 AMDeployment Successful!Project: appWhen:05/28/202608:16:27Tag:View JobMessage #releases+..•...
|
iTerm2
|
NULL
|
NULL
|
82109
|
|
82110
|
Fircrox[PASSWORD_DOTS].ColltVieVHistoryooouukiPOIL Fircrox[PASSWORD_DOTS].ColltVieVHistoryooouukiPOILCWVindowhiel:= github.com/jiminny/app/pull/12136100% K/28 • Thu 28 May 12:13:5517 OpenJY-20915 fix missing header #12136LakyLax wants to meroe z cocms sho astch tiom 1=z0%oeTxeussno-ncaccretcxrerclayMerge branch "master' into JY-20915-1ix-nissing-header-text-relayPipelines - jiminny/appBE uporade librarios(JY-20613) Allow owner's role to bText relayFeed - jminny - Sentry4 CloudWatch | us-east-zCloudWatch | us-east-2CloudWatch [ us-east-2. JY-20915 fic missing header x1y-20963 fix deleted obicct imoor8 JminayLogin | SalesforceJmiery/Exceptions\EmailActivityteM Jminny MailUY-209791 Resolve PHP 8,5.5 deslieioon2 Platform Sprint 6 Q2 - Platform Te(SRD-6881] (On demand) Transd8 Sona Subramacian at 27/05/2026s llbaos Netsown a: 271052026., 19)Pipelines - jiminnylapp— Now Thh• 71898adlThis branch has not been deployedNo deplayment:Changes approved1 approving review by reviewers with write access1 approval ›R 2 pending reviews••some checks naven' comolerec ver1oendina. T in orocress. " exoected. 2 successtul checks.• -0 ci/circleci: checkout-code Walting for status to be reported — CircleCI is running your tests• Al SonarCloud Code Analvsis Exoccted — Waitina for status to be reportedRequired1 in progress check© O build_accept_deploy Started 1 minute ag0 - Workflow: build_accept._deploy2 cuceacetul chacke yiv O ci/circleci: setup - Your tests passed on CircieC!!vO setup-workflow Successful in 37s - Workflow: setup-workflowThis pull request will merge automatically when all requirements are met. Learn more aboutDisable auto-mercelautomatically.merging.a pullrequest.Suill in progress? Convert to draftAdd a commentWritePreviewAdd vour comment here…HBIEDOBE9ма Markdown is suocortedfx Paste. droo. or click to add tilndTclose oull tacuiesf) Remember, contributions to this recository should follow our GitHub Community Guidel...
|
iTerm2
|
NULL
|
NULL
|
82110
|
|
82111
|
SlackFileEditViewWindowDOCKERtests/Unit/Polino cha SlackFileEditViewWindowDOCKERtests/Unit/Polino changes added to comlukas@Lukas-Kovaliks-Maremote: Enumerating objremote: Counting objectremote: Compressing objremote: Total 1678(delReceiving objects: 100%Resolving deltas: 100%From github.com:jiminny828865edeb..96465d0b8fafc5d81d..04a1cdf1+ 724040d8bf... ffebe9b* [new branch1+ 145d59435f...346478f+ 5428ec3836...a112445eb199eee57..6119438dUpdating 828865edeb..96Fast-forwardapp/Component/ActionItapp/Component/ES/Reposapp/Component/KeyPointapp/Component/Transcriapp/Component/Transcriapp/Models/Activity/Moapp/Models/Activity/Noapp/Models/CommentAbstapp/Models/Crm/FieldDaapp/Models/ElasticSearapp/Models/Participantapp/Traits/RequiresUUIscripts/run_command_sttests/Unit/Component/Atests/Unit/Component/Ktests/Unit/Component/Ktests/Unit/Component/T17 files changed, 472create mode 100644 appcreate mode 100644 appcreate mode 100644 appcreate mode 100644 tescreate mode 100644 tescreate mode 100644 teslukas@Lukas-Kovaliks-MaGoHistoryHelpv ALL VAULTS8My vaultExported88All items* FavouritesBinTYPESLoginCardIdentitySecure noteSSH keyFOLDERS+2FADCSV Import 28.01.22LastPass Import 1.11.21NAS UsersSalesloftStarter KitNo folderCOLLECTIONSPersonal collectionMy vaultSendQ [URL_WITH_CREDENTIALS] mJ2STigExRjaUT^BoFy8NFEDOhttps://blog.whitelabeltechnologies....J2STigExRjaUT^BoFy8NFEDOhttps://www.rescuetime.com/log...XDLHx3m/Vangseyhttps://www.rescuetime.com/login?https://www.outsourcely.com/log..mLkl1230Shttps://www.outsourcely.com/login/Lkl1230Shttps://www.martinus.sk/login/?r..mLkl123Mhttps://www.martinus.sk/login/?redi..Lkl123Mhttps://www.jefit.com/login/m141122+HomeDMsActivityFilesLater..•More+•ED→Jiminny ...scncre# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of_jimi...• Direct messages€. Vasil Vasilev&. Petko Kashinski. Galya Dimitrovaa. Stefka Stoyanova%: Todor Stamatov&. Steliyan Georgiev@ VesG. MiraRo Nikolay YankovStoyan Tomovd. James GrahamE Lukas Kovalik y...AppsJira CloudToast100% C8•Thu 28 May 12:14:13QDescribe what you are looking for# releases8 226 0• MessagesC FilesBookmarks20 new commitsToday ~masterby yalokin-jiminny891eb72c - JY-20855 | Add MCP ES - summary1b8845ee - JY-20855 | Add MCP ES -action_items18b9e3df - JY-20855 | Add MCP ES -key_points1fd201fa - JY-20855 | Add MCP ES - notes99ec572d - JY-20855 | Add MCP ES - momentsShow more( jiminny/app| Added by GitHubNewGitHub APP 11:09 AM1 new commit pushed tomasterby yalokin-jiminny96465d0b - Fix stage profile for remotecommands runjiminny/app | Added by GitHubCircleCI APP 11:16 AMDeployment Successful!Project: appWhen:05/28/202608:16:27Tag:View JobMessage #releases+Аа......
|
iTerm2
|
NULL
|
NULL
|
82111
|
|
82112
|
rapstomCoocFV faVsco.|s ~Proinet vWOKADMEIoi sonar rapstomCoocFV faVsco.|s ~Proinet vWOKADMEIoi sonar-oroiect oropertiestestov< Unttled oaoram.xmllus/vetur.config.isMIWEBHOOKEILTERNG MPLENENTAT›tb Exteral Librariesv - Scratches and consoles39 61v 1 Database consoles& console (eU)A DEAL RISKS (EU&DI EU)AEU (EU)v Aliminny@localhostA console (iminny@localhost)DI riminny@localhost4 HS.Jocal (jiminny@localhost4 SF (jiminny@localhost]# zono-dev liminnyslocd nostV A PRODA console (PROD)A console 1 (PROD]SarvicaeivontameA& console 8gy2liminny@localhostAus loaslly лoponconsole ?eV A STAGINGA consolo,noakorecomerilesdacuwioosohp© SaveActivity.php© CreateActivityAddedToPlaylistEvent.phgoereatesmoooketlcotrcheot© ActivityLeadConverted.phpap apioneAutomatedReport.ohr= | 418 X2 A v 729crass UserauronaredReoor stontrotter extends controtterpublic function _constructlprivate readonly AutomatedReportsRepos1tory SautomatedReportsRepository,private readonly AutomatedReportsService SautomatedReportsService,private readonly ApiResponseService SapiResponseServiceprivate readonly Response Sresponse,private readonly Planhatservice SplanhatService,71..1Tussgepublic function trackInterest(Request Srequest): JsonResponsel....* Othrows AppLicationExceptionpublic function List(Request Srequest): JsonResponse ...public function delete(Request Srequest, string Suvid): JsonResponse(...}7) Outputtil fiminny.usersiw 4 rows v4QЩ8Д4amidAm uuid UUID with time-low and time-high swapped Mim) name"26269 9f671059-8b89-4442-b955-a8c78c783da8becos Subramanzamwiiynsohetowae-uco-selu-oeatuoo.xyalMonesh th neuhmamansan20674 cSd18416-8071-4852-A648-877931846627eveethaa Subramans an71AS4 700175c3-0734-4665-0821-16571947990%Sona Subramans anTO0У L7Inu Lo woytE4iAskJiminnyReportActivityServiceTestcustonuoskcaveloA SF jiminny@localhostHS _Jocal jiminny@localhostconsole [PROD)& console [EU,console (STAGINGDe00Txe AutovPlaygroundOo jiminnySAeCT * RCMAA VATIAS MhenDooEeeKors045 A1 A41 Y 66 4SELECT * FROM crn_field_data f• JOIN crm_fields f ON fd.crm_field_id = f.idIOTN Actusttes A nM Eal actvity Sd =a5dlWHERE activity_id = 79933459# AND f.crn_provider_id = 'hs_activity_type':SELECT * FROM activity-nessages:select * fron text relays where created at > *2026-05-01*:select * fron activities where user id IN (7160, 18688) and created at > *2826-05-22' order by id desciselect * fron users where team_id = 1 and id IN (18688, 13934, 7168):select * fron activities where user id = 7168 order by id desc Linit 1:select * fron accounts where team_id = 1 and nane = 'ColuenS':select * fron users where name Jike "%Subrax": # 31054, 1117select * fron teans where 1d = 1117,ллл00in uses two facAm email Mdecoa.suorssanzar.oroszsear.comwonechronaeuanamantantooodilord.cHeveethaa?[EMAIL]) secondary enail n:In status ™snull><oullcoullssone subnamans an?eans.as) password "scoueconlsconlls(m renember tokensnulbcautecomhs<nult»im photo path/c984ccle-fbac-4a19-b776-786b1a6e4Sdb/avatars/9fb71859-8b89-4442-b95S-a8c78c783da8.pnd/8a47c52b-4677-4d3b-9a77-S4c7becc29hc/avatans/1966911f-a289-42c6-8cS4-beafL6d6372d.ondcctcSl05x4655x4185.0a4h-047Ac5A00469/avatans/cSd18d1hoae71-4852cah/a-8770319666a7-mnd/625b6888-a5dd-4df6-9261-a6ff706d3aSd/avatars/72c175c3-c33f-46c5-982d-db5740f39898. pngSUM:0 4:4 W Windsurf Teams 742:17 UTF-8 4 space...
|
iTerm2
|
NULL
|
NULL
|
82112
|
|
82117
|
Last login: Wed May 27 12:49:32 on ttys012
Poetry Last login: Wed May 27 12:49:32 on ttys012
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ app
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-strict-casting-text-relay-service
Switched to a new branch 'JY-20915-fix-strict-casting-text-relay-service'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-strict-casting-text-relay-service) $ ;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-20915-fix-strict-casting-text-relay-service) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5697/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5697 files in 55.554 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-strict-casting-text-relay-service) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M config/logging.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
remote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 97 (delta 69), reused 95 (delta 69), pack-reused 0 (from 0)
Unpacking objects: 100% (97/97), 14.08 KiB | 150.00 KiB/s, done.
From github.com:jiminny/app
f1ccf9be50..890e429206 master -> origin/master
ce9abde868..3800efb7ea JY-20905-tool-search-members -> origin/JY-20905-tool-search-members
ad6ace97b9..b3659b1290 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating f1ccf9be50..890e429206
Fast-forward
app/Services/Mail/TextRelayService.php | 6 +++---
tests/Unit/Services/Mail/TextRelayServiceTest.php | 13 +++++++++++--
2 files changed, 14 insertions(+), 5 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-missing-header-text-relay
Switched to a new branch 'JY-20915-fix-missing-header-text-relay'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ make docker-update
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Services/Mail/TextRelayService.php (statement_indentation)
---------- begin diff ----------
--- /home/jiminny/app/Services/Mail/TextRelayService.php
+++ /home/jiminny/app/Services/Mail/TextRelayService.php
@@ -67,7 +67,7 @@
$job = new EmailTextRelay($messageId, $relayedText);
$job->onQueue(Constants::QUEUE_EMAILS);
-// dispatch($job);
+ // dispatch($job);
Log::info('[TextRelayService] Successfully dispatched message', [
'message_id' => $messageId,
----------- end diff -----------
Fixed 1 of 5698 files in 84.046 seconds, 701.18 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5698 files in 52.731 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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) $ git pull
remote: Enumerating objects: 3114, done.
remote: Counting objects: 100% (2026/2026), done.
remote: Compressing objects: 100% (676/676), done.
remote: Total 1678 (delta 1255), reused 1328 (delta 974), pack-reused 0 (from 0)
Receiving objects: 100% (1678/1678), 260.56 KiB | 1.33 MiB/s, done.
Resolving deltas: 100% (1255/1255), completed with 182 local objects.
From github.com:jiminny/app
828865edeb..96465d0b0b master -> origin/master
8fafc5d81d..04a1cdf13a JY-20606-desktop-app-recall -> origin/JY-20606-desktop-app-recall
+ 724040d8bf...ffebe9ba1e JY-20741-user-can-log-in-access-the-desktop-app -> origin/JY-20741-user-can-log-in-access-the-desktop-app (forced update)
* [new branch] JY-20771-call-scoring-filter-for-exec-reports -> origin/JY-20771-call-scoring-filter-for-exec-reports
+ 145d59435f...346478f081 JY-20828-user-can-manage-desktop-recording-permissions -> origin/JY-20828-user-can-manage-desktop-recording-permissions (forced update)
+ 5428ec3836...a112445df0 JY-20853-mcp-seach_calls -> origin/JY-20853-mcp-seach_calls (forced update)
eb199eee57..6119438d56 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating 828865edeb..96465d0b0b
Fast-forward
app/Component/ActionItems/Services/ActionItemsIndexingService.php | 41 +++++++++++++++++++++++++++++++++++++++++
app/Component/ES/Repositories/EsResetActivityRepository.php | 3 +++
app/Component/KeyPoints/Services/KeyPointsIndexingService.php | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.php | 1 -
app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.php | 40 ++++++++++++++++++++++++++++++++++++++++
app/Models/Activity/Moment.php | 21 +++++++++++++++++++++
app/Models/Activity/Note.php | 16 ++++++++++++++++
app/Models/CommentAbstract.php | 4 ++++
app/Models/Crm/FieldData.php | 6 +++++-
app/Models/ElasticSearch/ActivityElasticSearchTrait.php | 51 +++++++++++++++++++++++++++++++++++++++++++++++++--
app/Models/Participant.php | 6 ++++++
app/Traits/RequiresUUID.php | 5 +++++
scripts/run_command_stage | 2 +-
tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.php | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Component/KeyPoints/Services/GetKeyPointsServiceTest.php | 34 +++++++++++++++++-----------------
tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.php | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
17 files changed, 472 insertions(+), 22 deletions(-)
create mode 100644 app/Component/ActionItems/Services/ActionItemsIndexingService.php
create mode 100644 app/Component/KeyPoints/Services/KeyPointsIndexingService.php
create mode 100644 app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.php
create mode 100644 tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.php
create mode 100644 tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.php
create mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $...
|
iTerm2
|
-zsh
|
NULL
|
82117
|
|
82118
|
rapstomCoocFV faVsco.|s ~Proinet vWOKADMEIoi sonar rapstomCoocFV faVsco.|s ~Proinet vWOKADMEIoi sonar-oroiect oropertiestestov< Unttled oaoram.xmllus/vetur.config.isMIWEBHOOKSLTERNG MOLEMENTAT›tb Exteral Librariesv - Scratches and consoled39 61v 1 Database consoles& console (eU)A DEAL RISKS (EU&DI EU)AEU (EU)v Aliminny@localhostA console (iminny@localhost)DI riminny@localhost4 HS.Jocal (jiminny@localhost4 SF (jiminny@localhost]# zono-dev liminnyslocd nostV A PRODA console (PROD)A console 1 (PROD]SarvicaeivontameA& console 8 :y2liminny@localhostAus loaslly лoponconsole ?eV A STAGINGA consolo,noakorecomerilesdacuwioosohp© SaveActivity.php© CreateActivityAddedToPlaylistEvent.phgap apione© PurgeLookupCache.php© ActivityLeadConverted.phpAutomatedReport.ohr= | 418 X2 A v 729crass UserauronaredReoor stontrotter extends controtterpublic function _constructlprivate readonly AutomatedReportsRepos1tory SautomatedReportsRepository,private readonly AutomatedReportsService SautomatedReportsService,private readonly ApiResponseService SapiResponseServiceprivate readonly Response Sresponse,private readonly Planhatservice SplanhatService,71..1Tussgepublic function trackInterest(Request Srequest): JsonResponsel....* Othrows AppLicationExceptionpublic function List(Request Srequest): JsonResponse ...public function delete(Request Srequest, string Suvid): JsonResponse(...}7) OutputEil fiminny.usersii W 4rowsv 5 0U4QЩ8Д4amidAm uuid UUID with time-low and time-high swapped Mim) name"26269 9f671059-8b89-4442-b955-a8c78c783da8becos Subramanzamwiiynsohetowae-uco-selu-oeatuoo.xyalMonesh th neuhmamansan20674 cSd18416-8071-4852-A648-877931846627eveethaa Subramans an71AS4 700175c3-0734-4665-0821-16571947990%Sona Subramans anTO0У L7Inu Lowoy1E.4.5AskJlminnyReportActivityServiceTestcustonuoskcaveloA SF fiminny@localhostHS Jocal jiminny@localhostconsole (PROD)& console [EU,console (STAGINGDe00Txe AutovPlaygroundOo jiminnySAeCT * RCMAA VATIAS MhenDooEeeKors045 A1 A41 У 66 4SELECT * FROM crn_field_data fJOIN crn_fields f ON fd.crm_field_id = f.id* JOIN activities a ON fd.activity_id = a.idWHERE activity_id = 79933459# AND f.crn_provider_id = 'hs_activity_type':SELECT * FROM activity-nessages:select * fron text relays where created at > *2026-05-01*:select * fron activities where user id IN (7160, 18688) and created at > *2826-05-22' order by id desciselect * fron users where team_id = 1 and id IN (18688, 13934, 7169)select * fron activities where user id = 7168 order by id desc Linit 1739select * fron accounts where team_id = 1 and nane = 'ColuenS':742 Vselect * fron users where name Tike «Subrax": # 31054, 1117select * fron teans where id = 1117:select 8 tronAm email Mdecoa.suorssanzar.oroszsear.comwonechronaeuanamantantooodilord.cHeveethaa?[EMAIL]) secondary enail "snull><oullcoullssone subnamans an?eans.a:In status ™ллл00in uses two fac) password "(m renember tokenscoueconhconllsim photo pathsnulbcautecomhscouls/c984ccle-fbac-4a19-b776-786b1a6e4Sdb/avatars/9fb71859-8b89-4442-b95S-a8c78c783da8.pnd/8a47c52b-4677-4d3b-9a77-S4c7becc29hc/avatans/1966911f-a289-42c6-8cS4-beafL6d6372d.ondcctcSl05x4655x4185.0a4h-047Ac5A00469/avatans/cSd18d1hoae71-4852cah/a-8770319666a7-mnd/625b6888-a5dd-4df6-9261-a6ff706d3aSd/avatars/72c175c3-c33f-46c5-982d-db5740f39898. pngW Windsurf Teams 744:15 UTF-8 4 space...
|
iTerm2
|
-zsh
|
NULL
|
82118
|
|
82119
|
Hidden Barj Lukas/Stefka 121 • in 2h 16 m**• Docke Hidden Barj Lukas/Stefka 121 • in 2h 16 m**• Docker Desktop is running-zshDOCKER0 ₴1DEV (docker)tests/Unit/Policies/CanAccessAiRelscreenpipe"i Go to the Dashboard¾ lukaskovalik›X4-zshno changes addedto commit (use "git add"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminnyremote: Enumerating objects:3114,done.remote: Counting objects:100% (2026/2026remote: Compressing objects: 100% (676/67Settings...TroubleshootGive feedbackAbout Docker Desktopremote: Total 1678 (delta 1255), reused 1from 0)Receiving objects: 100% (1678/1678), 260.Resolving deltas: 100% (1255/1255), complDocker HubDocumentationFrom github.com:jiminny/app828865edeb..96465d0b0bmaster8fafc5d81d..04a1cdf13aJY-20606-desktExtensionsKubernetes Context+ 724040d8bf...ffebe9bale JY-20741-user-* [new branch]JY-20771-call-+ 145d59435f...346478f081JY-20828-user-+ 5428ec3836...a112445df0 JY-20853-mcp-s)eb199eee57..6119438d56JY-20910-sched® Download update• RestartIl PauseU Quit Docker DesktopmissionsssingUpdating 828865edeb..96465d0b0b* QFast-forwardapp/Component/ActionItems/Services/ActionItemsIndexingService.phpapp/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.php1 413481402116+++++++++++++app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.phpapp/Models/CommentAbstract.phpapp/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php51app/Models/Participant.phpapp/Traits/RequiresUUID.phpscripts/run_command_stagetests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.phptests/Unit/Component/KeyPoints/Services/GetKeyPointsServiceTest.phptests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.phptests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php7134697617 files changed, 472 insertions(+), 22 deletions(-)create mode 100644 app/Component/ActionItems/Services/ActionItemsIndexingService.phpcreate mode 100644 app/Component/KeyPoints/Services/KeyPointsIndexingService.phpcreate mode 100644 app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpcreate mode 100644 tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.phpcreate mode 100644 tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.phpcreate mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.phpukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ 01X5ec2-user@ip-10-30-1...100% (C478• Thu 28 May 12:14:38L881• 886ec2-user@ip-10-30-140-...₴7origin/master-> origin/JY-20606-desktop-app-recall-› origin/JY-20741-user-can-log-in-access-the-desktop-app(forced update)-> origin/JY-20771-call-scoring-filter-for-exec-reports-> origin/JY-20828-user-can-manage-desktop-recording-permissions (forced update)-› origin/JY-20853-mcp-seach_calls(forced update)- origin/JY-20910-schedule-parallel-update-target-processing...
|
iTerm2
|
NULL
|
NULL
|
82119
|
|
82120
|
Hidden Barj Lukas/Stefka 121 • in 2h 16 m***• Dock Hidden Barj Lukas/Stefka 121 • in 2h 16 m***• Docker Desktop is running-zshDOCKER- 881DEV (docker)tests/Unit/Policies/CanAccessAiRelscreenpipe"O ₴4i Go to the Dashboard¾ lukaskovalik›-zshno changes added to commit (use "git add"lukas@Lukas-Kovaliks-MacBook-Pro-Jiminnyremote: Enumerating objects:3114,done.remote: Counting objects:100% (2026/2026remote: Compressing objects: 100% (676/67Settings...TroubleshootGive feedbackAbout Docker Desktopremote: Total 1678 (delta 1255), reused 1from 0)Receiving objects: 100% (1678/1678), 260.Resolving deltas: 100% (1255/1255), complDocker HubDocumentationFrom github.com:jiminny/app828865edeb..96465d0b0bmaster8fafc5d81d..04a1cdf13aJY-20606-desktExtensionsKubernetes Context+ 724040d8bf...ffebe9bale JY-20741-user-* [new branch]JY-20771-call-+ 145d59435f...346478f081JY-20828-user-+ 5428ec3836...a112445df0 JY-20853-mcp-s)eb199eee57..6119438d56JY-20910-sched® Download update• RestartIl PauseU Quit Docker DesktopmissionsssingUpdating 828865edeb..96465d0b0bFast-forwardapp/Component/ActionItems/Services/ActionItemsIndexingService.phpapp/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.php| 413481402116+++++++-++++++app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.phpapp/Models/CommentAbstract.phpapp/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php51app/Models/Participant.phpapp/Traits/RequiresUUID.phpscripts/run_command_stagetests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.phptests/Unit/Component/KeyPoints/Services/GetKeyPointsServiceTest.phptests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.phptests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php7134697617 files changed, 472 insertions(+), 22 deletions(-)create mode 100644 app/Component/ActionItems/Services/ActionItemsIndexingService.phpcreate mode 100644 app/Component/KeyPoints/Services/KeyPointsIndexingService.phpcreate mode 100644 app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpcreate mode 100644 tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.phpcreate mode 100644 tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.phpcreate mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.phpukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ 01X5ec2-user@ip-10-30-1...100% (C478• Thu 28 May 12:14:41181• 886ec2-user@ip-10-30-140-...₴7-> origin/master-> origin/JY-20606-desktop-app-recall-› origin/JY-20741-user-can-log-in-access-the-desktop-app(forced update)-> origin/JY-20771-call-scoring-filter-for-exec-reports-> origin/JY-20828-user-can-manage-desktop-recording-permissions (forced update)-› origin/JY-20853-mcp-seach_calls(forced update)- origin/JY-20910-schedule-parallel-update-target-processing...
|
iTerm2
|
NULL
|
NULL
|
82120
|
|
82121
|
Hidden Bar& Lukas/Stefka 121 - in 2h 16 m+1-zs Hidden Bar& Lukas/Stefka 121 - in 2h 16 m+1-zshDOCKER0 ₴1DEV (docker)₴82tests/Unit/Policies/CanAccessAiReportsTest.php-zshN3screenpipe"-zshno changes addedto commit (use "git add"and/or "git commit -a")lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/jiminny/app (master) $ git pullremote:Enumerating objects: 3114,done.remote: Counting objects: 100% (2026/2026), done.remote: Compressing objects: 100% (676/676),done.remote: Total 1678 (delta 1255), reused 1328 (delta 974), pack-reused 0 (from 0)Receiving objects: 100% (1678/1678), 260.56 KiB | 1.33 MiB/s,done.Resolvingdeltas: 100% (1255/1255), completed with 182 local objects.From github.com:jiminny/app828865edeb..96465d0b0bmaster8fafc5d81d..04a1cdf13aJY-20606-desktop-app-recall+ 724040d8bf...ffebe9bale JY-20741-user-can-log-in-access-the-desktop-app* [new branch]+ 145d59435f...346478f081JY-20771-call-scoring-filter-for-exec-reportsJY-20828-user-can-manage-desktop-recording-permissions+ 5428ec3836...a112445df0 JY-20853-mcp-seach_callseb199eee57..6119438d56JY-20910-schedule-parallel-update-target-processingUpdating 828865edeb..96465d0b0bFast-forwardapp/Component/ActionItems/Services/ActionItemsIndexingService.phpapp/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.phpapp/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.php1 41+++++++-3+++48+++1402116app/Models/CommentAbstract.phpapp/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php51app/Models/Participant.phpapp/Traits/RequiresUUID.phpscripts/run_command_stagetests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.phptests/Unit/Component/KeyPoints/Services/GetKeyPointsServiceTest.phptests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.phptests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php7134697617 files changed, 472 insertions(+), 22 deletions(-)create mode 100644 app/Component/ActionItems/Services/ActionItemsIndexingService.phpcreate mode 100644 app/Component/KeyPoints/Services/KeyPointsIndexingService.phpcreate mode 100644 app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpcreate mode 100644 tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.phpcreate mode 100644 tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.phpcreate mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.phpukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ 0X5ec2-user@ip-10-30-1...100% (C478• Thu 28 May 12:14:43L81O ₴6ec2-user@ip-10-30-140-...₴7origin/master-> origin/JY-20606-desktop-app-recall->origin/JY-20741-user-can-log-in-access-the-desktop-app(forced update)origin/JY-20771-call-scoring-filter-for-exec-reports-> origin/JY-20828-user-can-manage-desktop-recording-permissions (forced update)origin/JY-20853-mcp-seach_calls(forced update)-> origin/JY-20910-schedule-parallel-update-target-processing...
|
iTerm2
|
NULL
|
NULL
|
82121
|
|
82122
|
Last login: Wed May 27 12:49:32 on ttys012
Poetry Last login: Wed May 27 12:49:32 on ttys012
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ app
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Already up to date.
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-strict-casting-text-relay-service
Switched to a new branch 'JY-20915-fix-strict-casting-text-relay-service'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-strict-casting-text-relay-service) $ ;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-20915-fix-strict-casting-text-relay-service) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5697/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5697 files in 55.554 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-strict-casting-text-relay-service) $ co master
M .env.local
M app/Console/Commands/JiminnyDebugCommand.php
M config/logging.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
remote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 97 (delta 69), reused 95 (delta 69), pack-reused 0 (from 0)
Unpacking objects: 100% (97/97), 14.08 KiB | 150.00 KiB/s, done.
From github.com:jiminny/app
f1ccf9be50..890e429206 master -> origin/master
ce9abde868..3800efb7ea JY-20905-tool-search-members -> origin/JY-20905-tool-search-members
ad6ace97b9..b3659b1290 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating f1ccf9be50..890e429206
Fast-forward
app/Services/Mail/TextRelayService.php | 6 +++---
tests/Unit/Services/Mail/TextRelayServiceTest.php | 13 +++++++++++--
2 files changed, 14 insertions(+), 5 deletions(-)
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20915-fix-missing-header-text-relay
Switched to a new branch 'JY-20915-fix-missing-header-text-relay'
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ make docker-update
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
1) app/Services/Mail/TextRelayService.php (statement_indentation)
---------- begin diff ----------
--- /home/jiminny/app/Services/Mail/TextRelayService.php
+++ /home/jiminny/app/Services/Mail/TextRelayService.php
@@ -67,7 +67,7 @@
$job = new EmailTextRelay($messageId, $relayedText);
$job->onQueue(Constants::QUEUE_EMAILS);
-// dispatch($job);
+ // dispatch($job);
Log::info('[TextRelayService] Successfully dispatched message', [
'message_id' => $messageId,
----------- end diff -----------
Fixed 1 of 5698 files in 84.046 seconds, 701.18 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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] is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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-20915-fix-missing-header-text-relay) $ 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.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.
PHP runtime: 8.5.5
Loaded config default from ".php-cs-fixer.dist.php".
Running analysis on 7 cores with 10 files per process.
5698/5698 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
Fixed 0 of 5698 files in 52.731 seconds, 799.06 MB memory used
Detected deprecations in use (they will stop working in next major release):
- Rule set "@PHP74Migration" is deprecated. Use "@PHP7x4Migration" instead.
- Rule set "@PHP80Migration" is deprecated. Use "@PHP8x0Migration" instead.
- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.
- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.
- Rule set "@PHP83Migration" is deprecated. Use "@PHP8x3Migration" instead.
- Rule set "@PHP84Migration" is deprecated. Use "@PHP8x4Migration" instead.
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) $ git pull
remote: Enumerating objects: 3114, done.
remote: Counting objects: 100% (2026/2026), done.
remote: Compressing objects: 100% (676/676), done.
remote: Total 1678 (delta 1255), reused 1328 (delta 974), pack-reused 0 (from 0)
Receiving objects: 100% (1678/1678), 260.56 KiB | 1.33 MiB/s, done.
Resolving deltas: 100% (1255/1255), completed with 182 local objects.
From github.com:jiminny/app
828865edeb..96465d0b0b master -> origin/master
8fafc5d81d..04a1cdf13a JY-20606-desktop-app-recall -> origin/JY-20606-desktop-app-recall
+ 724040d8bf...ffebe9ba1e JY-20741-user-can-log-in-access-the-desktop-app -> origin/JY-20741-user-can-log-in-access-the-desktop-app (forced update)
* [new branch] JY-20771-call-scoring-filter-for-exec-reports -> origin/JY-20771-call-scoring-filter-for-exec-reports
+ 145d59435f...346478f081 JY-20828-user-can-manage-desktop-recording-permissions -> origin/JY-20828-user-can-manage-desktop-recording-permissions (forced update)
+ 5428ec3836...a112445df0 JY-20853-mcp-seach_calls -> origin/JY-20853-mcp-seach_calls (forced update)
eb199eee57..6119438d56 JY-20910-schedule-parallel-update-target-processing -> origin/JY-20910-schedule-parallel-update-target-processing
Updating 828865edeb..96465d0b0b
Fast-forward
app/Component/ActionItems/Services/ActionItemsIndexingService.php | 41 +++++++++++++++++++++++++++++++++++++++++
app/Component/ES/Repositories/EsResetActivityRepository.php | 3 +++
app/Component/KeyPoints/Services/KeyPointsIndexingService.php | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.php | 1 -
app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.php | 40 ++++++++++++++++++++++++++++++++++++++++
app/Models/Activity/Moment.php | 21 +++++++++++++++++++++
app/Models/Activity/Note.php | 16 ++++++++++++++++
app/Models/CommentAbstract.php | 4 ++++
app/Models/Crm/FieldData.php | 6 +++++-
app/Models/ElasticSearch/ActivityElasticSearchTrait.php | 51 +++++++++++++++++++++++++++++++++++++++++++++++++--
app/Models/Participant.php | 6 ++++++
app/Traits/RequiresUUID.php | 5 +++++
scripts/run_command_stage | 2 +-
tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.php | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Component/KeyPoints/Services/GetKeyPointsServiceTest.php | 34 +++++++++++++++++-----------------
tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.php | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
17 files changed, 472 insertions(+), 22 deletions(-)
create mode 100644 app/Component/ActionItems/Services/ActionItemsIndexingService.php
create mode 100644 app/Component/KeyPoints/Services/KeyPointsIndexingService.php
create mode 100644 app/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.php
create mode 100644 tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.php
create mode 100644 tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.php
create mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $
DOCKER
Close Tab
DEV (docker)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
-zsh
Close Tab
ec2-user@ip-10-30-129-190:~ (-zsh)
Close Tab
ec2-user@ip-10-30-140-255:~ (-zsh)
Close Tab
⌥⌘1
-zsh...
|
iTerm2
|
-zsh
|
NULL
|
82122
|
|
82123
|
docker_lamp_1 | Illuminate\Database\Eloquen docker_lamp_1 | Illuminate\Database\Eloquent\Model::update(["failed"])
docker_lamp_1 |
docker_lamp_1 | 34 app/Services/RecallAI/Commands/ScheduleBotCommand.php:41
docker_lamp_1 | Jiminny\Services\RecallAI\Commands\ScheduleBotCommand::scheduleBotsForUpcomingConferences()
docker_lamp_1 |
docker_lamp_1 | 35 vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
docker_lamp_1 | Jiminny\Services\RecallAI\Commands\ScheduleBotCommand::handle()
docker_lamp_1 |
docker_lamp_1 | 36 vendor/laravel/framework/src/Illuminate/Container/Util.php:43
docker_lamp_1 | Illuminate\Container\BoundMethod::{closure:Illuminate\Container\BoundMethod::call():35}()
docker_lamp_1 |
docker_lamp_1 | 37 vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:96
docker_lamp_1 | Illuminate\Container\Util::unwrapIfClosure(Object(Closure))
docker_lamp_1 |
docker_lamp_1 | 38 vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
docker_lamp_1 | Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Object(Closure))
docker_lamp_1 |
docker_lamp_1 | 39 vendor/laravel/framework/src/Illuminate/Container/Container.php:799
docker_lamp_1 | Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), [])
docker_lamp_1 |
docker_lamp_1 | 40 vendor/laravel/framework/src/Illuminate/Console/Command.php:211
docker_lamp_1 | Illuminate\Container\Container::call()
docker_lamp_1 |
docker_lamp_1 | 41 vendor/symfony/console/Command/Command.php:341
docker_lamp_1 | Illuminate\Console\Command::execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
docker_lamp_1 |
docker_lamp_1 | 42 vendor/laravel/framework/src/Illuminate/Console/Command.php:180
docker_lamp_1 | Symfony\Component\Console\Command\Command::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
docker_lamp_1 |
docker_lamp_1 | 43 app/Console/Commands/Command.php:41
docker_lamp_1 | Illuminate\Console\Command::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
docker_lamp_1 |
docker_lamp_1 | 44 vendor/symfony/console/Application.php:1117
docker_lamp_1 | Jiminny\Console\Commands\Command::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
docker_lamp_1 |
docker_lamp_1 | 45 vendor/symfony/console/Application.php:356
docker_lamp_1 | Symfony\Component\Console\Application::doRunCommand(Object(Jiminny\Services\RecallAI\Commands\ScheduleBotCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
docker_lamp_1 |
docker_lamp_1 | 46 vendor/symfony/console/Application.php:195
docker_lamp_1 | Symfony\Component\Console\Application::doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
docker_lamp_1 |
docker_lamp_1 | 47 vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:198
docker_lamp_1 | Symfony\Component\Console\Application::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
docker_lamp_1 |
docker_lamp_1 | 48 vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1235
docker_lamp_1 | Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
docker_lamp_1 |
docker_lamp_1 | 49 artisan:13
docker_lamp_1 | Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))
docker_lamp_1 |
docker_lamp_1 | ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:06 Running ['artisan' dialers:monitor-activities] 2026-05-28 08:45:06 Jiminny\Events\Activities\StatusUpdated [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:45:07 Jiminny\Events\Activities\StatusUpdated [PASSWORD_DOTS] 1s DONE
docker_lamp_1 | . 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:08 Running ['artisan' jiminny:monitor-social-accounts] 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:10 Running ['artisan' mailbox:skip-lists:refresh] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:12 Running ['artisan' mailbox:batch:process --max-batches=15] 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:14 Running ['artisan' activity:purge-stale] ....... 4s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:purge-stale > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:19 Running ['artisan' mailbox:text-relay:sync] Relayed 0 message(s).
docker_lamp_1 | .... 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:text-relay:sync > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:22 Running ['artisan' conference:pre-meeting-notification] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:pre-meeting-notification > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:25 Running ['artisan' conference:monitor:start] ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:start > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:27 Running ['artisan' conference:monitor:end] ..... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:end > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:28 Running ['artisan' jiminny:fix-hubspot-tokens] . 4s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:fix-hubspot-tokens > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:33 Running ['artisan' conference:pre-meeting-reminder] in background 3.98ms DONE
docker_lamp_1 | ⇂ ('/usr/local/bin/php' 'artisan' conference:pre-meeting-reminder > '/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan' schedule:finish "framework/schedule-805efb160ee8d9da02e60364ace7970eb2b35f31" "$?") > '/dev/null' 2>&1 &
docker_lamp_1 | 2026-05-28 08:45:33 Running ['artisan' hubspot:journal-poll --start] in background 3.76ms DONE
docker_lamp_1 | ⇂ ('/usr/local/bin/php' 'artisan' hubspot:journal-poll --start > '/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan' schedule:finish "framework/schedule-e26d77f915d2c55fe91ca4148a230e32eaa1865e" "$?") > '/dev/null' 2>&1 &
docker_lamp_1 | 2026-05-28 08:45:33 Running ['artisan' datadog:report:processing-sla-activities] 🚀 Starting HubSpot journal polling service...
docker_lamp_1 | 5s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' datadog:report:processing-sla-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:39 Running ['artisan' activity:sync --from='2026-05-28 08:29:00' --to='2026-05-28 08:45:00' --skipProviders='ringcentral' --skipProviders='avaya' --skipProviders='telus' --skipProviders='talkdesk'] 4s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:sync --from='2026-05-28 08:29:00' --to='2026-05-28 08:45:00' --skipProviders='ringcentral' --skipProviders='avaya' --skipProviders='telus' --skipProviders='talkdesk' > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:43 Running ['artisan' crm:bullhorn:ping --heartbeat] 2026-05-28 08:45:44 Jiminny\Jobs\Activity\SyncActivity [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:45:44 Jiminny\Jobs\Activity\SyncActivity ....... 716.13ms DONE
docker_lamp_1 | 2026-05-28 08:45:44 Jiminny\Jobs\Activity\SyncActivity [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:45:45 Jiminny\Jobs\Activity\SyncActivity ....... 347.37ms DONE
docker_lamp_1 | 2026-05-28 08:45:45 Jiminny\Jobs\Activity\SyncActivity [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:45:45 Jiminny\Jobs\Activity\SyncActivity ....... 233.77ms DONE
docker_lamp_1 | 2026-05-28 08:45:45 Jiminny\Jobs\Activity\SyncActivity [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:45:45 Jiminny\Jobs\Activity\SyncActivity ....... 280.63ms DONE
docker_lamp_1 | 2026-05-28 08:45:45 Jiminny\Jobs\Activity\SyncActivity [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 0 social account(s) to be processed ...
docker_lamp_1 |
docker_lamp_1 | Done!
docker_lamp_1 | 2026-05-28 08:45:46 Jiminny\Jobs\Activity\SyncActivity ....... 293.49ms DONE
docker_lamp_1 | 2026-05-28 08:45:46 Jiminny\Jobs\Activity\SyncActivity [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' crm:bullhorn:ping --heartbeat > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:46 Running ['artisan' nudges:send --silent] 2026-05-28 08:45:47 Jiminny\Jobs\Activity\SyncActivity [PASSWORD_DOTS] 1s DONE
docker_lamp_1 | ....... 6s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' nudges:send --silent > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:45:53 Running ['artisan' jiminny:playlists:normalize-sort] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:playlists:normalize-sort > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:46:05 Running ['artisan' meeting-bot:schedule-bot] ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:46:08 Running ['artisan' dialers:monitor-activities] . 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:46:10 Running ['artisan' jiminny:monitor-social-accounts] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:46:12 Running ['artisan' mailbox:skip-lists:refresh] . 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:46:14 Running ['artisan' mailbox:batch:process --max-batches=15] 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:46:16 Running ['artisan' conference:monitor:count] ... 4s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:count > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:46:21 Running ['artisan' crm:sync-hubspot-objects] [HubSpot] Syncing objects for Hubspot (abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4) since 2026-05-28 08:41:14 (delay: 0s)
docker_lamp_1 | Team TestV (2708d27a-7f31-4d90-bd2b-b5bde1c0211e) is not yet assigned an owner. skipping...
docker_lamp_1 | Team KioskAccount (dedab245-604c-4cd2-a83e-4b9e034b2772) is not yet assigned an owner. skipping...
docker_lamp_1 | [HubSpot] Syncing objects for InsightSquared (b2b115eb-93ce-4d1b-929c-173757df8fba) since 2026-02-17 15:09:59 (delay: 0s)
docker_lamp_1 | Team Aircall Demo (7980e5eb-b11c-4cee-9c21-8bb29ba85f3b) is not yet assigned an owner. skipping...
docker_lamp_1 | [HubSpot] Syncing objects for GoStudent UAT (b2d49a54-b645-4637-a7ae-a86cfce6e8e4) since 2026-02-17 15:09:59 (delay: 1s)
docker_lamp_1 | [HubSpot] Syncing objects for JustCall (c6b9d6b0-b48d-4832-a68c-a57d60651888) since 2026-02-17 15:07:41 (delay: 1s)
docker_lamp_1 | Team Twilio Video (c334ca55-b230-411c-b10e-31c8204bd07b) is not yet assigned an owner. skipping...
docker_lamp_1 | Team My Test Account 3000 (dbc9990d-b35f-4e38-9550-22cdd6059514) is not yet assigned an owner. skipping...
docker_lamp_1 | Team test (7997eb70-8aa4-491a-870d-311977568df4) is not yet assigned an owner. skipping...
docker_lamp_1 | Team Test (5e06dcee-0613-470e-9a77-2c283198f3bf) is not yet assigned an owner. skipping...
docker_lamp_1 | Team test ogg auto sync (da44776e-306f-427a-83d8-a1b4baa5537e) is not yet assigned an owner. skipping...
docker_lamp_1 | Team Tourlaner (d9b71080-388b-4cf5-8175-aa0f29bee635) is not yet assigned an owner. skipping...
docker_lamp_1 | Dispatched 4 HubSpot sync jobs
docker_lamp_1 | ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' crm:sync-hubspot-objects > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:46:23 Running ['artisan' activity:notify-not-logged] 2026-05-28 08:46:24 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | . 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:notify-not-logged > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:46:26 Running ['artisan' activity:status-count] 2026-05-28 08:46:27 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] 2s DONE
docker_lamp_1 | 2026-05-28 08:46:27 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:46:27 Jiminny\Jobs\Crm\SyncHubspotObjects ....... 39.60ms DONE
docker_lamp_1 | 2026-05-28 08:46:27 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:46:27 Jiminny\Jobs\Crm\SyncHubspotObjects ....... 29.27ms DONE
docker_lamp_1 | 2026-05-28 08:46:27 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:46:27 Jiminny\Jobs\Crm\SyncHubspotObjects ....... 31.03ms DONE
docker_lamp_1 | {"canceled":13,"delivered":2,"received":1}...... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:status-count > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:46:29 Running ['artisan' mailbox:sync] Queueing 1 inbox(es) for sync.
docker_lamp_1 | [PASSWORD_DOTS] 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:sync > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 | 2026-05-28 08:46:33 Jiminny\Jobs\Mailbox\SyncInbox [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:46:33 Jiminny\Jobs\Mailbox\SyncInbox [PASSWORD_DOTS] 211.04ms DONE
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:47:04 Running ['artisan' meeting-bot:schedule-bot] ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:47:06 Running ['artisan' dialers:monitor-activities] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:47:09 Running ['artisan' jiminny:monitor-social-accounts] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:47:11 Running ['artisan' mailbox:skip-lists:refresh] . 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:47:12 Running ['artisan' mailbox:batch:process --max-batches=15] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:47:15 Running ['artisan' mailbox:batch:create] ....... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:create > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 | 2026-05-28 08:47:18 Jiminny\Jobs\Mailbox\CreateBatches [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:47:19 Jiminny\Jobs\Mailbox\CreateBatches ....... 274.71ms DONE
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:48:03 Running ['artisan' meeting-bot:schedule-bot] ... 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:48:06 Running ['artisan' dialers:monitor-activities] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:48:08 Running ['artisan' jiminny:monitor-social-accounts] 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:48:09 Running ['artisan' mailbox:skip-lists:refresh] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:48:12 Running ['artisan' mailbox:batch:process --max-batches=15] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:48:14 Running ['artisan' conference:monitor:count] ... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:count > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:48:15 Running ['artisan' mailbox:batch:retry-failed --max-batches=15] in background 1.07ms DONE
docker_lamp_1 | ⇂ ('/usr/local/bin/php' 'artisan' mailbox:batch:retry-failed --max-batches=15 > '/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan' schedule:finish "framework/schedule-390defd641effba0f73a895e426ded4cf2ba7f11" "$?") > '/dev/null' 2>&1 &
docker_lamp_1 | 2026-05-28 08:48:15 Running ['artisan' crm:autolog-delayed] Dispatched autolog delayed jobs for all applicable teams:
docker_lamp_1 | ....... 10s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' crm:autolog-delayed > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:49:02 Running ['artisan' meeting-bot:schedule-bot] ... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:49:04 Running ['artisan' dialers:monitor-activities] . 4s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:49:09 Running ['artisan' jiminny:monitor-social-accounts] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:49:11 Running ['artisan' mailbox:skip-lists:refresh] . 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:49:13 Running ['artisan' mailbox:batch:process --max-batches=15] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:50:04 Running ['artisan' meeting-bot:schedule-bot] ... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:06 Running ['artisan' dialers:monitor-activities] . 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:09 Running ['artisan' jiminny:monitor-social-accounts] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:11 Running ['artisan' mailbox:skip-lists:refresh] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:13 Running ['artisan' mailbox:batch:process --max-batches=15] 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:15 Running ['artisan' conference:monitor:count] ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:count > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:17 Running ['artisan' activity:purge-stale] ....... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:purge-stale > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:19 Running ['artisan' mailbox:text-relay:sync] Relayed 0 message(s).
docker_lamp_1 | .... 4s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:text-relay:sync > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:24 Running ['artisan' conference:pre-meeting-notification] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:pre-meeting-notification > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:26 Running ['artisan' conference:monitor:start] ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:start > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:29 Running ['artisan' conference:monitor:end] ..... 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:end > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:32 Running ['artisan' jiminny:fix-hubspot-tokens] . 7s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:fix-hubspot-tokens > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:40 Running ['artisan' conference:pre-meeting-reminder] in background 9.26ms DONE
docker_lamp_1 | ⇂ ('/usr/local/bin/php' 'artisan' conference:pre-meeting-reminder > '/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan' schedule:finish "framework/schedule-805efb160ee8d9da02e60364ace7970eb2b35f31" "$?") > '/dev/null' 2>&1 &
docker_lamp_1 | 2026-05-28 08:50:40 Running ['artisan' hubspot:journal-poll --start] in background 16.26ms DONE
docker_lamp_1 | ⇂ ('/usr/local/bin/php' 'artisan' hubspot:journal-poll --start > '/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan' schedule:finish "framework/schedule-e26d77f915d2c55fe91ca4148a230e32eaa1865e" "$?") > '/dev/null' 2>&1 &
docker_lamp_1 | 2026-05-28 08:50:40 Running ['artisan' jiminny:transcription:retry-failed] No failed transcriptions found.
docker_lamp_1 | 🚀 Starting HubSpot journal polling service...
docker_lamp_1 | 4s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:transcription:retry-failed > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:44 Running ['artisan' crm:reset-governor] [PASSWORD_DOTS] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' crm:reset-governor > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:50:46 Running ['artisan' crm:bullhorn:ping --heartbeat] 0 social account(s) to be processed ...
docker_lamp_1 |
docker_lamp_1 | Done!
docker_lamp_1 | 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' crm:bullhorn:ping --heartbeat > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:51:03 Running ['artisan' meeting-bot:schedule-bot] ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:51:05 Running ['artisan' dialers:monitor-activities] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:51:07 Running ['artisan' jiminny:monitor-social-accounts] 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:51:11 Running ['artisan' mailbox:skip-lists:refresh] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:51:13 Running ['artisan' mailbox:batch:process --max-batches=15] 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:51:15 Running ['artisan' crm:sync-hubspot-objects] [HubSpot] Syncing objects for Hubspot (abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4) since 2026-05-28 08:46:24 (delay: 0s)
docker_lamp_1 | Team TestV (2708d27a-7f31-4d90-bd2b-b5bde1c0211e) is not yet assigned an owner. skipping...
docker_lamp_1 | Team KioskAccount (dedab245-604c-4cd2-a83e-4b9e034b2772) is not yet assigned an owner. skipping...
docker_lamp_1 | [HubSpot] Syncing objects for InsightSquared (b2b115eb-93ce-4d1b-929c-173757df8fba) since 2026-02-17 15:09:59 (delay: 0s)
docker_lamp_1 | Team Aircall Demo (7980e5eb-b11c-4cee-9c21-8bb29ba85f3b) is not yet assigned an owner. skipping...
docker_lamp_1 | [HubSpot] Syncing objects for GoStudent UAT (b2d49a54-b645-4637-a7ae-a86cfce6e8e4) since 2026-02-17 15:09:59 (delay: 1s)
docker_lamp_1 | [HubSpot] Syncing objects for JustCall (c6b9d6b0-b48d-4832-a68c-a57d60651888) since 2026-02-17 15:07:41 (delay: 1s)
docker_lamp_1 | Team Twilio Video (c334ca55-b230-411c-b10e-31c8204bd07b) is not yet assigned an owner. skipping...
docker_lamp_1 | Team My Test Account 3000 (dbc9990d-b35f-4e38-9550-22cdd6059514) is not yet assigned an owner. skipping...
docker_lamp_1 | Team test (7997eb70-8aa4-491a-870d-311977568df4) is not yet assigned an owner. skipping...
docker_lamp_1 | Team Test (5e06dcee-0613-470e-9a77-2c283198f3bf) is not yet assigned an owner. skipping...
docker_lamp_1 | Team test ogg auto sync (da44776e-306f-427a-83d8-a1b4baa5537e) is not yet assigned an owner. skipping...
docker_lamp_1 | Team Tourlaner (d9b71080-388b-4cf5-8175-aa0f29bee635) is not yet assigned an owner. skipping...
docker_lamp_1 | Dispatched 4 HubSpot sync jobs
docker_lamp_1 | ... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' crm:sync-hubspot-objects > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 | 2026-05-28 08:51:18 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:51:18 Jiminny\Jobs\Crm\SyncHubspotObjects ...... 371.92ms DONE
docker_lamp_1 | 2026-05-28 08:51:18 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:51:18 Jiminny\Jobs\Crm\SyncHubspotObjects ....... 28.82ms DONE
docker_lamp_1 | 2026-05-28 08:51:18 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:51:18 Jiminny\Jobs\Crm\SyncHubspotObjects ....... 12.79ms DONE
docker_lamp_1 | 2026-05-28 08:51:18 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:51:18 Jiminny\Jobs\Crm\SyncHubspotObjects ....... 14.13ms DONE
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:52:03 Running ['artisan' meeting-bot:schedule-bot] ... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:52:05 Running ['artisan' dialers:monitor-activities] . 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:52:09 Running ['artisan' jiminny:monitor-social-accounts] 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:52:12 Running ['artisan' mailbox:skip-lists:refresh] . 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:52:14 Running ['artisan' mailbox:batch:process --max-batches=15] 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:52:15 Running ['artisan' conference:monitor:count] ... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:count > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:52:17 Running ['artisan' mailbox:batch:create] ....... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:create > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:52:19 Running ['artisan' activity:sync 'ringcentral' 'avaya' 'telus' 'talkdesk' --from='2026-05-28 08:36:00' --to='2026-05-28 08:52:00'] 2026-05-28 08:52:21 Jiminny\Jobs\Mailbox\CreateBatches [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:52:21 Jiminny\Jobs\Mailbox\CreateBatches [PASSWORD_DOTS] 83.00ms DONE
docker_lamp_1 | 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:sync 'ringcentral' 'avaya' 'telus' 'talkdesk' --from='2026-05-28 08:36:00' --to='2026-05-28 08:52:00' > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:53:03 Running ['artisan' meeting-bot:schedule-bot] ... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:53:05 Running ['artisan' dialers:monitor-activities] . 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:53:06 Running ['artisan' jiminny:monitor-social-accounts] 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:53:10 Running ['artisan' mailbox:skip-lists:refresh] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:53:12 Running ['artisan' mailbox:batch:process --max-batches=15] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:53:15 Running ['artisan' mailbox:batch:retry-failed --max-batches=15] in background 2.25ms DONE
docker_lamp_1 | ⇂ ('/usr/local/bin/php' 'artisan' mailbox:batch:retry-failed --max-batches=15 > '/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan' schedule:finish "framework/schedule-390defd641effba0f73a895e426ded4cf2ba7f11" "$?") > '/dev/null' 2>&1 &
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:54:02 Running ['artisan' meeting-bot:schedule-bot] ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:54:05 Running ['artisan' dialers:monitor-activities] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:54:07 Running ['artisan' jiminny:monitor-social-accounts] 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:54:10 Running ['artisan' mailbox:skip-lists:refresh] . 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:54:14 Running ['artisan' mailbox:batch:process --max-batches=15] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:54:16 Running ['artisan' conference:monitor:count] ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:count > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:54:18 Running ['artisan' activity:aircall:check-and-renew] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:aircall:check-and-renew > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:54:21 Running ['artisan' track:retry-failed-downloads] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' track:retry-failed-downloads > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:55:06 Running ['artisan' meeting-bot:schedule-bot] ... 5s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:12 Running ['artisan' dialers:monitor-activities] . 3s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:15 Running ['artisan' jiminny:monitor-social-accounts] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:18 Running ['artisan' mailbox:skip-lists:refresh] . 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:20 Running ['artisan' mailbox:batch:process --max-batches=15] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:23 Running ['artisan' activity:purge-stale] ....... 4s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:purge-stale > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:27 Running ['artisan' mailbox:text-relay:sync] Relayed 0 message(s).
docker_lamp_1 | .... 4s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:text-relay:sync > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:32 Running ['artisan' conference:pre-meeting-notification] 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:pre-meeting-notification > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:34 Running ['artisan' conference:monitor:start] ... 2s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:start > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:36 Running ['artisan' conference:monitor:end] ..... 1s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:end > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:38 Running ['artisan' jiminny:fix-hubspot-tokens] . 6s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:fix-hubspot-tokens > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:55:45 Running ['artisan' conference:pre-meeting-reminder] in background 4.32ms DONE
docker_lamp_1 | ⇂ ('/usr/local/bin/php' 'artisan' conference:pre-meeting-reminder > '/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan' schedule:finish "framework/schedule-805efb160ee8d9da02e60364ace7970eb2b35f31" "$?") > '/dev/null' 2>&1 &
docker_lamp_1 | 2026-05-28 08:55:45 Running ['artisan' hubspot:journal-poll --start] in background 2.12ms DONE
docker_lamp_1 | ⇂ ('/usr/local/bin/php' 'artisan' hubspot:journal-poll --start > '/proc/1/fd/1' 2>&1 ; '/usr/local/bin/php' 'artisan' schedule:finish "framework/schedule-e26d77f915d2c55fe91ca4148a230e32eaa1865e" "$?") > '/dev/null' 2>&1 &
docker_lamp_1 | 2026-05-28 08:55:45 Running ['artisan' crm:bullhorn:ping --heartbeat] 0 social account(s) to be processed ...
docker_lamp_1 |
docker_lamp_1 | Done!
docker_lamp_1 | 🚀 Starting HubSpot journal polling service...
docker_lamp_1 | 10s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' crm:bullhorn:ping --heartbeat > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:56:10 Running ['artisan' meeting-bot:schedule-bot] .. 11s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:56:22 Running ['artisan' dialers:monitor-activities] 10s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:56:33 Running ['artisan' jiminny:monitor-social-accounts] 12s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:56:45 Running ['artisan' mailbox:skip-lists:refresh] 14s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:57:00 Running ['artisan' mailbox:batch:process --max-batches=15] 10s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:57:10 Running ['artisan' conference:monitor:count] .. 12s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:count > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:57:23 Running ['artisan' crm:sync-hubspot-objects] [HubSpot] Syncing objects for Hubspot (abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4) since 2026-05-28 08:51:18 (delay: 0s)
docker_lamp_1 | Team TestV (2708d27a-7f31-4d90-bd2b-b5bde1c0211e) is not yet assigned an owner. skipping...
docker_lamp_1 | Team KioskAccount (dedab245-604c-4cd2-a83e-4b9e034b2772) is not yet assigned an owner. skipping...
docker_lamp_1 | [HubSpot] Syncing objects for InsightSquared (b2b115eb-93ce-4d1b-929c-173757df8fba) since 2026-02-17 15:09:59 (delay: 0s)
docker_lamp_1 | Team Aircall Demo (7980e5eb-b11c-4cee-9c21-8bb29ba85f3b) is not yet assigned an owner. skipping...
docker_lamp_1 | [HubSpot] Syncing objects for GoStudent UAT (b2d49a54-b645-4637-a7ae-a86cfce6e8e4) since 2026-02-17 15:09:59 (delay: 1s)
docker_lamp_1 | [HubSpot] Syncing objects for JustCall (c6b9d6b0-b48d-4832-a68c-a57d60651888) since 2026-02-17 15:07:41 (delay: 1s)
docker_lamp_1 | Team Twilio Video (c334ca55-b230-411c-b10e-31c8204bd07b) is not yet assigned an owner. skipping...
docker_lamp_1 | Team My Test Account 3000 (dbc9990d-b35f-4e38-9550-22cdd6059514) is not yet assigned an owner. skipping...
docker_lamp_1 | Team test (7997eb70-8aa4-491a-870d-311977568df4) is not yet assigned an owner. skipping...
docker_lamp_1 | Team Test (5e06dcee-0613-470e-9a77-2c283198f3bf) is not yet assigned an owner. skipping...
docker_lamp_1 | Team test ogg auto sync (da44776e-306f-427a-83d8-a1b4baa5537e) is not yet assigned an owner. skipping...
docker_lamp_1 | Team Tourlaner (d9b71080-388b-4cf5-8175-aa0f29bee635) is not yet assigned an owner. skipping...
docker_lamp_1 | Dispatched 4 HubSpot sync jobs
docker_lamp_1 | 2026-05-28 08:57:41 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | .. 18s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' crm:sync-hubspot-objects > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:57:42 Running ['artisan' activity:notify-not-logged] 2026-05-28 08:57:45 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] 3s DONE
docker_lamp_1 | 2026-05-28 08:57:45 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:57:45 Jiminny\Jobs\Crm\SyncHubspotObjects ...... 404.55ms DONE
docker_lamp_1 | 2026-05-28 08:57:45 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:57:45 Jiminny\Jobs\Crm\SyncHubspotObjects ...... 131.90ms DONE
docker_lamp_1 | 2026-05-28 08:57:45 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:57:45 Jiminny\Jobs\Crm\SyncHubspotObjects ...... 116.54ms DONE
docker_lamp_1 | 23s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:notify-not-logged > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:58:05 Running ['artisan' activity:status-count] {"canceled":13,"delivered":2,"received":1}..... 16s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:status-count > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:58:22 Running ['artisan' mailbox:sync] Queueing 2 inbox(es) for sync.
docker_lamp_1 | [PASSWORD_DOTS] 13s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:sync > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 | 2026-05-28 08:58:39 Jiminny\Jobs\Mailbox\SyncInbox [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:58:39 Jiminny\Jobs\Mailbox\SyncInbox [PASSWORD_DOTS] 246.64ms DONE
docker_lamp_1 | 2026-05-28 08:58:39 Jiminny\Jobs\Mailbox\SyncInbox [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 08:58:40 Jiminny\Jobs\Mailbox\SyncInbox [PASSWORD_DOTS] 812.90ms DONE
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 08:59:13 Running ['artisan' meeting-bot:schedule-bot] .. 11s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:59:25 Running ['artisan' dialers:monitor-activities] . 9s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:59:35 Running ['artisan' jiminny:monitor-social-accounts] 17s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 08:59:52 Running ['artisan' mailbox:skip-lists:refresh] 16s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:00:09 Running ['artisan' mailbox:batch:process --max-batches=15] 20s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 09:01:30 Running ['artisan' meeting-bot:schedule-bot] .. 16s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:01:47 Running ['artisan' dialers:monitor-activities] 22s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:02:09 Running ['artisan' jiminny:monitor-social-accounts] 16s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:02:26 Running ['artisan' mailbox:skip-lists:refresh] 14s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:02:41 Running ['artisan' mailbox:batch:process --max-batches=15] 14s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:02:55 Running ['artisan' crm:sync-hubspot-objects] [HubSpot] Syncing objects for Hubspot (abae74b8-bfa8-4383-9a7f-89f4bf2bdbb4) since 2026-05-28 08:57:42 (delay: 0s)
docker_lamp_1 | Team TestV (2708d27a-7f31-4d90-bd2b-b5bde1c0211e) is not yet assigned an owner. skipping...
docker_lamp_1 | Team KioskAccount (dedab245-604c-4cd2-a83e-4b9e034b2772) is not yet assigned an owner. skipping...
docker_lamp_1 | [HubSpot] Syncing objects for InsightSquared (b2b115eb-93ce-4d1b-929c-173757df8fba) since 2026-02-17 15:09:59 (delay: 0s)
docker_lamp_1 | Team Aircall Demo (7980e5eb-b11c-4cee-9c21-8bb29ba85f3b) is not yet assigned an owner. skipping...
docker_lamp_1 | [HubSpot] Syncing objects for GoStudent UAT (b2d49a54-b645-4637-a7ae-a86cfce6e8e4) since 2026-02-17 15:09:59 (delay: 1s)
docker_lamp_1 | [HubSpot] Syncing objects for JustCall (c6b9d6b0-b48d-4832-a68c-a57d60651888) since 2026-02-17 15:07:41 (delay: 1s)
docker_lamp_1 | Team Twilio Video (c334ca55-b230-411c-b10e-31c8204bd07b) is not yet assigned an owner. skipping...
docker_lamp_1 | Team My Test Account 3000 (dbc9990d-b35f-4e38-9550-22cdd6059514) is not yet assigned an owner. skipping...
docker_lamp_1 | Team test (7997eb70-8aa4-491a-870d-311977568df4) is not yet assigned an owner. skipping...
docker_lamp_1 | Team Test (5e06dcee-0613-470e-9a77-2c283198f3bf) is not yet assigned an owner. skipping...
docker_lamp_1 | Team test ogg auto sync (da44776e-306f-427a-83d8-a1b4baa5537e) is not yet assigned an owner. skipping...
docker_lamp_1 | Team Tourlaner (d9b71080-388b-4cf5-8175-aa0f29bee635) is not yet assigned an owner. skipping...
docker_lamp_1 | Dispatched 4 HubSpot sync jobs
docker_lamp_1 | 2026-05-28 09:03:11 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | .. 16s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' crm:sync-hubspot-objects > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:03:12 Running ['artisan' activity:sync 'ringcentral' --from='2026-05-28 03:01:00' --to='2026-05-28 09:01:00'] 2026-05-28 09:03:13 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] 1s DONE
docker_lamp_1 | 2026-05-28 09:03:13 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 09:03:13 Jiminny\Jobs\Crm\SyncHubspotObjects ...... 114.96ms DONE
docker_lamp_1 | 2026-05-28 09:03:13 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 09:03:14 Jiminny\Jobs\Crm\SyncHubspotObjects ....... 57.13ms DONE
docker_lamp_1 | 2026-05-28 09:03:14 Jiminny\Jobs\Crm\SyncHubspotObjects [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 09:03:14 Jiminny\Jobs\Crm\SyncHubspotObjects ....... 55.69ms DONE
docker_lamp_1 | 18s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:sync 'ringcentral' --from='2026-05-28 03:01:00' --to='2026-05-28 09:01:00' > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 09:04:23 Running ['artisan' meeting-bot:schedule-bot] .. 16s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:04:40 Running ['artisan' dialers:monitor-activities] 17s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:04:58 Running ['artisan' jiminny:monitor-social-accounts] 28s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:05:26 Running ['artisan' mailbox:skip-lists:refresh] 21s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:05:48 Running ['artisan' mailbox:batch:process --max-batches=15] 17s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:06:06 Running ['artisan' conference:monitor:count] .. 19s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:count > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 09:07:20 Running ['artisan' meeting-bot:schedule-bot] .. 18s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:07:39 Running ['artisan' dialers:monitor-activities] 13s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:07:53 Running ['artisan' jiminny:monitor-social-accounts] 15s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:08:08 Running ['artisan' mailbox:skip-lists:refresh] 14s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:skip-lists:refresh > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:08:22 Running ['artisan' mailbox:batch:process --max-batches=15] 16s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:process --max-batches=15 > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:08:39 Running ['artisan' mailbox:batch:create] ...... 15s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' mailbox:batch:create > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:08:54 Running ['artisan' activity:sync 'ringcentral' 'avaya' 'telus' 'talkdesk' --from='2026-05-28 08:51:00' --to='2026-05-28 09:07:00'] 2026-05-28 09:08:56 Jiminny\Jobs\Mailbox\CreateBatches [PASSWORD_DOTS] RUNNING
docker_lamp_1 | 2026-05-28 09:08:57 Jiminny\Jobs\Mailbox\CreateBatches ....... 626.54ms DONE
docker_lamp_1 | 13s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' activity:sync 'ringcentral' 'avaya' 'telus' 'talkdesk' --from='2026-05-28 08:51:00' --to='2026-05-28 09:07:00' > '/proc/1/fd/1' 2>&1
docker_lamp_1 |
docker_lamp_1 | run_artisan_schedule: Done waiting for schedule:run
docker_lamp_1 |
docker_lamp_1 | 2026-05-28 09:10:20 Running ['artisan' meeting-bot:schedule-bot] .. 15s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' meeting-bot:schedule-bot > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:10:36 Running ['artisan' dialers:monitor-activities] 16s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' dialers:monitor-activities > '/proc/1/fd/1' 2>&1
docker_lamp_1 | 2026-05-28 09:10:53 Running ['artisan' jiminny:monitor-social-accounts] 20s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' jiminny:monitor-social-accounts > '/proc/1/fd/1' 2>&1
d...
|
iTerm2
|
DOCKER (docker-compose)
|
NULL
|
82123
|