6 Commits

Author SHA1 Message Date
Jeremie Pardou-Piquemal
0057292553 Update all dependencies 2022-12-28 11:22:19 +01:00
Jeremie Pardou-Piquemal
e9339dc378 Fix and enhance FileTransfer component 2020-06-13 15:39:29 +02:00
Jérémie Pardou-Piquemal
50cefcb459
Add frontend component tests (#144)
* Install react-testing-library

* Add some trivial tests with snapshot

* Add File transfer tests

* Add Home component test

* Add Chat tests

* Add tests for nav

* 100% coverage for About component

* 100% coverage room link

* 100% coverage for RoomLocked

* 100% coverage for T component

* 100% coverage Settings

* More 90% coverage for Chat component

* Ignore some file from coverage

* 100% coverage fo redux actions

* 100% coverage for translations

* Near 100% coverage for reducer

* Better coverage for Home component

* Run tests in circleCI
2020-06-10 21:46:56 +02:00
Alan Friedman
be81d7420c
Revert "Revert "Allow to launch server without Redis"" (#134)
* Revert "Revert "Allow to launch server without Redis (#119)" (#133)"

This reverts commit 18065f965215c32b4b66e13246a6a54977088518.

* Default to REDIS_URL env var for store host
2020-05-05 10:26:21 -04:00
Alan Friedman
18065f9652
Revert "Allow to launch server without Redis (#119)" (#133)
This reverts commit 2a8d3281db851d15f9402d0fe69291255c6b250b.
2020-05-05 10:03:50 -04:00
Jérémie Pardou-Piquemal
2a8d3281db
Allow to launch server without Redis (#119)
* Add nvmrc file for nvm use

* Add help to run redis store with docker

* Add Redis and memory store

* Rename dist files

* Allow to launch server without Redis

* Slit stores in their own files

* Update readme.md

Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com>

* Mimic Redis API

* Move store logic in is own file

Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com>
2020-05-05 08:56:14 -04:00