1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 12:59:09 +00:00
Commit Graph

1876 Commits

Author SHA1 Message Date
Vladimir Volek
b8d35f6ad7 Removed deprecated flow webpack plugin 2019-02-05 15:24:56 +01:00
Vladimir Volek
9e944e2ad7 Update webpack related modules 2019-02-05 15:06:59 +01:00
Vladimir Volek
85c5fb009e Removed unused preset 2019-02-05 14:49:34 +01:00
Vladimir Volek
3d18be60a5
Merge pull request #353 from trezor/fix/upgrade-babel
Fix/upgrade babel
2019-02-05 14:43:18 +01:00
slowbackspace
d779e4b127 update yarn.lock 2019-02-05 14:41:04 +01:00
slowbackspace
8f6ec4eadd merge master 2019-02-05 14:38:00 +01:00
Vladimir Volek
bb4b95278c
Merge pull request #352 from trezor/fix/hot-loader-webpack
Add webpack plugin for hot reloader
2019-02-05 14:33:41 +01:00
Vladimir Volek
46fe6d00fc Integration tests (#311)
* Add base test env

* Add eslint rules for cypress

* Add configs and scripts in package json

* Added docker file for bridge and emualator

* Bridge install progress

* Bridge install next step

* Add task for integration tests

* Fixed deps

* Added baseUrl

* Added baseUrl fix

* Added npx

* Added caching for cypress bin

* Added path to binary

* Install cypress

* Finalized dockerfile

* Fixed bridge lib path

* Fixed path for binary

* Adjust script again

* Run all the things properly

* Try to run the tests

* First POC test

* First POC test in gitlab

* Fixed flow

* Fixed gitlab test url, try docker service

* export artifacts

* Test only integration tests in CI

* Test only integration tests in CI 2

* Test only integration tests in CI 3

* Added tests for initialize device

* Try to add docker in only one step

* Turn on other integration steps

* Correct node version

* Ignore cache in flow

* Run bridge and emulator in debug link mode

* Fix param

* Try to run new config in CI

* init device in docker

* Remove docker image after run

* Remove amp

* Fix path

* Artifacts on fail

* Artifacts on fail with volume

* Artifacts on fail with volume 2

* Install mkdir

* Install mkdir again

* test

* test 2

* test 3

* test 4

* test 5

* test 6

* test 7

* test 8

* test 9

* test 10

* test 11

* test 12

* test 13

* test 14

* test 15

* test 16

* test 17

* Revert "test 17"

This reverts commit f3f6c0d690.

* test 18

* test 19

* test 20

* test 21 try chrome

* test 22

* test 23

* test 24

* test 25

* test 25 try to install chrome again

* test 25 try to install chrome again

* Added missing deps

* Added debug

* Install chromium

* Install chromium 2

* turn on chromium

* turn off debug

* turn on debug

* fix folder

* turn off debug

* Fix init device

* Add header dashboard test

* Bring things back

* clean

* clean fix

* Build image in CI

* Added stage step

* Added docker image

* Added service

* Added tests to docker image

* Refactor a bit

* Correct registry image

* Build wallet again

* Add test for dashbaord content

* new node version, more tests

* Remove unused code

* typo

* Correct snapshots, moved deps to dev, beta disclaimer prop
2019-02-05 14:26:40 +01:00
Vladimir Volek
16c2f9288f Fix node version 2019-02-05 14:02:52 +01:00
slowbackspace
736654fdd3 add flow type for react-intl MessageDescriptor 2019-02-05 13:52:41 +01:00
slowbackspace
0a40933869 add react-intl 2019-02-05 13:51:50 +01:00
slowbackspace
18dc1f908e fix height to fill screen 2019-02-04 19:15:30 +01:00
slowbackspace
33ed4174c5 merge master 2019-02-04 18:35:01 +01:00
slowbackspace
90086179a1 add webpack plugin for hot reloader 2019-02-04 18:17:47 +01:00
slowbackspace
0bb2573387 fix babel config 2019-02-04 17:17:20 +01:00
slowbackspace
6682647898 Revert "delete optional dependency on fsevent"
This reverts commit 6a8ee2bb03.
2019-02-04 16:20:54 +01:00
slowbackspace
3066693a57 update ethereumjs-util 2019-02-04 16:19:57 +01:00
slowbackspace
0b7b349344 move babel configuration to js file 2019-02-04 15:09:35 +01:00
slowbackspace
6a8ee2bb03 delete optional dependency on fsevent 2019-02-04 14:07:20 +01:00
slowbackspace
ca8325f0d7 upgrade webpack, webpack-cli 2019-02-04 13:14:24 +01:00
Vladimir Volek
02a976a759 Turn off standart errors 2019-02-03 17:10:39 +01:00
Vladimir Volek
b9f7b02022 Add friendly error webpack plugin 2019-02-03 17:08:32 +01:00
slowbackspace
d2194310d5 upgrade to jest 24 2019-02-02 14:42:45 +01:00
slowbackspace
536b861c05 update babel packages to last version 2019-02-02 14:42:12 +01:00
slowbackspace
86e21f7ffb upgrade to babel 7 2019-02-01 18:09:16 +01:00
slowbackspace
879d92d930 merge master 2019-02-01 09:50:41 +01:00
Vladimir Volek
a10c9b08da
Merge pull request #348 from trezor/fix/tooltip-icon-cursor
Fix/cursor pointer for tooltip icons in the Send tab
2019-01-28 13:53:02 +01:00
Vladimir Volek
b85401d14f
Merge pull request #349 from trezor/fix/correct-device-icon
Fix/correct device icon
2019-01-28 13:51:29 +01:00
Vladimir Volek
fa3c40626e
Merge pull request #350 from trezor/feature/responsive++
Feature/Responsive sidebar
2019-01-28 13:38:31 +01:00
slowbackspace
19f655dabd set min-height to 100vh instead of % 2019-01-26 01:51:21 +01:00
slowbackspace
96510d54f8 sidebar height set to viewport height, disable scroll on bg content 2019-01-26 00:16:40 +01:00
slowbackspace
ea2f8993b0 code cleanup 2019-01-26 00:08:01 +01:00
slowbackspace
06343ac2a2 centered title in bootloader, device and wallet settings 2019-01-25 18:48:28 +01:00
slowbackspace
9a3d2ece4d responsive InstallBridge landing page 2019-01-25 15:12:44 +01:00
slowbackspace
44323a690e set z-index for device menu 2019-01-25 14:46:34 +01:00
slowbackspace
1931ccbe80 centered title in content loader 2019-01-25 14:07:12 +01:00
slowbackspace
607fa9ff66 fix line height in webusb connectdevice message 2019-01-25 12:58:32 +01:00
slowbackspace
b9edb4abc8 fix device connect wrapper on landing page 2019-01-25 12:44:35 +01:00
slowbackspace
ce38002b84 more responsive topnavigation 2019-01-25 11:49:50 +01:00
slowbackspace
a22fd911bf smaller padding for notification buttons on <SM screens 2019-01-25 11:44:39 +01:00
slowbackspace
672e82c376 fix horizontal overflow in ff 2019-01-25 11:31:52 +01:00
slowbackspace
82e6658278 fix padding when balance is hidden 2019-01-24 23:37:31 +01:00
slowbackspace
4f30014050 remove margin around coin logo in the Summary tab 2019-01-24 23:37:14 +01:00
slowbackspace
c6edc8a4af center add token info message 2019-01-24 23:22:28 +01:00
slowbackspace
f57acdde46 responsive import tool 2019-01-24 23:12:08 +01:00
slowbackspace
58374ca17a responsive landing initialization error 2019-01-24 23:11:53 +01:00
slowbackspace
cac5b73072 dont show menu toggler on landing page, fix padding 2019-01-24 22:46:23 +01:00
slowbackspace
d80e108754 add responsive sidebar 2019-01-24 18:49:33 +01:00
slowbackspace
bc38fd3ade responsive ConnectDevice component 2019-01-24 18:49:19 +01:00
slowbackspace
81766f0a8f more responsive top navigation 2019-01-24 18:48:37 +01:00