Skip to content

fix error message and button on auth-ldap-page#393

Merged
e-khalilov merged 1 commit intoVKCOM:developfrom
koctuk999:ksolow/fixLdapAuthPage
Feb 27, 2026
Merged

fix error message and button on auth-ldap-page#393
e-khalilov merged 1 commit intoVKCOM:developfrom
koctuk999:ksolow/fixLdapAuthPage

Conversation

@koctuk999
Copy link

@koctuk999 koctuk999 commented Dec 11, 2025

The problem was that authentication errors were not displayed, and the login button was not disabled during the execution of the request.

After fix:

Show error message after login
Снимок экрана 2025-12-11 в 18 16 08

Disable button during processing request
Снимок экрана 2025-12-11 в 18 16 25

@koctuk999 koctuk999 requested a review from a team as a code owner December 11, 2025 15:20
@koctuk999 koctuk999 force-pushed the ksolow/fixLdapAuthPage branch from 52c4a15 to 27babd4 Compare December 11, 2025 19:42
@koctuk999 koctuk999 changed the base branch from master to develop February 27, 2026 16:19
@e-khalilov e-khalilov merged commit d10c1fe into VKCOM:develop Feb 27, 2026
1 of 2 checks passed
e-khalilov added a commit that referenced this pull request Feb 28, 2026
* Wire initial typescript (#338)

* Wire initial typescript

* Fix types

* Something works

* Finishing touches

* Linter fixes

* Build problems

* hotfix (#361)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Remove all DB connections from device side (#368)

* hotfix imei

* Decrease apt install list in dockerfile (#365)

* remove gm and jdk11

* remove libs

* Remove console-feed & react dependencies [backend only] (#366)

* remove dep console-feed

* minor fix

* linter fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix default quotas hierarchy QA-19255 (#367)

* -fix quotas
-fix lock
-fix test
-fix lint

* -fix test

---------

Co-authored-by: a.chistov <a.chistov@vk.team>

* dev units without db conn

* fix types

* minor fix

* minor fix

* minor fix

* remove useless sockets

---------

Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* fix device type & types (#374)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* reconnect in ADBObserver (#376)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* QA-10057 Remove users watcher groups-engine (#369)

* -fix after rebase
-remove user watcher
-user handler for alert message
default quotas handler
-fix merge
del handler
update quoats handler
user handler method
some fix
-move without change method of devices to separate class
-fix after move users method
-move db.users method to separate class

* add missing db method

---------

Co-authored-by: a.chistov <a.chistov@vk.team>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix heartbeat (#377)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* overrides dependencies (#378)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Automatic removal of disabled devices (#379)

* clear dead devices

* minor fix

* revert api edits

* revert ui (types) edits

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix linkifyjs issue (#380)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Resolve conflicts (#381)

* Hotfix: device imei issue (#371)

* hotfix

* minor fix

* fix types

* minor fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* increase ram for v8 (#372)

* hotfix (#373)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* hotfix ADBObserver (#375)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>

* Fixed transactions & minor optimizations (#382)

* minor edits

* fix transactions

* minor fix

* fix ts types

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Fix lint issues

* Minitouch refactoring (#388)

* Develop to Master for 1.5.1 (#364)

* Wire initial typescript (#338)

* Wire initial typescript

* Fix types

* Something works

* Finishing touches

* Linter fixes

* Build problems

* hotfix (#361)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Remove all DB connections from device side (#368)

* hotfix imei

* Decrease apt install list in dockerfile (#365)

* remove gm and jdk11

* remove libs

* Remove console-feed & react dependencies [backend only] (#366)

* remove dep console-feed

* minor fix

* linter fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix default quotas hierarchy QA-19255 (#367)

* -fix quotas
-fix lock
-fix test
-fix lint

* -fix test

---------

Co-authored-by: a.chistov <a.chistov@vk.team>

* dev units without db conn

* fix types

* minor fix

* minor fix

* minor fix

* remove useless sockets

---------

Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* fix device type & types (#374)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* reconnect in ADBObserver (#376)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* QA-10057 Remove users watcher groups-engine (#369)

* -fix after rebase
-remove user watcher
-user handler for alert message
default quotas handler
-fix merge
del handler
update quoats handler
user handler method
some fix
-move without change method of devices to separate class
-fix after move users method
-move db.users method to separate class

* add missing db method

---------

Co-authored-by: a.chistov <a.chistov@vk.team>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix heartbeat (#377)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* overrides dependencies (#378)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Automatic removal of disabled devices (#379)

* clear dead devices

* minor fix

* revert api edits

* revert ui (types) edits

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix linkifyjs issue (#380)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Resolve conflicts (#381)

* Hotfix: device imei issue (#371)

* hotfix

* minor fix

* fix types

* minor fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* increase ram for v8 (#372)

* hotfix (#373)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* hotfix ADBObserver (#375)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>

* Fixed transactions & minor optimizations (#382)

* minor edits

* fix transactions

* minor fix

* fix ts types

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Fix lint issues

---------

Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Elmir Khalilov <52529096+e-khalilov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* Hotfix: Fix broken import in ios

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* minitouch refactoring + TS

---------

Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* Sleep / wake keyevents (#390)

* Develop to Master for 1.5.1 (#364)

* Wire initial typescript (#338)

* Wire initial typescript

* Fix types

* Something works

* Finishing touches

* Linter fixes

* Build problems

* hotfix (#361)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Remove all DB connections from device side (#368)

* hotfix imei

* Decrease apt install list in dockerfile (#365)

* remove gm and jdk11

* remove libs

* Remove console-feed & react dependencies [backend only] (#366)

* remove dep console-feed

* minor fix

* linter fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix default quotas hierarchy QA-19255 (#367)

* -fix quotas
-fix lock
-fix test
-fix lint

* -fix test

---------

Co-authored-by: a.chistov <a.chistov@vk.team>

* dev units without db conn

* fix types

* minor fix

* minor fix

* minor fix

* remove useless sockets

---------

Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* fix device type & types (#374)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* reconnect in ADBObserver (#376)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* QA-10057 Remove users watcher groups-engine (#369)

* -fix after rebase
-remove user watcher
-user handler for alert message
default quotas handler
-fix merge
del handler
update quoats handler
user handler method
some fix
-move without change method of devices to separate class
-fix after move users method
-move db.users method to separate class

* add missing db method

---------

Co-authored-by: a.chistov <a.chistov@vk.team>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix heartbeat (#377)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* overrides dependencies (#378)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Automatic removal of disabled devices (#379)

* clear dead devices

* minor fix

* revert api edits

* revert ui (types) edits

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix linkifyjs issue (#380)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Resolve conflicts (#381)

* Hotfix: device imei issue (#371)

* hotfix

* minor fix

* fix types

* minor fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* increase ram for v8 (#372)

* hotfix (#373)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* hotfix ADBObserver (#375)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>

* Fixed transactions & minor optimizations (#382)

* minor edits

* fix transactions

* minor fix

* fix ts types

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Fix lint issues

---------

Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Elmir Khalilov <52529096+e-khalilov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* Hotfix: Fix broken import in ios

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix vulnerable deps (#384)

* sleep/wake event & fs checking fix

* fix ports slicing

---------

Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* Health checking of devices in provider (#391)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* General Process Manager & iOS Refactoring (#394)

* add common process manager & refactor iOS

* update wda

* revert logger edits

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Fix apk install (#397)

* fix compose+logs && rewrite to ts

* ts fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Stable Apple device behavior (#400)

* Develop to Master for 1.5.1.0 (#398)

* Wire initial typescript (#338)

* Wire initial typescript

* Fix types

* Something works

* Finishing touches

* Linter fixes

* Build problems

* hotfix (#361)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Remove all DB connections from device side (#368)

* hotfix imei

* Decrease apt install list in dockerfile (#365)

* remove gm and jdk11

* remove libs

* Remove console-feed & react dependencies [backend only] (#366)

* remove dep console-feed

* minor fix

* linter fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix default quotas hierarchy QA-19255 (#367)

* -fix quotas
-fix lock
-fix test
-fix lint

* -fix test

---------

Co-authored-by: a.chistov <a.chistov@vk.team>

* dev units without db conn

* fix types

* minor fix

* minor fix

* minor fix

* remove useless sockets

---------

Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* fix device type & types (#374)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* reconnect in ADBObserver (#376)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* QA-10057 Remove users watcher groups-engine (#369)

* -fix after rebase
-remove user watcher
-user handler for alert message
default quotas handler
-fix merge
del handler
update quoats handler
user handler method
some fix
-move without change method of devices to separate class
-fix after move users method
-move db.users method to separate class

* add missing db method

---------

Co-authored-by: a.chistov <a.chistov@vk.team>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix heartbeat (#377)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* overrides dependencies (#378)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Automatic removal of disabled devices (#379)

* clear dead devices

* minor fix

* revert api edits

* revert ui (types) edits

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix linkifyjs issue (#380)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Resolve conflicts (#381)

* Hotfix: device imei issue (#371)

* hotfix

* minor fix

* fix types

* minor fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* increase ram for v8 (#372)

* hotfix (#373)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* hotfix ADBObserver (#375)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>

* Fixed transactions & minor optimizations (#382)

* minor edits

* fix transactions

* minor fix

* fix ts types

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Fix lint issues

* Minitouch refactoring (#388)

* Develop to Master for 1.5.1 (#364)

* Wire initial typescript (#338)

* Wire initial typescript

* Fix types

* Something works

* Finishing touches

* Linter fixes

* Build problems

* hotfix (#361)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Remove all DB connections from device side (#368)

* hotfix imei

* Decrease apt install list in dockerfile (#365)

* remove gm and jdk11

* remove libs

* Remove console-feed & react dependencies [backend only] (#366)

* remove dep console-feed

* minor fix

* linter fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix default quotas hierarchy QA-19255 (#367)

* -fix quotas
-fix lock
-fix test
-fix lint

* -fix test

---------

Co-authored-by: a.chistov <a.chistov@vk.team>

* dev units without db conn

* fix types

* minor fix

* minor fix

* minor fix

* remove useless sockets

---------

Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* fix device type & types (#374)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* reconnect in ADBObserver (#376)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* QA-10057 Remove users watcher groups-engine (#369)

* -fix after rebase
-remove user watcher
-user handler for alert message
default quotas handler
-fix merge
del handler
update quoats handler
user handler method
some fix
-move without change method of devices to separate class
-fix after move users method
-move db.users method to separate class

* add missing db method

---------

Co-authored-by: a.chistov <a.chistov@vk.team>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix heartbeat (#377)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* overrides dependencies (#378)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Automatic removal of disabled devices (#379)

* clear dead devices

* minor fix

* revert api edits

* revert ui (types) edits

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix linkifyjs issue (#380)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Resolve conflicts (#381)

* Hotfix: device imei issue (#371)

* hotfix

* minor fix

* fix types

* minor fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* increase ram for v8 (#372)

* hotfix (#373)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* hotfix ADBObserver (#375)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>

* Fixed transactions & minor optimizations (#382)

* minor edits

* fix transactions

* minor fix

* fix ts types

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Fix lint issues

---------

Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Elmir Khalilov <52529096+e-khalilov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* Hotfix: Fix broken import in ios

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* minitouch refactoring + TS

---------

Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* Sleep / wake keyevents (#390)

* Develop to Master for 1.5.1 (#364)

* Wire initial typescript (#338)

* Wire initial typescript

* Fix types

* Something works

* Finishing touches

* Linter fixes

* Build problems

* hotfix (#361)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Remove all DB connections from device side (#368)

* hotfix imei

* Decrease apt install list in dockerfile (#365)

* remove gm and jdk11

* remove libs

* Remove console-feed & react dependencies [backend only] (#366)

* remove dep console-feed

* minor fix

* linter fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix default quotas hierarchy QA-19255 (#367)

* -fix quotas
-fix lock
-fix test
-fix lint

* -fix test

---------

Co-authored-by: a.chistov <a.chistov@vk.team>

* dev units without db conn

* fix types

* minor fix

* minor fix

* minor fix

* remove useless sockets

---------

Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* fix device type & types (#374)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* reconnect in ADBObserver (#376)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* QA-10057 Remove users watcher groups-engine (#369)

* -fix after rebase
-remove user watcher
-user handler for alert message
default quotas handler
-fix merge
del handler
update quoats handler
user handler method
some fix
-move without change method of devices to separate class
-fix after move users method
-move db.users method to separate class

* add missing db method

---------

Co-authored-by: a.chistov <a.chistov@vk.team>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix heartbeat (#377)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* overrides dependencies (#378)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Automatic removal of disabled devices (#379)

* clear dead devices

* minor fix

* revert api edits

* revert ui (types) edits

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix linkifyjs issue (#380)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Resolve conflicts (#381)

* Hotfix: device imei issue (#371)

* hotfix

* minor fix

* fix types

* minor fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* increase ram for v8 (#372)

* hotfix (#373)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* hotfix ADBObserver (#375)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>

* Fixed transactions & minor optimizations (#382)

* minor edits

* fix transactions

* minor fix

* fix ts types

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Fix lint issues

---------

Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: Elmir Khalilov <52529096+e-khalilov@users.noreply.github.com>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* Hotfix: Fix broken import in ios

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* fix vulnerable deps (#384)

* sleep/wake event & fs checking fix

* fix ports slicing

---------

Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* Health checking of devices in provider (#391)

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* General Process Manager & iOS Refactoring (#394)

* add common process manager & refactor iOS

* update wda

* revert logger edits

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

* Fix apk install (#397)

* fix compose+logs && rewrite to ts

* ts fix

---------

Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>

---------

Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* optimize Apple device workflow && fix bugs & technical debt

* remove fs logs

* upd dockerfile

* upd dockerfile

* upd dockerfile & package.json & etc

---------

Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>

* fix error message and button on auth-ldap-page (#393)

Co-authored-by: kvsolovev <kvsolovev@yoomoney.ru>

* fix merge fail

---------

Co-authored-by: Maxim <me@alzhanov.ru>
Co-authored-by: e.khalilov <e.khalilov@vkteam.ru>
Co-authored-by: Maksim Alzhanov <m.alzhanov@vk.team>
Co-authored-by: Daniil <8039921+DaniilSmirnov@users.noreply.github.com>
Co-authored-by: Alexey Chistov <33050834+Alk2017@users.noreply.github.com>
Co-authored-by: a.chistov <a.chistov@vk.team>
Co-authored-by: Konstantin Solovev <34122262+koctuk999@users.noreply.github.com>
Co-authored-by: kvsolovev <kvsolovev@yoomoney.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants