Commit Graph

1192 Commits

Author SHA1 Message Date
Manuel Araoz 03b4d16473 following the single TxProposal changes 2014-06-19 15:56:35 -03:00
Manuel Araoz 27de2896d8 working on refactor 2014-06-19 15:56:34 -03:00
Manuel Araoz 7001e21c71 ocha 2014-06-19 15:56:34 -03:00
Manuel Araoz b791d58c6c refactors 2014-06-19 15:56:34 -03:00
Manuel Araoz e0db6cac28 fix dependency management 2014-06-19 15:56:34 -03:00
Matias Alejo Garcia 50823ebd1c Merge pull request #699 from yemel/feature/one-time-backups
Add wallet addresses index discovery on importing backup
2014-06-19 15:32:37 -03:00
Manuel Aráoz f51c0d8d0c Merge pull request #715 from yemel/fix/notify-only-failure
notify only on failure
2014-06-19 15:19:47 -03:00
Yemel Jardi 69c871d7a5 notify only on failure 2014-06-19 15:14:32 -03:00
Ryan X. Charles 89cc45368b Merge pull request #713 from yemel/feature/less-verbose-notifications
less verbose format to hipchat notifications
2014-06-19 09:33:55 -07:00
Yemel Jardi 2ea65ec236 less verbose format to hipchat notifications 2014-06-19 13:24:04 -03:00
Manuel Aráoz 8a0b47291c Merge pull request #711 from yemel/feature/travis-hipchat-notifications
Add secure token to travis.yml
2014-06-19 13:06:58 -03:00
Yemel Jardi c9158757fc Add secure token to travis.yml 2014-06-19 12:40:39 -03:00
Yemel Jardi 386a5bea6f move update indexes to the loading screen 2014-06-19 11:35:38 -03:00
Matias Alejo Garcia 670560ea41 Merge pull request #707 from maraoz/fix/karma-tests
fix karma tests
2014-06-18 16:15:15 -03:00
Manuel Araoz 86633cd5b4 fix karma tests 2014-06-18 16:02:31 -03:00
Manuel Aráoz 2bf89d234e Merge pull request #701 from ryanxcharles/bug/remove-console-log-from-tests
remove console.log from test
2014-06-18 15:46:11 -03:00
Yemel Jardi 0958d9686e Add more tests 2014-06-18 14:24:48 -03:00
Ryan X. Charles 8c1c0b211e remove console.log from test
...cluttering the console.log output looks bad and can be avoided using methods
like this.
2014-06-18 09:32:19 -07:00
Yemel Jardi 29920abdb3 Add wallet addresses index discovery on importing backup 2014-06-18 11:10:51 -03:00
Manuel Aráoz 107414ec7e Merge pull request #685 from matiu/feature/deleteWallet
Feature/delete wallet
2014-06-18 08:49:06 -03:00
Matias Alejo Garcia a83aa869fd remove .only 2014-06-17 23:16:15 -03:00
Matias Alejo Garcia a9624db133 Merge pull request #688 from maraoz/automatic/backup
add notification saying backup was created
2014-06-17 16:49:47 -03:00
Manuel Araoz 0afd80bbd9 fix matis comments 2014-06-17 16:44:09 -03:00
Matias Alejo Garcia cd71ce4421 fix conflics 2014-06-17 16:25:38 -03:00
Manuel Aráoz 3053dfc005 Merge pull request #681 from ryanxcharles/bug/fix-mocha-browser-tests
make mocha browser tests all run with no console errors
2014-06-17 14:10:18 -03:00
Matias Alejo Garcia 710c9c9657 fix tests 2014-06-17 14:02:39 -03:00
Ryan X. Charles 13350d21b3 fix more tests broken in last rebase 2014-06-17 09:39:41 -07:00
Ryan X. Charles 4ba6eeafb5 fix karma tests
by using require('sinon') not incorrect require('../sinon')
2014-06-17 09:08:58 -07:00
Ryan X. Charles e413ec43ef add TxProposals test; fix WalletFactory link 2014-06-17 09:03:30 -07:00
Ryan X. Charles de4225cc3f make WalletFactory tests work in mocha browser 2014-06-17 09:03:30 -07:00
Ryan X. Charles 46efea1243 make Wallet tests work in mocha browser 2014-06-17 09:03:30 -07:00
Ryan X. Charles f7e34acae8 make mocha browser tests all run with no console errors
...except Wallet and WalletFactory.
2014-06-17 09:03:30 -07:00
Manuel Araoz 718ae69576 add notification saying backup was created 2014-06-17 11:33:43 -03:00
Manuel Aráoz 9e79e58c35 Merge pull request #687 from cmgustavo/bug/test-storage
Fixes on storage tests (removes current localStorage)
2014-06-17 11:04:48 -03:00
Gustavo Maximiliano Cortez 03993b5172 Merge pull request #686 from maraoz/automatic/backup
Automatic backup after create/join
2014-06-17 10:56:27 -03:00
Gustavo Cortez 9462da95c0 Fixes on storage tests (removes current localStorage)
* Fix test that removes localStorage (made clean() function).
* Enable the test for LocalPlain model.
2014-06-16 17:50:02 -03:00
Manuel Araoz 4b81bc1fdb add tests 2014-06-16 17:40:59 -03:00
Matias Alejo Garcia 2c60fd91c0 implements delete wallet, in backuptab 2014-06-16 17:37:33 -03:00
Manuel Araoz eeb621b601 added auto backup after create/join 2014-06-16 16:54:50 -03:00
Manuel Araoz b40038a554 extract backup into service 2014-06-16 16:46:17 -03:00
Matias Alejo Garcia 46feadf57c delete Wallet WIP 2014-06-16 15:58:10 -03:00
Matias Alejo Garcia bde2ae8576 Merge pull request #678 from yemel/feature/sign-notification
Feature/sign notification
2014-06-16 15:56:53 -03:00
Manuel Araoz 86295c9cf0 add backup service 2014-06-16 15:44:22 -03:00
Yemel Jardi 6ab77e8711 Add user notifications on transaction signed and rejected events 2014-06-16 15:38:26 -03:00
Yemel Jardi 94a2b8237a Random fix: hide paginator when it has only one page 2014-06-16 15:33:26 -03:00
Ryan X. Charles 56cf7bcc4d Merge pull request #682 from maraoz/fix/readme
Fix readme badges (formatting, svg)
2014-06-16 10:36:38 -07:00
Manuel Araoz 8d21f05343 use SVG badges 2014-06-16 14:29:06 -03:00
Manuel Araoz 05b2f5996a formatting of badges 2014-06-16 14:24:57 -03:00
Gustavo Maximiliano Cortez 7406623ed5 Merge pull request #679 from matiu/feature/bits7
Feature/bits7
2014-06-16 13:14:10 -03:00
Matias Alejo Garcia dd021cf3b2 update bitcore version 2014-06-16 13:02:58 -03:00