1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/migrations
Dan J Miller 1bd22b58c0
Add a/b test for full screen transaction confirmations (#7162)
* Adds ab test controller with a fullScreenVsPopup test

* Add migration for fullScreenVsPopup state

* Move abtest state under an 'abtests' object.

* MetaMask shows fullScreen group of a/b test unapproved txs in a full browser tab

* Ensure cancel metrics event in confirm-transaction-base.component.js is sent in all cases

* Switch to existing tab for unapproved tx if it exists when opening in full screen

* Send metrics event for entering a/b test from confirm screen

* Fix lint, unit and integration tests related to a/b test code

* Remove unnecessary tabs.query call in triggerUiInNewTab
2019-09-24 17:08:38 -04:00
..
002.js
003.js
004.js
005.js
006.js
007.js
008.js
009.js
010.js
011.js
012.js
013.js eslint --fix . 2018-07-02 18:49:33 -04:00
014.js
015.js
016.js
017.js
018.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
019.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
020.js
021.js
022.js
023.js eslint --fix . 2018-07-02 18:49:33 -04:00
024.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
025.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
026.js
027.js
028.js fix migration 28 2018-08-09 16:15:56 -04:00
029.js Auto fail transactions that have been approved for over 12 hours (#5765) 2018-11-16 21:27:01 -08:00
030.js fix - migration 30 undefinds (#6079) 2019-01-31 10:09:28 -08:00
031.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
032.js Remove betaUI preference state, replace with completedUiMigration 2019-02-05 08:49:55 -03:30
033.js Remove NoticeController (#6382) 2019-04-01 22:33:54 -02:30
034.js Default Privacy Mode to ON, allow force sharing address (#6904) 2019-08-01 10:54:33 -02:30
035.js Add migration to remove seedWords state (#6937) 2019-08-02 10:28:25 -02:30
036.js Connections settings tab (#7013) 2019-08-15 18:37:18 -02:30
037.js address book entries by chainId (#7205) 2019-09-21 14:36:05 -03:00
038.js Add a/b test for full screen transaction confirmations (#7162) 2019-09-24 17:08:38 -04:00
fail-tx.js Auto fail transactions that have been approved for over 12 hours (#5765) 2018-11-16 21:27:01 -08:00
index.js Add a/b test for full screen transaction confirmations (#7162) 2019-09-24 17:08:38 -04:00
README.md
template.js

Migrations

Data (user data, config files etc.) is migrated from one version to another.

Migrations are called by {} from {} during {}.