|
85427
|
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) $ ;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-20963-fix-import-on-deleted-entity) $
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
|
85427
|
|
85428
|
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) $ ;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-20963-fix-import-on-deleted-entity) $
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
|
85428
|
|
85429
|
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) $ ;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-20963-fix-import-on-deleted-entity) $
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
|
85429
|
|
85438
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp<$0 (hl100% <78• Thu 28 May 15:30:581₴1₴7-zshDOCKERO 81DEV (docker)₴2-zshN3screenpipe*O &4-zsh|85ec2-user@ip-10-30-129-...+ 724040d8bf...ffebe9bale JY-20741-user-can-log-in-access-the-desktop-app-> origin/JY-20741-user-can-log-in-access-the-desktop-app₴86(forced update)* [new branch]JY-20771-call-scoring-filter-for-exec-reportsorigin/JY-20771-call-scoring-filter-for-exec-reports+ 145d59435f...346478f081JY-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.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.phpapp/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.php413481402116+++++++++++++TTT-t+++app/Models/CommentAbstract.phpapp/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php651app/Models/Participant.phpapp/Traits/RequiresUUID.php5+++++scripts/run_command_stage2tests/Unit/Component/ActionItems/Services/ActionItemsIndexingServiceTest.php71tests/Unit/Component/KeyPoints/Services/GetKeyPointsServiceTest.php1 34tests/Unit/Component/KeyPoints/Services/KeyPointsIndexingServiceTest.php69tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.php1 761++117 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) $ ;xddocker exec-it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"[EMAIL]'s next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-enlity) $U...
|
iTerm2
|
-zsh
|
NULL
|
85438
|
|
85439
|
rapstomViewCoocFV faVsco.|s ~#12121 on JY-20963-fx rapstomViewCoocFV faVsco.|s ~#12121 on JY-20963-fx-lproidetwnapers.ohv Salesforc>ImFeldeOLekоkyseiwico.on• # OpportunityMatcher• = OpportunitySyncStrateProspectSearchStrateg› ServiceTraitsClientTest.phoDecorateActivityTest.p© DeleteObiectsTraitTest© FieldDefinitionsTest.ph© GetActivityFieldNameT@ PayloadBuilderTest.phsQueryBullderTest.phoQueryHandlerTest.pho© QuerviteratorTest.pho©QueryResultsTests.phoC ServiceTest.phoc) Suncta chredk Servic© BaseService Test. phoceacheemsarcod.ocoCeimAdiMiseroettereeeimeontauratonsottnadEmal talnartest.oodFieldValueconverterTest.g© LayoutManagerTest.phgMiarateProvderSandcal.Onnortun tvA chivirllatchOnnortun tSwncStrateovfProsnactCachatast ohoC ProspectSearchStrategyFi© ProviderRegistryTest.php© RecordSelectorTest.pho© ResolveComoanyNameByl© TimePerioditeratorTest.ph© UpdateCrmDataResolverwlathrnd>D Kioskv(h Mail>DActions>E Otrice› Ea Resolvers169%>traits• - Validators181c) BatchservicetestchoCEmailActivityServiceTest.p.. 0C inboxServiceTest.php© TextRelayServicetest.php 243 €IilMeet ne caneratorM NotificationSMOMaIAWindowPap aUlOoenOeCneSTNCEVORSDMnamesoace Tests. Unt ServicesHas3use Soogle Seruice cnatl as sooqi esnaneuse soogle Serwice, cnail vessage as cnarhessaderuse soogle Serwice charl Nessage?antuse 600gle \Service\6nail \HessagePartHeader:usemlursinate Suppor Facades contio.use Jiminny Services\Mail\TextRelayService:uea proios Soaneronkytes hitae Thovaneh neeuse PHPUnit\Franework\Attributes DataProvideruse Tests TestCaseuse ReflectionClass;use Nockery:iawanerieclttoytPonuConvsco..olneelnpublic static function environmentProvider: arrayi...protected function setUp: voidf..protected functiion teardownO: voidf..."TextRelayServiceTest©ActivityControlier.phpOAeindi.oneSF fiminny@localhost)A console (STAGING)D0000AND a.created_at > DATE_SUB(NOW), INTERVAL 38 DAY.GROUP BY u.id, u.enail, u.nane, u.softphone_numbenORDER BY sns_count DESC;select * fron teans where id = 1SELECTconsole (PROD) x C Service.phpds consoe leu,045 A1 A41 У 66 4• Thu 28 May 15:30:58+0.continueOTXCONHENYSWWICO docker exec docker lamp 1 php artisan test -filter TextRelayServiceTestuuid_to_Din('[CREDIT_CARD]-9274-4f4d82a8185c') = uuid; # 80186192 NOpublic function testIsForCurrentEnvironnentIgnoresToHeader: void{...}public function testIsForCurrentEnvironnentWithEmptyHeaders(): void{...;public function testisForCurrentenvironnent@ithException: voidi...nubbictunctsion teetSyncliseszuASinssorsubechion oi wosda.public function testSyncUsesUsALiasForUsRegionO: void...;public function testSyncProcessesMessagesAndDispatchesJobs: voidConfig: :set(jiminn/. dept2 edteX koeckrie oXSELECT + ron tet reyaye unere crestel t 3 12326-85-81:actavitsles where usen id TN (7168, 18688) and created at > 12026-05-22' onder by id descsS1d = 1 and id TN (18688, 13934, 7160):usen 1d = 7168 order by id desc 1init 10.PatAAtwhere actávity seanch $a TN (88882.88982)tat amahienuaino PodeswiettAReinctalAcceot allKtwodeurlaime"eiireht4 spad...
|
iTerm2
|
-zsh
|
NULL
|
85439
|
|
85440
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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...
|
iTerm2
|
docker
|
NULL
|
85440
|
|
85441
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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...
|
iTerm2
|
docker
|
NULL
|
85441
|
|
85524
|
PhpStormViewNeweNNCCoocWindowFV faVsco.|s ~#12121 PhpStormViewNeweNNCCoocWindowFV faVsco.|s ~#12121 on JY-20963-fx-lproideteSarvicc.ohwnapers.ohv SalestorgOLeAkоkyscrco.on>MFelde• # OpportunityMatcher• = OpportunitySyncStrateProspectSearchStrated> ServiceTraitsClientTest.phpC DecorateActivityTest.o 39%© DeleteObiectsTraitTes: 398© FieldDefinitionsTest.ph 399© GetActivityFieldNameT 405@ PayloadBuilderTest.phs© QueryBullderTest.phpC QueryHandlerTest.pho 482© QuerviteratorTest.pho 405© QueryResultsTests.phcC ServiceTest.pho404 €huoso soutrollmoseivicodPap aUlOoenclass TextRelayServiceTest extends TestCaseoublic function testGetServiced: voidSnesult e sseruace-sae senyicet masooe "Testeyano lercontalSthis->assertInstanceuf( expected: 6o0gLe6narz::Class, Snesulo:11 usageprivate function createTextRelayService: TextRelayServiceSservice = new class ( extends TextRelayService {public function constructoc SynctatchRediSemior4u© BaseService Test. phoCCachedCrmServiceDocora 48%CeImAdMiWeiceeroheeimeontaurat onsottnasCrmObiectsRosolverTest.n 41dNerunn SeNVTCerape autprosoed soaronsr 4u©ActivityControlier.phpc) Kemel.ono=custom.logaraveuosA SF fiminny@localhost)console (PROD) XA console [STAGINGTX AutowANStOd t NATE SURCNONOL IINTERVAL S8 DAT.780701by U.zo, U.elazl, U.nane, U.sorconone nunder: BY sms count DESC:t * from teans where id = 1:* tron rolesCONCATCU,Id. CASE NHEN u,51d = tounen id THEM * (onner)* ELSE ** END) AS usen 30omner tuhsootsecoutusens u on uisid e shsocabledteansonsdeu.toanand ea-orovider = "hubsnor"T * FROM activities WHERE uuid_to_bin(^8024fffb-2df7-4817-91f4-d9f896850248') = uuid; # 79933459 YES* FROM activities WHERE uuid_to_bin( [CREDIT_CARD]-927f-4f4da2a8185c') = vuid; # 80186192 NCT * FROM crn_configurations WHERE id = 1053:*SPOM teans THERE 50810025** Sron usens nhere ãd = 39249.# console fiaum045 A1 A41 У 66 47o0sLXInu cowoy 10.40.4anoainellohtine+0.AToasoocker mod o docker neo ond nrtein cae moyeteytere hu: synThen check the logs straight after. If there's a refused message in the current history window, you'll see the new headers present array in the warning log immediately. No necd to war vor the schedule:Oal -[EMAIL]. aooHarvicashuahWhat about this. Seems the + sion is in email. Wall ti still work and hovetwilllworxcorttolv.le.mecachrouchnelocc.wi.httsexcmTo header value: catch-a11[PHONE].359877878118.1005kd342%9txt.Jiainty.comAsk amahioo+ < Code SWE-1.6Nothing to showectenactan7le minutas sooN Wodtur Teams A00-R UTE-R Al/A enano....
|
iTerm2
|
NULL
|
NULL
|
85524
|
|
85532
|
rapstomViewNeweNNCCoocWindowFV faVsco.|s ~#12121 o rapstomViewNeweNNCCoocWindowFV faVsco.|s ~#12121 on JY-20963-fx-lproideteSarvicc.ohwnapers.oh©ActivityControlier.phpv SalestorgOLekоkyseiwico.one UsersHistory.ong© Team.phpc) Kemel.ono>MFeldeTextRelayServiceTest.php• # OpportunityMatcher• = OpportunitySyncStrateProspectSearchStrateg> ServiceTraitsClientTest.phpC DecorateActivityTest.p 181 %c oeeredc ecistreties ca© FieldDefinitionsTest.ph© GetActivityFieldNameT@ PayloadBuilderTest.phs© QueryBullderTest.phpC QueryHandlerTest.pho 244© QuerviteratorTest.pho 249© QueryResultsTests.phcC ServiceTest.pho246 €huosoo soutarollmosewieedPap aulooonCass exkelayserw celesPoueze Toncczon cooccororconcncciiaouchenacicACe .d0n. To.0.public function testSyncUsesEuALiasForEuRegionO: voidi...public function testSyncUsesUsALiasForUsRegionO: voidi...-11 usagesprivate function createTextRelayService: TextRelayServiceSservice = new class (() extends TextRelayService {public function constructoc SunctatchRedkSemior 24© BaseService Test. phocleache eimsamcod.ocog74CemAdMieiceeroeeimeontauratonsettnosCrm@biectsRosolverTest., 25%Nerunn SeNVTCerope autprosoedsoarohsrayChanges 5 filesE.env.local apc© JiminnyDebugCommand.php app/Console/CommandsT+0 +→ Side-by-side viewer -=Do not ignore"Highlight words -X15 € ?• Contents are identicaasekhsaetelloWan.cactillaytelauSancatiaer.obmwplogging.php coniig@ PlaybackService.pho app/Services© TextRelayServiceTest.cho tests/Unit/Services/Mail>Unversioned Filce 9 ficd=custom.logaraveuosA SF fiminny@localhost)HSJocal (jiminny@blocalhost)d console (PROD) x C Service.php# console fiaumA console (STAGING)700792704786TXS AUTO NIi.created at > DATE SUB(NOWO, INTERVAL 38 DAY)045 A1 A41 У 66 4bY U.zo, U.enazl, U.nane, U.sorconone nunder:BY sms count DESCt * from teans where id = 1:* tron rolesCONCATCU,Id. CASE NHEN u,51d = tounen id THEM * (onner)* ELSE ** END) AS usen 30omner thuh soot sccounusens u on uisid e shsocabledteans>onsde u.teanand ea-orovider = "hubsoor"T * FROM activities WHERE uvid_to_bin(^8024fffb-2df7-4017-91f4-d9f896850248*) = vuid; # 79933459 YES* FROM activities WHERE uuid_to_bin( [CREDIT_CARD]-927f-4f4da2a8185c') = vuid; # 80186192 NCT * FROM crn_configurations WHERE id = 1053:*SPOM teans THERE 50810025**tom usens nhere d= 39249.TO0У L7Inu cowoy 1o:4/.Useeendhanoainellohtine+0.awashoocker medo docker heoohd arcin ciie moyeteyere hu:synThen check the logs straight after. If there's a refused message in the current history window, you'll see the new headers present array in the warning log immediately. No need to wark vor the scheouke:Oal -What about this. Seems the + sion is in email. Wall ti still work and howtetswilllworxcorttatv.lemecachrouch.helooc.wi.httsexeemTo header value: catch-a11[PHONE].359877878118.1005kd342%9txt.Jiainty-comAsk ammnina+ < Code SWE-1.6No dlierenceEEAnt Mhrenew class e›ends TextRelayServicepublic function-construct}: Jiminny\Services\Mail\TextRelavServicelanonymous89617Source: .../tests/Unit/Services/Mail/TextRelayServiceTest.phpTecte nactar:7e minutas saoN Wodtur Teams DA4R UTE-R AlA enano...
|
iTerm2
|
NULL
|
NULL
|
85532
|
|
85586
|
PhpStormvewNewenicCodeKetucioTOOI-Window=github.co PhpStormvewNewenicCodeKetucioTOOI-Window=github.conv Gooc e GeminiPipelines - jiminny/app(JY-20613) Allow owner's role to bAxUemered tines on New codJY-20963 fix deleted object impJiminny\Exceptions(EmailActivityfrInbox (1,734) - lukas.kovalik Sjlmirnoonre Rose ve php 81.15 dedPlatform Sorint 5.02 - Platform Te8 Jiminny7 (SRD-6881] (On demand) TransSona Strbramaal an at 27/05/2021aIliyana Netseva at 27/05/2026, 1€) Jy 20910 schedule parallel upc XGemini 3.1 Pro ~That is a very common misconception, but it is not true anymoreWhile it is true that many vears ago around 2014-2016 phpredis had some buas regarding theorder in which EX and NX arguments were passed, it has fully supported combining them into asingle atomic command tor a very long timeTo do this atomically usina the phpredis driver, vou simply pass an associative array of options asthe third argumentHere is exactly how you would write it in your code:PHPSlockKey = sprintf(self::LOCK_KEY, Sthis->updateTarget):/l This executes a single, atomic sat coand with both NX and e)Sacquired = Redis::set(slockkey, true, L'NX, "EX => seLf::LOCK.TTL-SECONDSJ)8if (! Sacquired) &// Another process already holds the lockxeturn.I... report your metrics ...By relying on separate get, set, and expire commands, you are leaving a microsecond gapopen. In your new multi-process Supervisor architecture, two parallel workers can check the get .both see null, and both proceed to write the lock and oush duplicate metrics. Usina the arraysyntax above closes that aao completely.A Cleaner laravel AlternativeSince vout are inside a laravel ann vou don't even nopd to ficht with driver-chorifir Redic suntayelcomintYour Jiminny chats aren't used to improve our modeis. Gemini is Al. It can make mistakes, so double check it. Your privacy & GeminiSummarize pagei1 OpenJy 20910 schedule parallel update target processing #12130All commits - Vasil-Jiminny wants to merge 65 commits into master from JY-20910-schedule-parallel-update-target-processing ™v app/Component/ES/ReindexTargetStatsReporter.php• Filter hiles.~ & appv = Component/ESEntityTypeReindexer.phpReindexTargetStatsReporter.p3) UodateProcessManager.php~ #i Consolev # Commands/Elasticsearch• AsyncUpdateEsEntities.phpD AsyncUpdateSupervisor.php- DeleteEmailDocumentsCom…•)ReindexEntityTypes.php•1 RemoveGhostParticipantsCo.….8 ResetAsyncElasticSearchCo..* Kernel. php~ # Contracts/ESStopSignalinterface.php~ Ei Traits2) GracefullvStonoable.ohov E tests/Unit/Component/ES•) EntityTvpeReindexerTest.php•) ReindexTaroetStatsReporterTes…8) UpdateProcessManagerTest.phpД Д#÷997 7 *CATMОД( 5 /15 viewedAnaiuns approv• class ReindextargetStatsReportenptvete const ste io T, emios - roces saneger-lock ;erlvete istsing seneiramere - neit;ouotcunc.consercnvtronsencscrtnosenvtronsencrvohsthis-senvsronment " senvironmentpublic function setUpdateTarget(string SupdateTarget): voidSthis->updateTarget = SupdateTarget:public function report(int SprocessedDocumentsCount): voidsthis->assertConfigured():Datadog:: increment(stats: 'jiminny.es-documents-synced',sanpleRate: 1.value: SprocessedDocumentsCount,SlockKey = sprintf(self::L0CK_KEY, Sthis-oupdateTaroet):1t/1 1snul1(Redisa.aet(SlockKew)))return;Redis::set(Slockkey, true);Redis::expire(SlockKey. self::L0CK_TTL_SECONDS):Sthis->reportMenoryUsage():private function assertConfiqured(): voidif (Sthis->updateTarget === null) ‹100% 142-• Thu 28 May 15:50:58nit review-+95 sssse ~ ViewedV itighight All l Match Case ]Match Diacrisies Whole Words 1 of 1 match Reached top of page, continued from bottom...
|
iTerm2
|
NULL
|
NULL
|
85586
|
|
85587
|
iTerm2• • 0ShellEditViewSessionScripts|ProfilesW iTerm2• • 0ShellEditViewSessionScripts|ProfilesWindowHelp-zshDOCKER₴81DEV (docker)₴82-zshN3screenpipe"O ₴4-zshapp/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.php348+++app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.php402116app/Models/CommentAbstract.php++++app/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php651+++++++=app/Models/Participant.phpapp/Traits/RequiresUUID.php5scripts/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.php71346976++++++++++17 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/ActionItemsIndexingServicelest.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) $ ;xddocker 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_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddockerexec -itdocker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/vdnhun,.ini': No such file ordirectoryiTermWhat's next:Try Docker Debug forLearn more at httpsmake: *** [docker-xdebugukas@Lukas-Kovaliks-Mac$I‹ >0 (hl85100% <78• Thu 28 May 15:50:59L881ec2-user@ip-10-30-129-...ec2-user@ip-10-30-140-...₴7...
|
iTerm2
|
NULL
|
NULL
|
85587
|
|
85607
|
rircroxViewhsttonooountrnroie.Windownel:sonarcloud rircroxViewhsttonooountrnroie.Windownel:sonarcloud.io/compor~ Google Gemini© Pipelines - |Iminnylappreauots now ownersroe toeAuoeredtnes on New eocxJY-20963 fix deleted object impsJiminny\Exceptions(EmailActivityfrM'inbox (1734) - lkas.kovallk@jiminoonye Rosd ve php 81.15 dedPlatform Sorint 5.02 - Platform Te8 Jiminny7 (SRD-6881] (On demand) TransSona Strbramaal an at 27/05/2021O Illyana Netsova at 27/05/2026, 18Jimny+ New TabGemini 3.1 Pro ~That is a very common misconception, but it is not true anymoreWhile it is true that many years ago (around 2014-2016) phpredis had some bugs regarding theorder in which EX and NX arguments were passed, it has fully supported combining them into asingle atomic command for a very long time.To do this atomically using the phpredis driver, you simply pass an associative array of options asthe third argumentHere is exactly how you would write it in your code:PHPSlockKey = sprintf(self::LOCK_KEY, $this->updateTarget);1/ This executes a single, atomic SET conand with both NX and EXSacquired = Redis::set(slockkey, true, L'NX, "EX => seLf::LOCK.TTL-SECONDSJ)8if (! Sacquired) €// Another process already holds the lockxeturn./1 ... report your metrics …..By relying on separate (get, set, and expire commands, you are leaving a microsecond gapopen. In your new multi-process Supervisor architecture, two parallel workers can check the get,both see (null, and both proceed to write the lock and push duplicate metrics. Using the arraysyntax above closes that gap completely.A Cleaner Laravel AlternativeSince vou are inside a Laravel app, you don't even need to fight with driver-specific Redis syntax.Ask GeminilYour Jiminny chats aren't used to improve our modeis. Gemini is Al. It can make mistakes, so double check it. Your privacy & GeminSummarize pageSomarQubeOESOMОД* 100% KSa- 8- Thu 28 May 15:51:47+A app88 OverviewAndiysis• Summary—ssueg· Architecture@ Security hotspotsReportingMeasures~ ActivityPolicie* Intended architectureFroieC1". Pull Requestd8 Branches<> Code© Project InformationFavorite projectsAssigned issues ExploreJiminny / app / MeasuresMeasures11a74=.y-20s.3 tixdeletrdobicc.imoor.Project OverviewSecurity?Reliability?Maintainability ?Security Review ?Coveragecoverade67.4%Lines to CoveriUncovered linecLine Coverage67.4%Manditiane to MavarUncovered ConditionsDuplications461lanes..478 janes….4elames..414205.44764774781an5..479 janes…_487Tawes.4R6 Yansc495 Janes..497 {anes.499 1anes..SeeShow 2968 linesSizeIssues• 2018-2026 SonarSource Sarl. All rights reserved.A V EiSghighi All [ Match Case Match Diacilies Whole Words 2 ot 2 matchesSpickltstValues = Sthts->tnportGlobalValuePtckltstValues(SvalueSet["valueSetNane")):11 Import all octive voluesforeach (SpickltstValues as St = SsfFleldValue) (Setuo detoulr voluelif (Ssffteldvalue[' default']) (Sfteld-supdate(['default_value' »> SsffteldValue('valuevane']l);11 Inis comes through as nuct ly ocreve (404)Lf (Ssffielovalue['isActive') las false) (walues=*value' = SsfFleldValue['valueNane'),"sequence" = Si."c cerauit= Cerreldualue"derault'.} else (SobjectFtelds = Sthis-sgetObjectFields(Sfield-sobject_type);imeldoss eld-xin drovoentosonly work with our feld or interest.SobjectFteld = array_filter(SobjectFtelds, function (Stten) use (Sfteldid) ()return Sttenl nane =a= Stieldid:)):SobjectFteld = array_shtft(SobjectFteld);4* CenotylSobfectFleldi"ofckifstValues'") eee talse) «foreach (SobjectFteld['picklistValves'] as St => SsfFleldvalue) (// Skip inoctive volues.4f (SsfFieldValuef'active'] aa= false) n1/ Cetuo defrnls wolmelIf (SsfFleldvalue['defaultvalue']) (Sfteld-›update(['default_value' »> SsfFteldValue[ 'value' ]]);Uncovered code—Show all line.Contaet ue Ctatue Ahautl...
|
iTerm2
|
NULL
|
NULL
|
85607
|
|
85608
|
iTerm2• • 0Shell|EditViewSessionScripts|Profiles iTerm2• • 0Shell|EditViewSessionScripts|ProfilesWindowHelp-zshDOCKERO ₴1DEV (docker)₴82-zshN3screenpipe"O ₴4-zshapp/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.php348+++app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.php402116app/Models/CommentAbstract.php++++app/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php651+++++++=app/Models/Participant.phpapp/Traits/RequiresUUID.php5scripts/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.php71346976++++++++++17 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/ActionItemsIndexingServicelest.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) $ ;xddocker 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_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddockerexec-it docker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity)$D‹>0 (|85ec2-user@ip-10-30-129-...100% <78• Thu 28 May 15:51:481₴1ec2-user@ip-10-30-140-...₴7...
|
iTerm2
|
NULL
|
NULL
|
85608
|
|
85611
|
rircroxViewhsttonooountrnPotLe.Windownel:sonarclou rircroxViewhsttonooountrnPotLe.Windownel:sonarcloud.io/compor~ Google Gemini© Pipelines - |Iminnylappreauots now ownersroe toeAuoeredtnes on New eocxJY-20963 fix deleted object impsJiminny\Exceptions(EmailActivityfrM'inbox (1734) - Aukas.kovallk@jlminoonye Rosd ve php 81.15 dedPlatform Sorint 5.02 - Platform Te8 Jiminny7 (SRD-6881] (On demand) TransSona Subramaaian at 27/05/202O Illyana Netsova at 27/05/2026, 18Jimny+ New TabGemini 3.1 Pro ~That is a very common misconception, but it is not true anymoreWhile it is true that many years ago (around 2014-2016) phpredis had some bugs regarding theorder in which EX and NX arguments were passed, it has fully supported combining them into asingle atomic command for a very long time.To do this atomically using the phpredis driver, you simply pass an associative array of options asthe third argumentHere is exactly how you would write it in your code:PHPSlockKey = sprintf(self::LOCK_KEY, $this->updateTarget);1/ This executes a single, atomic SET conand with both NX and EXSacquired = Redis::set(slockkey, true, L'NX, "EX => seLf::LOCK.TTL-SECONDSJ)8if (! Sacquired) €// Another process already holds the lockxeturn./1 ... report your metrics …..By relying on separate (get, set, and expire commands, you are leaving a microsecond gapopen. In your new multi-process Supervisor architecture, two parallel workers can check the get,both see (null, and both proceed to write the lock and push duplicate metrics. Using the arraysyntax above closes that gap completely.A Cleaner Laravel AlternativeSince vou are inside a Laravel app, you don't even need to fight with driver-specific Redis syntax.Ask GeminilYour Jiminny chats aren't used to improve our modeis. Gemini is Al. It can make mistakes, so double check it. Your privacy & GeminB7e0+Summarize pageOASOMОД* 100% KSa: 8• Thu 28 May 15:52:21•90g:эрp%3Aapp%2FServices%2FCrm%2FSalesforce%2FSSomarQubeА ррорeс88 OverviewAndiysis• Summary—ssueg· Architecture@ Security hotspotsReportingMeasuresN ActivityPoliciae* Intended architectureProjectI7 Pull Requests8 Branches« Code© Project InformationFavorite projects Assigned issues ExploreJiminny / app / MeasuresMeasures17 12121- JY-20963 fix deleted object import~Project OverviewSecurity ?Reliability?Maintainability ?Security Review ?Coveragecoverade67.4%Lines to CoveriUncovered linecLine Coverage67.4%Manditione to CavarUncovered ConditionsDuplicationsSizeIssues459461 janes…403Janes.464 janes…_478 Janes…471 janes…_473 janes..A7Rgamse400 оrKSa440г320304493495 1anes..497 Janes..499 janes..501 janes.._SaS anes..506 janes.._A V EiSghighi All [ Match Case Match Diacilies Whole Words 2 ot 2 matchesSptckltstValues = Sthis->inportGlobalValuePtckltstValues(SvalueSet('valueSetNane')):// Inport all octive volues.roreach (opicktistvalues as si » sstrielovalue) ‹Setuo detoult voluelLf (SsfFieldvalue['default']) (sfteld-zupdate(['default_value' = SsfFteldValue["valueNane")));// This cones through as null lf octive (lo2)if (SsfFieldValuel'{sActíve'] (as false) {lwaluasa"value' => SsfFleldvaluel "valueNane'),"Label' « SsfFteldvalve['valueNane'),"Is_default' »> SsfFteldValue['default'],SobjectFtelds = Sthts->getObjectFtelds(Sfteld-›object_type);Sttelciee Stteldevcrn orowider 1a?// Only work with our field of interest.SobfectField = array filter(SobfectFields, function (Sttem) use (Sfteldid) {return Stten['nane'] a= Sfleldid;SobiectField = array shit: SobiectField).If (enpty(SobjectFleld['picklistValues')) ea= false) (foreach (SobjectFleld['picklistvalues'] as St => Ssffielovalue) (Sktp tnoctive valuesIf (Ssffteldvalue['active'] == false) (Lf (SsfFteldvalue["defaultvalue']) (Stteld-yuodatel "detault value => SstFielovaluevalue'1:lSvalues() = ["value' = SciFiel ¿Value "value'"label' => SsfFleldvalvel 'label'],• st,"'is detault » SsfFieldValuel"defaultValue"T....
|
iTerm2
|
NULL
|
NULL
|
85611
|
|
85612
|
iTerm2• • 0ShellEditViewSessionScripts|ProfilesW iTerm2• • 0ShellEditViewSessionScripts|ProfilesWindowHelp-zshDOCKERO ₴1DEV (docker)₴82-zshN3screenpipe"O &4-zshapp/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.php348+++app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.php402116app/Models/CommentAbstract.php++++app/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php651+++++++=app/Models/Participant.phpapp/Traits/RequiresUUID.php5scripts/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.php71346976++++++++++17 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/ActionItemsIndexingServicelest.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) $ ;xddocker 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_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddockerexec-it docker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity)$D< →0 lahlX5ec2-user@ip-10-30-129-...100% <78• Thu 28 May 15:52:21181ec2-user@ip-10-30-140-...₴7...
|
iTerm2
|
NULL
|
NULL
|
85612
|
|
85682
|
iTerm2• • 0ShellEditViewSessionScripts|ProfilesW iTerm2• • 0ShellEditViewSessionScripts|ProfilesWindowHelp-zshDOCKERO ₴1DEV (docker)₴82-zshN3screenpipe"app/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.php84348-zsh+++app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.php402116app/Models/CommentAbstract.php++++app/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php651app/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.php71346976++++++++++17 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/ActionItemsIndexingServicelest.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) $ ;xddocker 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_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddockerexec-it docker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $I‹>0 (h)85ec2-user@ip-10-30-129-... 886100% C8• Thu 28 May 15:55:061₴1ec2-user@ip-10-30-140-...₴7...
|
iTerm2
|
-zsh
|
NULL
|
85682
|
|
85683
|
rnostolFV faVsco.|s ~#12121 on JY-20963-fix-import rnostolFV faVsco.|s ~#12121 on JY-20963-fix-import-on-deleted-entitProinet vo euchyneretor.onу queуkesui onoservice one©) SyncBatchRedisService.ofd Traitsooaseeenone© BaseService.phpoCachecimsenroo© CountryCodeResoiver.prpC) CrmActivityProviderintegrateC CrmActivitvService.ohoccrmcont curationsettinos.ser© CrmObiectsResoiver.phpC) DeraultProsoec SearchStrate© EmailHelper.phpFindsProspectinterface.php© LavoutManager. oho8 MatchDomainByEmailinterfac©OpportunityActivityMatcher.genoorur wsvoesttatkouote@ OnnorturitvSvoeStrtaosBaec [EMAIL](c ProspectSearchStrategyFact® ProspectSearchStrategyinter(© ProviderRegistry.phpd PocordColoator nhoResolveCompanyNameByEm:© TimePerioditerator.php@ impori@b internalCa Maiii>D Actions>D Office> E Repositories.>M Resoivers>O Trait:>M Validators.©) BatchCriteria.ohd©BatchCriterisInterface.oho©.BatchService.php8 BatchServiceinterace ono@. [EMAIL]@IntomotMocesnolotorono.ohe MaChsond Conhno nhnwneipers.ohuewRolcooserver.pngyTeom.oneo Nemeuonicohtnanespace Jaminny servaces urn salestorce› use .888111119class service excends Baseservice InplemencsMlestorceinertadeSalesforceBatchSynCInterface,SunctontmerelignterthchSunctontrorer arecord woes [EMAIL],SendSummaryToCrminterfaceMatchDomainByEmailInterface,SearchTaskInterfaceLayoutManagementInterfaceSettingsInterfaceMatchinintr des ntertaceSupports0b:lectTypeParseInterfaceRemoteNoteEntityManipulationInterfaceVonCutaclsysotcintonfanduse ResolveCompanyNaneByEnailTraituse syncrelostraseuse Delete0biectsTraituse kecororanzoulaczonstrazcuse ServiceTraits\BatchSyncTraituse roLLowupAcv.cylraze* Note Body Liait for the Old Note-Toking Too*Avar snt1 usageonivate const int GLASSTC NOTE MAX LENGTH = 32600,*Note Pontent Hmit fon the New Notes*Avan snt1 usagdprivate const int ENHANCED NOTE MAX LENGTH = 58000800:©ActivityControlier.php(© Client.php7o0sLX• Thu 28 May 15:55:07+0.412 A246 У3 121 %A SF fiminny@localhost)A console [STAGING)Ty: AutowINTERVAL 38 DAY.BY u.id, u.email, u.name, u.softphone numbenBY sns_count DESC;* fron teans where id = 1;console (PROD) x C Service.php# console fiaumDojminnyv045 A1 A41 У 66 A714715-718719720728BEERRBREBERRERTYNCAT(u.id, CASE WHEN U.id = t.ouner_id THEN ' (ouner)' ELSE ** END) AS user_id,ouner_id FROM social_accounts saeans t (1.n<->1:Sontd M.teandU.tean_id = 1117 and sa.provider = "hubspot":* FROM activities WHERE uuid_to_bin(*8824fffb-2df7-4817-91f4-d9f896850248') = uuid; # 79933459 YES* FROM activities WHERE uuid_ to_bin ("[CREDIT_CARD]-927f-4f4da288185e') = uuid; # 80186192 NO*EROM eon confaurazons MHEPF 3d = 1953%* FROM teans WHERE 1d = 1117:* Eoon licene whene 3d= 30240-* fron playbooks where id = 5473;* fron playbook categonies where id = 43783:* fron playbook categonies where playbook_id = 5473:* fron crn_fields where id = 659242:* fron cra_field values where cra_field_id = 659242:* FROM crn_field_data fdAAE ERAAEOM CHAn CAAWdACGRacrviies a ON to.aciaviry1d = a.10activity_id = 79933459f.crn_provider_id = 'hs activity_type'* FROM activity_messages:* fron text. relayswhere created.at > *2926-05-91*-* fron actsivities where user_id TN (7168, 18688) and created at > *2826-85-22' order by sid descteam.id = 1 and 3d TN (18688, 13934, 2169):*£ron activities where usen 1a = 7169 order bu jd desc 1ini+ 10:*fnon accounts where tean 3a = 1and nane = "Colunos*.*Toon tasne whendae*foon Antáusty seanches whane usen $a = 71852.*Eoon sctkusty coanch Silitane nhans actfusty canoch SA TM CARRR) RRO92 )Cachado Codo XoKick off a new ore10mTeete nactan7elrewew the PR dtand add tuli test comveraae on chanaoe. St there le comethina missina orivate tunctlorSecontaciPnone ustring scountcode, array scrmoata: arranemoty/Scrmontal"Phonc"lretum lu, nuwhTawwehdNimoar=oareap.oodMumon/SeountodeodeSetomtwtrohoodasovetl exty) f huil: Stradimit(Sparsed Number("ext*], 10, "private function parseContactMobile(?string ScountryCode, array ScrmData): ?stringretum Streim tohone e164/ScountryCode. Scrmant"MoscPhonc*1.25.*"PodswiothXtModtur Tatme Toxcsehireh*4 space...
|
iTerm2
|
-zsh
|
NULL
|
85683
|
|
85685
|
iTerm2• • 0ShellEditViewSessionScripts|ProfilesW iTerm2• • 0ShellEditViewSessionScripts|ProfilesWindowHelp-zshDOCKERO ₴1DEV (docker)₴82-zshN3ffmpegO ₴4-zshapp/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.php348+++app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.php402116app/Models/CommentAbstract.php++++app/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php651+++++++*app/Models/Participant.phpapp/Traits/RequiresUUID.php5scripts/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.php71346976++++++++++17 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/ActionItemsIndexingServicelest.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) $ ;xddocker 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_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddockerexec-it docker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity)$D< →0 lahlX5ec2-user@ip-10-30-129-...100% <78• Thu 28 May 15:56:161₴1ec2-user@ip-10-30-140-...₴7...
|
iTerm2
|
NULL
|
NULL
|
85685
|
|
85686
|
rapstomViewNeweNNCCoocWindowFV faVsco.|s ~#12121 o rapstomViewNeweNNCCoocWindowFV faVsco.|s ~#12121 on JY-20963-fx-lproidet•) Service.php x php heipers.phg© Querylterator.phpу queуkesui onoservice one©) SyncBatchRedisService.ofd Traitsooaseeenone© BaseService.phpoCachecimsenroo© CountryCodeResoiver.prpC) CrmActivityProviderintegrateC CrmActivitvService.ohoccrmcont curationsettinos.ser© CrmObiectsResoiver.phpC) DeraultProsoec SearchStrateEmailHelper.phpFindsProspectinterface.php© LayoutManager.php8 MatchDomainByEmailinterfac©OpportunityActivityMatcher.genoorur wsvoesttatkouote@ OnnorturitvSvoeStrtaosBaeC [EMAIL](c ProspectSearchStrategyFact® ProspectSearchStrategyinter(c ProviderRegistry.phpd PocordColoator nhoResolveCompanyNameByEm:© TimePerioditerator.php@ impori@b internalUsciko cooscrytrionyTeom.oneo Nemeuoninanespace Jaminny servaces urn salestorce› use .888832258êa Maili>D Actions>D Office> E Repositories.>M Resoivers>O Trait:>M Validators.©) BatchCriteria.ohd©BatchCriterisInterface.oho©.BatchService.php8 BatchServiceinterace ono©[EMAIL] MnChsond Conhto nhn111119class service excends Baseservice Inplemencswles torceinertideSalesforceBatchSynCInterface,SunctontmerelignterthchSunctontrorer arecord woes ncerthcImportsBusinessProcesses.nterfaceRemoteEntityManipulationInterfaceFetchRelatedActivity.nterface,SendSummaryToCrminterfaceMatchDomainByEmailInterface,SearchTaskInterfaceLayoutManagementInterfaceSettingsInterface.Matchinintr des ntertaceSupports0b:lectTypeParseInterfaceRemoteNoteEntityManipulationInterfaceVonCutaclsysotcintonfanduse ResolveCompanyNaneByEnailTraituse syncrelostraseuse Delete0biectsTraituse kecororanzoulaczonstrazcuse ServiceTraits\BatchSyncTraituse FoLlowupac.v.cylraze* Note Body Liait for the Old Note-Toking Too*Avar snt1 usageonivate const int GLASSTC NOTE MAX LENGTH = 32600.*Note Pontent Himit fon the New Notes*Avan snt1 usagdprivate const int ENHANCED NOTE MAX LENGTH = 58000800:©ActivityControlier.phpA SF fiminny@localhost)© Client.phpa| 5A console [STAGING)D0.000as aua a an - aTy: AutowINTERVAL 38 DAY.BY u.id, u.email, u.name, u.softphone numbenBY sns_count DESC;* fron teans where id = 1;console (PROD) x C Service.phpds consoe leu,045 A1 A41 У 66 AOremew hephotio Inu comoy 1o:00.1eTextRelayServiceTest+0 .As. Stthere is somethina miss no orivate functionne1, 25,"))714715-718719720BEERRBREBERRERTYNCAT(u.id, CASE WHEN u.id = t.ouner_id THEN • (ouner)* ELSE ** END) AS user_idouner_id FROM social_accounts saeans t 1.nc->1ontd n.teandU.tean_id = 1117 and sa.provider = "hubspot":* FROM activities WHERE uuid_to_bin(*8824fffb-2df7-4817-91f4-d9f896050248') = uuid; # 79933459 YES* FROM activities WHERE uuid_ to_bin ("[CREDIT_CARD]-927f-4f4da288185e') = uuid; # 80186192 NO*EROM eon confauratzons WHERE 3d = 1953%* FROM teans WHERE 1d = 1117;* Eoon ucene whena 3d = 30240.* fron playbooks where id = 5473;* fron playbook categonies where id = 43783:* fron playbook categonies where playbook_id = 5473:*foon enn ffalde whond id = 450222.* fron cra_field values where cra_field_id = 659242:* FROM crn_field_data fdcrnfields f ON fd.crm field id = f.ioactivities a ON fd.activity_id = a.idactivity_id = 79933459f.crn_provider_id = 'hs activity_type'* FROM activity-messages:* fron text. relayswhere created at > *2926-05-91*-* fron actsivities where user_id TN (7168, 18688) and created at > 2926-85-22' orden by id desciteam.1d = 1 and id TN (18688, 13934. 7168)=*£ron activities where usen 1a = 7169 order bu ja desc 1ini+ 18:*fnon accounts where tean 3a = 1and nane = "Colunos,.*Toon tasne whendae*foon Antéusty seanches whene usen $a = 71852.*Eoon sctkusty coanch Eilitane nhans actkusty cancch fa TM CRRRR2 RROQ2private function parseContactMobile(?string ScountryCode, array ScrmData): ?stringlet ma Fret look at tha po di4l to undaretand tha chaooaecommand co..g0 cd /Users/lukas/aminny/app od git dift origin/master...HEAD -nane-on LyRunXe SkioAsk anything (XOL)c HodeAdhotvTeete nactan7e7• OXtModtur Tatme Toxcsehireht4 spad...
|
iTerm2
|
NULL
|
NULL
|
85686
|
|
85707
|
rapstomViewCoocWindowFV faVsco.|s ~#12121 on JY-20 rapstomViewCoocWindowFV faVsco.|s ~#12121 on JY-20963-fx-lProinet v© Querylterator.phpу queуkesui onoservice one©) SyncBatchRedisService.ofDa Traitsooaseeenone© BaseService.phpoCachecinseno© CountryCodeResolver.pnpC) CrmActivityProviderintegrateC CrmActivitvService.ohoccrmcont curationsettinos.ser© CrmObiectsResoiver.phpC) DeraultProsoec SearchStrate© EmailHelper.phpFindsProspectinterface.php© LavoutManager. oho© MatchDomainByEmailnterfac©OpportunityActivityMatcher.genoorur wsvoesttatkouote@ OnnorturitvSvoeStrtaosBaeC [EMAIL](c ProspectSearchStrategyFact® ProspectSearchStrategyinte:(© ProviderRegistry.phpd PocordColoator nhoResolveCompanyNameByEm:© TimePerioditerator.php@ impori> @i internalCa Maiii>D Actions>D Office> E Repositories.>M Resoivers>O Trait:>M Validators.© BatchCriteria.ohe8 Batchertenainterace ono©.BatchService.php8 BatchServiceinterace ono@. [EMAIL]# [EMAIL] nan•) Service.php x php heipers.phguewholeooserver.onC) Team.phpo Nemeuoni•use..,2 &8 &100101112113114115117class Service extends BaseService inolesents.Salesfonceintenface.SalesforceBatchsyncinterface,Suncimenta tles intentace.SyncermProf1LeRecordtypesinterfaceImportsBusinessProcessesinterfaceRemoteEntityHanipulationinterfaceFetchrelatedactivityinterfaceSendSunmaryToCrmInterfaceMatchDomainByEnailInterface,SearchTaskInterface,LayoutManagementInterfacenechurchoreesntertaceRemoteEntityLookupInterfaceSupports0biectTypeParseInterfaceVenyusxexsenrentocuse ResolveCompanyNaneByEnailTraituse SyncFieldsTraituse belereubnectstraltuse RecordManipulationsTrait;use Servcetralts Barchsynchrartuse FollowupActivityTrait:use Looctviryiralt* Note Bodu Bioit for the 0ld Note-Taksina Tool* Byar int1 usageonvate coner nt hisi wiii nheyh*Note Contont Isest fon the Nor Nothe*Avan int1 usageprivate const int ENHANCEO NOTE MAX_ LENGTH = 58000000private const steing INSTALLED PACKAGEП0 = *В33Т-60009876K67AT*©ActivityControlier.php© Client.phpa| 5TAGte naetAn7leSnTO0У L7Thu 28 May 15:59:19+0.A SF fiminny@localhost)A console [STAGING)D0000Ty: AutowINTERVAL 38 DAY.BY u.id, u.email, u.name, u.softphone numbenBY sns_count DESC;* fron teans where id = 1;console (PROD) x C Service.php# console fiaum045 A1 A41 У 66 AГОШТОЕНВШІ714715-718719720728BEERRBREBERRERTYNCAT(u.id, CASE WHEN u.id = t.ouner_id THEN • (ouner)* ELSE ** END) AS user_idouner_id FROM social_accounts saeans t 1.nc->1ontd n.teandU.tean_id = 1117 and sa.provider = 'hubspet';* FROM activities WHERE uuid_to_bin(*8824fffb-2df7-4817-91f4-d9f896050248') = uuid; # 79933459 YES* FROM activities WHERE Uuid_to_bin('[CREDIT_CARD]-927f-444da2a8185c') = uuid; # 80186192 NO*EROM eon confaurazons MHEPF 3d = 1953%* FROM teans WHERE 1d = 1117;* Eoon ucene whena 3d = 30240.* fron playbooks where id = 5473;* fron playbook categonies where id = 43783:* fron playbook categories where playbook_id = 5473:*foon enn ffalde whond id = 450222.* fron cra_field values where cra_field_id = 659242:* FROM crn_field_data fdcrnfields f ON fd.crm field id = f.ioactivities a ON fd.activity_id = a.idactivity_id = 79933459f.crn_provider_id = 'hs activity_type'* FROM activity-messages:* fron text. relayswhere created at > *2826-05-91*•* fron actsivities where user_id TN (7168, 18688) and created at > 2926-85-22' orden by id desci* fron users where toam.id = 1 and 3d TN 618608, 13934, 2169):*£ron activities where usen 1a = 7169 order bu jd desc 1ini+ 10:*fnon accounts where tean 3a = 1and nane = "Colunos*.*Toon tasne whendae*foon Antéusty seanches whene usen $a = 71852.*Eoon sctkusty coanch Eilitane nhans actkusty cancch fa TM CRRRR2 RROQ2CascaollesorcesariceSthis->handle0bjectDeletion(Stead, Scrabata):Command col.ote t5/uns/5erv/es/crv/splestorte/Servtcrtest.paster...HEAD -struncated 124 Lines>..scontiosnsthodt contactockcconf1gururitscorloctlfelation):Now iet me sec the existind teet iie to underetand ite cinychureCommand cd, git, heador gurrster te3ts/uny/5e m/ces/crm/Sales torce/ServiceTest.php | heod -100dec hrelstrict typsselnanespace Tests\Unit\Services\Crm|Salesforce:uco 1uaiate 1evcatas o EDope E Re ot tons Vaskany:Let me seo the rest of the tost ile, especinlly the helocr methodk and the now tocte sởdod lin the PòNow l have a fuli picture of the test file. The PR already adds tests for the empty/nulli cases of parseContactPhonethat ocis parsed, and when there's an extension. Let me also check the TestPrivatcMethod trait and the parsephonalternhans aikahdlodnetwkconteyt.onrsephanntumbor.he.cer.tuncton.detintonmhd0.oneilotcohinNow I have everything I need. The PR's existing tests only cover the empty/null early-return paths of parseContaaphooeand marsetontactMob/ile.llneed to.addarstionthc Phone within renl anone numonr ind wrtand withh chone numeer thathas an exens onparseContactMobile with a real mobile number, with truncation (>25 chars)708 tokengAsk anything (XoL)Adhotv• OXtModtur Tatme Toxcsehireht4 spad...
|
iTerm2
|
NULL
|
NULL
|
85707
|
|
85711
|
iTerm2• • 0ShellEditViewSessionScripts|ProfilesW iTerm2• • 0ShellEditViewSessionScripts|ProfilesWindowHelp-zshDOCKERO ₴1DEV (docker)₴82-zshN3screenpipe"O &4-zshapp/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.php348+++app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.php402116app/Models/CommentAbstract.php++++app/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php651+++++++=app/Models/Participant.phpapp/Traits/RequiresUUID.php5scripts/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.php71346976++++++++++17 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/ActionItemsIndexingServicelest.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) $ ;xddocker 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_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddockerexec-it docker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity)$D‹>0 (|85100% <78• Thu 28 May 15:59:43L881ec2-user@ip-10-30-129-...ec2-user@ip-10-30-140-...₴7...
|
iTerm2
|
NULL
|
NULL
|
85711
|
|
85712
|
rapstomViewCoocWindowFV faVsco.|s ~#12121 on JY-20 rapstomViewCoocWindowFV faVsco.|s ~#12121 on JY-20963-fx-Proinet va cayicepnnhe heloers phitnelereobiecistraicon:©ActivityControlier.phpA SF fiminny@localhost)console (PROD) X• HttpIntegrationslinteractionsuewholeooserver.ono Teanupconsole (STAGING)Ty Auto wJobsclass ServiceTest extends TestCaseINTERVAL 38 DAY.BY u.id, u.enail, u.name, u.softphone_numbena MailModelsNotifications2493 K24942495public function testResolveContactCountryCode(array ScrnData,?bool ScountryExistsG090voseivers© SocialAccountObserverTest., 2497UserObserverTest.phpUserRoleObserverTest.pho24702536asuans sconvercedcoderocrans sexoected: void ..Polciespublic static function parseContactPhoneProvider@: array…….NCAT(u.id, CASE WHEN U.id = t.ouner_id THEN ' (oaner)' ELSE ** END) AS user_id,254425452540*sorarnovden parseconcac.Fhonerrovzden>EACtVIYDa ActivityProviders2548 ₽public function testParseContactPhoneWlithEmotyPhone(array ScreData, Pstring ScountryCode, array Sexo6a 4ArGTRunCo%Sontd M.teand5SSlealendanpubazc tuncicon testParsetoncac Phoncazchva-zokunber: vozdTeonterenco* FROM activities NHERE wutd. to.Btn(-2532845-2687-4767-9274-9483385386-) = utd: # 79985492 KESE uuid_to_bin('[CREDIT_CARD]-927f-4f4da2a8185c') = uuid; # 80186192 N0a er•RullmeenCloseleooneTi HelnersHubspotD IntegrationApplllistenars25642565mp sedrveSalaelorca25662567 D• (b Field:2568OpportunityMatcher2569OpportunitySyncStrateD ProsoectSearchStratecim sancettaisClientTest.phoC DecorateActivityTest.o 45/4DeleteObiectsTraitTest 2Aaanhtntoasieron@ GetActivitvFieldNameT [EMAIL]© QuervHandlerTest.oha© Querviterator Test.oho©QuervResuitsTests.ohefron actsivitsles where user_id TN (7168, 18688) and created at > 2926-85-22' order by sid desci* fron activities where user_id = 7160 order by id desc linit 10:public function testParseContactPhoneExtIsTruncatedTo10CharsO: voidSservice = sthis->aerServzcrhockorSermlara= "Phone" =>*[PHONE] ext. 12345678901•1Toon tasne whanda4C Sem celtestond@SwncRatchRedicSenics@ RaseSeniiceTest oho(* CacharCrmSanvirehem, 258,*foon Antsusty seanch filtene shere actsusty eenoch Sa TM (RRRR) RROp2).Sthis->assertNotNuT (Sosct)ditsv Accept Fle x-X Reject Fle oxahisosassentlesstmandrscuaitdTiesareniteytTO0У L7Thu 28 May 15:59:43+0.# console fiaum045 A1 A41 У 66 Acascaoeosles orcesamiceScontactsRelation=smethod("updatcorcreate")=›w1l(Return(Scontact):scontig = sthd- conetekockConftgururisconlace)le Lotion) :Nowler me see the existina test ile to understand ite structurecrsgnfester:tests/UnY/5ere.es/.cre/Satestorce/ServiceTest.php | hesd -108sronsoechretteieyoreLet me see the rest of the test mle, especiallv the neloer methods and the new teste so dedlin the PeNow lhave a full oicture a the tost tic, tihe PR aiready node toate tor the emotvinul casos of mnrsetontactPhoa.that gets parsed, and when there's an extension. Let me also check the TestPrivatcMethod trait and the parsePhoExoloed be ders.obo and soarched quenasNow I have everything I need. The PR's existing tests only cover the empty/null early-return paths of parseContacnrestontactlohtle withn ranl mobid oumeae with taroettiod ynchureyNow lot ma vorif tha tocte run firet lat ma find tha riaht thet ninnar command.testerext docker/cra/3ole oree/Ser/iteTestepsen -filtere testParseContact" 2061Pun stoShin1tile +80 2Accept allAsk anything (%oL)Adhotvwodturlhhmeewhi.est4 splTOD...
|
iTerm2
|
NULL
|
NULL
|
85712
|
|
85746
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $
DOCKER
Close Tab
DEV (docker)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab...
|
iTerm2
|
-zsh
|
NULL
|
85746
|
|
85747
|
iTerm2• • 0ShellEditViewSessionScripts|ProfilesW iTerm2• • 0ShellEditViewSessionScripts|ProfilesWindowHelp-zshDOCKERO ₴1DEV (docker)₴82-zshN3screenpipe"O ₴4-zshapp/Component/ES/Repositories/EsResetActivityRepository.phpapp/Component/KeyPoints/Services/KeyPointsIndexingService.php348+++app/Component/TranscriptionSummary/Services/GetTranscriptionSummaryService.phpapp/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingService.phpapp/Models/Activity/Moment.phpapp/Models/Activity/Note.php402116app/Models/CommentAbstract.php++++app/Models/Crm/FieldData.phpapp/Models/ElasticSearch/ActivityElasticSearchTrait.php651+++++++=app/Models/Participant.phpapp/Traits/RequiresUUID.php5scripts/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.php71346976++++++++++17 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/ActionItemsIndexingServicelest.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) $ ;xddocker 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_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddockerexec -itdocker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity)$D‹>0 (|85100% <78 • Thu 28 May 16:04:43L81ec2-user@ip-10-30-129-...ec2-user@ip-10-30-140-...₴7...
|
iTerm2
|
-zsh
|
NULL
|
85747
|
|
85748
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85748
|
|
85749
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85749
|
|
85750
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85750
|
|
85751
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85751
|
|
85752
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85752
|
|
85753
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
0/5697 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85753
|
|
85754
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
3081/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85754
|
|
85755
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
3241/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85755
|
|
85756
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
4971/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85756
|
|
85757
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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.
5211/5697 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%
DOCKER
Close Tab
DEV (docker)
Close Tab
docker
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
docker...
|
iTerm2
|
docker
|
NULL
|
85757
|
|
85758
|
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) $ ;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-20963-fix-import-on-deleted-entity) $ ;xd
docker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"
mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directory
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-20963-fix-import-on-deleted-entity) $ 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 67.976 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
docker...
|
iTerm2
|
docker
|
NULL
|
85758
|
|
85759
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp•-zshDOCKER*- ₴1DEV (docker)₴2-zshscreenpipe"O &4-zshcreate mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ ;xddocker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"What's next:Try Docker Debug forseamless, persistent debugging tools in any container or image → docker debug docker_1amp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddocker exec -itdocker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image + docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1•/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.5.5Loaded config default from ".php-cs-fixer.dist.php".Running analysis on 7 cores with 10 files per process.5697/5697 C8I 100%lool100% C4785ec2-user@ip-10-30-129-...8•Thu 28 May 16:08:14T81ec2-user@ip-10-30-140-….$7Fixed 0 of 5697 files in 67.976 seconds, 799.06 MBmemory usedDetected 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 "@PHP8x®Migration" instead.- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.- Ruleset "@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_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $|...
|
iTerm2
|
NULL
|
NULL
|
85759
|
|
85760
|
rnostolFV faVsco.is ~#12121 on JY-20963-fix-imecan rnostolFV faVsco.is ~#12121 on JY-20963-fix-imecanyice pn.he bolbees.phe©ActivityControlier.php=custom.loglaravel.logA SF fiminny@localhost)HSJocal (jiminny@blocalhost)console (PROD) X• HttpIntegrationslinteractionsJobshwioDonciwcr.onyTeom.oneo Nemeuonic) eienupnpA console (STAGING)2019class ServiceTest extends TestCasepublic function testParseContactMobileWithValidNumberO: voidAccept keneck781a Maili ModeleNotificationsSresult = seLf::javokePetvateMethod( methodName: "parseContactMobite", Sservice, (null, ScraData))79voseiversSocialAccountOoserverlestUserObserverTest.phpUserRoleObserverTest.phoPolciesthts-sassertNorultSresultSthisesassentSanet exoected)2629public function testParsecontactHob1lelstruncatedtoz5chars: vo1d788=70926322635SseruiceThisosoerSenys celockio=7?>EACtVIYla ActivityProvider:SLongNumber = [PHONE]3456789812348Sermlata = T"MobslePhone" = Sonollucheni CalendarTeonterencoa erm•Rullmeen& Closealeonne C=724Sresult = self::invokePrivateMethod( methodName: "parseContactMobile', Sservice, [nutt, ScreDatal): 713716Wthss-SaccentMotMullScesult—717—71m: 25, strlen(Sresult)):public function testParseContactMobfleWithCountryCode@: void2644Ti HelnersMi HibsootD IntegrationApplllistenars264626472649Pipedrive(D Salesforce• (b FieldsD OpportunityMatcherOpportunitySyncStratel ProsoectSearchStratecim sancettaisClientTest.phoC DecorateActivityTest.o( DeleteObiocts TraitTest 2724anhnafniioastestoh© GetActivitvFieldNameT 2726 0>PavloadBuilder [EMAIL]© QuervHandlerTest.oha©QuerviteratorTest.ohr©QuervResuitsTests.ohthis-sassertNotNulSresulosthis-yassertStringstartsittheprehc"+44 Sresuitopublic functsion testinoort0pportunitvSkiosllhenProfileNotFoundO= voidi....Cass Has"envsytanded ayrends Hastentpublic function wheredl...public function firstot...=722HHNI H729730731TIIIFIGERELERC Semceltestoo@*SuncRatchRedicSenicsTdeclaratlon.mustthe.comoatible.withT:uiideros.where//columowarrav/iTelosureliTiuminate.lcontracisToatabaselOuerylsxocecc.onl/atioa/ooerator.mixed=.nulllvaluexm/xedirnuhl/booleanssmioa-=JaochMndcud: SynaineEy 101Ty: AutowINTERVAL 38 DAY.by 0.z0, u.caszlu.name,u.sorcphonenuabenBY sns count DESC* fron ceans where 20 =1NCAT(u.id, CASE WHEN u.id = t.ouner_id THEN • (ouner)' ELSE ** END) AS user_idouner_1d FROh soclal,accounts sasers u on v.id e sa.sociable_ideans t.nc->1Sontd M.teandu.tean_id = 1117 and sa.provider = 'hubspot':*EROM actMtes WHEOF Wund to binl18a2tetth-2147-1817.0144-40480695926801= Musd: " 70033459 VES* FROM activities WHERE uuid_to_bin('[CREDIT_CARD]-927f-4f4da2a8185c') = uuid; # 80186192 NQ*EROM eon confauratzons WHERE 3d = 1953%* FROM teans WHERE id = 1117;+Eoon licene whene a= 30240.* fron playbooks where id = 5473;* fron playbook categonies where id = 43783:* fron playbook categories where playbook_id = 5473:*Eoon enn ffalde whons 4d = 450242.* fron cra field values where crn_field_id = 659242:* FROM crn_field_data fdcrn_fields f ON fd.crm_field_id = f.idactivities a ON fd.activity id = a.idactivity_id = 79933459f.crn_provider-_id = 'hs_activity type'* FROM activity_messages;* Fron text rellavs where created.ar > 2826-85-8* fron actsivities where user_id TN (7168, 18688) and created at > *2826-85-22' order by sid desc* fron users where team id = 1 and id TN (18688, 13934. 7169)=*£ron activities where usen 1a = 7169 order bu ja desc 1ini+ 19.* Eron accounts whene tear oe and nane wollenseToon tasne whanda4* fron activity_searches where user_id = 31854)*Eoon sctkusty coanch filitane nhans sctfusty conoch SA TM CARRR2 RRO02# console fiaum8458185Y0000% L7o Inu co moy 1o.Uo.leServiceTestveeendhles orchwerwicee+0.testsruexec dovkers/crm/3 bestore 5e/vicer/stmphpy - iterwenest/brseContact' 2561PHPUnit 11.5.55 by Sebastian Bergmann and contributors.contelouratciontnore/tinnyl ohounx"11/ 11 (100%Tine: 00:10.908, Memory: 66.00 MBAl 11 new and existing testParseContact* tests pass. The deprecations are pre-existing PHPUnit warningsLet ma aiso ar'cklv nin tha ull Saruf caTast to contim nothida is brokaa.o desterexts deckee/er/3 lestoreServiceestephg 5 P ven -2/bin/phpunstPHPUnzt 11.5.55 by Sebastzan Beramann and contributors.Confiquration:/home/siminny/phpunit.xmD.•DODOD...[PASSWORD_DOTS]0000.00......•. 65 / 73 ( 894TIeA: 80.2 70 MARAPus OA 1a0 MpA.7s tests pass. Herc's a summary of what was added:oo eoesThe PR already covered empty/null early-return paths. The missing coverage was for the happy paths — added 7newssanrsctontact phostestParseContactPhoneWithValidNumber - E.164 number parses correctly, ext is nul?"esParsccontad Phonewnextens ton -moerwihler ucotttoyerracthe orensottastpareacontsctPhanafytictruncatetto10charc=sytwttlanowthom.th/chhre.ootethindstodltGtruehtaetbareacontnetPhondthrountrtodestocallkoim.ttheo.watowmeine.cotntrv.conparseContactMobiletestparsctonthe wontethaldwuher- Eo numoeteturnd noetActPAreAGontcMahsnTetrunestMhT/20Ghhre-Mimawtlwaw than.2fchare note thinastorlGtrehedtACtOsrcAGAnt.CMAKSlWWAthGAuAtCUCAA.FTAAITIKmANATMeALItAr/mcima.AMintrv.chGunl-1tile +80 2Acceot allAsk anything (XOL)" PodnAdhotvuwodtur TeimswohesP4 s...
|
iTerm2
|
NULL
|
NULL
|
85760
|
|
85761
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelplda]-zshDOCKER881DEV (docker)₴82-zshscreenpipe"84-zshcreate mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ ;xddocker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"What's next:Try Docker Debug forseamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddocker exec -itdocker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image + docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1•/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.5.5Loaded config default from ".php-cs-fixer.dist.php".Running analysis on 7 cores with 10 files per process.5697/5697 C8I 100%X5ec2-user@ip-10-30-129-...100% <78• Thu 28 May 16:08:17181ec2-user@ip-10-30-140-…₴7Fixed 0 of 5697 files in 67.976 seconds, 799.06 MBmemory usedDetected 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 "@PHP8x®Migration" instead.- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.- Ruleset "@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_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $I...
|
iTerm2
|
NULL
|
NULL
|
85761
|
|
85763
|
iTerm2ShellEditViewSessionScriptsProfilesWindowH iTerm2ShellEditViewSessionScriptsProfilesWindowHelplda]-zshDOCKER881DEV (docker)₴82-zshscreenpipe"O ₴4-zshcreate mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ ;xddocker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"What's next:Try Docker Debug forseamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddocker exec -itdocker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image + docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1•/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.5.5Loaded config default from ".php-cs-fixer.dist.php".Running analysis on 7 cores with 10 files per process.5697/5697 C8I 100%85ec2-user@ip-10-30-129-...100% <78• Thu 28 May 16:08:21181ec2-user@ip-10-30-140-…₴7Fixed 0 of 5697 files in 67.976 seconds, 799.06 MBmemory usedDetected 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 "@PHP8x®Migration" instead.- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.- Ruleset "@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_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $I...
|
iTerm2
|
NULL
|
NULL
|
85763
|
|
85826
|
rircroxViewhsttonooountrnroie.WindowHelp= github.c rircroxViewhsttonooountrnroie.WindowHelp= github.com/finydpo ouleicu chonde~ Google GeminiGemini 3.1 Pro ~Pipelines - jiminny/app* (JY-20613) Allow owner's role to tText relayxUewredtines on New codJY-20963 fix deleted objecti XJiminny\Exceptions(EmailActivityfrM'inbox (1734) - Aukas.kovallk@jlmirioonre Reso ve php 81.15 ded8 Jiminm,Platform Sorint 5.02 - Platform Te8 Jiminny7 (SRD-6881] (On demand) TransSona Subramaaian at 27/05/202O Illyana Netsova at 27/05/2026, 18Jimny+ New TabThat is a very common misconception, but it is not true anymoreWhile it is true that many years ago (around 2014-2016) (phpredis had some bugsregardling tne order in wnich ex and nx arguments were passeo, lnas tuly supportedcombining them into a single atomic command for a very long time.To do this atomically using the phpredis driver, you simply pass an associative array ofoptions as the third argument.Here is exactly how you would write it in your code:PHPSlockKey = sprintf(self::LOCK_KEY, $this->updateTarget);// This executes a single, atomic SET conmmand with both NX and EXSacquired = Redis::set(lockkey, true, L'NX, "EX => SeLT::LOCK-TTL-SECONDSJ)Eif (! Sacquired) &// Another process already holds the lockreturn;I... report your metrics ...By relvina on senarate det, setand expire commands, vou are leavino amicrosecond gap open. In your new multi-process Supervisor architecture, two parallelworkers can check the get, both see (null), and both proceed to write the lock andpush duplicate metrics. Using the array syntax above closes that gap completely.A Cleaner Laravel AlternativeSince you are inside a Laravel app, you don't even need to fight with driver-specific Redissyntax. Laravel provides a dedicated, atomic lock manager that handles the phpredis/Ask cemintSummarize pageE Tr OpenJY-20963 1ix deleted obiect imoort #21211All commits - LakyLak wants to merge 7 commits into master from JY-20963-fix-import-on-deleted-entity (Q Filter files..~ Бi app~ $ Http/Controllers/APIE ActivityController.php~ E Services/Crm/Salesforce# Service.php* E tests/Unit/Services/Crm/Salesfor….® ServiceTest.phpv app/Services/Crm/Salesforce/Service-php C *80 -1511,57 +1525,21 @ public function syncContact(string Scrmid): ?Contac:151115131514-1515recurn ounzs-piasortcontactlastcontaccprivate function importContact(ScraData): Contactsaccount = null// Contacts may not have accounts...wissetScr-Datal"Account.csaccount = Sthis->config->accounts()-swhere('cm orovider id". (string) Scrbatal"Accountid"eTarstUhif (Saccount === null) ‹saccountthis-ssyne-ccountiscmtatal'xccounttdЕЕЕЕЕЕАААВВВВВВВВВВВВВВВВКВВВВВВЕВScountrycode = Screbatal"Mari inecountrvcode'? nutiSalestorce aulous custon "countrtes" to be crested, Dfsreaard these.if (scountryCode && Sthis->countriesMap->countryExists(ScountryCode) .== false) (Scountrycode = nulll/1 If we have no country code, try to parse it from the country namelif (ScountryCode uaa null 6& Saccount) €Scountrycode = saccount-scountry code.Sext = nuli:EnarcerMucher = fl.1Cenoty Scrrbata."Phone" =a= talse)touekor e Cres.ltai+teereharat.ohaa?26 8814SparsedNumber = parsePhoneNumber (ScountryCode, Snumber):1f (empty(SparsedNunber('ext')) ae= false) ‹Cayt = Str.-linit(6narce/Mcherf.ext*1.10. 1a)1553GSMOAX0 8• Thu 28 May 16:19:06Refresh 0/ 3 viewedChecks pendingSubmitrevie B°+78 -52 BBB00 M Viewed1 .152515271528 +1530 :1531return sthis-aleportContact/stContact);prtuate frucetion deportcontsct(serebrto): Kontast4* ( enoty(ScreData("IsDeleted'])) ‹|Sthis-shandleEntity0eletionByProviderId(Sthis->config->contacts(), Screbata);...
|
iTerm2
|
NULL
|
NULL
|
85826
|
|
85833
|
rircroxviewhsttonooountrnHelp© Pipelines - |Iminny rircroxviewhsttonooountrnHelp© Pipelines - |Iminnylapp* (JY-20613) Allow owner's role to tText relayDeleted object errcJY-20963 fix deleted objecti XJiminny\Exceptions(EmailActivityfrM'inbox (1734) - Aukas.kovallk@jlmirioonre Reso ve php 81.15 ded8 Jiminm,Platform Sorint 5.02 - Platform Te8 Jiminny7 (SRD-6881] (On demand) TransSona Strbramaal an at 27/05/2021O Illyana Netsova at 27/05/2026, 18Jimny+ New Tabroie.= github.com/fiWindow~ Google GeminiGemini 3.1 Pro ~That is a very common misconception, but it is not true anymoreeton Nencoenomicny(around 2014-2016) phpredis had some bugsno nx arguments were passeo, lnas tuly supportedic command for a very long time.redis driver, you simply pass an associative array ofe it in your code:PHPSlockKey = sprintf(self::LOCK_KEY, $this->updateTarget);// This executes a single, atomic SET coimmand with both NX and EXSacquired = Redis::set(lockkey, true, L'NX, "EX => SeLT::LOCK-TTLESECONDSJ)Eif (! Sacquired) &// Another process already holds the lockreturn;I... report your metrics ...By relvina on senarate det, setand expire commands, vou are leavino almicrosecond gap open. In your new multi-process Supervisor architecture, two parallelworkers can check the get, both see (null), and both proceed to write the lock andpush duplicate metrics. Using the array syntax above closes that gap completely.A Cleaner Laravel AlternativeSince you are inside a Laravel app, you don't even need to fight with driver-specific Redissyntax. Laravel provides a dedicated, atomic lock manager that handles the phpredis/Ask cemintSummarize pagejiminny / app 8<> Code17 Pull requests 33 (. Agents Actions Wiki Security and quality 12 Insights 3 SettingsJY-20963 fix deleted object import #12121 •13 Open LakyLak wants to merge 7 commits into master from JY-20963-fix-inport-on-deleted-entity@) Conversation 4• Commits 7 El Checks2© Files changed 3© All commits• Filter files.app/Http/Controllers/API/ActivityController.cho / *v F applee -370,6 +370, 10 @l public function sumnarize(Activity Sactivity): mixedscontacescrawevosvnccontacusooecd01"~ G Http/Controllers/API© ActivityController.php3713721v # Services/Crm/Salesforce# Service.php~ E tests/Unit/Services/Crm/Salesfor...# ServiceTest.php373374sthis->logger->info('resolving account");Saccount = Sthis->resolveAccount(Stean, scontact, Scraßervice, Sprospects);app/Services/Crm/Salesforce/Service.php Lee -1084,6 +1084,10 00 private function inportLead(ScraData): PLead18841e85Sthis-shandleObjectDeletion(Slead, Scrabata);rerurn sleaoh108909 -1146.8 +1158.14 A public function svncAccount(string Scrnid): ?Accountl11481147return Sthis-sinoortAccount(sstAccount114911581private function importAccount(Screbata): AccountOASOMОДTO0% L78• Thu 28 May 16:19:17Q Type to search• Checks pendingeode(Preview+483 -52 808810 0/3 viewedSubmit review+DUUUViewedsconacr= scraservce-ssynccontacsooec1f (1 Scontact instanceof Contact) &break;sthis->logger->info('resolving account");Saccount = Sthis->resolveAccount(Stean, Scontact, ScraService, Sprospects):478 .59 BaROnM Vinuedm .372373374• *375376 [PHONE]iii1890[PHONE]115e115111153 +1154Sthis-shandleObjectDeletion(Slead, Scrabata);if (Slead->trashedo) (return nullreturn Slead;return Sthis-sinoortAccount(SstAccount)private function importAccount(screbata): ?Account11 (t empty(Scrabata('IsDeleted'))) (...
|
iTerm2
|
NULL
|
NULL
|
85833
|
|
85899
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹ $0 lhl-zshDOCKER881DEV (docker)₴82-zshscreenpipe"•84-zshcreate mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ ;xddocker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"What's next:Try Docker Debug forseamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddocker exec -itdocker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_1amp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1•/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.5.5Loaded config default from ".php-cs-fixer.dist.php".Running analysis on 7 cores with 10 files per process.5697/5697 C8I 100%X5ec2-user@ip-10-30-129-...100% <78 • Thu 28 May 16:27:05181ec2-user@ip-10-30-140-…₴7Fixed 0 of 5697 files in 67.976 seconds, 799.06 MBmemory usedDetected 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 "@PHP8x®Migration" instead.- Rule set "@PHP81Migration"is deprecated. Use "@PHP8x1Migration" instead.- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.- Ruleset "@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_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $I...
|
iTerm2
|
NULL
|
NULL
|
85899
|
|
85900
|
rapstomViewNeweNNCCoocWindowFV faVsco.|s ~#12121 o rapstomViewNeweNNCCoocWindowFV faVsco.|s ~#12121 on JY-20963-fx-imnhe heloers.onp©ActivityControlier.php=custom.logaraveuesA SF fiminny@localhost)Usciko cooscrytriono Tesmuonsc) eienupnpA console [STAGING>E HubspolE InicaradonAdeTX Autow>E Listener:INTERVAL 38 DAY.class ServiceTest extends TestCasepublic function testParseContactPhoneWithCountryCodeO: voidv saestorch>D Fielde25959990=701bY 0.20u.caszlBY sns count DESCu.sorcphonenuabenOpoorunitvMatcheaOpportunitvSvncStratesorassenAnnayhaskey ney.ohoneoononoehSthis->assentStringStartsWith@prefic '+44*. SparsedNunberf'phone')uD SoaSSeNThULCOPA-7057847es* fron ceans where 20 =1› ProspectsearchStrategService t raits©elientrest.php© DecorateActivity Test.P 2691polated, aositn tiesusaodpublic static function parseContactMobileProvider(): array3 %© FieldDefinitionsTest.phCCeTcwmaet amereturn24S4D© PayloadBuilderTest.phe 2495QueryBuilder Test.php© QueryHandler Test.php© QueryiteratorTest.phpQueryResultsiests.prp 2699C Semcetesconoemory hoo i ephone returns nutt=>wobtlephone s> "' nutur nuuu'no MobiilePhone key returns null' a> [ll null, nulll.7A18I© SyncBatchReosservict 26sRacASanicatast obo2412Va CachadCrm SanicsPhooewkoatabrav.hon nancerootcertohmepcou.em2718public function testParseContactMobilenstnenptyrhoneCorray ScnaData, Bstring ScountryCode, Pstring Sa7Changes 4 files, updatingE.env.local apc© JiminnyDebugCommand.php app/Console/CommandsT+ 0 +→0 Side-by-side viewer -@ ebbaab95 app/Services/PlaybackService.phpDo not ignore"pe loagina.ono contiaStean & Stracko>oe Activitye ->oetUser Or>aetteam OrUnversioned Files 9 file:inw.nikiochooE.enw.other aodnumonsto andl doloto sill connonteforeach (Splaylist "mediaSegnents') as Ssegment) ?Ka eanhccosea Reoorglestono escluni PolicosSsegment ""uri' = client cdn(Ssegnent ("uri'), Stean):© GreateMockAskJliminnvReoortRocu*tCommand.ohn.ano/Console/Commandsavicon.ico ouroEids.tyt aodSplayList ("EXT-X-PLAYLIST-TYPE' = 'VOD'APraw sol quem coaodSplayList (*EXT-X-ENDLIST' = true:@[EMAIL]/Console/Commands/Crm/HubsootM. WERHOOK FILTFRING IMPIFWENTATION mol anol& console (PROD) X# console fiaum8458185Y00=NCATCu,id. CASE WHEN unid = thouner id THEN • (oaner)* ELSE ** END) AS user_idena1aormen fo FRil soctal accnuntssasers u on u.1d = sa.soclable_1cParGTnCoontd n.teandu.tean_1d = 1117 and sa.provider = "hubspot":*EROM actMtes WHEOF Wund to binl18a2tetth-2147-1817.0144-40480695926801= Musd: " 70033459 VES+EROM eCtlWifleS.- Nh ĐNNo +o.- 01-92eLe0919501-Tisde# 89186100 M0*EROM eon confauratzons WHERE 3d = 1953%* FROM teans WHERE id = 1117:+Eoon ucene whene 3d= 30240.TO0У L7oe ind co moy toicy.uServiceTesteeendhles orchwerwicee+0.• testParsccontactPhoncw1thVal LaNurber = E.104 number parses corrcctly, ext is nul•testParseContactPhoncWithExtension - Number with ext. 42 correctly extracts the extensionoesVarsctonlac noneex Sirincalcolo ohirserttiiionkten chats derstunceolrran{nit(..•, 10, "*))•testrarcontac rnonemthcountint oor = Loch on numocrtcovoo to tutr Usine counthy cootanrsccontactloble•testParseContactMobileWithValidNumber - E.164 number returned [EMAIL]@chars=mowtchowhnocharsowstunc.eolstoine"estarsccontac tootewhcountrwcode =cukmoiowo t usina county cooOal -Necantalll+ < Code$ AdaptiveditterencePurtent vereionSteam = Strack->aetActvitylor>aerlser Oo>oeteaniobnumonstoand dolloto conmonteforeach (Splaylist 'mediaSegments' as Ssegment)Ssegnent ("uri') = client con(Ssegment("uri', Stean):SplayList("EXT-X-PLAYLIST-TYPE') = *VOD*:SplayList("EXT-X-ENDLIST') = true:N Wodtur Teams DRAR•R UTE-R AIA enano...
|
iTerm2
|
NULL
|
NULL
|
85900
|
|
85908
|
PhpStormViewNeweNNCCoocWindowFV faVsco.|s ~#12121 PhpStormViewNeweNNCCoocWindowFV faVsco.|s ~#12121 on JY-20963-fx-imnhe heloers.onp©ActivityControlier.php=custom.loglaravel.logA SF fiminny@localhost)HS Jocal (jiminny(blocalhost)console (PROD) x C Service.php# console fiaumUsciko cooscrytriono Tesmuons© Client.phpconsolA ISTAGING>E HubspolE InicaradonAde>E Listener:class ServiceTest extends TestCasepublic function testParseContactPhoneWithCountryCodeO: void045 A1 A41 У 66 Av saestorch>D Fielde2595090OpportunitvMatcheba OpportunitvSvncStratesorassenAnnayhaskey ney.ohoneoononoehSthis->assentStringStartsWith@prefic *+44*. SparsedNunberf'phone'])uD SDaSSeNULLOPAOY700=791E7e2_705-705created at > DATE SUB(NOWO.INTERVAL 38 DAY.BY u.id, u.email, u.name, u.softphone numbenBY sns count DESC* fron teans where id = 1› ProspectsearchStrategServicetraits©elientrest.php© DecorateActivityTest.ppolated, aositn ties" fron rolesusaod=797-783public static function parseContactMobileProvider(): arrayNCATU.Nd. CASE WHEN U.N© FieldbefinitionsTest.ph 2693CCercwme amenreturn2694DPayloadBullderTesupny 2695 DQueryBuilder Test.php© QueryHandler Test.php© QueryiteratorTest.phpQueryResunsiestspip 2690C Semcetesconoemory hoo il ephone returns nutt=>wobtlephone s> "' nutur nuuuno MobiilePhone key returns null' => [ll null. nulll.Onen o FRil soctallaceSeNg M On NiG sArsOepargtncesE715— 712—714U.tean_1d = 1117 and sa.+EROM actM tes WHEDE*FROM activities. WHFDE7A18I© SyncBatchRedisserviat2s1лlRacASanicatast obo2412Va CachadCrm SanicsPhooewkoataenav.honnancerootcerlohmepcoutem* FROM eon conf qucataapublio function testParseContactiobiten thenptyrnone Carray Sersibata, Pstring ScountryCode, Pstring S ,2+ EROM tRAnC WHERE SO* Eron uicene whene 3aChanges 4 filesE.env.local apc© JiminnyDebugCommand.php app/Console/Commands1L P +→ Side-by-side viewer -Do not lgnoreHighlght words +X15 € ?@ ebbaab95 app/Services/PlaybackService.phppe loagina.ono contiac) Playbickservice.ono apo serviceeUnversioned Files 9 file:Stean & Stracko>oe Activitye ->oetUser Or>aetteam orEinw.nikiochhogE.enw.other aodnumonsto andl doloto sill connonteforeach (Splaylist('mediaSegnents'] as Ssegment) ‹Ka eanhccosea Reoorglestono escluni PolicosSsegment ""uri' = client cdn(Ssegnent ("uri'), Stean):© GreateMockAskJliminnvReoortRocu*tCommand.ohn.ano/Console/Commanavicon.ico ouroEids.tyt aodSplayList ("EXT-X-PLAYLIST-TYPE' = 'VOD'APraw sol quem coaodSplayList (*EXT-X-ENDLIST' = true:@[EMAIL]/Console/Commands/Crm/HubsootM. WERHOOK FILTFRING IMPIFWENTATION mol anol7o0sLXo Inu comoy 1o.zo.usServiceTesteeendhles orchwerwicee+0.• testParsccontactPhoncw1thVal LaNurber = E.104 number parses corrcctly, ext is nul•testParseContactPhoncWithExtension - Number with ext. 42 correctly extracts the extensionoesParsctonlack noneex Strinca coloohirertiiion cn chas oestunceolsrras{nit(..•, 10, "*))oestrarctontact tnonenthcountincoor = Loch on numot tco voo to tut Usine counhy cootanrsccontacthobeehcenevetaeInclude non-project items•testParseContactMobileWithValidNumber - E.164 number returned as-iseswarsecon.ac.tooeStruncalcoloschars=umottchowhnochharsowstunc.eostr.ntesQ- app/Http/Controllers/APl/[EMAIL]./apo/Htto/Controllers/APl/ActivityController.phr<> ActivityController.oho.html build/coverace/Http/Controllers/AF© ActivityStatsController.oho./apo/Htto/Controllers/AP1/Teaminsiahts/ActivityStatsController.ohgoestarsccontac tootewhcountrwcode =cukmoiwo t usina county cooOal -<> ActivityStatscontroller.php.html buiid/coverage/Http/controllers/APl/[EMAIL]/ano/Htto/Controllers/APIM?/ActivitvV2Controller.ohrinnvlHtollconttollors?lcweontroller=haset..annRttn/conttollerautc oadcacsmao.chokrM4liminnvl|Httol|Gontrollers|IAP1|Activitv@ontroller.es_DIP//Yaoo/Htto/Controllerautoload.static.oho.455771R6 480Necant alllAsk ammnina+ « Code$ Adaptiveditterenceegment)unstCtosnM Woderd Teams 280847 UTE-R AiA enano...
|
iTerm2
|
NULL
|
NULL
|
85908
|
|
86020
|
FirefoxViewhsttonooountrnPotLe.WindowHelpnny.atlas FirefoxViewhsttonooountrnPotLe.WindowHelpnny.atlassian.net/jira/software/C/projects/JY/boards/37?selectedissue=JY-209630) JIMINNYmhwwatiascian.net/orowselJY-2dSpaces / Jiminny (New)Pipelines - jiminnylappDE upgrade librarios)(Y-20613) Allow cwner's role toleted object error(. JY-20963 fix deleted object impsa Feed - jiminny - SentryM'inbox (1734) - Aukas.kovallk@jlminiwoonte Roso ve php 81.15 ded8 Jiminm,Platform Sorint 5.02 - Platform Te8 Jiminny* (SRD-6881) (0n demand) TranscSona Subramaaian at 27/05/202O Illyana Netsova at 27/05/2026, 18g Jimiery+ New TabIID Active sprints8 Calendar2 Reports4 TestQ Search board00002EpicvTypeOuick tutersyREADY FOR DEV 8mnnywyerve versionintJIMININY MCP CONNECTORBacklogLwret9eUograde BE libranes - MayNATTIENAEBackloo7 JY-19958Fathack mechanism for uisers with active SFtokens for CRM MatchingREDUCE CHURNE JY-20912Ucors can take Notes durind and atterRECORDING MEETINGS WITHOUT VISIBLE NOTETAKERS (...Backlog# JY-208712.5 /2 •000 =Users can filter Scores in Team Insights byHostBacklogA JY-20847150000 -AI Call Scoring quick access in PlaybackAUTOMATED AY SCORINGBacklodIN DEVSwerpcmadeusersocerdlistorcals anctheir detailsJIMINNY MCP CONNECTORIn DevA JY-2083310 12 •.••=Fix foreign key violation when matchingactivities to de eted Salestorce opportunitiesSupponesexarX* JY-209631 • •∞•e =Evaluation for Exec ReportsAUTOMATE EXEC REPORTS IN THE PRODUCTIn Dev[ JY-198901008eee =User can loc a save mecune invormaton loRECORDING MEETINES WINHOUT VISIBLE NOTETAXEin DeyCall Scoring hiter for Fyec renortsAUTOMATED AXCORINGin DeyN1Y-20771Q Search→ SY-11962 / I JY-20963Fix foreign key violation when matching activities to deletedSalesforce opportunitiesKey detailsDescriptionahttos://liminnv.sentrv.lo/issues/6978902456/zenvironment=oroduction.environment=oroduction-eusoro.elct=82419&query=ls%3Aunresolved&referrer=issue-stream&sort=freq [Connect your Sentry account]When an opportunity is deleted in salestorce and the local deletion jod runs, activities that belonged to thatopportunity are rematched via the RenatchActivity0nCrn0bjectDetach listener. During this rematch, thesystem attemots to re-link the activity to the deleted ooportunity, causing a toreian kev constraint violationRoot cause?The bug occurs in Salesforce:: inportOpportunity (and similar methods for Lead, Account, Contact):1. When Salesforce returns a record with IsDeleted = true, the code:Restores it from trash via restoreAnyTrashedEntity• Syncs it successfully via updateOrCreate• Immediately deletes it again via handle0bjectDeletion (because IsDeleted = tzue)Still returns the deleted object's ID to the caller2. The deleted opportunity's ID is then used in Activity: :updateActivityCraData toset activity.opportunity_id, causing a foreign key violation because the opportunity no longer exists inthe database.Steps to reproduceNoneActual outcomeAdd textlExpected outcomeAdd textSubtasksAdd subtaskLinked work items~ DetailsAssigneeReporterDevelopmentTanel cSub-ProductStory PointsOrganisatioComponentsFix versionsParentSprintPriorityRegressionDaysNeed QACanny Links+ Create* Improve Bug@ Lukas Kovalik@ Lukas Kovalik# Open in coding tool1 branch5 commits1 pull request1 build2 days agoOPENNoneAdd optionsNonePlatformNone→ JY-11962 Support ticketsPlatform Sprint 5 Q2 (+1= MediumNoAdd optionOpen Canny Links< 40 M100% KSa- 8• Thu 28 May 16:38:160$а.=Ask Rovo4₴ ltcutsvSlack integration$ Reporting Center +CEPTANCECompiete sprintDEPLOYGroup: Queries...
|
iTerm2
|
NULL
|
NULL
|
86020
|
|
86021
|
iTerm2ShellEditViewSessionScriptsProfilesWindowH iTerm2ShellEditViewSessionScriptsProfilesWindowHelplah]-zshDOCKER881DEV (docker)₴82-zshscreenpipe"O ₴4-zshcreate mode 100644 tests/Unit/Component/TranscriptionSummary/Services/TranscriptionSummaryIndexingServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ ;xddocker exec -it docker_lamp_1 bash -c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"What's next:Try Docker Debug forseamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ ;xddocker exec -itdocker_lamp_1 bash-c "mv /usr/local/etc/php/conf.d/xdebug.ini ~/xdebug.ini"mv: cannot stat '/usr/local/etc/php/conf.d/xdebug.ini': No such file or directoryWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image + docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1•/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.95.1 Adalbertus by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.5.5Loaded config default from ".php-cs-fixer.dist.php".Running analysis on 7 cores with 10 files per process.5697/5697 C8I 100%85ec2-user@ip-10-30-129-...100% <478• Thu 28 May 16:38:16181ec2-user@ip-10-30-140-…₴7Fixed 0 of 5697 files in 67.976 seconds, 799.06 MBmemory usedDetected 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 "@PHP8x®Migration" instead.- Rule set "@PHP81Migration" is deprecated. Use "@PHP8x1Migration" instead.- Rule set "@PHP82Migration" is deprecated. Use "@PHP8x2Migration" instead.- Ruleset "@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_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $I...
|
iTerm2
|
NULL
|
NULL
|
86021
|
|
86022
|
Firefox•••п© Pipelines - jiminnylappDE upgrade lib Firefox•••п© Pipelines - jiminnylappDE upgrade librarios2 (UY-20613) MText rolay]Deleted object error(. JY-20963 fix deleted object impsoain alestorca" Feed - jiminny - SentryM'inbox (1734) - Aukas.kovallk@jlminTY-209791 Resolve PHP 815.5 ded8 JiminnyPlatform Sorint 5.02 - Platform Tetranscript ss issue8 Jiminny* (SRD-6881) (0n demand) TranscSona Subramaaian at 27/05/2021O Illyana Netsova at 27/05/2026, 18g Jimiery+ New TabViewhsttonooountrnroiuesToolsWindownel:ny.atlassian.net/browse/JY-209638) JIMINNYQ Search+ CreateO SOMOX 100%K 8• Thu 28 May 16:38:21O ASK ROVO A ® €Spaces / El Sminny (New) | JY-11962 / I0€ JY-20983Fix foreign key violation when matching activities to deleted Salesforce opportunities~ Key detailsDescriptionSteps to reproduceNoneActual outcomeAdd textExpected outcomeAdd textSubtasksAdd subtaskLinked work itemsAdd linked work item~ ActivityAllComments History WorklogAdts commantSuggest a reply...Status update..Thanks.Pro tio: oress M to comment& stetka stoyanovaCompleted in sprint 4: 1 dayIn Dev % Improve BugDetailsAssigneeReporterLabelsSub-ProductStory PointsOrganisationsComponentsFix versionsParentSprintPriorityRegressionDaysNeed QACanny Links® Lukas Kovalik® Lukas KovalikNoneAdd optionsNonePlatformNonex-11962 Support ticketsPlatform Sprint 5 Q2 +1= MediumNoAdd optionOpen Canny Links> More fields Story point estimate, Original estimate, Time tracking> Automation 4 Rule executions> featureOsOpen featureOS> Sentry sll Linked IssuesCreated last woekUpdated yesterdayConfigure...
|
iTerm2
|
NULL
|
NULL
|
86022
|
|
86036
|
• 0Pipelines - jiminny/app(JY-20613) Allow owner • 0Pipelines - jiminny/app(JY-20613) Allow owner's role to bYyorokFix orcion key wiolntIlluminate\Database|QueryEx XO JY-20983 fix deleted obiect imolooin t SiastorcaA Foed -liminny - SentryMi inbox (1734) = Iitns.kownlik Slim(JY-20979) Resolve PHP 8.5.5 degpihttoem Son dthloy - Pintormtranscript ss issue8 JiminnySOD:68811 (0n demandll Transa Sona Subramanian at 27/05/202€8 Ilivana Netsova at 27/05/2026, 18)08mmychuy.oss0cs/o37o302oootemmlonmcheorooucuoroIssues / APP-159Eo goseosarhouts duuocheleecooe csocdCrasnoo in noneado: venood aovel mmmeworo sic/tumrate /oscore/Cori coon mhieoso an mominate loacorse Cotw:/Mooclacuwily.ono.cre1cn Jiminny.moocotacavitcuco.kexcomtrctmost Always ser contactd when avariabe, reaaroless of accountd statusif (Sthis->contactid aua null 8& Scontact) ‹sthis->contact 1d = Scontact->10*Sthis->save):} elseif (Sstrategy •= UpdateCrnDataßyStrategy::Account && Sthis->account_id a= null) ‹I Also update the parent activity if required, checking we don't create a mixed lead/account record.2146oinasoraedodo nuaa1f (Sthis-»stage && Sthis-›stage-›getType) ** Stage::TYPE_LEAD) <Sthis-›stage_1d = null:recordsww./Cwwwc/erm/crmAat.itChrin/Ah4.90TiMiAAC/ASNNOIENC/AA.ANCor.Neindnthermootdsso/noos//crm/wschactwiwermos.a.ohorstn.sim.innv/#00s.crmwa.ch4c.wermostcatwiminny wooscrmiwatchic.iwermostewhtnecu.onCalad from:/vendor/laravel/framework/src/llluminate/Database/Cd00/noos/crmwchac.wiwcrmoo.a.ohororofn.diminnv0orcrm.schctwcrmoamhanolcCalled from: /vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36 in Illuminate\Container\BoundMethod::(closure/luminate\Container1BoundMethod=call):35/app/Jobs/Middieware/HandleHubspotRateLimit.php-23 in Jiminny1Jobs|Middieware\HandleHubspotRateLimit::handleCotadfrom.Wordor/inravol/rmounrk/erc/iiluminato/Binatns/plnathsnhnht0ca.tliminatalpinalinalpinat.non/aineurosfeboc.ch-carry0:194):195)/app/Queue/Worker/Worker.php:71 in Jlminmy\Queue\Worker\Worker-processCtad from:Wondor/aravol/framwwork/erc/illluminata/dusr/iortw.nho.476.tn.Buminatol@nanalworkorarinbohonnsyaontinnTradd Proviow.PP Error - SQLSTATE(23000): Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails Gjiminny'.'activities*. CONSTRAINT "activities_contact__id.fonsLETOr - SOI STALAY6000kintoorihy constnlinh violnhiom14sy Cunnnt non on unthton chid romn torring kuy constnin bis tim nay àộGhHN GCONK RAINH nhiviting contact -id to:2e Error - SOLSTATE(23000): Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails Gliminny'.'activities". CONSTRAINT "activities-contact id..forR Error -= SOLSTATE(23000): Intearity constraint wolntico: 1452 Cronot add or updnte a child rownn forcion kow constraint faits Gliminov" nctbaties", CONSTRAINT "netivitioscontactjalforError - SOLSTATE(23000): Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (jiminny"."activities*. CONSTRAINT "activities_contact_id_for40ш GStack Trace Traoe130yConteaShow 7 more framesIn App100% LX• Thu 28 May 16:40:03Ack SeersMarked as Ongoingautomationlly by Sentr7 months.uoAscianah7 months agby Nikolay Nikolov to themselvesView 2 morev People(Lx) participatinoNYNiS +4 viewedCimilr eeunMerged IssuesVievIn AppIn AcoIn AcdIn ApoChawyA mard trmndIn AppShaw 17 mard tromodViay Sull Trach...
|
iTerm2
|
screenpipe"
|
NULL
|
86036
|
|
86037
|
rch due to Error: No Living connections error" rch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:36:54Z","tags":["warning","elasticsearch","monitoring"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:36:54Z","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:36:55Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:36:55Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:36:55Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:36:58Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:36:58Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:36:58Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:00Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:01Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:01Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:02Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
docker_lamp_1 | 2026-05-28 13:36:49 Running ['artisan' conference:pre-meeting-notification] 13s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:pre-meeting-notification > '/proc/1/fd/1' 2>&1
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:04Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:04Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:05Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:07Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:07Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:07Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:07Z","tags":["error","plugins","reporting","esqueue","queue-worker","error"],"pid":7,"message":"mppgwl2q00070bdf86frhqvx - job querying failed: Error: No Living connections\n at sendReqWithConnection (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:266:15)\n at next (/usr/share/kibana/node_modules/elasticsearch/src/lib/connection_pool.js:243:7)\n at process._tickCallback (internal/process/next_tick.js:61:11)"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:07Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
docker_lamp_1 | 2026-05-28 13:37:03 Running ['artisan' conference:monitor:start] ... 5s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:start > '/proc/1/fd/1' 2>&1
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:10Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:10Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:10Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:10Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:13Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:13Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:13Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:15Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:16Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:16Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
docker_lamp_1 | 2026-05-28 13:37:08 Running ['artisan' conference:monitor:end] ..... 8s DONE
docker_lamp_1 | ⇂ '/usr/local/bin/php' 'artisan' conference:monitor:end > '/proc/1/fd/1' 2>&1
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:18Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:19Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:19Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:20Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:22Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:22Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:23Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:24Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:24Z","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:24Z","tags":["warning","elasticsearch","monitoring"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:24Z","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:25Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:25Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:25Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:28Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:28Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:28Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:30Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:31Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:31Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
redis | 1:M 28 May 2026 13:37:34.000 * Asynchronous AOF fsync is taking too long (disk is busy?). Writing the AOF buffer without waiting for fsync to complete, this may slow down Redis.
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:35Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:35Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:35Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
docker_lamp_1 | 2026-05-28 13:37:17 Running ['artisan' jiminny:fix-hubspot-tokens] 19s 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 13:37:37 Running ['artisan' conference:pre-meeting-reminder] in background 10.93ms 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 13:37:37 Running ['artisan' hubspot:journal-poll --start] in background 4.55ms 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 &
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:37Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:37Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:37Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:37Z","tags":["error","plugins","reporting","esqueue","queue-worker","error"],"pid":7,"message":"mppgwl2q00070bdf86frhqvx - job querying failed: Error: No Living connections\n at sendReqWithConnection (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:266:15)\n at next (/usr/share/kibana/node_modules/elasticsearch/src/lib/connection_pool.js:243:7)\n at process._tickCallback (internal/process/next_tick.js:61:11)"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:38Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:40Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:40Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:40Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:41Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:43Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:43Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:43Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:45Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:46Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:46Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:48Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:49Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:49Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:50Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:52Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:52Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:53Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:54Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:54Z","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:54Z","tags":["warning","elasticsearch","monitoring"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:54Z","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:55Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:55Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:55Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:58Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:58Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:37:58Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
docker_lamp_1 | 2026-05-28 13:37:37 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 | 21s 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
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:00Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:01Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:01Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:03Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:04Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:04Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:05Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:07Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:07Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:08Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:08Z","tags":["error","plugins","reporting","esqueue","queue-worker","error"],"pid":7,"message":"mppgwl2q00070bdf86frhqvx - job querying failed: Error: No Living connections\n at sendReqWithConnection (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:266:15)\n at next (/usr/share/kibana/node_modules/elasticsearch/src/lib/connection_pool.js:243:7)\n at process._tickCallback (internal/process/next_tick.js:61:11)"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:08Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:10Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:10Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:10Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:10Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:13Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:13Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:13Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:16Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:16Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:16Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:18Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:19Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:19Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:21Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:22Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:22Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:23Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:24Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:24Z","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:24Z","tags":["warning","elasticsearch","monitoring"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:24Z","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:25Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:25Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:25Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:28Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:28Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:28Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:31Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:31Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:31Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:33Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:34Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:34Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:36Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:37Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:37Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:38Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:38Z","tags":["error","plugins","reporting","esqueue","queue-worker","error"],"pid":7,"message":"mppgwl2q00070bdf86frhqvx - job querying failed: Error: No Living connections\n at sendReqWithConnection (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:266:15)\n at next (/usr/share/kibana/node_modules/elasticsearch/src/lib/connection_pool.js:243:7)\n at process._tickCallback (internal/process/next_tick.js:61:11)"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:38Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:40Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:40Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:41Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:41Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:43Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:43Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:43Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:46Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:46Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:46Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:48Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:49Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:49Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:51Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:52Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:52Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:53Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:53Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:53Z","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:54Z","tags":["warning","elasticsearch","monitoring"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:54Z","tags":["warning","plugins","licensing"],"pid":7,"message":"License information could not be obtained from Elasticsearch due to Error: No Living connections error"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:55Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:55Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:56Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:58Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:58Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:38:58Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:01Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:01Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:01Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:03Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:04Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:04Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:06Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:07Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:07Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:08Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:08Z","tags":["error","plugins","reporting","esqueue","queue-worker","error"],"pid":7,"message":"mppgwl2q00070bdf86frhqvx - job querying failed: Error: No Living connections\n at sendReqWithConnection (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:266:15)\n at next (/usr/share/kibana/node_modules/elasticsearch/src/lib/connection_pool.js:243:7)\n at process._tickCallback (internal/process/next_tick.js:61:11)"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:08Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:10Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:10Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:11Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:11Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:13Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:13Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:13Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:16Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:16Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connection: [URL_WITH_CREDENTIALS] living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:16Z","tags":["error","plugins","taskManager","taskManager"],"pid":7,"message":"Failed to poll for work: Error: No Living connections"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:18Z","tags":["error","elasticsearch","data"],"pid":7,"message":"[ConnectionError]: getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200"}
kibana | {"type":"log","@timestamp":"2026-05-28T13:39:19Z","tags":["warning","elasticsearch","data"],"pid":7,"message":"Unable to revive connectio...
|
iTerm2
|
DOCKER (docker-compose)
|
NULL
|
86037
|
|
86038
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp‹ →0 lhlA100% ( 8• Thu 28 May 16:40:04T81screenpipe"DOCKER-₴81DEV (docker)₴2-zsh83screenpipe"*4-zshX5ec2-user@ip-10-30-129-…. 786ec2-user@ip-10-30-140-…..$72026-05-28T16:38:09.774116ZWARNsqlx:: query:summary="PRAGMA wal_checkpoint(TRUNCATE)" db.statement=""rows_affected-1rows_returned=1 elapsed=1.656920333s2026-05-28T16:38:16.8083272WARNscreenpipe_engine::frame_linker_actor: frame_linker: stale entries expired without pairing - these slipped past every instrumented drop site (DRM/paused/lagged/capture_error); investigate theresidual evicted=3 pending_events=0 pending_frames=0 total_pairs=6355 total_evicted-4766 total_failed=0 dropped_drm=0 dropped_paused=0 dropped_lagged=0 dropped_capture_error=0 dropped_other=292026-05-28T16:38:16.814943ZINFO screenpipe_engine::frame_linker_actor: frame_linker: paired frame→events (events arrived first) frame_id=86014 paired=1 still_pending=22026-05-28116:38:29.0123372WARN sqlx::query:summary="SELECT id, file_path, timestamp.." db.statement="\n\nSELECT\nid,\nfile_path, \ntimestamp\nFR0M\naudio_chunks\nWHERE\ntranscription_status ='pending'\nAND transcription_attempts < ?4\n AND timestamp >= ?1\n AND timestamp <= ?2\n AND file_path NOT LIKE 'cloud://%'\nORDER BY\n timestampASC\nLIMIT\n?3\n"rows_affected=1rows_returned=5 elapsed-1.072886625swhisper_backend_init_gpu: device 0: Metal (type: 1)whisper_backend_init_gpu: foundwhisper_backend_init_gpu:GPU device 0: Metal (type: 1, cnt: 0)using Metal backendggml_metal_init: allocatingggml_metal_init: found device: Apple M1ggml_metal_init:picking default device: Apple M1ggml_metal_init: use fusion= trueggml_metal_init:use concurrency= trueggml_metal_init: use graph optimize = truewhisper_backend_init: using BLAS backendwhisper_init_state: kv selfsize=3.15 MBwhisper_init_state: kv cross size =9.44 MBwhisper_init_state: kv padsize=2.36 MBwhisper_init_state: compute buffer (conv)=whisper_init_state: compute buffer (encode) =whisper_init_state: compute buffer (cross)=whisper_init_state: computebuffer (decode) =14.17 MB65.96 MB8.50MB96.83 MBggml_metal_free: deallocating2026-05-28T16:38:31.936666ZINFO screenpipe_engine::frame_linker_actor: frame_linker: paired frame+events (events arrived first) frame_id=86020 paired-1 still_pending=02026-05-28T16:38:32.044736ZINFO screenpipe_engine::frame_linker_actor: frame_linker: paired frame+events (events arrived first) frame_id=86020 paired-1 still_pending=02026-05-28T16:38:33.637616ZINFO screenpipe_engine::frame_linker_actor: frame_linker: paired frame+events (events arrived first) frame_id=86023 paired-1 still_pending=02026-05-28716:38:35.8390142INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 5 orphaned chunks2026-05-28T16:39:18.071668ZWARN screenpipe_engine::frame_linker_actor: frame_linker: stale entries expired without pairing - these slipped past every instrumented drop site (DRM/paused/lagged/capture_error); investigate the residual evicted=4 pending_events=0 pending_frames=3 total_pairs=6359 total_evicted=4770 total_failed=0 dropped_drm-0 dropped_paused=0 dropped_lagged=0 dropped_capture_error=0 dropped_other=292026-05-28T16:39:33.072118ZWARN screenpipe_engine::frame_linker_actor: frame_linker: stale entries expired without pairing - these slippedpast every instrumented drop site (DRM/paused/lagged/capture_error); investigate the residual evicted=2 pending_events=0 pending_frames=1 total_pairs=6359 total_evicted=4772 total_failed=0 dropped_drm=0 dropped_paused=0 dropped_lagged=0 dropped_capture_error=0 dropped_other=292026-05-28T16:39:38.072524ZWARN screenpipe_engine::frame_linker_actor:frame_linker:stale entries expiredwithout pairing - these slippedpasteveryinstrumenteddrop site(DRM/paused/lagged/capture_error); investigate the residual evicted-1 pending_events=0 pending_frames=0 total_pairs=6359total_evicted-4773 total_failed=0 dropped_drm=0 dropped_paused=0 dropped_lagged=0 dropped_capture_error=0 dropped_other=292026-05-28716:40:03.00651922026-05-28T16:40:03.152909ZINFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=4782388952810313059, trigger=click)INFOscreenpipe_engine::frame_linker_actor: frame_linker: paired frame→events (events arrived first) frame_id=86034 paired-1 still_pending=02026-05-28T16:40:03.201882ZWARNscreenpipe_audio::core::source_buffer: [MacBook Pro Microphone (input)] large gap on wired device: 189.9ms elapsed (expected 5.3ms) • inserting184.6ms silence (17717 samples)...
|
iTerm2
|
screenpipe"
|
NULL
|
86038
|