2
0
mirror of https://github.com/status-im/safe-react.git synced 2025-02-13 01:57:12 +00:00

7 Commits

Author SHA1 Message Date
Mikhail Mikheev
97343670f6 Merge branch 'master' of github.com:gnosis/safe-react into development 2020-03-11 16:49:33 +04:00
Richard Meissner
dd27cd48bf
Sync master dev ()
* v1.7.3 ()

* Fix : USD value not load ()

* Converts all the addresses to checksum values

* Fix for empty address

* fix the order of transactions, change updateSafe to upgradeSafe to avoid naming confusion with the updateSafe action ()

* Fix : Notification when safe is already updated ()

* Fix notification of update if the safe is already updated

* Makes the notification clickable
Displays the notification for owners only

* Identify upgrade tx

* Add red badge to Settings tab

* Fixs Padding
Removes the red dot if the user is not an owner

Co-authored-by: Fernando <fernando.greco@gmail.com>

Co-authored-by: Fernando <fernando.greco@gmail.com>
Co-authored-by: Agustin Pane <agustin.pane@gmail.com>

* Update package.json ()

* Add public url to prod webpack config ()

* add public url to prod webpack config

* modify travis/webpack config to add public url

* add slash

* cherry pick new travis yml merge commit ()

* V1.7.5 release ()

* use hash history

* update package json

* BUG: App index.html cached on production ()

* remove caching for webapp index.html

* keep --delete flag

Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
Co-authored-by: Fernando <fernando.greco@gmail.com>
Co-authored-by: Agustin Pane <agustin.pane@gmail.com>
2020-03-11 14:23:16 +04:00
David Albela Pérez
e4c009f284 Fix conditional statement at travis build.sh file 2020-03-10 18:16:43 +01:00
David Albela Pérez
d0a0b8b486 Mark travis shell scripts as executable 2020-03-10 18:11:56 +01:00
David Albela Pérez
2a1082b9dc Fix NODE_ENV development definition
- Define develop build for development branches.
  - Use POSIX standard to call shell scripts in travis file.
2020-03-10 17:58:52 +01:00
Mikhail Mikheev
549febe801
cherry pick new travis yml merge commit () 2020-02-27 16:37:43 +01:00
Mikhail Mikheev
2c019d1931
Repare new dev and staging enviroments to deploy ()
* Repare new dev and staging enviroments to deploy

  - Add to `deploy_pull_requests.sh` to the new path.
  - Replace upload-dir to deploy staging to the new path.

* add /app/ public path for the webapp, remove duplicate yarn build from travis

* add basename to app

* deploy pr to /app

* update travis

* linter error fixes

* fix travis build script

Co-authored-by: David Albela Pérez <3659067+davidalbela@users.noreply.github.com>
2020-02-27 16:21:17 +01:00