Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Dec 13, 2021
1 parent db73fdd commit 1853011
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push]
on: [push, workflow_dispatch]

jobs:
build:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ jobs:
cd ..
git config --local user.name "oott123"
git config --local user.email "[email protected]"
git remote set-url origin "[email protected]:oott123/tdlib-json-cli.git"
eval `ssh-agent`
echo "$DEPLOY_SSH_KEY" | ssh-add -
(git commit -am "chore: Bump TDLib version" && git push -u origin nightly) || true
env:
DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
2 changes: 1 addition & 1 deletion td
Submodule td updated 68 files
+8 −34 .clang-format
+1 −2 SplitSource.php
+0 −1 example/ios/build-openssl.sh
+0 −1 example/ios/build.sh
+0 −1 example/web/build-openssl.sh
+0 −1 example/web/build-tdlib.sh
+0 −1 example/web/build-tdweb.sh
+0 −1 example/web/copy-tdlib.sh
+0 −1 format.sh
+0 −1 gen_git_commit_h.sh
+2 −2 memprof/memprof.cpp
+13 −7 td/generate/scheme/td_api.tl
+11 −42 td/telegram/ContactsManager.cpp
+0 −6 td/telegram/ContactsManager.h
+1 −2 td/telegram/DialogActionBar.cpp
+1 −0 td/telegram/GroupCallParticipant.cpp
+2 −2 td/telegram/LanguagePackManager.cpp
+1 −0 td/telegram/MessageContent.cpp
+4 −0 td/telegram/MessageSearchFilter.cpp
+0 −2 td/telegram/MessageSender.cpp
+0 −1 td/telegram/MessageSender.h
+14 −49 td/telegram/MessagesManager.cpp
+1 −0 td/telegram/NotificationManager.cpp
+0 −1 td/telegram/PasswordManager.cpp
+0 −1 td/telegram/SendCodeHelper.cpp
+11 −33 td/telegram/StickersManager.cpp
+0 −2 td/telegram/StickersManager.h
+3 −3 td/telegram/StorageManager.cpp
+0 −2 td/telegram/SuggestedAction.cpp
+2 −2 td/telegram/Td.h
+8 −2 td/telegram/cli.cpp
+18 −18 td/telegram/files/FileGcParameters.cpp
+8 −8 td/telegram/files/FileGcParameters.h
+13 −13 td/telegram/files/FileGcWorker.cpp
+1 −1 td/tl/TlObject.h
+1 −1 tdactor/td/actor/ConcurrentScheduler.h
+6 −6 tdactor/td/actor/PromiseFuture.h
+2 −2 tdactor/td/actor/impl/Actor-decl.h
+2 −2 tdactor/td/actor/impl/Actor.h
+2 −2 tdactor/td/actor/impl/Event.h
+1 −1 tdactor/td/actor/impl/EventFull-decl.h
+9 −9 tdactor/td/actor/impl/Scheduler-decl.h
+0 −3 tdactor/td/actor/impl/Scheduler.cpp
+4 −4 tdactor/td/actor/impl/Scheduler.h
+3 −0 tddb/td/db/SeqKeyValue.h
+5 −10 tddb/td/db/SqliteKeyValue.cpp
+4 −6 tddb/td/db/SqliteKeyValue.h
+11 −19 tddb/td/db/SqliteKeyValueAsync.cpp
+4 −10 tddb/td/db/SqliteKeyValueAsync.h
+2 −2 tdutils/td/utils/Closure.h
+2 −2 tdutils/td/utils/ObjectPool.h
+4 −4 tdutils/td/utils/SharedObjectPool.h
+2 −2 tdutils/td/utils/Status.h
+1 −1 tdutils/td/utils/VectorQueue.h
+9 −2 tdutils/td/utils/buffer.cpp
+1 −1 tdutils/td/utils/format.h
+10 −10 tdutils/td/utils/invoke.h
+1 −1 tdutils/td/utils/optional.h
+14 −15 tdutils/td/utils/port/CxCli.h
+5 −5 tdutils/td/utils/port/FileFd.cpp
+13 −18 tdutils/td/utils/port/SocketFd.cpp
+6 −6 tdutils/td/utils/port/detail/EventFdLinux.cpp
+1 −1 tdutils/td/utils/port/detail/ThreadPthread.h
+1 −1 tdutils/td/utils/port/detail/ThreadStl.h
+3 −3 tdutils/td/utils/port/thread_local.h
+1 −1 tdutils/td/utils/unique_ptr.h
+9 −76 test/db.cpp
+0 −1 test/main.cpp

0 comments on commit 1853011

Please sign in to comment.