| Commit message (Expand) | Author | Age | Files | Lines |
* | Use supersonic instead of httpserver to serve local dapp (e2e beta tests) | Dan | 2018-06-28 | 1 | -19/+540 |
* | Update package-lock.json | Dan | 2018-06-28 | 1 | -6526/+6601 |
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into Validat... | kumavis | 2018-06-14 | 1 | -0/+52 |
|\ |
|
| * | Add script for auto-re-running tests on change | Dan Finlay | 2018-06-13 | 1 | -6468/+6524 |
| * | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-05 | 1 | -15/+15 |
| |\ |
|
| * \ | Merge branch 'i3725-refactor-send-component-' of github.com:MetaMask/metamask... | Dan | 2018-06-01 | 1 | -0/+12 |
| |\ \ |
|
| | * | | Stop using external NumericInput component. | Dan | 2018-05-30 | 1 | -5/+12 |
| | * | | Replaces currency-input.js with NumericInput | Dan | 2018-05-29 | 1 | -0/+144 |
| * | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-01 | 1 | -60/+138 |
| |\ \ \ |
|
| * | | | | Update amount error on update of send screen. | Dan | 2018-05-31 | 1 | -0/+139 |
| | |/ /
| |/| | |
|
* | | | | Make account import tests much more specific | Dan Finlay | 2018-06-12 | 1 | -6457/+6513 |
| |_|/
|/| | |
|
* | | | deps - update package-lock via npm@5.10.0 | kumavis | 2018-06-04 | 1 | -8/+15 |
* | | | Properly end the middleware stack on RPC error | bitpshr | 2018-06-02 | 1 | -30/+23 |
| |/
|/| |
|
* | | deps - bump eth-keyring-controller for bugfix | kumavis | 2018-05-31 | 1 | -7/+13 |
* | | Merge pull request #4403 from MetaMask/bugfix-keyring-controller | kumavis | 2018-05-30 | 1 | -48/+55 |
|\ \ |
|
| * | | deps - bump eth-keyring-controller + update package-lock | kumavis | 2018-05-30 | 1 | -48/+55 |
* | | | Merge pull request #4374 from MetaMask/test-unit-fail-on-only | kumavis | 2018-05-30 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | test - unit - fail if tests contain a .only call | kumavis | 2018-05-26 | 1 | -0/+6 |
| |/ |
|
* / | fix: Why does npm insist on reordering the lockfile? | Whymarrh Whitby | 2018-05-25 | 1 | -10/+170 |
|/ |
|
* | Merge pull request #4308 from MetaMask/i4232-addtoken | kumavis | 2018-05-23 | 1 | -83/+78 |
|\ |
|
| * | Update designs for Add Token screen | Alexander Tseung | 2018-05-20 | 1 | -83/+78 |
| * | Add new json-rpc-engine middleware for improved error handling | bitpshr | 2018-05-14 | 1 | -182/+1351 |
* | | Merge branch 'develop' of https://github.com/Jabher/metamask-extension into J... | kumavis | 2018-05-22 | 1 | -4/+4 |
|\ \ |
|
| * | | bump extensionizer version to 1.0.1 (see https://github.com/MetaMask/extensio... | jabher | 2018-05-08 | 1 | -4/+4 |
* | | | Update eth-keyring-controller dependency | Whymarrh Whitby | 2018-05-17 | 1 | -193/+1362 |
| |/
|/| |
|
* | | Add new unlock screen design | Alexander Tseung | 2018-05-12 | 1 | -8/+311 |
* | | Merge branch 'develop' into e2e-tests | Thomas | 2018-05-12 | 1 | -1412/+243 |
|\ \ |
|
| * | | Update lodash | Alexander Tseung | 2018-05-10 | 1 | -51/+51 |
| * | | Update deep-extend and sshpk | Alexander Tseung | 2018-05-10 | 1 | -1361/+192 |
* | | | Merge branch 'develop' into e2e-tests | Thomas | 2018-05-09 | 1 | -0/+3009 |
|\| | |
|
| * | | Add storybook integration | Alexander Tseung | 2018-05-04 | 1 | -0/+3015 |
| |/ |
|
* | | Bump package lock | Thomas | 2018-05-04 | 1 | -629/+285 |
* | | Merge branch 'develop' into e2e-tests | Thomas | 2018-05-04 | 1 | -346/+2509 |
|\| |
|
| * | Pin chromedriver version to 2.36.0 | Alexander Tseung | 2018-05-03 | 1 | -180/+1359 |
| * | Adds nsp check to CircleCI tests | Alexander Tseung | 2018-05-03 | 1 | -0/+303 |
| * | Adds sass-loader and style-loader packages for storybook integration | Alexander Tseung | 2018-05-02 | 1 | -0/+121 |
| * | Adds path and resolve-url-loader packages for storybook integration | Alexander Tseung | 2018-05-02 | 1 | -0/+165 |
| * | Adds css-loader and file-loader needed for storybook integration | Alexander Tseung | 2018-05-02 | 1 | -1395/+1721 |
| * | Merge pull request #4111 from MetaMask/build-fix-sourcemaps | Frankie | 2018-05-01 | 1 | -51/+43 |
| |\ |
|
| | * | deps - package-lock | kumavis | 2018-04-28 | 1 | -51/+43 |
| * | | deps - package-lock | kumavis | 2018-04-28 | 1 | -38/+80 |
| * | | Allow transactions with 0-gwei gas price (#4073) | Paul Bouchon | 2018-04-27 | 1 | -8/+34 |
| |/ |
|
| * | rpc - bump provider-engine + eth-json-rpc-filters | kumavis | 2018-04-26 | 1 | -39/+173 |
| * | Make minified builds more determinstic | Dan Finlay | 2018-04-25 | 1 | -74/+1660 |
* | | Firefox | Thomas | 2018-05-02 | 1 | -63/+1858 |
|/ |
|
* | deps - bump sentry for more detailed fetch failure | kumavis | 2018-04-24 | 1 | -3/+3 |
* | deps - update keyring controller and other eth-dependinces | frankiebee | 2018-04-18 | 1 | -32/+35 |
* | Merge branch 'master' into i3580-InternationalizeCurrency | Dan Finlay | 2018-04-18 | 1 | -78/+549 |
|\ |
|
| * | Merge pull request #3969 from MetaMask/i3966-AddJsDocsPage | Thomas Huang | 2018-04-18 | 1 | -0/+119 |
| |\ |
|
| | * | Add JSDocs Page and Script | Dan Finlay | 2018-04-13 | 1 | -61/+546 |
| * | | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 1 | -101/+136 |
| * | | Add ComposableObservableStore for subscription management | bitpshr | 2018-04-13 | 1 | -194/+511 |
| |/ |
|
* | | Merge branch 'master' into i3580-InternationalizeCurrency | Dan | 2018-04-10 | 1 | -21/+85 |
|\| |
|
| * | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ... | Alexander Tseung | 2018-04-04 | 1 | -4/+4 |
| |\ |
|
| | * | ci - job-publish - publish source+sourcemaps to sentry if new release | kumavis | 2018-04-04 | 1 | -4/+4 |
| * | | Fix transaction confirmations | Alexander Tseung | 2018-04-04 | 1 | -17/+81 |
| |/ |
|
* / | Internationalize currency | Dan Finlay | 2018-04-04 | 1 | -0/+20 |
|/ |
|
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into build-perf | kumavis | 2018-04-03 | 1 | -329/+2891 |
|\ |
|
| * | deps - update shell-parallel | kumavis | 2018-04-03 | 1 | -3/+14 |
| * | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-04-03 | 1 | -9/+122 |
| |\ |
|
| | * | lint - lint json files in app/ | kumavis | 2018-04-03 | 1 | -0/+113 |
| * | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-04-03 | 1 | -349/+384 |
| |\| |
|
| | * | deps - bump package-lock.json | kumavis | 2018-04-03 | 1 | -47/+0 |
| * | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ci-screens | kumavis | 2018-03-31 | 1 | -331/+739 |
| |\ \ |
|
| * | | | ci - e2e+screens - use shell-parallel to run ganache | kumavis | 2018-03-31 | 1 | -14/+200 |
| * | | | Update package-lock | Thomas | 2018-03-31 | 1 | -0/+1819 |
| * | | | development - create selenium screen shotter | kumavis | 2018-03-30 | 1 | -0/+168 |
* | | | | build - use uglifyify and gulp-multi-process for better performance | kumavis | 2018-03-31 | 1 | -51/+72 |
| |_|/
|/| | |
|
* | | | deps - bump proviedr-engine | frankiebee | 2018-03-31 | 1 | -12/+12 |
| |/
|/| |
|
* | | deps - update package-lock | kumavis | 2018-03-29 | 1 | -87/+225 |
* | | deps - update pakage-lock | kumavis | 2018-03-29 | 1 | -10/+97 |
|/ |
|
* | deps - bump ethjs-query to fix unhandled promise rejections | kumavis | 2018-03-29 | 1 | -12/+17 |
* | deps - update package-lock (maybe greenkeeper forgot?) | kumavis | 2018-03-29 | 1 | -23/+34 |
* | deps - update package-lock | kumavis | 2018-03-28 | 1 | -3/+63 |
* | deps - update package-lock | kumavis | 2018-03-28 | 1 | -0/+6 |
* | Merge branch 'master' into selenium-e2e | Thomas Huang | 2018-03-28 | 1 | -3/+65 |
|\ |
|
| * | sentry - npm scripts for uploading source maps | kumavis | 2018-03-24 | 1 | -0/+63 |
| * | sentry - rewrite report urls + use raven-js from npm | kumavis | 2018-03-24 | 1 | -0/+5 |
* | | Merge branch 'master' into selenium-e2e | Thomas | 2018-03-22 | 1 | -0/+10 |
|\| |
|
| * | corrected vn -> vi | Viet Le | 2018-03-18 | 1 | -0/+10 |
* | | Merge branch 'master' into selenium-e2e | Thomas | 2018-03-15 | 1 | -0/+10 |
|\| |
|
| * | deps - update package-lock | kumavis | 2018-03-14 | 1 | -0/+10 |
* | | Add selenium-webdriver and chromedriver | Thomas | 2018-03-10 | 1 | -0/+175 |
|/ |
|
* | deps - update package-lock | kumavis | 2018-03-10 | 1 | -1037/+1998 |
* | deps - bump pump | kumavis | 2018-03-10 | 1 | -1439/+208 |
* | meta - add package-lock to git | kumavis | 2018-03-09 | 1 | -0/+22511 |
* | gitignore - remove cached package-lock | kumavis | 2017-06-13 | 1 | -7348/+0 |
* | Version 3.7.3v3.7.3 | Dan Finlay | 2017-06-02 | 1 | -0/+7348 |