Release v2018.05.17
Bug fixes
- Catch server unavailable errors.
Changes
- Load bitcoin icon from our domain.
- Home page updated.
- Footer updated.
- Clean url before reporting to google analytics.
- Strip the code to create the playsonify library.
- Improve the navigation bar (Thanks @mozky ).
- Validate data coming from exchanges, ignoring unsupported formats.
Added
- Add support for Coinmarketcap.
Change log
781e08e alerts-ui: Render the currency name while creating a fixed price alert
ce99802 alerts-ui: Add support for COINMARKETCAP
b5d4156 alerts-server: Add CORSFilter
51c05c0 alerts-server: Use the currency name on ExchangeCurrencySeederTask
db48e4a alerts-server: Don't log warnings on unsupported books from CoinmarketcapService
943a38b alerts-server: Include the currency name while retrieving a currency
0c1b731 alerts-server: Fix BitsoBook creation
b436576 alerts-server: Add constraints to the Currency class
0af24a2 alerts-server: Add constraints to the Market class
04c6307 alerts-server: Use the FieldOrdering from playsonify
2d54c74 alerts-server: Update playsonify to 1.2.0
7bf6597 alerts-server: Minor updates
fb4a0b7 alerts-server: Support Coinmarketcap on ExchangeCurrencySeederTask
24296b7 alerts-server: Support Coinmarketcap on FixedPriceAlertsTask
51548bd alerts-server: Add COINMARKETCAP exchange
9146e21 alerts-server: Add CoinmarketcapService
b10aa84 alerts-server: Add optional currencyName to Book model
896c6ff alerts-ui: Add currencyName to fixed price alert email
6761cc5 alerts-server: Add currencyName to FixedPriceAlertWithCurrency model
49e21df alerts-server: Update ExchangeCurrenciesControllerSpec
04cad92 alerts-server: Add currencyName to ExchangeCurrency model
5ebf2f0 alerts-server: Add currency_name to currencies table
ef60ef7 alerts-ui: Fix footer on mobile devices
075d940 alerts-ui: Update language selector, home page and footer
05298d6 alerts-ui: Adds padding to content and translation to sr-only
7e19294 alerts-ui: Add collapsible effect
e749195 alerts-ui: Update navbar items
8eae4c8 alerts-server: Update README.md
790cf6a alerts-server: Integrate playsonifytest library for testing
da31eb3 alerts-server: Integrate playsonify library
4b48d58 alerts-server: Add more tests to AbstractJsonControllerSpec
838d274 alerts-server: Rename PublicError file to publicErrors
e4d86da alerts-server: Rename RequestContext file to requestContexts
94285c0 alerts-server: Move MessageKey class to commons package
b4679b4 alerts-server: Move ErrorId to commons package
3fb2bb2 alerts-server: Move WrappedExceptionError to applicationErrors file
d3d58dc alerts-server: Remove logger dependency from AbstractJsonController
1889ca8 alerts-server: Remove auth related dependencies from AbstractJsonController
43aab04 alerts-server: Remove error related dependencies from AbstractJsonController
ed9700f alerts-server: Rename JsonController to AbstractJsonController
409acb9 alerts-ui: Catch server unavailable errors
a605bd9 alerts-ui: Clean url before reporting to google analytics
8c8f73a infra: Update release-alerts-ui.md
96ec47d alerts-ui: Update footer view
6927012 alerts-ui: Update home page
f40744c alerts-ui: Load bitcoin icon from our domain
04504c3 alerts-server: Add missing step before running the app