This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
0.6 - Add non-string tags #9
Open
peteraba
wants to merge
3
commits into
gernest:master
Choose a base branch
from
peteraba:feature-add-non-string-tags
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nice work. Can you add tests for the changes please. I will wait for the tests then I will do the review. |
@gernest fixed |
I'll fix this and recreate the PR when #10 is merged. |
makasim
added a commit
to makasim/apidemic
that referenced
this pull request
Oct 3, 2019
string(3127) "MongoDB\Driver\Exception\BulkWriteException: Updating the path 'message.reply_markup.inline_keyboard.0' would create a conflict at 'message.reply_markup.inline_keyboard' in /app/vendor/mongodb/mongodb/src/Operation/Update.php:179 app_1 | Stack trace: app_1 | #0 /app/vendor/mongodb/mongodb/src/Operation/Update.php(179): MongoDB\Driver\Server->executeBulkWrite('avita.pvm_token', Object(MongoDB\Driver\BulkWrite), Array) app_1 | #1 /app/vendor/mongodb/mongodb/src/Operation/UpdateOne.php(105): MongoDB\Operation\Update->execute(Object(MongoDB\Driver\Server)) app_1 | #2 /app/vendor/mongodb/mongodb/src/Collection.php(1033): MongoDB\Operation\UpdateOne->execute(Object(MongoDB\Driver\Server)) app_1 | #3 /app/vendor/formapro/yadm/src/Storage.php(161): MongoDB\Collection->updateOne(Array, Array, Array) app_1 | #4 /app/vendor/formapro/pvm/src/Yadm/StandaloneTokenDAL.php(98): Formapro\Yadm\Storage->update(Object(App\Model\PvmToken)) app_1 | #5 /app/vendor/formapro/pvm/src/ProcessEngine.php(289): Formapro\Pvm\Yadm\StandaloneTokenDAL->persistToken(Object(App\Model\PvmToken)) app_1 | #6 /app/vendor/formapro/pvm/src/ProcessEngine.php(217): Formapro\Pvm\ProcessEngine->persistToken(Object(App\Model\PvmToken)) app_1 | gernest#7 /app/vendor/formapro/pvm/src/ProcessEngine.php(251): Formapro\Pvm\ProcessEngine->doProceed(Object(App\Model\PvmToken)) app_1 | gernest#8 /app/vendor/formapro/pvm/src/ProcessEngine.php(188): Formapro\Pvm\ProcessEngine->transition(Object(App\Model\PvmToken)) app_1 | gernest#9 /app/vendor/formapro/pvm/src/ProcessEngine.php(78): Formapro\Pvm\ProcessEngine->doProceed(Object(App\Model\PvmToken)) app_1 | gernest#10 /app/src/Service/PvmHandler.php(132): Formapro\Pvm\ProcessEngine->proceed(Object(App\Model\PvmToken)) app_1 | gernest#11 [internal function]: App\Service\PvmHandler->App\Service\{closure}(Object(App\Model\PvmToken), Object(App\Storage\PvmTokenStorage)) app_1 | gernest#12 /app/vendor/formapro/yadm/src/Storage.php(300): call_user_func(Object(Closure), Object(App\Model\PvmToken), Object(App\Storage\PvmTokenStorage)) app_1 | gernest#13 /app/src/Storage/PvmStorage.php(70): Formapro\Yadm\Storage->lock(Object(MongoDB\BSON\ObjectId), Object(Closure)) app_1 | #14 /app/src/Service/PvmHandler.php(137): App\Storage\PvmStorage->lockToken(Object(App\Model\PvmToken), Object(Closure)) app_1 | #15 /app/src/Service/PvmHandler.php(114): App\Service\PvmHandler->handleToken(Object(App\Model\PvmToken)) app_1 | #16 /app/src/Controller/TelegramUpdatesHookController.php(31): App\Service\PvmHandler->handleUpdate(Object(Formapro\TelegramBot\Update)) app_1 | #17 /app/vendor/symfony/http-kernel/HttpKernel.php(150): App\Controller\TelegramUpdatesHookController->__invoke(Object(Symfony\Component\HttpFoundation\Request), '725382688:AAFZQ...', Object(Formapro\TelegramBot\Bot), Object(App\Service\PvmHandler), Object(Symfony\Bridge\Monolog\Logger)) app_1 | #18 /app/vendor/symfony/http-kernel/HttpKernel.php(67): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1) app_1 | #19 /app/vendor/symfony/http-kernel/Kernel.php(198): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true) app_1 | #20 /app/public/index.php(25): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request)) app_1 | #21 {main}"
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I really need uuid as those are my DB keys usually, but I will need numerical ones as well.